libera/#devuan/ Monday, 2022-04-25

gnarfaceSoltis: i wonder if something in userspace is changing the keymap unexpectedly00:01
gnarfacelike at some point after this00:01
Soltisgnarface: I can't say no for sure, but this is a _fresh_ install as of around 15 minutes before I first started asking on here.00:05
gnarfacethe culprit is probably a malfunctioning desktop keymap setting tool00:07
gnarfacethat's my guess anyway00:07
Soltisgnarface: Not sure, but I got wireless working finally (some version mismatches from having to manually install packages) and so far it SEEMS to be working correctly now as well.02:10
Soltisgnarface: Also you're right - both are using the i915 driver.05:00
gnarfacethe backports kernel may have fixed it, but resume from hibernate and suspend is widely known to be glitchy across the board05:12
gnarfaceand the common culprits are the video drivers05:12
gnarfacenvidia has issues with it too05:12
gnarfacei haven't even bothered testing amd05:13
gnarfacei think some people have suggested the lid switch activation to be a particular complication but i don't know for sure if it's related05:14
gnarfaceone thing to test would be if you can run the pm-suspend script directly and get it to resume correctly from that without closing the lid05:15
gnarfaceif you're using a graphical login manager, i think i've even heard that some of them excite this bug while others don't05:16
Soltisgnarface: I'm just using the defaults from the live CD installer.08:51
gnarfaceSoltis: ah, it's not the same thing as the regular installer, though i'm not sure it matters in this case but it could affect package selection08:56
Kittythere's a console tool for selecting runlevels of a init script14:32
KittyI can never remember what it's called14:32
Kittyit's got a curses interface14:32
rrqsysv-rc-conf?14:33
Kittythat's the one14:43
KittyI can never rememebr sysv-rc-conf for init.d update14:43
Kittythat's so I can find it when I grep the logs14:43
Kittywhy is there a /etc/systemd directory in Devuan ?17:49
fsmithredvestigial appendage from debian. It does nothing in devuan. It's there for packages to drop the files that systemd needs.17:51
fsmithredmore to the point, the only way to get rid of it would be to fork all the packages that expect to drop files there.17:52
fsmithredThat would be a lot of wasted work.17:53
Kittyaah17:53
fsmithredand removing service files just to remove service files is the equivalent of removing sysvinit scripts.17:55
Kittyis there a tool for converting a systemd.service file into an sysvinit file ?17:55
fsmithredyeah, it's a script in the sysvinit-utils package17:55
KittyI'm not seeing it17:57
fsmithredyeah, it's not what I thought.  /lib/init/init-d-script makes a skeleton init script17:58
fsmithredI'm pretty sure a conversion script exists, written by the current sysvinit maintainer.17:58
fsmithredHere's one, and my browser tells me I've been here before: https://github.com/akhilvij/systemd-to-sysvinit-converter18:01
fsmithredI'm sure I did not try it.18:01
KittyI'll look tomorrow, just realised it's home time18:09
Kittythanks for your help18:09
sadoon[m]I'm getting a corrupted files error on the torrent versions of the isos for chimaera amd6419:27
sadoon[m]I've tried the desktop and netinstaller so far19:27
sadoon[m]I'm also getting it on the latest netinstall from the mirrors19:32
sadoon[m]This is weird. Even the old beta release iso is giving me errors. Could be the SSD I'm using?19:34
sadoon[m]I'll try to reinitialize it19:35
fsmithredsadoon[m], what is giving the error message?19:36
sadoon[m]debootstrap says bash deb is corrupted19:36
fsmithredio errors when you try to run a command?19:37
sadoon[m]No the installer is trying to debootstrap but having this error19:37
fsmithredcheck sha256sum on the iso19:38
sadoon[m]The iso is fine I just found out19:38
sadoon[m]It was the MBR19:38
sadoon[m]I reinitialized it and now it's fine19:38
sadoon[m]4 isos can't all be corrupted xD19:38
fsmithredyeah, good point19:39
sadoon[m]Thanks btw19:39
sadoon[m]Installing devuan for my work desktop19:39
fsmithrednice19:39
sadoon[m]Had these issues while I was at work so I decided to take the SSD back home and hotplug it and install devuan using qemu, the best way19:39
crhyloveGood Morning from Hawaii!  What's the best way to hook up bluetooth in Daedelus?20:32
rwpcrhylove, Make sure you have bluetooth, bluez, and blueman installed.  Use blueman for graphical management.22:01
crhylove@rwp, Perfect!  Thanks!22:36
eyalrozHello Devuaners :-)23:31
eyalrozI want to run a mosh server on my machine. I was expecting an /etc/init.d/mosh or /etc/init.d/mosh-server , but that's not available. How come?23:32
rwpAFAIK there is no such thing as a mosh server.  It simply uses ssh.  I use mosh all of the time.  I am using it now.23:32
rwpMake sure to open UDP ports 60001:60009 or so on your server side.23:33
eyalrozrwp: So, what is /usr/bin/mosh-server  then?23:34
eyalroz(I haven't used mosh before)23:34
rwpThe mosh-server is used by mosh when it connects to the remote end over ssh.  And then subsequently mosh-client and mosh-server communicate.23:35
rwpBut one *starts* it up by simply calling mosh and connecting to the remote server.23:35
rwpFor example: "mosh myserver.example.com"23:35
eyalrozIn that case - doesn't it open ports 60001:60009 on its own?23:35
rwpMosh does open those ports.  But firewalls override anything that any program does.23:35
rwpIf a firewall blocks those ports incoming then those ports are blocked.23:36
eyalrozOk, thanks, rwp.23:36
rwpmosh starts the mosh-server on the remote end by using ssh there to get it going.  Then it chooses the next available port from the range starting at 60001.23:37
rwpAfter the initial ssh call using TCP to get the mosh-server running then mosh-client and mosh-server converse using UDP from them forward.23:38
rwpAfter you get this going for yourself at least once ping me and I will pass along why I always use it with screen or tmux.23:38
eyalrozHow about tunneling, though?23:41
eyalrozIs there some UDP tunneling server I could use on an intermediate machine?23:42
eyalroz(that's not a Devuan-related question obviously)23:42
rwpRight.  Probably a better question for the #mosh channel.23:43
rwpBefore going there let me point out good general stuff at https://mosh.org/ with an FAQ and other info.  Scroll down it for good stuff.23:44

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