libera/#devuan/ Monday, 2022-08-29

sabas3dghhello I am getting this error after update && upgrade command03:40
sabas3dghon chimaera03:40
sabas3dghUnpacking yudit-common (3.0.7-3) ...03:40
sabas3dghdpkg: error processing archive /var/cache/apt/archives/yudit-common_3.0.7-3_all.deb (--unpack😞03:40
sabas3dghtrying to overwrite '/usr/share/yudit/config/yudit.properties', which is also in package yudit 3.0.7-203:41
sabas3dghdpkg-deb: error: paste subprocess was killed by signal (Broken pipe)03:41
sabas3dghErrors were encountered while processing:   /var/cache/apt/archives/yudit-common_3.0.7-3_all.deb03:41
sabas3dghany idea how to solve this?03:41
sabas3dghyudit works right now03:42
se7enHello #devuan. As you may recall, what seems like an eternity ago I was having the same problems as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865368;msg=2 with my email setup (though I use Fetchmail). After a year of attempting to fix the problem, I more or less gave up. Then, randomly, it started working again. Now the problem has returned spontaniously. Any suggestions or advice?04:38
gnarfaceno idea really. is that .mpop file existing?04:49
gnarfaceoutput error suggests the disk is full, faulty, or has the wrong permissions04:49
DashiePieI have a question, does any version of Pluma support opening .ini files?06:42
DashiePienever mind06:45
DashiePieapparently, it's only certain .ini files06:46
DashiePiebut it makes no sense to me why notepad can open one and Pluma can't open that same one, but will open another .ini file06:46
gnarfacemaybe it's a bug in pluma, try emacs06:46
DashiePiemaybe I just need to update, but I'm lazy too06:47
DashiePieeither way, I'm tired, and will be going to bed shortly06:47
NeonLichtIt seems that the troubles I was having with apt weren't due to IPv6 being enabled, since I'm experiencing them again now without it (Connecting to debian.map.fastlydns.net).  Are there any mirros I could try, please?  I can't find any on the web site.08:51
gnarfaceNeonLicht: i saw you mention this earlier, and my only guess was a transient repo problem08:56
gnarfaceif you had tried it again immediately it may have worked08:56
gnarfacehere's the mirror list: http://packages.devuan.org/mirror_list.txt08:57
gnarface"deb.devuan.org" is a dns round-robin that points to all of them, if you try again you'll get another one at random08:57
gnarfaceor you can just pick one of them manually if you want08:57
gnarfacesometimes there's spurious failures while the updates are rippling out08:58
gnarfaceif you get the same failure on the same package and the same mirror (or all mirrors) for an extended period of time, then escalate08:58
* gnarface facepalms08:58
gnarfaceand ffs stay around long enough to get a response08:59
NeonLichtgnarface: It works when I try again sometimes, but some other times it keeps failing for a few minutes and it takes 5-6 tries to get through.  Some of my users are getting anoyed and tell me they don't have such problem with Ubuntu (I'm tying to get rid of Ubuntu in all servers, but some people are reluctant and find any small problem as an argument against me switching them over to Devuan).  :-(09:04
NeonLichtThat you, gnarface, I'll try some mirrors and see...09:04
NeonLichtmirror.vpgrp.io (The Netherlands) seem to do fine for me (Im in Europe) for now...09:06
NeonLichtI guess what I need to do is to build up a local mirror myself.  Or maybe set up a chache server...09:07
NeonLichtAny pointers on how to do either of the two, please?09:08
gnarfaceapt-cacher-ng works fine10:13
gnarfaceyou have to alter some stock config files because there's no debian defaults, but the alterations are semi-obvious10:13
gnarfacei mean no devuan defaults*10:13
gnarfacei think there's even a patch in the git repository for it that someone submitted, but there's no maintainer volunteering to support a fork of it yet10:14
NeonLichtThank you, gnarface, I'll have a look at apr-cacher-ng, then.10:14
NeonLichts/apr/apt/10:14
gnarfacethat was just my choice because it was what i had already used for debian, i'm sure the task isn't super unique and probably a lot of different caching proxy software would work10:15
NeonLichtIt sounds reasonable to me and, since I'm not using any proxy for the moment, apt-cacher-ng seems a good chice to me...10:17
rwpI am using apt-cacher-ng and it works pretty well for me.  I set it up on a ceres system as it sometimes needs to react to upstream repository changes.10:18
NeonLichtWouldn't it do that on chimaera just fine?10:21
rwpNo as chimaera is only getting security upgrades.  I think maybe you were thinking of Testing Deadalus?10:21
NeonLichtI was thinking a local cache would cache whatever any system asked for, but apparently that isn't the case?10:23
rwpA couple of years ago I had to move my apt-cacher-ng system off Stable and onto Unstable due to changes in upstream repos that needed a newer apt-cacher-ng version which was not getting released into Stable but was available in Unstable.10:24
rwpSince I can dedicate a VM to this task and apt-cacher-ng is the *only* thing it does it doesn't have very much installed and Unstable is good enough when limited to just a few specific things.10:24
rwpDon't let me talk you out of running it on Stable.  Give it a go.  I was just passing along my experience with it.10:25
NeonLichtOK, I see.  I'll try on chimaera, although I wouldn't mind running a dedicated container with ceres for that, as I said.10:26
NeonLichtI'm trying... if the apt install ever works... LOL10:29
NeonLichtI'm going to change the repo to the NL mirror one on this box, too.10:30
gnarfacei'm pretty sure my oldstable copy is still working for everything here10:33
gnarfacei think i even used it for openbsd10:33
gnarfaceymmv i guess10:33
rwpI have not enabled my apt-cacher-ng as a general purpose http proxy.10:34
gnarfacei don't mean literally everything, but all the other devuan releases anyway, and like i said i think even openbsd10:34
gnarfacei think you can enable it as a general http proxy but you'll probably start to run into directory collision problems eventually if you don't curate the cache directory prefix config file on a per-domain basis (i forget what it's called)10:35
rwpI am running all of Devuan, Debian, Ubuntu, Trisquel, and Mint through one apt-cacher-ng proxy.10:35
rwpYou mentioned OpenBSD and I thought for that with apt-cacher-ng that it would need to have the general purpose http proxy feature enabled.  No?10:36
gnarfacenah i think i just plugged in my host and port where it asked for a proxy during install and was surprised it workedd10:37
gnarfacebut then the default behavior is it dumps the cached files in the root of the cache directory10:37
gnarfacewhich is why in normal circumstances you have to edit a config to give each domain its own subdirectory in the cache directory10:38
gnarfacemaybe they changed that in later versions10:38
rwpI was thinking of setting up a squid proxy for FreeBSD purposes but that takes us off topic.10:39
gnarfacei'm sure people have used squid for this too10:39
gnarfaceapt-cacher-ng just looked like the easiest to set up of all the options when i looked into it years ago10:40
rwp+1.  apt-cacher-ng works very well for an apt package cache.10:41
gnarfaceoccasionally something goes wrong with timestamps or something like that in the cache and i have to either log into the admin page and flush the cache or just wait 5 minutes for it to do it on its own10:42
NeonLichtapt-cacher-ng isn't on the NL mirror.  In fact, it doesn't seem to be up to date, since there are 36 packages to be upgraded from the main mirror and 0 from the NL mirror.   :-(10:42
gnarfacethat's fairly rare10:42
gnarfacehmm, odd10:42
NeonLichtI'll keep trying the apt install again and again and again until it gets through...  :-(10:42
gnarfacehttps://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&q=apt-cacher-ng&x=submit10:42
gnarfaceshould be present10:42
NeonLichtThis time I've tried like 20-25 times already...10:43
gnarfacewhich mirror did you say you were using?10:43
rwpWhich mirror?  https://sledjhamr.org/apt-panopticon/results/Report-web.html10:43
NeonLichthttp://deb.devuan.org/merged10:43
gnarfacemake sure you have chimaera-updates and chimaera-security along side chimaera10:44
NeonLichtI do10:44
rwpI also thought you said you were going to use the NL mirror?  But deb.devuan.org is the DNS round robin through all of them.10:44
rrqif you are using a cacher now it might help restarting that10:44
NeonLichtI also have backports10:44
NeonLichtNo, I'm not using a catcher... I'm trying to set one up, since I'm having so much trouble with that mirror.10:45
gnarfacenot https, right? not all the mirrors support https for devuan10:46
NeonLichtPeople are complaining so much about it that I really, really, really need to find a solution.10:46
rrqdeb.devuan.org is supposedly a round-robin, but it does depend on the DNS chain from your end10:46
NeonLichtNot https, but http.  Should I use https instead?10:46
gnarfaceno10:47
rwpI also see something that appears inconsistent.  ftp.nluug.nl is listed as a mirror but I don't see it in the sledjhamr Report-web.html.10:47
gnarfacedid i link an outdated mirror list?10:47
rrqthere are installer mirrors and pacakage mirrors10:47
rwpgnarface, I was looking at the main mirror list https://www.devuan.org/get-devuan10:48
NeonLichtOhhhh, finally it went through and installed apt-cacher-ng!!!!10:48
rrqrwp: yes that's teh installer mirrors10:49
NeonLichtShould I add a /etc/apt-cacher-ng/backends_devuan.default file perhaps?10:49
rwpOh of course!  I am confusing installer mirrors and package mirrors which are not required to be convergent.10:49
gnarfaceNeonLicht: i think so, i forget exactly but you do have to edit a few files, though one is not super obvious because it still works without edits it just dumps the cached files in the root of the cache directory instead of a domain-specific subdirectory thereof10:50
gnarfacelike 3 files i think10:50
NeonLichtThat one seemed obvious to me... the other 2, not so much, LOL10:51
rrqrwp: info on package mirrors are found in https://pkgmaster.devuan.org/mirror_list.txt10:51
gnarfacewell one is like hostnames and one is like hostname mappings to cache directory mappings and the other is your main config with the admin password10:51
gnarfaceas i vaguely recall anyway10:51
gnarfacehostnames or hostname files?10:52
gnarfacedomain to file name with cache directory mappings?10:52
NeonLichtAnd then on the clients I just point sources.list to the IP of the cacher?10:53
gnarfacehang on10:53
gnarfaceyou want to edit /etc/apt-cacher-ng/acng.conf, /etc/apt-cacher-ng/security.conf, /var/lib/apt-cacher-ng/backends_devuan.default, and there should be a symlink from /etc/apt-cacher-ng/backends_devuan.default to that last file10:55
rwpNeonLicht, I set a /etc/apt/apt.conf.d/00local-proxy file containing: Acquire::http { Proxy "http://192.168.230.135:3142"; };10:55
rwpObviously that's local to my LAN but you get the idea.  Then no changes to any source.list file is needed.10:56
gnarfaceand that on the client, i was just typing it out^10:56
gnarfacei also have a empty file at /etc/apt-cacher-ng/backends_devuan but i'm not sure it is using it10:57
rwpAlso if using the installer such as the netinstall iso image then when it asks for a proxy I tell it http://192.168.230.135:3142 and it uses it at install time.10:57
NeonLichtSorry :-)10:57
rwpSorry?  I see no reason to be sorry.10:58
rwpHowever it is late here.  I must say Good Night all!10:58
NeonLichtSorry for being impatient and ask about the client while you were typing it for me.  LOL11:01
NeonLichtI have modified acng.conf and copied the debian line to a devuan one (replacing debian with devuan), copied backeds_debian_default to backeds_devuan_default and replaced debian with devuan (I hope that will do), and security.conf adding a user/password...   I hope that'll do...11:15
NeonLichtIt seems it's working (although I had to change the default port, which was being used by something else, apparently).  It has created a buch of files under /var/cache/apt-cacher.ng/deb.devuan.org/11:23
NeonLichtIt has created those after I did apt update on a client, that is,11:24
NeonLichtIt's looking promising...  LOL11:24
NeonLichtI've reinstalled a package on the client and the cacher has downloadad it and stored it locally.  That is wonderful!!!!   Thank you so much, guys, gnarface, rwp!!!11:27
NeonLichtI can't believe I am so exited about this, I really am!  LOL11:31
global_eliteshttps://pkgmaster.devuan.org/devuan/dists/ceres/main/installer-amd64/current/images/netboot/mini.iso11:45
global_elitesis this Ok to use to install?11:46
djphglobal_elites: ceres? sure11:48
djphglobal_elites: I mean, if you want the equivalent of Debian Sid anyway11:48
NeonLichtReplace "ceres" witch "chimaera" if you want to go for the stable version, though.11:52
NeonLichts/witch/with/11:52
global_elitesthanks - i usually use testing12:26
NeonLichtTesting would be daedalus12:27
brocashelmceres and daedalus are currently very close in versions12:36
brocashelmand ceres gets updates quicker than daedalus/whatever testing is at the moment if there is a security/stability issue12:37
NeonLichtI see12:41
Wizzupa13:28
Wizzupoops sry.13:32
NeverAloneWould you all recommended Devuan as a daily os?16:28
NeonLichtI certanly would.  I've been using it for years now.  I upgraded from Debian ascii to Devuan ascii after 23 years of using Debian as my daily OS and been running Devuan ever since as such.16:39
NeverAloneI see16:42
NeverAloneAny init recommendations?16:44
NeonLichtWhat do you mean by "init" recommendations?  (Sorry my English sucks)16:45
NeverAlonewhat init system you're using runit, openRC or sysvinit16:49
Guest9092have anyone here used/is using suckless sic irc client? Just installed it to my devuan machine but dont understand how to use it fully, but want to move on from the webbased client to a more suckless program, haha. Here is the link if anyone wonders which one I mean https://tools.suckless.org/sic/17:45
NeverAloneOk something is clearly wrong I can't start any browser Chromium and Firefox won't start and when I try to launch them from the terminal I get nothing18:26
global_elitesNeverAlone: I've always  used Devuan or Debian - it just works for me - the software respository I find the most up to date in Linux apart from Arch's AUR which always breaks for me pretty quickly18:39
golinuxNeverAlone: What init did you choose?18:57
NeverAloneOpenRC19:05
NeverAloneAny ideas on the browser issue?19:05
golinuxMaybe you need an unit script! You can use the ones from sysvinit or create your own.19:41
golinuxBut I am way out of my depth here.19:41
rwpNeverAlone, I am surprised to hear that web browsers are not working.  They "Just Work" for me.19:42
rwpI have chimaera running with both chromium and firefox-esr installed.  Nothing of interest unusual to note.19:42
golinuxYeah. Always have for me too.19:42
* golinux goes off to tea19:43
rwpGuest9092, I haven't used the suckless irc client sic.  I am using irssi and emacs-erc clients here.  But it sounds like fun.  I might try it.19:44
rwpGuest9092, The IRC support for the suckless tools is on the OFTC network, not here on Libera, so you might try OFTC #suckless and see what they say there.19:45
Guest9092Ohhh20:07
Guest9092Hmm will try to write there20:07
Guest9092but I dont really know how to connect to that irc network20:07
sabas3dghhello20:19
NeonLichtI tried sic once for a very breaf moment.  I don't remember much about it, though.  I use other suckless tools, but I went back to irssi after trying sic.20:19
sabas3dghI want to bring lightdm back as my default login manager. how to do that?20:19
NeonLichtI got it to connect to IRC, join a channel, and chat, but I can't remember anything else, really.20:20
NeonLichtI believe if you do dpkg-reconfigure lightdm it will ask you if it should be the default, sabas3dgh.20:21
Guest9092Aiiit20:26
Guest9092I just found webclient to get in contact w the suckless guys and then I might be able to configure it to my liking20:27
sabas3dghNeonLicht, Reloading system message bus config...done. It just did that and didn't ask me anything20:34
gnarfaceNeverAlone: incomplete upgrade maybe?20:58
gnarfacetry "apt-get --no-install-recommends dist-upgrade"20:59
brocashelmneveralone: been using devuan for years after getting tired of ubuntu/mint and wanting to escape the systemd plague altogether. no issues here23:09
brocashelmdebian having "up-to-date repositories" only applies if you're using sid; it's otherwise packages that remain the same for two years straight until the next lts release, so they'll be quite outdated23:11

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!