libera/#devuan/ Tuesday, 2021-04-13

g0zzyIs it known that speedtest-cli is broken?00:10
g0zzy(in ascii)00:12
fsmithredg0zzy, it's known. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=98663700:42
fsmithredI didn't know that package existed. Now I want to use it.00:42
g0zzyHehe01:03
g0zzyThanks01:03
g0zzyActually i used up until quite recently an exe-compiled version of it on the same OS and it worked. That fails too01:04
g0zzyGot speedtest.py from Git and copied it over the existing one after backup. All fine now. That will do it for you fsmithred01:15
fsmithredthanks01:15
fsmithredjust that one script?01:15
g0zzyYes01:15
fsmithredsalsa or github?01:16
g0zzyI mean i only tried the default invocation and an invocation with --no-upload01:16
g0zzyGithub01:16
g0zzyhttps://github.com/sivel/speedtest-cli/01:17
fsmithredoh, I just found it on salsa.debian.org. It was updated 10 hours ago01:17
g0zzyRight01:18
g0zzyI think i originally compiled an executable as an earlier version didn't have the --no-upload option and i didn't want to mess with packages01:19
fsmithredit's working now, thanks. :)01:20
g0zzyGreat. Mighty useful for checking boxes over ssh01:20
fsmithredand no javascript01:21
g0zzyYes01:21
g0zzyWait a minute though - i've just started to confuse myself (it's late). I AM checking the Internet connection speed of the remote box and not my own (ssh client) when i do that am i not?01:23
fsmithredgood question01:23
fsmithredprobably testing the remote01:23
g0zzyGot to be the remote surely as the executable is running there?01:24
fsmithredyeah01:24
g0zzyI'd better say goodnight ;)01:24
fsmithredthat's the ip that's contacting speedtest.net01:24
g0zzyYes01:24
fsmithreddo one on the other side of the planet and see which host you get sent to01:24
fsmithredI get one that's very close to me01:25
g0zzyThat's true. Although often my remote boxes are in the same town. Actually they usually are01:25
g0zzyCheers!01:26
CAPTCHA_REQUIREDHello, I am getting the error # usermod -U canine02:51
CAPTCHA_REQUIREDusermod: unlocking the user's password would result in a passwordless account.02:51
CAPTCHA_REQUIREDYou should set a password with usermod -p to unlock this user's password.02:51
CAPTCHA_REQUIREDIt's returning a zero exit code which should by all means indicate it should be working, but /etc/shadow remains a ! Indicating account is still locked02:51
CAPTCHA_REQUIREDIs this a bug?02:51
CAPTCHA_REQUIREDIf so, how do I force usermod to enable the account anyways and return a nonzero exit status if it doesn't actually do what it's told?02:52
CAPTCHA_REQUIREDMaybe I should submit a patch?02:52
CAPTCHA_REQUIRED Unlock a user's password. This removes the '!' in front of the encrypted password. You can't use this option with -p or -L.02:53
CAPTCHA_REQUIREDI'm running beowolf02:53
search_socialhi CAPTCHA_REQUIRED03:17
CAPTCHA_REQUIREDhello search_social03:17
search_sociali just typed usermod -p j canine03:18
search_socialand then usermod -U canine03:18
search_socialand it worked03:19
CAPTCHA_REQUIREDI don't want to set a password though03:20
CAPTCHA_REQUIREDI don't use passwords to authenticate to the server, i use public keypairs03:21
CAPTCHA_REQUIREDIt says should not must03:21
search_socialwell you can use passwd -d canine to make the password the empty password03:21
search_socialbut i thought if you have a correct keypair then ssh doesn't ask you for a password anyway03:22
CAPTCHA_REQUIREDI think it's warning me because of some potential security thing, but I have PasswordAuthentication no and PermitEmptyPasswords no set in my sshd_config03:23
CAPTCHA_REQUIREDSo03:23
CAPTCHA_REQUIREDI don't think it's a security issue having passwordless accounts03:23
CAPTCHA_REQUIREDIn Devuan is it absolutely required that system accounts have a password set, even if your not using them?03:24
fsmithredshould be the same as debian03:25
search_socialCAPTCHA_REQUIRED: well you can say usermod -L canine to disable logging in with a password at all03:56
divansantanahi all. Having trouble installing ksirk on beowulf. Is this a known issue or is my local system a bit poked?09:44
divansantanahttp://paste.debian.net/119345309:45
ShorTieyou did do a apt update/upgrade  ??09:51
divansantanaShorTie:  yes I have.10:05
rmdivansantana, try aptitude instead of apt-get10:16
rmit might offer some solutions to this10:16
divansantanarm:  that fixed it! Thanks a lot.10:26
gouri've the following: LANG=hr_HR.UTF-8, but 'date' cmd is returning time as BST and not CEST? any hint?13:52
gnarfacedpkg-reconfigure tzdata13:53
gourgnarface: thanks a lot! never had to use it on Debian probably due to setting it correctly while installing...13:58
gnarfaceno problem14:04
gourthere is probably some work required to provide all the runit scripts for all the services, but I'm very pleased with Devuan!!14:07
gourany recommendation for cron/ntp packages (desktop machine, ceres/runit)?14:08
fsmithredgour, runit activity here: https://dev1galaxy.org/viewtopic.php?id=371614:09
fsmithredthere are runscripts for cron and anacron14:10
fsmithredantix has runscripts for ntp, debian for openntpd14:11
gouri have adsl connection, but not online 24/7, is cron ok? what about crony?14:13
fsmithredcron works. I don't see crony.14:14
gouri meant chrony14:14
fsmithrednope14:14
fsmithredthere are links in that forum thread to antix and debian runscripts14:15
gourok, will check it out14:15
fsmithredI've been playing with it in a VM, gradually replacing init scripts with runscripts.14:15
fsmithredand made a few refracta-chimaera-runit isos, but I haven't uploaded any14:16
gourhttps://github.com/void-linux/void-packages/blob/master/srcpkgs/chrony/files/chronyd/run14:20
gourhow usable are voidlinux scripts for devuan?14:20
gour(in general)14:21
fsmithredyou might need to modify that14:22
fsmithredit looks like they included the logging in the runscript, and that's different14:22
fsmithredread the thread. We had to make a few mods even on the debian scripts.14:23
fsmithredand the maintainer has posted a few times14:23
gourok14:25
Ankokukishiim trying to use an external bd player to play a blu ray in refracta but im missing some dependencies to allow me to watch in vlc15:00
Ankokukishiwhat files will i need to install for the bds to be playable?15:00
crashoverrideAnkokukishi: do you have libbluray installed?15:02
Ankokukishiyeah15:02
Ankokukishioh wait15:03
Ankokukishisays it couldnt find libbluray15:03
fsmithredAnkokukishi, did you add contrib and non-free to sources.list? You might need that.15:04
Ankokukishino i didnt, didnt think id need to15:04
fsmithredwhat's the correct name for libbluray15:05
fsmithred?15:05
Ankokukishii just did an apt search and there are a few15:05
gnarfacelibbluray215:05
fsmithredyeah, it's in main15:05
gnarfaceyou also need libdvdnav and libdvdcss still15:05
Ankokukishii have the dvd ones15:05
Ankokukishilibbluray-bin?15:06
crashoverrideAnkokukishi: libbluray215:06
gnarface -bin says it's tools15:06
Ankokukishii have that installed already15:06
Ankokukishiand libbluray-bdj15:07
fsmithredyou'll get that one automatically15:07
fsmithredno you own't15:07
fsmithredwont'15:07
gnarfaceyou also need to add yourself to the cdrom group15:08
gnarfaceor you won't be able to access the drive15:08
fsmithredshould already be in it15:08
AnkokukishiHow to Play Blu-ray Using VLC on Linux15:09
AnkokukishiStep 1: Firstly, make a folder named aacs and download the Keys database with the codes:15:09
Ankokukishicd ~/15:09
Ankokukishimkdir -p ~/.config/aacs/15:09
Ankokukishicd ~/.config/aacs/ && wget http://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg15:09
Ankokukishishould i do this too>?15:09
gnarfacewoah woah no15:10
gnarfacethat should not be necessary i don't think...15:10
Ankokukishii havent done that yet15:10
Ankokukishidont worry15:10
ham5urgIs it possible for rsync to skip any subfolder(s) with a given name? Like "sync all but skip any subdirectory with dirA and dirB".15:15
fsmithredyeah15:16
fsmithredyou can use globbing in the excludes15:16
fsmithredand you can mix include/exclude, but I've always avoided that.15:16
crashoverrideham5urg: it's in the man15:17
crashoverrideham5urg: search for 'filter'15:17
fsmithredoh yeah, that too15:17
crashoverridetl;dr: --filter='exclude ...'15:18
crashoverridealso search for 'FILTER RULES'15:18
crashoverride(that's a section)15:18
ham5urgahh, thank you very much guys, it was the wrong flag I searched for.15:18
crashoverridersync is complex.15:19
crashoverridethere are too many flags.15:19
crashoverride:D15:19
fsmithred--filter='P lost+found' --filter='H lost+found'15:20
crashoverridefsmithred: pound and hit?15:20
crashoverrideah no, protect and hide.15:20
fsmithredlol15:20
crashoverrideyeah I tried :P15:20
fsmithredyeah, don't copy, don't delete15:21
crashoverridenice.15:21
crashoverridekinda sounds like the motto of the RIAA tho.15:21
fsmithredwhich? Pound and Hit?15:22
crashoverrideno, "don't copy, don't delete"15:22
fsmithred"Let us do the deleting for you."15:22
crashoverridethe former is more adequate for portland police.15:22
crashoverridefsmithred: indeed.15:22
fsmithredso...15:22
fsmithredthere's a reason why you shouldn't mess with lost+found but I don't remember what that is15:23
crashoverrideprobably because there could be stuff in there that you care about, without yet knowing about it?15:24
fsmithredpossibly15:25
crashoverrideI sometimes delete those folders when they are created, at fs creation15:27
crashoverrideand I've never had a single problem to report.15:27
crashoverridebut also, I might just have been lucky.15:27
fsmithredsame here15:28
fsmithredthat filter sample I posted is from refractainstaller. It was added some time after people started using the installer, and I don't recall anyone reporting any problems.15:34
fsmithred2014, so about 3 years of use before that.15:36
Ankokukishii figured out the problem with the bd i was trying to use a minute ago, its from 2016, when the encoding changed15:41
Ankokukishiso it didnt work15:41
Ankokukishitried it with older ones and it worked fine15:42
Ankokukishithanks for your help guys15:42
APicYo. Can i just dd https://files.devuan.org/devuan_beowulf/installer-iso/devuan_beowulf_3.1.1_amd64_netinstall.iso to my USB Stick or is that Image just for Optical Drives and i need to prepare my Stick otherwise?16:07
WonkaAPic: I think you can.16:08
APicktnx!16:09
Wonkahttps://www.devuan.org/os/documentation/install-guides/beowulf/install-devuan says "All Devuan ISO images are hybrid ISOs and may be written to a USB drive using dd."16:19
APico/16:41
masono/16:43
crashoverridehybrid ISOs are awesome.16:50
crashoverrideI wish that was the only format of images ever.16:50
APiceWorks16:53
APic-e16:53
GyrosGeierone day I will add Amiga Fast File System support to hybrid ISOs17:21
zeroability[m]I migrated my server to devuan from buster and it looks like the only thing that broke was jellyfin. It appears to be a permissions issue. Anyone else experience that behavior?18:56
lts-zeroability[m]: jellyfin works fine for me19:04
lts-zeroability[m]: but now that I think of it, the /etc/init.d/jellyfin was broken19:05
zeroability[m]I have seen that, also.19:05
lts-zeroability[m]: I edited /etc/init.d/jellyfin and /etc/default/jellyfin, and they work fine for me like this: https://dpaste.com/2NHRP5MWN19:07
lts-Diff to yours and check is something different19:08
lts-Line 71 is missing # in the beginning, sorry19:10
zeroability[m]I will check that. I purged it and the jellyfin user so it stopped making the user on install.19:12
zeroability[m]The only difference was the --service arg and that didn't help.19:22
lts-Check jellyfin is in video group, otherwise try running the commands run by /etc/init.d/jellyfin manually and see for output, strace if necessary. You'll find it.19:37
zeroability[m]I can run it with sudo specifying the web component path and it works as expected.19:41
systemdlete2My logwatch report is saying "unable to dlopen(pam_elogind.so): /lib/security/pam_elogind.so: cannot open shared object file: No such file or directory"20:28
systemdlete2searching a bit, it seems this is related to sddm.  Most hits are indicating this is an sddm-related issue.20:29
systemdlete2The only question I have is, does this mean I must install sddm?   I run slim, not sddm.20:29
systemdlete2(xfce is my desktop)20:30
systemdlete2This is the first time I've seen this error in at least months or so.20:30
user____pam_eolgind.so is systemd related20:31
user____pam_elogind.so20:31
systemdlete2yep20:33
systemdlete2I know20:33
user____https://dev1galaxy.org/viewtopic.php?id=2282 the list of packages to install may be a hint?20:34
APicMy new Machine with MSI Z490-A PRO has a Realteak 8125 onboard. On Debian this seems to be supported with the Package firmware-realtek in sid. Is this by any Chance already in Devuan? And/or can i just install the Debian Package into my Devuan?20:35
APicThough maybe i also need a Kernel-Package from sid?20:37
brocashelmAPic: devuan syncs packages from debian (except the project's forks to remove/alter systemd code and blacklists), so yes20:37
* APic just installed Devuan beowulf20:37
APicWith Kernel 4.19.0-1420:37
DPAYou'll have to add non-free to /etc/apt/sources.list. https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&q=firmware-realtek20:37
* brocashelm is using devuan ceres (sid)20:37
APicOk, thanks20:37
zeroability[m]<lts- "Check jellyfin is in video group"> I added to the video group but still no. I tried a sudo -u jellyfin to attempt to run the bin with the args in the init script and config and it tries to read and write to a directory in my regular user home. Using just sudo allows it to run.20:46
rwpsystemdlete2, If it were me I would dig into logwatch and see what it is actually doing at that point.  Seems like a bad system check to me.20:57
lts-zeroability[m]: yes, I literally meant to run the commands as they are, which should introduce (for example) 'JELLYFIN_USER="jellyfin"' which is then called in 'if start-stop-daemon --start --quiet --oknodo --background --pidfile $PIDFILE --make-pidfile --user $JELLYFIN_USER --chuid $JELLYFIN_USER --     exec /usr/bin/jellyfin -- $JELLYFIN_ARGS'20:57
rwpI used to run logwatch on my RH based systems, because that was the thing there.  But I don't run it on my deb based systems.20:57
lts-zeroability[m]: I remember I had issues with the init script originally not trying to use the variables from the /etc/default/jellyfin (its syntax was wrong)20:58
zeroability[m]<lts- "zeroability: I remember I had is"> Ahh. When is use /bin/sh -k it had permissions issues with /run/jellyfishesn.pid so I fixed that. I will check the syntax.20:59
zeroability[m]* Ahh. When is use /bin/sh -k it had permissions issues with /run/jellyfin.pid so I fixed that. I will check the syntax.21:00
zeroability[m]Ahh. When is use /bin/sh -k it had permissions issues with /run/jellyfin.pid so I fixed that. I will check the syntax.21:00
user____what was that?!21:01
lts-Matrix edit, I believe21:02
user____:)21:02
rwpReminds me of Nabble users and mailing lists...21:03
rwpNabble has an edit button and every edit the user makes sends a new email to the mailing lists.  All slightly different as we get to each edit change the user made.21:04
user____Now all they need to do is, upgrade it to send every keypress as an email.21:05
user____It is needed for ad related research.21:06
user____<almost unrelated>https://amifloced.org/21:09
systemdlete2hmmmm.   I am using lightdm, not slim.  (whoops)  I saw slim in /etc/init.d and didn't see lightdm.21:28
systemdlete2It is, indeed, lightdm, not slim running.21:29
systemdlete2slim is installed, and I am removing it21:29
systemdlete2purging it, completely21:29
systemdlete2But it was lightdm that auth.log was reporting on21:30
systemdlete2actual error from pam is "PAM adding faulty module: pam_systemd.so"21:32
systemdlete2(it's not just the systemd module that is faulty...  :p )21:32
rwpsystemdlete2, I actually remove "session optional pam_systemd.so" from /etc/pam.d/* files to avoid any logging of failed loading attempts by PAM.21:42
luser978we shall not be quieted21:42
zeroability[m]<lts- "zeroability: I remember I had is"> I was able to fix the init script by adding the following start-stop-daemon option:21:42
rwpsystemdlete2, It could be that these "errors" are actually just "warnings" from the "optional" loading of that module.21:42
systemdlete2rwp:  I wonder, could this be something that devuan could remove from its releases?21:44
systemdlete2I mean, as part of the rest of the debian->devuan procedure.21:44
systemdlete2but I'll remove it for now.  thanks21:45
rwpsystemdlete2, Possibly yes and possibly no.  Since it isn't gone yet then probably that is due to as yet unresolved issues.21:45
rwpI highly recommend etckeeper+git for tracking changes to /etc.  Which makes me pretty fearless making changes.  Can always see what was changed and revert as needed.21:45
rwpYou could try "grep pam_systemd.so /etc/pam.d/*" and seeing that those are optionally loaded and commenting them out and trying that and I think those errors will be silenced.21:46
rwpAnd if you run into a problem then could restore it and come back and report about it.21:47
systemdlete2I will likely only find out if I reboot21:47
systemdlete2which I don't do often21:47
systemdlete2e.g., yesterday was the first time I had rebooted in 11 days of uptime21:47
rwpOr if not reboot when you log out and log back in again.  Since PAM is all about login sessions.21:47
systemdlete2ah21:47
systemdlete2ok, I can do that.21:47
rwpHa!  My laptop upon which I am typing this: "up 245 days"  (which says that I have not rebooted it for security kernels)21:48
systemdlete2but I'm in the middle of something else atm.  I will follow up here later.21:48
rwpBut in this time of COVID I am not out and about with the laptop these days and so less of a driving force to keep it always updated.21:48
systemdlete2I once had an old compaq presario 486 that I had converted to a router with ipcop/ipfire.  That thing was stable!   I think I had it up for over a year one time, something like 500+ days21:49
systemdlete2grep shows it is optional21:50
rwpThese days I automatically apply security upgrades daily and reboot my router immediately upon new kernel installations automatically.  Too many zero days...21:50
rwpI personally don't want and therefore am not missing whatever functionality that library was intending to provide.21:51
rwpBut I don't know if you will miss anything.  I just don't know.21:51
rwpBut you are complaining of errors from it.  So it is a useful experiment to do in order to get feedback for you.21:51
systemdlete2If it helps the project, then I'm OK with trying it.21:52
systemdlete2for myself only... not as much21:52
rwpNote that I am just another user of the project myself!21:52
systemdlete2I like doing things that contribute more than things that only fix my own problems21:53
systemdlete2It is reassuring knowing that others might benefit from trouble reports, even those from minor users like myself21:53
rwpI think for Devuan it would be useful to have a selection of standard configurations.  There could be different levels of fluff and glitter provided depending upon user needs.21:54
systemdlete2also, even minor defects and problems can point to much larger problems underlying those21:54
systemdlete2I would say I have quite a few here myself.   For one thing, I have Star and Refracta VMs in addition to straight Devuan21:55
rwpFor example mate might require things that xfce does not.  And probably an fvwm user would be happy with none of it.  (I love fvwm!)  I am using i3 now and I don't use any of it.21:55
systemdlete2And each of those is configured a little differently depending on what I am doing with them21:55
systemdlete2I have stopped using mate, due to what are apparently memory leaks in the mate panel.21:55
rwpThat's a good testing matrix of different environments.21:55
systemdlete2I actually think that KDE and Gnome are cool.  But they eat too much everything.  And I have found them slow at times.21:56
systemdlete2Like seeing artifacts and stuff -- they go away after a moment.  I tend to only have 2 or 3 gb memory per VM and that works well for LXDE and XFCE and a few others.21:57
systemdlete2Maybe I should take another dare at them though.  I haven't played with KDE or Gnome in years.21:58
systemdlete2My hardware boxes are faster these days.21:58
systemdlete2but anyway, getting O.T. again...21:58
systemdlete2But as to variety, I continue to vary my configurations.  Partly to avoid boredom, partly so I can compare performance and other things.21:59
systemdlete2I like diversity, what can I say?21:59
systemdlete2and if there are other devuan-based distros worth testing, let me know.  I usually have one new project going on here or another22:00

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