libera/#devuan/ Thursday, 2019-01-31

brocashelmlong live devuan, down with systemd and distros that support it03:55
furrymcgeemy example package uses systemctl enable && invoke-rc.d start, how does enable work with invoke-rc.d and not systemctl?10:22
KatolaZfurrymcgee: which package?11:00
furrymcgeehttps://github.com/shiftctrl-io/elephant-shed/blob/master/debian/elephant-shed-grafana.postinst11:11
shnapsSo, I occured strange problem. dell_smm_hwmon: unable to get SMM Dell signature What do I suppose to do with it? Googled it, haven't found any fix12:06
KatolaZshnaps: what is the problem?12:09
KatolaZI mean, where did you read that, and does it preclude you from doing something in particular?12:09
shnapsNo visible problem yet12:10
shnapsGot this message form dmseg log12:10
shnapsNot sure but I can guess that my fans not working normally12:12
sixwheeledbeastI have noticed this on startup I guess something added to the kernel lately?12:14
sixwheeledbeastI assumed it was laptop battery not an official dell one.12:14
KatolaZshnaps: the kernel does a lot of automagic guessing during startup12:19
KatolaZthere are lots of things it tries and logs in dmesg12:19
shnapsAnything that I can do with it?12:20
KatolaZshnaps: I don't think you should do anything at all12:21
KatolaZunless you see anything strange happening12:21
shnapsLike my laptop not using fans?12:22
KatolaZshnaps: how do you know?12:22
KatolaZacpi -V12:22
shnapsThermal 0: ok, 39.5 degrees C Thermal 0: trip point 0 switches to mode critical at temperature 107.0 degrees C12:23
KatolaZhttps://ubuntuforums.org/showthread.php?t=2332953 <- shnaps12:23
KatolaZthat's the first link on any search engine with "dell_smm_hwmon"12:23
KatolaZ:)12:23
shnapsYeah, I seen it12:24
KatolaZshnaps: why should your fan be active at 39 degrees?12:24
KatolaZo_O12:24
shnapsWell, usually they are active12:25
shnapsIsn't supposed dell-smm-hwmon module supposed to work in Dell laptops?12:25
FlibberTGibbetwhich model dell is it, shnaps ?12:26
KatolaZshnaps: am I a Dell technician?12:26
KatolaZo_O12:26
KatolaZhttps://www.dell.com/community/Linux-Developer-Systems/XPS-13-9350-fan-control/td-p/503661412:26
shnapsKatolaZ, nope, lol12:27
KatolaZshnaps: it looks like you might need i8kutils12:27
shnapsFlibberTGibbet, e633012:27
KatolaZbbl12:27
FlibberTGibbetdell are forever saying "update the firmware" for M4800s, which seems to fix the fan speeds for around a week before it's back to "let's impersonate a hovercraft" :)12:27
KatolaZif ain't broken, don't fix it ;)12:28
FlibberTGibbettyping this on an E6330 and no fan issues, which is saying something given the other bodges that the refurbisher inflicted on in12:28
FlibberTGibbeton it12:28
shnapsSo, I installed xsensors. Got cpu at 60 degrees C and still no fans running12:33
shnapsKatolaZ, also installed i8kutils. Any ideas what should I do next?12:33
KatolaZshnaps: read the manpages12:34
shnapsNo manual entry for i8kutils12:35
KatolaZand take a breath ;)12:36
KatolaZshnaps: there are manpages for the utilities inside the package12:36
shnapsKatolaZ, have no idea how to get to them12:37
FlibberTGibbettry this https://github.com/vitorafsr/i8kutils12:37
KatolaZshnaps: dpkg -L i8kutils12:37
KatolaZlook for stuff under a "*/bin" or "*/sbin" folder12:38
shnapsFlibberTGibbet, will take a look12:38
shnapsSeems like i8kutils fixed problem13:09
shnapsFans are working and I don't have this message anymore. Thanks guys!13:09
ejrif i want to upgrade ascii to ceres, do i only need to replace all "ascii" instances in sources.list?14:33
ejr(including ascii-security and ascii-updates for ceres-security and ceres-updates?)14:34
fsmithredthere's no -security or -updates for ceres (unstable)14:38
ejrok, then i will leave those out.14:39
ejrthanks14:39
fsmithredI would upgrade to beowulf first14:39
fsmithredinstead of skipping over it14:39
fsmithredmight not really make a difference, but just in case...14:39
ejri'm just playing around a bit, so i will try if that jump works. if not, I'll reinstall and do beowulf first14:39
fsmithreddid you see the discussion about upgrading from ascii at the forum?14:40
ejrno. about a year ago i read about upgrading from 1.0 to ascii, but forgot how exactly it worked14:42
fsmithredwell, the discussion talks about pinning policykit-1 to ascii versions, but I think that advice is obsolete as of last night.14:48
fsmithrednew polkit is in beowulf and ceres14:49
buZzi so want newer nvidia drivers in ascii-backports -_-14:49
fsmithredjessie to ascii (should be similar): https://devuan.org/os/documentation/dev1fanboy/upgrade-to-ascii14:50
fsmithredascii to beowulf (polkit info should be obsolete): https://dev1galaxy.org/viewtopic.php?id=230114:51
ham5urghi all, these are my first steps with devuan and systemVinit. I installed a simple "apt install samba" which starts three services: snbd nmbd samba-ad-dc. I expect that these services are dependencies. I tried a simple "update-rc.d -n smbd disable" to see what will happen. The command would disable smbd as expected but wont shutdown the other services nmbd and samba-ac-dc. Is there a way to find always the correct dependencies or15:07
ham5urgdo I have to know the dependencies?15:07
ham5urgsmbd*15:10
djphham5urg: what?15:26
djphthey're three separate services -> smbd (samba daemon) nmbd (netbios daemon, iirc) and samba-ad-dc (samba active directory / domain controller)15:27
eyalrozI'm building a package which (says it) needs  Qt5ScriptConfig.cmake or qt5script-config.cmake , which it can't find. I've ensured I have libqt5script5 and libqt5scripttools5 - but that doesn't help. What should I do?16:00
eyalroz(PS - The app is Kile brts3)16:01
eyalrozKile 3.0 beta 2*16:01
fsmithredeyalroz, does the configure script have an option to specify the location of the qt libs? You probably just need to tell it where to look.16:06
eyalroz@fsmithred: I suppose it probably does, somehow, but - where should I point it to?16:07
fsmithredthat's the tricky part16:08
eyalrozfsmithred: Ok, have a look at this: http://paste.debian.net/1063979/16:08
eyalrozIt wants Qt5ScriptConfig.cmake or qt5script-config.cmake16:08
eyalrozbut no package seems to have that16:08
eyalroz_and_ it's not even a CMake script which Kile provided - it's a script that's part of the distro that's giving me this error.16:09
fsmithredprobably has a different name in debian16:09
ham5urgdjph: If I do "apt install samba" I would like to deactive with "update-rc.d disable samba"16:10
djphham5urg: and that's what you _did_16:11
djph'samba' (the package) contains three discrete applications.16:11
KatolaZI can confirm the three of them are very discrete, and won't disturb you without reason....16:12
KatolaZ:P16:12
fsmithredany messing with them is reason enough16:13
djphKatolaZ: that's not what I meant and you know it.16:13
KatolaZ:P16:15
KatolaZjust kidding16:16
fsmithredeyalroz, those lib package you installed only contain docs and one file each for /usr/share/lintian/overrides/16:18
fsmithredyou probably need to install something else, but I don't know what16:19
ham5urgdjph: "update-rc.d samba disable 2" does not work. "update-rc.d smbd disable 2" is showing a warning. But still I see "/etc/rc.2d/S02nmbd". This should be automatically disabled too as I did not activate it. It was automatically activated by installation of samba.16:19
fsmithredprobably some -dev package(s)16:19
eyalroz@fsmithred: I'll looke at all of the qt*dev ones16:21
fsmithredread the libqt5script5(tools) docs and maybe look in the lintian/overrides/ files. May be some clues there.16:22
fsmithredham5urg, if you only told update-rc.d to disable smbd, then that's the only link it will touch.16:22
eyalrozfsmithred: It's qtscript5-dev rather than qt5script-dev. What genius package naming!16:23
fsmithreddo the same for nmbd16:23
fsmithredlol16:23
fsmithredthey wanted to make sure you know it's 516:23
ham5urgfsmithred: I did but it's an unexpected behaviour for me.16:24
KatolaZham5urg: what is an unexpected behaviour?16:24
KatolaZthe activation of services upon install?16:25
djphham5urg: If you wanna stop nmbd and/or samba-ad-dc, then stop _them_, not _samba_16:26
djph... it's like saying "stopping apache doesn't stop mysql"16:27
ham5urgapt install samba which starts multiple services under different names. A dummy service would be good. If this dummy service would be "samba" than a "update-rc.d samba disable 2 3 4 5" should disable all services started by "apt install samba"16:27
ham5urgNevertheless, I'm happy to be without systemd-crap. Devuan is a good thing.16:29
eyalrozfsmithred: So, got to another dead end, since Kile 3 needs a higher version of the KDE framework files (5.31, we have 5.28)16:30
djphham5urg: you seem to misunderstand how the "samba" package works.16:35
ejrany idea on where in /sys (?) to look the file in which i can disable the beeping that is echoed by my thinkpad when i hit tab when there is nothing to autocomplete?21:11
ejri remember there is one file that can easily be changed, but don't know which one...21:11
_stephen_xset b of21:11
_stephen_xset b off21:11
ejr_stephen_: thanks, but that doesnt help when i am not running x21:12
_stephen_yeah, I recall muting stuff didn't actually fix the problem when I was using a thinkpad, too...21:12
_stephen_Seemms like there was a module responsible for it...  I guess the real lesson is I shouldn't have replied.21:14
ejrnp21:14
_stephen_maybe http://www.thinkwiki.org/wiki/How_to_disable_the_pc_speaker_(beep!) has something21:14
ejrhah, found it: /proc/acpi/ibm/beep21:14
golinuxI run this at startup and work in silence: xset b off21:20
gnarfacei just pass "-vb" to urxvt21:23
golinuxSeems there are many ways to do it21:27
gnarfacewell "xset" is probably the right way.  but i find i'm only really tabbing out enough for it to be annoying in urxvt21:28
gnarfaceand that way i can just embed the setting in the wharf icon21:28
gnarfacedisabling it outside of Xorg seems to be a somewhat hardware-specific trick21:29
gnarfacesometimes alsa can mute it on it's own21:29
gnarfacesometimes you have to manually blacklist the pcm beep module (whatever it's called, i forget)21:29
gnarfacethen there's acpi support for it with ibm hardware sometimes apparently...21:29
gnarfaceworst case scenario though you can usually just unplug that little speaker :-p21:30
brocashelmwhat would y'all do if poettering came by this chat? kickban? hahahaha21:38
gnarfaceonly if he tried to start shit21:40
sixwheeledbeastBound to become #debianfork material in minutes...?21:40
brocashelm"hey guys! i started a fork of devuan: devuanD, which is devuan with systemd! tell me what you think!"21:40
gnarfaceyea, i'm sure if he came by #debianfork instead, he'd be welcome to grandstand and argue for hours or even days before eventually doing something illegal21:41
brocashelm*gets kickbanned 1 second later*21:41
brocashelmyeah, he's a scumbag. glad devuan exists because artix and gentoo aren't my style21:41
gnarfacei'm sure at some point he'd lose his cool and a real-world threat of violence or other illegal retribution would slip out, and then he'd be kickbanned and probably reported to the fbi and his employers too21:41
gnarfacebut yea, this isn't even a discussion for this channel to begin with.21:42
sixwheeledbeastCan I run this devuanD with sysV init? ...21:42
brocashelmhaha21:42
brocashelmit boggles my mind how so many distros are just openly accepting that garbage21:43
sixwheeledbeastI am surprised the recent security issues hasn't stared it up again.21:44
brocashelmit contradicts unix philosophy of keep it simple stupid to have an init with a pid 1 that tries to do anything and everything before pid 2 and beyond can even have a say21:44
sixwheeledbeast"Do one thing and do it well" I believe21:45
brocashelmso, i'm really glad to hear about devuan and that people are now switching to it. i'm coming from linux mint and will replace all machines altogether21:45
brocashelmyeah, "do one thing and do it well" is another standard21:46
r3bootMja, in all fairness, the amount of hatred on a personal level that you see publicly wrt Poettering is quite sad. I personally believe that FLOSS land will be in a better state once people start respecting each other .. knowing how communities throughout history have worked has made me fairly negative wrt how this whole debate will play out in history, nor if it actually will matter in the long run21:51
r3boot<-- will shutup now, sorry for bringing up this subject21:52
KatolaZr3boot: poettering has not behaved any better than those people attacking him, though21:54
KatolaZI agree that hatred is bad21:54
KatolaZbut treating users are assholes is not any better, IMHO21:54
r3bootI fully agree with that21:56
r3bootit's just that the technical became politicized in a major way imho21:57
r3bootregardless of who is to blame for that, I dont think it's beneficial to the floss community as a whole, personally21:58
KatolaZr3boot: the guy is an arrogant21:59
KatolaZthis does not help easying out any conflict22:00
r3bootand the more fragmented the community will become, the more weak it will become towards commercial threats (IBM, SuSE, Canonical)22:00
KatolaZr3boot: this is a legend. IMHO22:00
r3bootI fully agree with that KatolaZ, and if I had any say in it, I would have (atleast) fired him for behavioral problems22:00
KatolaZI don't like the calls for uniformity22:00
KatolaZthose have historically came only from corporate interests22:01
r3bootthats not what I'm trying to say iig, but this is really hard and subtle to explain, and should best be done IRL, imho22:01
KatolaZand have nothing to do with the FOSS community22:01
KatolaZ:)22:01
r3bootI have good intentions iig :D22:01
KatolaZyeah I know22:01
KatolaZbut most of those who praise "uniformity" don't22:01
r3bootEasy way out eh? :)22:02
KatolaZ:D22:02
brocashelm"uniformity" also applies to all distros being "uniformed" ;)22:02
r3bootbrocashelm: in a way, they have been ever since the concept of GNU/Linux distro was invented22:03
KatolaZwell, yes and no22:03
KatolaZthere was little uniformity between debian and suse...22:03
r3boot(since they all use same software +/-; the difference is in the way how it's all hooked together)22:03
KatolaZr3boot: then all the unix systems are uniform, according to that principle22:04
r3bootyep, in a way, I think that's actually one of the powers of the concept of unix22:04
KatolaZthe power is in the principles behind that software22:05
r3bootlinux just took it from the OS level to the distro level22:05
KatolaZIMHO22:05
KatolaZnot in any specific tool or toolbox22:05
r3bootOh, yes, that is the big distrinctive feature of all distro's22:05
r3bootthats why I *love* devuan, it's one of the last big distro's that still fights for independence22:06
r3bootthe 'true' meaning of what FLOSS was all about back in the day so to say22:07
KatolaZbiab22:07
r3bootghe, come to think about it, it's a bit how OpenBSD was in the 90s; Rebellious, with a big fat middlefinger towards the us, and putting their money where their mouth is22:10
sixwheeledbeastIBM SuSE Canonical? Why are commercial a threat?22:14
r3bootsixwheeledbeast: because it used to be (mostly) maintained by people like you and me22:14
r3bootdoing for the cause(tm), instead of the support contracts22:15
sixwheeledbeastI still don't see the threat. You miss out many others Red Hat Novell etc22:16
r3bootredhat is ibm nowadays, and novell got bought as well afaik22:16
brocashelmand then the "CoC" happened last year22:20
brocashelmpreferring "protected classes" over good code22:20
r3bootYep. Political over technical22:21
brocashelmterms like "master" and "man" are politicized to the top (unreasonably so)22:21
brocashelmman = manual22:21
r3bootthing is, communities will inevitably drift towards politics, see history22:21
brocashelmsadly, yea22:21
r3bootthe trick is, how you handle it as a community I think, and I dont have a clear answer for that, or atleast not one that will make this whole NOT politicized :P22:22
brocashelmi mean, stallman is very into far left politics, but he makes good arguments for technology and software freedom22:23
r3bootyep22:23
brocashelmi like that linus himself is also blunt22:23
brocashelmor was22:24
brocashelmuntil being pressured to apologize22:24
r3bootor devuan, having the balls to not use systemd AND maintain replacements for parts of it's api to provide working software from devs that dont care about portability22:24
sixwheeledbeastCommercial can equal more focus on one goal, again i still don't see an issue in some commercial.22:24
brocashelmi would replace "commercial" with "corporate"22:25
brocashelma company is a good thing. a corporation (usually) isn't22:25
r3bootsixwheeledbeast: there used to be a time, where you did not 'own' a copy of an OS. You 'leased' cpu/memory/io time on a machine22:25
r3bootthen came unix (which was closed as well, but given to universities), which eventually was set free, which led (among other thigs) to the huge size of the internet as we currently know it22:26
r3bootso there is something to be said about keeping software 'free' from corporate interest22:27
sixwheeledbeastIt may have not got off the ground in the first place without corporate money22:28
r3boota commercially driven linux distro inevitably will suffer from corporate interest, that's just a fact of life. Luckily for us, it's mostly in the form of (mandatory) licensing if you use them commercially (rh/suse) and/or support contracts (rh/suse/canonical)22:28
sixwheeledbeastfor example22:28
r3bootSure, I can see that :) both RH and SuSE started with corporate backing tho ;)22:29
r3boot(just like canonical)22:29
r3booteventhough the derivatives they are based on are free22:30
r3boot(err, the distros they are derivatives from)22:30
r3bootSorry, I am misreading you; Sure you can get a distro off te ground w/o any corporate backing. Checkout how Linus got linux 0.1 released to get an idea how that works ;) (just upload it to ftp)22:31
r3bootI think that, if you disregard any salaries for devs + just look at the bare minimum needed to get a foundation (or so) + hosting, investing some 1k a year will get you up to some 500~1000 users or so22:33
r3boot(now I dont know about the financials of devuan, but I can imagine its a bit/lot more given the scale of their infra)22:34
r3bootbut purely, fundamentally, all it takes is some hosting space, a domainname, time and effort, since all the parts you need are free to download22:35
r3bootAnd even if you grow beyond the 1k user size, find some friendly neighborhood ISP that's willing to sponsor a machine22:36
r3boothave a chat with mirror maintainers, etcetc22:36
sixwheeledbeastStill people within a Foundation can have differing opinions and cause fragmentation reducing work power. Corporate will more likely not. I see pros and cons in all methods. For many things I don't believe anyone has the right answer, very often it's a compromise.22:42
brocashelmnice discussion for sure :)22:45
sixwheeledbeastThis is how is should be tho, a discussion. Flames and rage just leave people spinning in the mud and covering everyone.22:47
_stephen_so, apulse uses dsnoop/dmix, but dsnoop/dmix aren't available on their own in devuan?22:50
gnarface_stephen_: they are, but they're internal alsa components, not executables22:50
gnarface_stephen_: you have to either configure for them (dmix should be on by default though) or use the special alsa device name "plug:dmix" or "plug:dsnoop"22:51
_stephen_So I could hypothetically configure them by editing my .asoundrc?22:51
gnarfaceyea22:51
gnarfaceor just by plugging that into the program22:51
gnarfaceif the program interface allows raw text strings for alsa device names, you can pass configuration there too22:51
gnarfacebut if you're using the default device (the one named, literally "default") it should have dmix enabled already22:52
gnarfacebut if, in any program, you attach it to a "hw" alsa device name directly, it will bypass all that and dmix22:53
_stephen_ah, that would do it.22:53
gnarfacethe reason this seems to still cause a lot of confusion is that dmix wasn't enabled by default for the "default" alsa device for the first few years.  they changed it over a decade ago now, but the stigma still remains in what's considered common knowledge22:57
gnarfaceunfortunately the pulseaudio crowd seemed to be happy to feed into the misinformation and spread the further mistaken impression that alsa *can't* do this without external software22:59
gnarfacebut it always could, it just never had a default that works for everyone at once22:59
ttkvdoes the Devuan effort have a foundation supporting it, or any other kind of 501(c)(3) organization?23:10
gnarfacethat's a good question23:11
gnarfacei think so far it's just got private investors23:11
ttkv'k, thanks23:11
gnarfacei could be wrong, i don't know23:11
gnarfacebut it seems like it wouldn't be a terrible idea to set up23:11
gnarfacei think it might take a long time to get paperwork for something like that through23:13
gnarfaceso it's possible the wheels are already in motion in fact23:13
Jjp137isn't dyne.org involved in some way?23:15
gnarfacei think it's owned and operated by someone who is also devuan staff?23:16
gnarfacemaybe they've just contributed some infrastructure23:16
gnarfaceyes, they're "involved in some way"23:16
Jjp137well at the very least, the "Dyne.org foundation" did register the Devuan trademark (according to the bottom of Devuan's home page)23:18
gnarfaceoh, maybe they're involved more significantly than i'm aware of.  maybe they're the foundation that ttkv is looking for.23:21
gnarfacei should probably know the answer to this already but i'm not always paying attention when i should be23:22
Jjp137oh the donations page makes it pretty clear: https://devuan.org/os/donate23:24
ttkvaha!  thanks, Jjp13723:25
Jjp137np :)23:25
* ttkv derps, should have checked that first23:25
golinuxSeek and ye shall find.  :)23:25
brocashelmit's nice seeing a lot of positive support for devuan on youtube, btw23:26
brocashelmnoticing more systemd videos mentioning devuan as a distro of choice23:26
brocashelmhttps://www.youtube.com/watch?v=VSbNumR9Z8k23:27
brocashelmby the way, is work on beowulf still underway? projected release date? asking because ascii has some issues i experienced (or i guess i could just switch repos to beowulf and update)23:36
brocashelmfor example, if i remove slim, i can no longer mount/unmount drives and some other permissions-related crap. that was very weird, so i put slim back on for the time being23:37
gnarfaceslim might have taken some elogind/polkit dependency out when it went23:38
gnarfaceor udisks223:38
brocashelmyea, i just want to startx from cli (i use xfce)23:38
gnarfaceyou should in theory be able to add back the necessary packages without also installing slim23:39
brocashelmhmm, will try that and issue update23:39
gnarfacework is underway on beowulf, but it's not really ready yet23:39
gnarfaceif you have actual problems that aren't self-inflicted, try backports first before you do anything desperate23:40
gnarfacethere's newer kernel, mesa, nvidia-drivers, etc... most the stuff you need for extra-distro commercial software support23:40
gnarfaceupgrade to testing only as a last resort, or if you're bored and want to help testing testing23:40
gnarface(but either way, i recommend making a backup first)23:41
brocashelmthere are just some other issues i'm having. mouse speeds aren't as fast as they should (they're lightning-fast on my main distros currently), eth0 keeps automatically connecting (tried editing the config to disable that, but then i can't connect to the internet from networkmanager), and i get errors if i boot without an ati radeon card if i have a config file for it23:41
gnarface(and check the forums for word from other people who've already tried it)23:41
brocashelmi have devuan on a separate ssd. i'm trying to get a feel for it first before i make the switch23:42
gnarfacethose all sound like they could be relatively simple misconfigurations23:42
gnarfaceor even just differences in stock defaults23:42
brocashelmso, testing would be the only package versions newer than ascii at the moment?23:42
gnarfaceno, as i said there's also ascii-backports, and there's also unstable (ceres)23:43
brocashelmoh, ok23:43
gnarfaceascii-backports works just like debian's backports23:43
brocashelmi'll see if a repo switch does the trick23:43
brocashelmi don't have a flipping modern system, but it's still sturdy enough for most modern use23:44
gnarfacenote: use ascii-backports from devuan repos - don't mix in actual debian repos23:44
gnarfacei just want to be clear on that23:44
brocashelmright, i'll consult devuan's repos before anything else23:44
brocashelmi heard about the "frankendebian" thing, so will avoid that as much as possible23:44
ttkvwhoops, looking at dyne.org's other sponsored projects, one of them is named "entropical" .. I'd better rename my entropy analysis tool23:46
gnarfaceheh23:46
ttkvI'm glad to see devuan is well-funded.  At its current rate of expenditures, it's got five years of cushion23:47
gnarfacethey still need a lot of help23:47
gnarfacebeowoulf needs help, specifically23:47
gnarfaceman power23:48
gnarfaceer, uh, person power23:48
ttkvwhoops, make that three years .. I can math, really23:48
brocashelmi tried to get into artix and gentoo, but i ran into many problems. void is interesting, but the main developer is MIA, so that's a no. salix os might be another fallback os23:49
brocashelmso devuan would be better if properly configured23:49
brocashelmthe LMDE project was interesting, but with the recent one, it's no longer safe from systemd23:50
gnarfacebrocashelm: well i still have a concern that a lot of your issues might have been things that you deconfigured on your own accidentally when you removed slim.  i'm thinking that if you saw the package list from a fresh install where xfce was chosen directly and compared it to yours, you might see what you're missing easily.23:52
bloturakHello. Can someone tell me if there's some sort of compatibility layer for daemons that require systemd or is my only option writing my own init script?23:52
brocashelmgnarface: i also was trying to replace compiz with compton during that time23:53
gnarfacebrocashelm: wait, did you try to switch slim with something else?  i just remembered slim is not a window manager.23:53
brocashelmyeah, i tried lightdm next23:54
brocashelmand then removed it23:54
gnarfacebrocashelm: there's a section in the release notes i think you need to read23:54
gnarfacebrocashelm: read the section under "### Session management and policykit backends" https://files.devuan.org/devuan_ascii/Release_notes.txt23:55
gnarfacethere's two backends, and they're in conflict, and when you're adding/removing session managers this way, it's not always smart enough to clean up and remove the conflicting one23:55
gnarfacebut it's a really simple thing to fix once you know which packages pair with which23:56
gnarfacehopefully that will be fixed for beowulf but last i heard it's still a train wreck23:56
Jjp137well policykit is a train wreck in general :\23:56
systemdlete2gnarface:  I think I've figured out my problem installing Devuan Jessie on my testbox23:57
systemdlete2when the installer looks for CDROM devices, it hangs.  And I think it is because it finds the KVM switch and goes searching down that path (usb)23:57
gnarfacesystemdlete2: yea?23:57
gnarfacebloturak: i dunno if this is what you want but check out the package "systemd-shim"23:58
systemdlete2there is no where to "go" really, of course, in the case of a KVM.  But, one thing I know is that the KVM has its own, built-in USB keyboard/mouse driver.23:58
gnarfacebloturak: (i'd still recommend writing the init script, because it's a good educational experience and you can probably start from an example template and make trivial edits)23:58
systemdlete2so an lsusb will show two of these, one for the local, actual kb and mouse, and another for the KVM's23:59
gnarfaceinteresting23:59
systemdlete2I believe that this is confusing the installer, or a program called by it to fetch the usb devices23:59
systemdlete2unfortunately, I can't confirm this yet.23:59
gnarfaceyea.  this kvm seems a little whack.  it's starting to ring a bell about badly behaved winmodem-esque kvms23:59
bloturakgnarface: alright, I'll look into it, I've looked into init scripts and they seem easy enough to write, thanks23:59

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