libera/#devuan/ Tuesday, 2020-09-01

flingHow do I add services to runlevels?08:20
gnarface...08:23
gnarfacefling: adding symlinks to the /etc/rc?.d/ directories or using update-rc.d works08:33
gnarfacefling: alternately you could craft an appropriate LSB header for the script and put it in /etc/init.d/ and make it executable, then i think it will be able to be defaulted to working even without the symlinks08:34
gnarfacefling: (not still sure about that i guess, but i know for sure if the symlinks conflict with the LSB headers, the symlinks take precedence)08:35
flinggnarface: thanks!08:36
flingHow to install cjdns? I don't see it in the repos08:37
onefangI use sysv-rc-conf for doing that.  I nice text UI.08:37
onefangEr, for your first question I meant.08:37
flingonefang: okok08:39
gnarfacefling: dunno about cjdns, sorry.  if it's not in non-free maybe you have to get it from github08:39
flingit is free08:40
flinghmm08:40
flingI could build it but I don't want to build on devuan08:40
gnarfacewhy not?08:40
flingsudo apt-get install nodejs git build-essential devscripts debhelper dh-systemd08:41
flingI don't like the dh-systemd part08:41
flingalso screen starts /bin/sh instead of /bin/bash08:41
flingHow do I fix this?08:41
gnarfacemaybe you don't need it?08:41
flingchsh shows bash08:41
flingI will try without it08:41
gnarfaceyou might have to ./configure --without-systemd or something like that too08:41
flingok08:42
gnarfacei'm just guessing, but check "./configure --help"08:42
flingI'm looking into the ebuild I made for it and I don't see anything extra08:43
flingshould just work probably08:43
gnarfaceworth a try maybe08:43
flingit will just install contrib/systemd/cjdns.service08:43
flingI have cjdns.runscript for it if it is not there haha08:44
flingdpkg-checkbuilddeps: error: Unmet build dependencies: dh-systemd (>= 1.5) dh-python (>= 1.20141111-2)08:46
gnarfacelooks like you'll ave to do something08:49
gnarfaceactually change it08:49
flingbash: ./cjdns: /sbin/openrc-run: bad interpreter: No such file or directory08:49
flingdoing it!08:49
gnarfaceit might be easier to use something else08:50
flingreplaced with /bin/sh but it is not starting hmmm08:51
flinggnarface: what is wrong with it? -> https://github.com/cjdelisle/cjdns/blob/master/contrib/openrc/cjdns08:53
flingthe prefix is /usr/bin08:53
flingbut there is something else08:53
gnarfacefling: well it looks like it depends on systemd or openrc and you have neither09:02
flingwhat do I have instead of openrc?09:02
gnarfacefling: and i'm just guessing about the openrc part because of the error you pasted mentioning /sbin/openrc-run09:02
gnarfacefling: you have sysvinit if you have chosen the default init09:03
gnarfacefling: i don't know how hard it would be to patch cjdns09:03
flinggnarface: no need to patch it09:04
flingjust the initscript needs a fix09:05
flingon gentoo I somehow have sysvinit and openrc hmm hmmmm09:05
gnarfaceyou can have that setup on devuan too just by installing openrc, i think09:08
gnarfacewhere sysvinit handles startup but openrc can still handle daemon monitoring or whatever09:09
gnarfacethough i had heard gentoo does it differently, without sysvinit09:09
gnarfacemaybe both options are available or your gentoo install is old?09:09
gnarfacei'm not sure09:09
systemdletehow well supported is syslog-ng on devuan (say, beowulf)10:15
flingsystemdlete: works here10:16
systemdletethanks.  That's one data point in favor.10:16
systemdleteMaybe I should clarify what I am asking.  openrc is still "experimental" in devuan installer, even though it seems to be well supported in, say, adelie linux and I think gentoo.  syslog-ng seems to have a large following, and iirc, even mageia (which uses syst*md*l3te), offered it at one point10:18
systemdletethat's what I mean:  If I have issues on devuan, am I on my own at this point, or can I consider it one of the more favored packages on devuan?10:19
systemdlete(not meaning to knock you, fling, I just don't want to get burned later on)10:19
systemdleteLike, the difference between "it's in the repos" vs "Yeah, we support it"10:20
systemdlete(or debian does I guess)10:20
flingsystemdlete: I don't thing syslog-ng has anything special about it.10:21
jellysyslog-ng used to work without issues on various debian releases w. sysvinit for us10:21
flingit is just another syslog daemon10:21
systemdletethis is good to hear, jelly10:21
systemdleteand fling10:21
jellynot a devuan data point, but is the best I can offer10:21
systemdleteWell, "it is JUST another syslog daemon"... let me tell you why I am here tonight.10:21
systemdleteI've spent the last week trying to coerce rsyslog ("just another syslog daemon?") to do the simplest of things, efficiently10:22
systemdleteI don't have much hair left, but I think I've pulled out a tuft of it anyway.10:22
flingthere are numerous syslog-ng examples10:22
systemdletejelly:  A lot of things in devuan is kind of well, debian supports it so we do also.10:23
systemdletefling:  There are many adherents of rsyslog too.10:23
flingsystemdlete: you can try syslog-ng now10:23
systemdleteI'm finding it hard to use, the docs are poor and disorganized, and it seems like some stuff doesn't work or does not work the way one might normally expect.  The syntax is inconsistent also.  and lots of other stuff10:24
xinomilowhat was your trouble with rsyslog?10:24
systemdlete^10:24
flingThere is also #syslog-ng10:25
systemdletethere is also #rsyslog, but it is like a giant, cold cave, where you can only hear your own voice bouncing off the walls.10:25
jellysyslog-ng is nicer to configure and has easy automatic log rotation (well, creation of files/paths), our networking and NOC people prefer it10:25
systemdletejelly:  From what little I've read in its well-organized and seemingly complete docs, it looks very straightforward.10:26
systemdlete(are you related to peanut butter?)10:26
jellyrsyslog has a similar featureset now and is good enough but I hear you about the docs, and the author changed filter syntax 2-3 times now10:26
systemdletersyslog:  You can't pass pre-built strings to certain functions and actions... all for the sake of efficiency which is understandable.  But this is 2020, not 1985 on vax pdp1110:27
jellydebian stayed away from syslog-ng for a while due to licensing issues IIRC, but those have been resolved a long time ago10:28
systemdleteYeah, that was a bit of a stomach turner when I hit their web page.  It's a .com site, not .org10:28
systemdlete(do they have a .org also with all the docs?)10:28
flingWhy is not cjdns packaged in devuan?10:28
jellyoh noes!  People want to pay bills and eat by selling support for their software?!  How dare they10:29
flingsilly developers!10:30
systemdletejelly:  I'm not against ANYONE making money for their work.  I just don't like getting hit with a sales pitch on the main page.10:30
* jelly shrugs10:30
flingsystemdlete: you can buy syslog-ng10:30
systemdleteyep10:30
flingand will end up with more hair10:30
systemdletepossibly.10:30
systemdleteBut it looks simple enough to use without a support contract.10:31
* systemdlete admits he is very, very cheap. Comes from years of living with little or no income.10:31
systemdleteAt any rate, it is good to hear that you all have had good luck with syslog-ng10:32
systemdleteI may try it on beowulf in prep for upgrade10:32
flingsystemdlete: it works in containers oob, can send logs over network, can chain hostnames so you see which log comes from where even when it is in many levels deep in a nested container10:32
flingsystemdlete: it can run commands on matches found in logs10:33
systemdleteyep. I see that.  Exactly what I want.10:33
systemdleteAnd its RE matching is also quite convenient.10:33
flingsystemdlete: RE?10:33
systemdleteIt seems to be embedded in most of the main commands.  Regular Expression pattern matching10:34
flingcan match with or without regexp10:34
systemdleteright.10:34
flingmuch cheaper without10:34
systemdletebut if you look at their docs, essentially, you pass a string, which could be fixed or an RE10:34
systemdlete(of course!)10:34
flingit will put a warning in the log if it could be fixed but declared as re10:35
systemdletebut if you have messages like 'usb 1-5.2: new low-speed USB device number 101 using ehci-pci' you can code it as10:35
flingor you can match the part of the string witout regexp10:35
systemdlete'usb [-\d.]+: new low-speed USB device number \d+ using ehci-pci'10:36
systemdleteunless you have two similar messages, one of which you want an alert, one you dont10:36
systemdleteso this way, you can pass fixed strings or RE's as needed without special syntax or other nonsense10:36
systemdletee.g., the doc for host(regexp) indicates it accepts an RE10:37
systemdleteI also like the channel and junction paradigm.10:38
systemdleteNot sure I need it, but maybe later on I'll start combining logging across systems, idk.  Just for the heck.10:38
flingjust use it already it works the same on devuan and gentoo10:39
systemdletesale!10:39
* systemdlete wanders off to finish reading the docs10:39
flingsending logs to a remote is a good idea if you want everything to be centralized10:40
flingdoubling the logs to some remote you can't login is a good idea too if you want to be able to have logs of intrusions10:40
r3bootSounds like a job for the ELK stack :]10:51
flingsystemdlete: ping back with your results10:58
flingand comparison to rsyslogd haha10:58
rgh[m]Does anyone know why devuan returns so many 404s when installing packages compared to say debian? Is it just that they have more infrastructure?11:05
rgh[m]Not that I'm complaining, just curious :)11:05
gnarfacergh[m]: could be other things, but they do have a lot more mirrors11:10
rgh[m]Yeah, they do don't they.11:10
rgh[m]Surely it would be more than that though?11:11
gnarfacecould just be bad luck too11:13
gnarfacei haven't seen any 404s in a while...11:14
gnarfacecould be a misconfigured sources.list11:14
rgh[m]It happens pretty often for me. I wonder if it's a timing thing, I like in Australia and we are out of sync with pretty much everywhere!11:15
rgh[m]I'm using deb.devuan.org.11:16
rgh[m]Ah well just idle thoughts.11:16
gnarfaceit could be an issue with the international connections to just certain mirrors11:16
gnarfaceother people have reported speed issues from other countries11:17
rgh[m]Yeah, could be.11:17
rgh[m]The speed is fine and if I do an update and 40 packages need updating (I run ceres) most of them will be fine but may be five or six will return 404s.11:19
rgh[m]In fact I've just updated and it was all the llvm packages that failed so it's definitely a repo thing.11:19
rgh[m]Do you know if the updates are transactional?11:20
rgh[m]I guess the can't be otherwise this couldn't happen!11:20
xinomiloprobably repo/mirror issue11:21
xinomilohaven't seen 404s in a long time11:21
xinomiloeg. all llvm download normally here, ceres too.11:21
gnarfaceto be clear, i haven't seen 404s in a while from here in the US, but throughput does frequently trickle down to mere bytes per second11:22
gnarfacelast i heard there still weren't any US mirrors, i don't know about austrailia though11:23
rgh[m]That is odd.11:34
rgh[m]xinomilo where are you?11:34
xinomilosouth eu11:34
rgh[m]Ok.11:35
xinomilousing a mirror i also manage11:35
rgh[m]I've just tried to download a specific file here using wget and it returned a 404 and then I tried it from Germany (Hetzner) and it worked!11:35
rgh[m]The plot thickens!11:36
rgh[m]Running traceroute shows they end up at the mirror.11:37
onefangI am in Australia, and I'm one of the Devuan mirror herders.11:39
rgh[m]Hey.11:40
onefangdeb.devuan.org is a DNS round robin for several of the package mirrors.11:40
rgh[m]It deb.devuan.org the recommended host?11:41
onefangThere are no package mirrors in Oz.  There is an ISO file mirror in USA, and they keep promising me that any day now they'll add a package mirror.11:41
onefangdeb.devuan.org is the recommended package mirror, but if you are having trouble with it, might be better to pick one that is closest to you.11:42
rgh[m]Ok, I've just changed my source to pkgmaster.devuan.org and that works.11:42
onefanghttps://sledjhamr.org/apt-panopticon/results/Report-web.html is the monitorinf system I wrote for the package mirrors.11:42
onefangpkgmaster.devuan.org is the master package mirror that all the others sync to.11:43
rgh[m]Ah, ok.11:43
onefangIn most cases the package mirrors redirect to Debian mirrors, coz there's not that many packages that are different.11:43
rgh[m]That makes sense.11:44
onefangThe only ones that don't redirect are Debian package mirrors as well.11:44
rgh[m]The apt-panopticon looks pretty handy.11:44
rgh[m]Ok.11:44
rgh[m]And deb.devuan.org is showing an error!11:44
onefangThe SledjHamr one is my mirror, http://veritas.devuan.org/apt-panopticon/results/Report-web.html is another, they both check every ten minutes.  https://borta.devuan.dev/apt-panopticon/results/Report-web.html checks every hour.11:45
onefangYeah, that's a bug in my checking code.  lol11:45
rgh[m]They all use the view code I assume!11:48
onefangI think I know why that bug happens, I just need to pull my finger out and fix it.11:48
onefangView code?11:48
rgh[m]Your's uses https so I'll go with your's.11:48
onefangYeah veritas doesn't have a HTTPS certificate, but that's not my department.11:49
rgh[m];-)11:50
rgh[m]Thanks for the link that's really useful.11:50
onefangYou are welcome.11:50
drummyfishHello, I have some trouble installing devuan from USB on librebooted PC, anyone has any experience here?13:52
cronolioyou have some trouble, we have some expirience :)13:58
r3bootDont ask if you can ask, just ask!13:58
drummyfishI've dd the image on my USB and am following this: https://libreboot.org/docs/gnulinux/encrypted_debian.html13:59
drummyfishand doing linux /install.amd/vmlinuz gives me "error: unknown filesystem"14:00
drummyfishI also can't do "ls (usb0)", it say the same thing14:01
drummyfishI also tried with OpenBSD and gave the same error :/14:01
cronolioidk but looks like there official doc https://devuan.org/os/documentation/install-guides/beowulf/full-disk-encryption14:04
fsmithredwhich iso are you using?14:05
drummyfishdevuan_beowulf_3.0.0_amd64-netinstall.iso14:06
fsmithredwhat happens if you type root=(14:07
fsmithredand then tab14:07
fsmithredyou should see what devices grub sees14:07
drummyfishnothing14:07
fsmithredtab twice?14:07
drummyfishyes14:07
fsmithredshit14:07
drummyfishI can just type ls and it shows stuff14:07
fsmithredoh, ok14:08
drummyfishthere is also (usb0,msdos1) which I can access (ls)14:08
drummyfishbut not (usb0) itself14:08
fsmithredcool, can you see the kernel and initrd there?14:08
fsmithreduse that if it works14:09
drummyfishI can't see it right away, there is no install folder14:10
fsmithredis there anything14:11
fsmithred?14:11
drummyfishthere are boot/ docs/ dists/ firmware/ pool/ folders14:11
fsmithredoh14:11
drummyfishsome readmes and some exe and something14:11
fsmithredlook in boot14:11
fsmithredhang on, I'll mount the iso and find it. It's in a weird place.14:11
drummyfishthanks :)14:12
drummyfishhmm there is initrd14:12
fsmithredboot/isolinux/linux and boot/isolinux/initrd.gz14:13
fsmithrednot called vmlinuz in this case14:13
drummyfishoh, ok let me try14:13
fsmithredI left the first slash off just for my irc client14:14
drummyfishok its doing something14:15
drummyfishit looks like it's working14:16
fsmithredcool14:16
drummyfishthank you very much!14:17
fsmithredyw14:17
drummyfishlet's see if I run into more trouble now xD14:17
ham5urgI can't find lxc-rename. Is there a special package for it?15:21
rrqis it: lxc rename [:][/] [/] [flags]15:44
ham5urgrrq, thanks16:23
jiefkmatrixnikelGreetings all ! Is there exist some tools that can replace cgroups ?16:26
Hurgotroncgroups is a kernel feature. You could probably switch it off. But why?16:28
ham5urgI have 2 virtual instances, a KVM-beowulf and a LXC-devuan_stable, both show different sources.list. The KVM-beowulf: https://paste.debian.net/1162129/ . The LXC-beowulf: https://paste.debian.net/1162128/ I would say that the KVM-sources.list is better, first it won't dist-upgrade when a new stable is out, second it only install security-updates. What do you think which is preferable?16:31
fsmithredham5urg, use codenames in sources.list (e.g. beowulf)16:34
ham5urgyes16:34
fsmithredotherwise, when devuan and debian get out of sync, you won't hose your system.16:34
ham5urgfsmithred, do you allow upgrades or just security-updates?16:35
fsmithredout of sync means when debian bullseye goes stable but devuan is still on beowulf16:35
ham5urgah, I understand16:35
fsmithredI have beowulf, beowulf-security and beowulf-updates and I take whatever it gives me16:35
jiefkmatrixnikel"Hurgotron" (https://matrix.to/#/@freenode_Hurgotron:matrix.org): I was under the impression it was closely related to systemd. Thanks for your input :)16:35
ham5urgfsmithred, I'm considering to remove beowulf-updates and just take beowulf-security16:36
fsmithredit won't make much difference16:36
fsmithredupdates may have bugfixes16:36
fsmithredyou won't get any new major versions of anything, because it's all based on debian, where old software is a feature16:37
ham5urgI was hoping to minimize new kernels, so not to restart the system as often16:37
fsmithredoh16:37
fsmithredremove the kernel metapackage if it's installed, and you will then need to install new kernels by the full package name16:38
fsmithredlinux-image-4.19.whatever...16:38
ham5urgI understand, yes, thanks16:38
fsmithredmetapackage is called linux-image-amd6416:38
fsmithredok, cool16:38
FatPhilpowered down my eeepc, powered it up, and the SynPS/2 hasn't been recognised by X. There seems to be no /dev/input that corresponds to it. Not sure how to proceed.17:21
FatPhilI have an Xorg.log from the current boot, and one from the previous one. Previous one had 20+ lines of SynPS2 logs in it, present one has nothing at all.17:22
fsmithredFatPhil, try 'service eudev stop && service eudev start' and see if the missing dev shows up.17:51
fsmithredor 'udevadm trigger --action=add'17:51
fsmithredI think that command is right.17:51
FatPhilfsmithred: alas no changes after doing both of those. new logs appeared in Xorg.log, but no references to SynPS2, and likewise nothing new in dev/input18:41
fsmithreddid you do something before the reboot?18:41
fsmithredor changed anything since that previous reboot?18:41
FatPhilit was an unusual reboot - I pm-suspended it, but it didn't have the usual LED behaviour, and completely failed to wake up, so I was forced to power cycle.18:42
fsmithredmaybe fsck would help18:43
fsmithredand a prayer18:43
FatPhilan upgrade is probably in order18:43
fsmithredyeah, probably18:44
fsmithredmaybe check smart data on hard drive, too18:45
FatPhilI don't see any synaptics module loaded, there exist 2 in the tree ,how do I tell if I need _i2c or _usb?18:49
fsmithredI don't know18:49
fsmithredI think there's a package for that18:50
fsmithredxserver-xorg-input-synaptics18:50
fsmithredmake sure it's still installed18:50
FatPhilsynclient from that package is telling me "Can't find synaptics properties. No synaptics driver loaded?"18:51
fsmithreddoes the hardware show up in lspci?18:52
fsmithredand -k will show what kernel module it's using18:53
FatPhilit does not18:54
FatPhilmy syslogs do go back as far as the previous boot, but I can't find any references to synaptics or SynPS/2 or similar18:54
fsmithredoh, it might show up in lsusb18:54
FatPhilnot there either. maybe it became physically broken, it's an old laptop, and I was carting it around in a rucksack before the failed resume.18:55
FatPhilI don't remember clouting it, but I guess anything's possible,18:56
fsmithredno, I'm not seeing any touch pads on two laptops I just checked18:56
pablocastellanosapt-get upgrade says “The following packages have been kept back: linux-image-amd64”. But apt upgrade says “The following packages will be upgraded: linux-image-amd64”. Why they show different actions to do?19:06
fsmithredpablocastellanos, maybe because apt-get will not install any packages that are not already installed. And it sees the new kernel as a different package instead of an upgrade of the same package.19:10
pablocastellanosfsmithred: Oooh, mindblowing!19:22
fsmithredthe package you named is not even a real package19:25
pablocastellanosfsmithred: In another related question. I have ascii 2.1, and apt (apt-get too) shows that default-jre default-jre-headless icedtea-netx have been kept back.19:25
pablocastellanosfsmithred: Yes, I already noticed that.19:25
fsmithred2:1.8-58+deb9u1  That's the version I see in ascii19:26
fsmithredwhat do you have?19:27
fsmithreddefault-jre19:27
pablocastellanosfsmithred: default-jre 2:1.8-5819:27
fsmithredand you did update before upgrade, right? (just checking)19:28
pablocastellanosfsmithred: And apt-mark showhold shows nothing19:28
fsmithredsometimes forcing the version works...19:28
fsmithredapt install default-jre=2:1.8-58+deb9u119:29
fsmithredetc.19:29
fsmithredother thing worth trying is 'aptitude install whatever'19:29
pablocastellanosfsmithred: The question is because I want to understand this behavior19:29
fsmithredit may give you some different choices19:29
fsmithredthen aptitude -s install...19:30
fsmithredI've run into similar errors and don't always understand why it happens.19:31
pablocastellanosfsmithred: OK, aptitude is not installed in this server, ha ha ha ha ha19:31
fsmithredyeah, I'm not surprised19:31
pablocastellanosfsmithred: I always assumed this was expected behavior because devuan is not debian and some packages were held back because of this.19:32
fsmithredI'm pretty sure that is not the reason19:32
fsmithredI suspect widespread disregard for the dependency chain to be the cause19:33
fsmithredgradual onset19:33
fsmithreddebian ain't what it used to be19:34
fsmithredanyway, I usually have good luck with forcing the version19:35
pablocastellanosfsmithred: Ha ha ha ha19:36
pablocastellanosfsmithred: This is what shows aptitude, http://paste.debian.net/1162161/19:36
fsmithredoh, try aptitude -s upgrade19:38
fsmithredthat might give you more info19:38
pablocastellanosfsmithred: Devuan Package information (pkg.devuan.org) says to me that “0 results for "default-java-plugin" in ascii” but apt-cache search default-java-plugin says “default-java-plugin - Default Java Plugin for running applets and Java Web Start applications”19:42
pablocastellanosfsmithred: http://paste.debian.net/1162163/19:43
fsmithredthere does not seem to be a default-java-plugin package in ascii19:44
fsmithredor in beowulf19:45
pablocastellanosfsmithred: It was available in ascii 2.0.019:46
fsmithredthat's very weird19:47
pablocastellanosfsmithred: Yes! This server was installed with the devuan_ascii_2.0.0_amd64_netinst http://paste.debian.net/1162165/19:48
fsmithredHA! I found default-java-plugin19:50
fsmithredit's in ubuntu xenial19:51
fsmithredcould not find it at packages.debian.org, but I can find it at packages.ubuntu.com19:51
fsmithreddon't mix repos19:51
fsmithredcheck in /etc/apt/sources.list.d/ for files with other sources19:52
pablocastellanosfsmithred: Probably that's the reason cannot upgrade, http://paste.debian.net/1162166/19:53
pablocastellanosfsmithred: And, no, there's no additional repos, except this repo commented out http://paste.debian.net/1162167/19:55
pablocastellanosfsmithred: Probably a previous sysadmin installed some packages from other repos. There is any way to purge packages not belonging to the configured repos?19:57
pablocastellanosfsmithred: Probably that's the reason cannot upgrade, http://paste.debian.net/1162166/20:02
fsmithredback. Had a momentary power failure.20:02
pablocastellanosfsmithred: And, no, there's no additional repos, except this repo commented out http://paste.debian.net/1162167/20:03
pablocastellanosfsmithred: Probably a previous sysadmin installed some packages from other repos; or directly with dpkg -i. There is any way to purge packages not belonging to the configured repos?20:03
pablocastellanosfsmithred: I understand power failures, I live in a undeveloped country. We have blackouts almost every week.20:03
fsmithredouch20:04
fsmithredI really should get a UPS20:04
fsmithredpablocastellanos, you might be able to find the foreign packages with some fancy aptitude commands. Take a look: https://dev1galaxy.org/viewtopic.php?id=51120:05
fsmithredoh, 'apt-cache policy default-java-plugin'20:06
pablocastellanosfsmithred: I have UPS on my equipment. But this is a desktop computer from my office. This was the smallest I can put on my bag, that was on March 17th, and working from home since then.20:06
fsmithredmight tell you the source, but will probably just say dpkg20:06
fsmithredoh yeah, everyone is not yet back to normal. I sometimes forget.20:07
fsmithredI was already doing most of my work from home.20:08
pablocastellanosfsmithred: Wow, those dpkg tricks are awesome! Thank you very much!20:08
fsmithred:)20:08
pablocastellanosfsmithred: LOL, default-java-pluginDebian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>20:10
fsmithredweird. I would assume that you don't need it.20:11
pablocastellanosfsmithred: It was in the ascii repos as I suspected20:11
fsmithredyou found it in ascii?20:11
fsmithredhow?20:11
pablocastellanosfsmithred: I'm only deducting because of this result, dpkg-query -W --showformat='${Package}\t${Maintainer}\n' |grep default-java-plugin20:12
fsmithredicedtea-netx does still exist20:15
pablocastellanosfsmithred: Probably default-java-plugin was a meta-package20:16
pablocastellanosfsmithred: This bug report mentions the package, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=89384920:18
pablocastellanosfsmithred: http://snapshot.debian.org/binary/default-java-plugin/20:24
pablocastellanosfsmithred: http://paste.debian.net/1162171/ http://snapshot.debian.org/archive/debian/20170106T152834Z/pool/main/j/java-common/default-java-plugin_1.8-58_amd64.deb20:27
fsmithredwhy do you need that?20:28
pablocastellanosfsmithred: Only showing to you that it was an official package. Mystery solved20:30
fsmithredvery odd that it was in ascii and then was not20:31
pablocastellanosfsmithred: Probably a very ugly bug forced to change java's version20:32
pablocastellanosfsmithred: I don't even know why ascii netinstall installed so much java stuff20:32
fsmithredaptitude why <package>20:33
pablocastellanosfsmithred: Oh, ssvnc is very important. http://paste.debian.net/1162172/20:35
mcrThe following packages have unmet dependencies:20:46
mcr libpolkit-qt5-1-1 : Depends: libpam-systemd20:46
mcrI feel installing libpam-systemd might be a bad thing.20:47
amesseryou should install libpam-elogind20:49
mcrThank you, that did the trick.21:01
amesserFine, your welcome. Just for the record: elogind is kind of stripped out part of systemd managing sessions. It enables normal users to mount removable drives, shutdown the system21:12
mcrthanks for the info. I seemed to have elogind, but not the library. On another system, I don't think I have it at all, trying to fix that.21:13
gnarfaceit is not a mandatory component, strictly speaking21:14
gnarfacethe things it does you can do without21:14
amesserSure, one can live without it. But in particular user mounts feel (to me) more convient with it. Might be important especially if the machine is used by less experienced people too.21:19
gnarfaceyea, it was more of a way of explaining how it could easily go missing21:23
ham5urg /sbin/dhclient is running inside a devuan container of mine but I can't find any dhclient rc script in /etc/rc...22:33
gnarfaceham5urg: it would be in /etc/init.d/ if you're using sysvinit.  not sure about openrc but the /etc/rc?.d/ directories are just for symlinks to actual scripts22:36
ham5urga "grep 'dhclient' *"  inside /etc/init.d did not found a string. Maybe it is some lxc-stuff?22:39
ham5urgLxc invoking dhclient at start, IDK?22:39
gnarfaceham5urg: possible, i haven't really used lxc22:45
gnarfaceham5urg: i think lxc may also use libvirt?  if so, it might be something virt-manager is doing too.22:48
ham5urggnarface, AFAIK libvirt uses lxc, not the opposite. But libvirt is not my choice. I use LXC directly.22:50

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