libera/#devuan/ Friday, 2023-06-09

ecxodI just wonder if you could write a program that acts as a kind of proxy and converts systemd commands01:35
gnarfaceyes, and it has been done, but that just puts you in an arms race with them, and not all the functionality is even desirable01:37
golinuxWe have elogind which does justthat but some packages are immune to using it01:37
ecxodsimilar to the sendmail command.01:37
ecxodpostfix for example also provides this for compatibility purposes01:37
golinuxIt was a decision made by Debian devs not to require init compatibility01:38
* golinux goes to look for dasein's post on the Debian forum01:39
golinux“Combating revisionist history” by01:40
golinuxdasein, Debian User Forums, February01:40
golinux25, 2015: https://​­forums.​­debian.​­net/01:40
golinuxviewtopic.​­php?​­t=12065201:40
golinuxhttps://​­forums.​­debian.​­net/viewtopic.​­php?​­t=12065201:41
golinuxecxod: That will tell you everything you need to know01:41
ecxodwhat strange url is this?01:42
golinuxI copied it out of Linux Pro Magazine and forgot to reformat it01:43
golinuxhttps://​­forums.​­debian.​­net/viewtopic.​­php?​­t=120652 is a post on the Debian forum about init compatibility decisions in Debian. It is why we are in the current mess01:44
ecxodhttps://forums.debian.net/viewtopic.%E2%80%8Bphp?%E2%80%8Bt=12065201:44
ecxodthere are special chars in it01:45
golinuxIn your irc client not mine01:45
rrqecxod: just remove those triplets starting with % to get "the real" url01:47
ecxodI was able01:48
golinuxIt is an excellent analysis of what went down and why Devuan exists01:49
ecxodI must push it to deepl because it is to high for my poor english (I am german native)01:49
golinuxToo bad . . . dasein has formidable language skills01:50
gnarfacei would think that translate.google.com can do a pretty good job on english<->german these days01:50
gnarfaceecxod: ^01:50
golinuxProbably . . .01:50
ecxoddeepl.com is the best for me01:51
gnarfaceoh, never heard of that one01:51
ecxodvery popular in germany.01:52
gnarfacei really just meant to suggest you use any translation software. i didn't understand that you were saying you'd already done that.01:53
ecxodin germany we say "strong tobacco"02:09
ecxodWhat is the debian GR ?02:15
gnarfacei wanna say "general resolution"02:16
gnarfacebasically just their voting process, i think02:17
ecxodwho exactly payed the development of systemd ?02:17
gnarfaceRedHat/IBM02:17
gnarface(also behind the likes of pulseaudio, network-manager, avahi-daemon)02:18
ecxodand who wrote the specifications ?02:19
gnarfacedon't know, but i assume Lennart Pottering02:19
gnarfaceand it all seems to have been primarily done as a long con to get himself a job at Microsoft02:20
onefangIs this a long con so someone will remind you to use #devuan-offtopic?02:21
gnarfacesorry, you're right.02:21
gnarfaceecxod: this is getting well off topic, but it's partially my fault, i apologize for encouraging it.02:21
gnarfacewe can gripe in #devuan-offtopic, this channel is supposed to be for technical support issues02:22
brocashelmi replaced elogind with dummy-logind so that the elogind daemon does not run, while i get to keep software like network-manager and everything under the kde umbrella (only need kolourpaint, but sure, install 150+ "dependencies")02:34
brocashelmi use consolekit202:34
brocashelmusing startx, i put exec startxfce4 --with-ck-launch on ~/.xinitrc; no complaints02:34
brocashelmto be brutally honest, if you're using elogind, you might as well just go back to systemd, since it's essentially the same animal02:34
brocashelmyou'll just have a different init and sysvinit as your service manager02:35
brocashelmseatd can be installed optionally02:35
gnarfacei'm worried seatd will be the next thing they'll try to slowly force to become non-optional though02:37
gnarfacethere's really literally no point in having it unless you are sharing a workstation with other people02:37
brocashelmagreed. even after removing it, having some continued libseat permission errors on one of my systems (when xorg starts up; i'm still able to proceed)02:42
gnarfaceyea, i get those too now02:44
gnarfacei wonder if it's simple to rebuild xorg to just not look for it again02:45
gnarfaceor if maybe even better yet you could just disable it from the xorg.conf02:45
gnarfacethat would be... somewhat relieving anyway02:45
brocashelmyeah02:52
brocashelmthe fuckup was adding the _seatd user group because i read somewhere it was a way to optimize it (such as for video group)02:52
brocashelmalthough i suppose i don't need it. xfce can still work without elogind as it is. just when xfce4-session-logout is run (such as alt+f4 if you have xfwm4), i only get the log out from the options (rest being reboot and shut down)02:53
brocashelmhowever, i got a similar setup on openbsd and can still reboot or shut down at my convenience, and consolekit2 is used02:53
darwinbuZz, no I do not03:30
buZzoh, guess i misunderstood, sry03:34
look1245Hi, fresh devuan install and /usr/sbin is not in $PATH. What could be the cause of this and how is the best way to fix it?15:06
djph /sbin and /usr/sbin are not in a user's $PATH.  They're for use by root.15:08
look1245Theyre not in roots path either15:09
gnarfacelook1245: /etc/login.defs15:14
gnarfaceyou can add them back to ENV_SUPATH in that file15:15
gnarfaceyou'll have to log out and back in for changes to take effect15:15
djphhuh, I didn't do anything special to my root ...15:32
gnarfacei think it only happens on fresh installs, not upgrades15:37
djphhuh, this was a fresh install of chimaera ...15:38
gnarfacehmm15:38
djphdaedalus now ... but maybe I did have to kick it and just forgot ...15:38
fsmithreddjph, you sure you didn't change anything?15:38
rrqit's some few years when util-linux changed to us an implementaion of su that does not change PATH unless the "-" (aka "-l" aka "--login") is used15:38
fsmithredOr do you normally use 'su -' to get root?15:38
djphrrq: oh, that'd do it then.15:38
djphfsmithred: yeah, I've used su - for ... well, since before Ascii15:39
fsmithredthat will also move you to /root. But I like to stay where I am, which is what 'su' does.15:40
fsmithredto keep the old behavior: echo 'ALWAYS_SET_PATH yes' >> /etc/default/su15:40
fsmithreds/keep/get/15:41
fsmithredor restore15:41
djphfsmithred: fair enough.  it's one of those things I got ingrained forever ago15:41
djphI'll probably change around the time I start using 'apt' instead of 'apt-get' (so ... never ;) )15:41
fsmithredlol15:42
look1245How to disable login prompt? i fresh installed debian with mate and i want to login in a tty and manually startx not having a graphical login prompt15:55
look1245Devuan*15:56
look1245Ok seems like that is done by removing lightdm16:00
look1245When i shutdown it says "error apparmor failed to stop" what could be the cause of this?16:09
komasanzurahello, good day19:20
komasanzurai have noticed the links to the mailing list archives return 40419:20
komasanzuraeg http://mailinglists.dyne.org/pipermail/devuan-announce/19:21
fsmithredkomasanzura, where did you get that link?  Try this one: https://lists.dyne.org/lurker/list/19:27
fsmithredwait, that doesn't have what you want.19:28
komasanzurathe link comes from here: https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/devuan-announce19:29
fsmithredand the last announcement (via the lurker link) is for Beowulf. Something is wrong.19:31
komasanzurai also tried subscribing to the dng mailing list but haven't received any e-mail yet19:43
* grayrock decides against saying "i didn't even know dogs could read"22:04

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