libera/#devuan/ Sunday, 2022-07-17

nmrp3I feel I should be making a blood sacrifice before I try to reboot with the new nvidia driver...00:04
agrisyou should get an amd card instead00:05
agristhe nvidia drivers including the open source effort are terrible00:05
agrisi did and I havn't had a graphics related kernel lockup since00:06
agrisand the drivers are built into the kernel00:06
fsmithredI use nouveau with no problems, but my gaming is limited to freecell00:07
fsmithredwatching video is fine00:07
nmrp3I have never had any joy getting amd to work with things like opencl00:07
nmrp3this is not working :(00:32
fsmithred I can't help with nvidia. Do whatever it says in the debian wiki.00:33
nmrp3I have done that00:34
agrisfsmithred, do you have weird DMA and iommu failures in your dmesg?00:34
fsmithredchecking...00:34
fsmithrednope. dmesg looks ok00:36
nmrp3let's see if a dist-upgrade fixes it00:39
fsmithredyou added contrib and non-free to sources.list and installed packages from repo, right?00:40
fsmithredor did you use nvidia binary?00:41
nmrp3yes, I added the contrib and non-free apt sources00:42
fsmithredstay logged in here. You might get an answer hours later.00:44
nmrp3ok, got something - in boot, modprobe: FATAL: Module nvidia-current not found in directory /lib/modules/5.10.0-9-amd6400:46
fsmithredmodprobe -v nvidia-current00:50
fsmithrednm00:51
fsmithredthat won't work00:51
fsmithredupgrade kernel00:51
fsmithredupgrade everything. That iso is from December, I think.00:52
nmrp3I've purged nvidia-driver and am trying nvidia-legacy-...00:52
nmrp3nope - that also fails with a similar error00:53
fsmithred5.10.0-16 is current in chimaera00:53
nmrp3it's looking in that version00:54
nmrp3sorry - i have done a dist-upgrade since00:55
fsmithredand reboot?00:55
nmrp3yeah - no dice01:06
nmrp3sudo modprobe nvidia can't find it01:06
nmrp3OK - fixed it possibly - with `apt-get install linux-headers-amd64`01:11
fsmithredoh, did that get left out of the nvidia install because of no-recommends?01:12
nmrp3looks like it01:12
fsmithredsorry about that01:12
nmrp3great :D I have a real desktop again01:14
fsmithredcool01:15
nmrp3ok, so now I need to fix the keyboard layout and default localle, somehow01:17
fsmithredsudo dpkg-reconfigure keyboard-configuration01:17
fsmithredalso dpkg-reconfigure locales01:17
fsmithredand possibly tzdata01:17
fsmithredif you need to be able to switch between different keyboard layouts, there's a panel plugin you can add.01:21
nmrp3no - I have just the one layout01:27
nmrp3what's the default graphical login devuan uses?01:27
brocashelmlightdm IIRC01:31
nmrp3oh - apparently it is slim01:33
nmrp3oh, and apparently abandoned in 2013 ... ok ... backs away slowly01:34
fsmithredyou can replace it with lightdm01:35
nmrp3ok thanks - it's just a bit of an odd choice to use abandonware as a default01:36
nmrp3ok, that's enough for today - I guess I have everything else to fix tomorrow01:55
brocashelmthere's also sddm if you find lightdm buggy/bloated02:15
brocashelmi guess i was thinking of refracta when i said lightdm, lol02:15
brocashelmi just use startx02:15
debdogagris: I now have a chimaera VM with the kernel meta package installed but I do not have said symlinks (yet, they prolly get created the first "update" on the kernel image is run)04:05
debdogbut from the cripts inside the package I gather (without having the entire log) that the command "-hda /pub/qemu/Chimaera_LXQt.qcow2 -cdrom /dev/cdrom -boot c" is failling04:06
debdogno, that was not the proper paste here04:07
debdogcannot copy'n'paste from VM, ok-..04:08
debdogagris: btw. are the link's (./boot/System.map-5.10.0-11-amd64) mode bits in order?04:14
agrisshould it matter when your root?04:15
debdogI hope the leading dot does not cause us to look at the wrong directory04:15
debdogroot when doing what?04:15
agrisyes i'm logged in as root when performing the upgrade04:16
debdogyes, I do that, too04:16
agristhere is no 5.10.0-11-and64 map04:16
debdogso, the failing command: /usr/bin/linux-update-symlinks upgrade 5.10.0-16-amd6404:17
debdogno, still not the proper command04:17
debdogmissing option...04:17
agrishttp://dpaste.com/6R6BUJFE704:18
agrisnervermind04:19
agrisyeah there is04:19
agristhere's no weird acls on it04:19
agrisit's just a fat32 filesystem04:20
agrisdebdog, how is your partitioning scheme setup?04:20
debdoginside that VM /boot is not a seperate package.04:21
agrispackage?04:21
agrisare you booting efi or bios?04:21
agristhis is m y setup https://dpaste.com/56SLVW5PB04:22
debdog*partition/bios ; my goal here is, try to find which scripts are ran then reproduce them on the command line and see exactly where it fails. then start looking for a solution on that ground04:22
agrisI think the issue is that the kernel package started trying to setup symlinks and hardlinks at some point04:23
agrisbut those features are not supported on FAT filesystems04:23
agrisusing fat32 is required by a EFI system04:24
debdogyah, the fat32 made me nervouse, too. but it seemed to have worked in the past, from what I understand04:24
debdoghere04:24
agrismaybe somebody changed the package without understanding the implications04:24
agrisanyways, just let me know what you need me to do04:24
agrisbtw, partition 1 isn't a filestation. it's just reserve space for grub04:25
agrisit's common practice when installing grub to reserve the first 2 mib for grub to store modules04:26
debdogwhat if we cp /boot/* to some temp directory, umount /boot then copy the contents back in. what fs would /boot have then on your system?04:26
agrisyou mean put /boot on my rootfs?04:27
debdogtemporarily, yes04:27
agrisI don't think i'll be able to boot my system if I did that04:27
debdogno, no booting!04:27
agrismy root filesystem is on a 'Z' filesystem04:27
debdoganyway, if you reboot /boot would be re-mounted and everything should™ be fine04:28
agrismy bootloader (grub2) can't read modern 'Z' filesystems and as such won't be able to read the kernel and initramfs and microcode if I did that04:28
debdogok04:28
debdoghehe04:28
debdogmaybe your setup is above my paygrade :D04:28
agrisoh no04:29
agrisit's just this:04:29
debdogyou still could go through all the commands of the install scripts manually and see where exactly it fails (there probably are easier solutions, have you had a look at the interweb for someone with the same issue)04:30
agrishwinit -> EFI -> /boot/efi/grubx64.efi -> grub looks on the boot filesyetem for a kernel, initramfs, and hardware microcode and boots it04:30
agrislinux kernel executes loads initramfs, patches hardware ucode, loads Zfs kernel module and attempts to mount the real root filesystem then passes everything off to init04:31
agrisyeah I saw someone having the same issue on Ubuntu04:31
agrisunfortunately the Ubuntu solution didn't work for me04:32
agriswhich was add a file in /etc/kernel-img make-symlinks: no04:32
debdog(it could also be a problem with the ln command. I think "ln -sf" is somehow broken on my system)04:32
debdog(but to find out, going through the commands is the only solution _I_ can come up with)04:33
debdogwhat I haven't found out yet, which script calls... (will take some time)04:34
debdog/usr/bin/linux-update-symlinks upgrade 5.10.0-16-amd64 /boot/System.map-5.10.0-16-amd6404:36
debdogfound the one for vmlinuz-5.10.0-16-amd6404:36
debdogbut not System.map-5.10.0-16-amd6404:36
agrisdo you want me to upgrade that?04:36
agrisI mean04:36
agrisrun that command04:36
debdognot without backing up /boot!04:37
debdogthen open linux-update-symlinks and practically copy'n'paste command by command into the terminal to see where it fails04:39
agrisit didn't fail04:39
agrisI: /vmlinuz.old is now a symlink to boot/vmlinuz-lts04:39
agrisI: /vmlinuz is now a symlink to boot/vmlinuz-5.10.0-14-amd6404:39
agrisI: /initrd.img is now a symlink to boot/initrd.img-5.10.0-14-amd6404:39
debdogfor variables they will have to be exported for that terminal beforehand04:39
debdogok04:39
debdogbut what about System.map-5.10.0-16-amd64 which is the one's failing, right?04:40
debdogstill havent figured out who or what causes that error exactly04:40
agrisit didn't error, had a zero exit status04:40
agrisbut there is no /boot/vmlinuz04:41
agrisoh wait04:41
agristhere is in the root filesystem04:41
agrisnot in /boot04:41
agrisshould that be in there?04:41
debdogplus there is this (--unpack) in "dpkg: error processing archive /var/cache/apt/archives/linux-image-5.10.0-11-amd64_5.10.92-2_amd64.deb (--unpack):" plus the leading dot in "unable to make backup link of './boot/System.map-5.10.0-11-amd64'"04:42
debdogI see04:42
debdogI don't have it either and thought it will be created at the next kernel update04:43
debdogbut this is a totally different situation then. where is ./boot?04:43
debdogsome tmp folder?04:43
agrisi don't know04:44
debdogmaybe the problem is not /boot but a tmp folder where initrd.img is created?04:44
agrisI think . has a special meaning in bash which mean CWD04:44
agris(current working directory)04:44
agrisso whereever that is inside the .deb script04:45
debdogright, but what is the scrip's CWD?04:45
agrisI don't know04:45
debdogright04:45
agrisI'm not an expert in debian packaging04:47
debdoghehe, me neither. but now we have new grounds for searching...04:47
debdogso the command dpkg --unpack fails. just in which directory does it do that04:51
debdogdpkg: error processing archive /var/cache/apt/archives/linux-image-5.10.0-11-amd64_5.10.92-2_amd64.deb (--unpack):04:51
debdog unable to make backup link of './boot/System.map-5.10.0-11-amd64' before installing new version: Operation not permitted04:51
debdoghowever, it's 5am and I still try to catch at least some sleep....04:52
agrissleep is for pussies04:53
gnarfacelooks like the error you get if you try to upgrade a kernel when /boot is mounted read-only04:54
gnarfaceor mabye / itself?04:54
agrisfound this also https://forums.raspberrypi.com/viewtopic.php?t=33101104:55
agris/dev/sdg2 on /boot type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)04:55
agristank/ROOT/chimaera on / type zfs (rw,relatime,xattr,noacl)04:55
agrisgoodnight debdog, thanks for your help04:56
agristakeaway from that forum post:  I don't know where you've got that kernel package from, but I can tell you that it's failing because you can't create symlinks on a FAT filesystem, and you get EPERM if you try.04:56
agrisalso this: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/131895104:58
agristhe solution here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318951/comments/9 doesn't work04:58
gnarfaceOH, /boot is vfat? yea that would hose it too, didn't expect this to be a raspberry pi05:01
agrisi'm not on a raspberry pi i'm on amd64-efi05:02
agrisbut my /boot is also fat05:02
gnarfaceyou should not05:03
agrisshould not what?05:03
gnarfaceshould not boot your linux box from a microsoft filesystem05:03
agriswhat should I do instead for a EFI system?05:03
gnarface... unless there's a specific hardware compatibility reason to do so (like being on a RPI which requires it)05:03
agrisI thought efi systems required boot to be efi05:04
gnarfacei would just use the same filesystem you use for all the other partitions, i don't know why EFI would be different for that, i could be wrong05:04
agrisefi can't read Zfs05:04
agrisnor can grub05:04
gnarfaceoh05:05
gnarfacedid you try anything else?05:05
gnarfacelike anything grub CAN read other than vfat?05:05
gnarfacexfs,ext2,ext3,ext4 are all good choices05:06
agrisgnarface, https://wiki.gentoo.org/wiki/EFI_System_Partition says fat32 is required05:06
agrishttps://wiki.debian.org/UEFI05:08
gnarfaceso no EFI systems have ever worked with packaged kernels?05:08
gnarfacethat doesn't seem to mesh with reality05:08
agrisit used to work and upgrade just fine05:09
agrissomething changed in the kernel packaging i think05:09
gnarfaceisn't the EFI partition just /boot/efi though or something like that? not all of /boot?05:09
agrismy partition layout's been the same for several years05:09
agrisgnarface, maybe05:09
gnarfacedo you have a /EFI directory?05:10
agrisno I do not05:10
agrisI wait05:10
agrisI do05:10
gnarfaceyou do05:10
gnarfaceis it vfat?05:11
agrisyes05:11
agrisbut it's just a directory in /boot05:11
agrisit's not it's own filesystem05:11
agrishttps://dpaste.com/2DUT7GYJT05:11
brocashelmis beowulf the last devuan xfce without forced gtk3?05:13
brocashelmor is it ascii?05:13
agrisbrocashelm, beowulf uses xfce4.12 which is gtk205:13
agrisgoing forward upstream xfce dropped gtk2 and became gtk305:13
agrisin chimaera it's gtk305:13
agrisyou might want to look at dwm05:13
agrisit doesn't depend on third party toolkits05:14
agrisalso lxqt or trinity TDE, which has good gtk2 theming support05:14
gnarfacecan you make sure that EFI directory isn't actually another filesystem? it may be, even though it's not a separate partition05:14
brocashelmyeah, i use ceres, so i'm obviously not too happy with xfce's "future" (or lack thereof)05:14
gnarfacecheck mount05:14
brocashelmyes, i know about lxqt, and tde is actually really good (just not used to kde stuff)05:14
agrishttp://trinitydesktop.org/05:14
agristrinity still provides a traditional desktop05:15
brocashelmyeah, i've tried it a few times already05:15
brocashelmvery lightweight, too05:15
brocashelmit's cool they provide devuan repo05:15
agrisgnarface, I'm sure /boot/EFI isn't on a different filesystem the other other efi related fs is efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)05:15
brocashelmexe gnu/linux is devuan with tde, i've heard05:15
brocashelmfrom one of the former refracta devs05:16
agrisbrocashelm, what is it?05:16
brocashelmexe gnu/linux? that's devuan with tde05:16
brocashelmtrinity desktop05:16
agriswhat's their homepage?05:16
brocashelmhttps://exegnulinux.net/05:17
brocashelmconvenient for trying out in a vm before deciding to put trinity on your actual install or whatever05:17
agrisbrocashelm, one other thing. In chimaera vim-gtk2 is broke05:17
agrisit was removed05:17
agrisupstream still supports gtk2 but debian removed it05:17
brocashelmi am on ceres, but yeah05:17
agrisalso they broke some gtk2 theming engines that support Bluecurve based themes05:18
brocashelmi've just been thinking about dual booting with beowulf so i keep xfce before the bloatware took place05:18
agrisit's still in the packaging source code they just commented it out so people can't install it05:18
agrisit's why I haven't upgraded my main laptop yet05:18
brocashelmlxqt and mate lack the rich customization of xfce IMO05:18
brocashelmbut i don't wanna derail this (let's take this to #devuan-offtopic)05:18
agristhere's an xAthena based version of vim available in the chimaera repos tho05:19
agrisit doesn't work as well05:19
agrisgnarface, did you get my last message about /boot/EFI not being a seperate fs?05:21
gnarfaceagris: yea, unfortunately i don't know enough about this to guess what's wrong, i don't trust EFI so i don't use it05:22
gnarfacerequiring that /boot be vfat though doesn't seem right to me05:22
gnarfaceonly place i've seen that is with RPi05:23
agrisgnarface, what don't you trust about EFI?05:24
gnarfaceeverything05:24
gnarfacethis does ring a bell though, fsmithred knows what's going on05:24
gnarface*maybe fsmithred knows what's going on, i meant05:24
gnarfacei thought he did last time anyway05:25
agriswell, you may have to learn it sooner or later. The new archer city saphire rapids platform coming out is all uefi based05:25
agrisyou can't boot those platforms without uefi05:25
gnarfacei may just switch to ARM to avoid it05:25
agristhe ampere arm64 cpus are uefi based too05:25
agrismodern gpus also require uefi to post05:27
gnarfacehow modern are we talking, exactly?05:29
gnarfacemy RX5500 still boots fine without it05:30
agrisEllesmere05:30
agrisGCN405:31
gnarfacehttps://bbs.archlinux.org/viewtopic.php?id=23663305:31
gnarfacethis forum thread suggests only /boot/efi needs to be vfat05:32
onefangThe UEFI files have to be an a FAT partition, but not the kernel and initrd.05:33
onefangSo GRUB on VFAT, everything else in /boot with a more Linux friendly file system that supports symlinks and stuff.05:34
onefangThen you can mount the UEFI VFAT partition at /boot/efi, might even be done for you.05:34
agrisugh05:35
onefangThough I find rEFInd to be better than GRUB.05:35
agriswhat is rEFInd?05:35
agrisI'm looking for a replacement to grub because it has terrible zroot support05:36
onefangA boot loader like GRUB.  Obviously EFI specific.  Devuan has it in the repos.  I dunno about zroot suppor,t I don't use that.05:36
agristhe upgrade grub command which gets called on kernel updates fails to parse zfs boot environments and I end up needing to write the grub.cfg manually each time which is a massive pita05:36
agrishmm05:37
agriswhat filesystems does refind support?05:37
gnarfaceso, according to the info i'm seeing, the "Ellesmere" gpu family came before Navi 14, which my card uses... so it's significantly less modern05:37
onefangThat's one of the good thing sabout rEFInd, it finds your operating systems at boot time, no need to configure or update if you don't want to, but you can.05:37
agriswhat about being able to interupt boot and change the kernel cmdline05:38
agrisand change the initramfs and kernel selected05:38
agrisi sometimes need to do that in emergencies05:38
agriscan refind do that?05:38
onefanghttp://www.rodsbooks.com/refind/05:38
agrisalright05:39
agrisit looks like I need to completely rework my boot setup to accomodate the packaging changes05:39
agristhanks for the pointers05:40
onefangYou are welcome.05:40
agrisgnarface, it's possible that gpu just really doesn't like my system in bios mode for whatever reason05:40
* onefang goes back to weekend stuff.05:40
gnarfacecould be a bug in your bios, or maybe whoever made it had an agenda to force a narrative...05:41
agristhe bios was made by american megatrends so it's probably just a piece of sh*t05:42
agrisI almost got a job there ounce05:42
agrisI'm glad i didn't05:42
agrisi'm going to go with bug05:42
agrisI already had to RMA it for bad caps05:43
agrisalright partition tables updated, new filesystems mkfsed, tarball unpacked in place here goes05:57
agrisi used ext205:58
agrisit worked05:58
gnarfacein theory the ext4 driver should also be able to support ext2 with the proper kernel build options, saving you a tiny bit of ram06:00
agrisnow i just cross my fingers and hope i'm able to reboot06:00
agrisI should change out the bootloader first though06:01
agrisgnarface, are you using refind to boot linux or are you using to to load grub and then boot linux?06:01
gnarfacegrub on most the x86 machines, lilo on a couple of them, u-boot on the ARM ones06:02
gnarfacethe ext2 through ext4 trick i picked up when i realized how much slower the ARM systems boot if /boot is a journaling filesystem06:02
gnarfacelike crippling slowdown06:03
onefangI use rEFInd to boot Linux directly.06:03
onefangAnd the Linux kernel + initrd are on my ext4 /boot06:04
gnarfacei don't understand quite how this works, is there a reason the EFI partition can't be in the initrd?06:04
gnarfacei think i may have asked that before and someone told me why06:05
onefangCoz UEFI expects EFI stuff to be on VFAT.06:05
agristhe spec for uefi only mandates inclusion of the fat32 filesystem driver06:05
agrisin theory other filesysems could be supported but you'd have to get a driver from your board manufactuer06:05
gnarfaceany boards in the wild support other filesystems?06:05
onefangSo rEFInd / GRUB is on the VFAT so the BIOS can find and run them, but then rEFInd / GRUB loads your linux from ext4 or whatever.06:06
agrisih no06:08
agrisoh no06:08
agrisi think i goofed06:08
agris/dev/sdg4 on /boot/EFI type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)06:08
agris/dev/sdg4 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)06:08
agrishow can a system be mounted twice06:09
onefangBind mount?06:09
agrisis it?06:09
gnarfacedunno if it even needs to be a bind mount06:15
gnarfaceeither way, looks easy to fix06:18
agriswell i installed refind06:22
agrisi'm not sure if it need to be configured manually or not but i can fallback to grub.efi06:22
agrisi'm going to reboot and check it out06:22
gnarfacegood luck06:22
agristhanks06:22
agrisit seems to have worked just fine06:56
debdogphew06:56
onefangYay!06:57
agristhere's a weird thing where one of my daemons thinks it fails to start up but it didn't really06:58
agrisi have to manually kill it and then restart it and it's fine06:58
agrisbut i don't think that's related06:58
agrisinit related06:58
agriszfs 2.1.x from chimaera backports has noticable performance improvements06:59
agristhankyou all for your help07:02
onefangYou are welcome agris.07:02
CrocoHi everyone, is anyone alive here? :)13:47
CrocoI've got a question/suggestion/plea, hmm, whatever you call it13:47
CrocoAren't you going to get rid of elogind in the distro?  I'm running beowulf, and I'm disappointed by things that damn useless daemon does, mounting unrequested and unwanted virtual filesystems, etc13:47
ted-iousCroco: Can you disable what you don't like?14:10
ted-iousI don't know but I think elogind is required to avoid the rest of systemd.14:11
fsmithredit's also possible to use consolekit instead of elogind14:11
Crocoted-ious: well, the system doesn't let me uninstall elogind14:12
Crocoand I don't think all these "features" can be disabled, as they are what elogind is14:13
Crocoanyway, well, there are packages that depend on it, like X window, but perhaps they can be build without that dependency.  Hmm, *BSD systems use them somehow, no?14:13
Crocofsmithred: how do I replace one with the other, then?14:14
fsmithredapt install consolekit libpam-ck-connector14:15
fsmithredor aptitude -s ...  (if you want to see what it will do)14:15
Crocofsmithred: thanks, I'm familiar with apt* :)14:15
fsmithredfor simulated runs, I like aptitude for its better layout14:17
fsmithredanyway, it looks like that will only remove libpam-elogind and not elogind. But I think it might disable elogind.14:17
fsmithred^^^ in chimaera14:17
fsmithredin beowulf, it removes elogind, too.14:18
lts"apt remove elogind" looks promising in chimaera. I only ran with --dry-run though.14:19
CrocoWOW 8-() let's wait and see if my computer will boot again after all that14:20
Crocobye-bye KDE :) I didn't use it anyway14:21
fsmithredI just checked my no-dbus build, and it has neither elogind nor consolekit14:21
fsmithredin beowulf, xfce and cinnamon worked with consolekit14:22
fsmithredI'm not sure about chimaera14:22
Crocofsmithred: that's great as dbus is, too, one of the things i hate.  Is there a place to get the no-dbus version?14:22
fsmithredagris, for future reference if you ever use grub again, you can put custom entries in /etc/grub.d/40_custom and they will be added to the boot menu when you run update-grub.14:23
fsmithredyes Croco14:23
fsmithredhang on14:23
CrocoOkay, I'm going to reboot now, hope to get back in minutes.  In case of troubles, I'll read the web-based archive for the fsmithred's info :)14:24
fsmithredoh, only beowulf nodbus.https://get.refracta.org/files/experimental/?202214:25
fsmithredI could upload a daedalus nodbus, but there's no chimaera. It's just a proof-of-concept anyway14:25
fsmithredwhen you come back, I'll give you the link for the discussion. You can make your own.14:25
fsmithredoops. talking to a ghost14:26
CrocoHmmmm... strange feelings14:30
Crocothere's no elogind in ps ax, at least, so something certainly happen14:30
Crocobut these damn filesystems are still there:14:31
Crocosecurityfs on /sys/kernel/security type securityfs (rw,relatime)14:31
Crocobinfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)14:31
Croconone on /run/user/1000 type tmpfs (rw,relatime,mode=700,uid=1000)14:31
Crocopstore on /sys/fs/pstore type pstore (rw,relatime)14:31
CrocoI also didn't request separate tmpfs'es on /run and /run/lock (what a nonsense)14:31
fsmithredyou probably still have libelogind0 installed, but that won't do anything14:32
Crocofsmithred: well, what do you mean "won't do"?  What I want to achieve is to get rid of filesystems I didn't request, they are there, so "it" already did at least this14:33
fsmithredI don't think that's where those filesystems are coming from14:35
Crocofsmithred: okay... that's possible.  The problem is that I've got no idea how to figure out who and why mounts them14:37
fsmithredI can't remember where they come from14:37
fsmithredchecking a nodbus vm now to see what's mounted.14:37
Crocofsmithred: thanks anyway! :)  you helped me to get rid of 100+ packages I didn't need14:38
fsmithredlooks like nodbus has them, too14:39
fsmithredwait. not all. I'll paste them somewhere.14:40
fsmithredhttps://termbin.com/scoq14:41
gnarfaceCroco: i suspect the binfmt_misc one is coming from binfmt-support, which you don't have to run15:11
fsmithredCroco, here's a discussion about running without dbus: https://dev1galaxy.org/viewtopic.php?id=215815:30
Crocofsmithred, gnarface: thanks folks!15:36
fsmithredthe link in that thread points to an old nodbus iso. Newer one can be found at https://get.refracta.org/files/experimental/?202215:37
hagbardlibsdl2-mixer-dev is currently unupgradable in devuan testing, because it depends on libfluidsynth-dev, which is also currently uninstallable in devuan testing, because it depends on systemd.17:23
KingsyHi all, does anyone have the problem with devuan where after you close a laptop lid and it sleeps and you open it again you just get a blank screen? BUT if you press the power button you see X close and it shutting down, so its not crashed, its just like the X session breaks or something.20:20
KingsyI have the same problem on two different laptops using devuan20:20
fluffywolfsuspend/resume is fragile on linux in general.  if the problem is you don't want it trying to suspend but it does, edit /etc/elogind/logind.conf to HandleLidSwitch=ignore or remove elogind.20:22
Kingsyhmm no well I would love it to suspend if it could, but I suppose turning it off is a last resort.20:22
Kingsyfluffywolf: so its worth just disabling it? or can it be tweaked to work?20:26
KingsyI am surprised its not a common issue, it happens on multiple laptops as I said, different hardware etc.20:26
fluffywolfsomeone who is better at troubleshooting suspend/resume might be able to help, but I've never been good at it.20:27
xrogaanKingsy: this is a conjecture, but I suspected that when you reopen the lid the system doesn't get a "wake" event. So the screen remains shutdown until activity happens.20:31
xrogaanShutting down the lid ought to put your system in standby, should behave exactly the same as a desktop.20:33
xrogaanI mean closing the lid, not shutting it down. Sorry.20:33
xrogaanThe behavior highly depends on what you've installed and what you're running.20:34
Kingsyxrogaan: its a default devuan installation, running bspwm launched via xinit20:43
Kingsyif thats what you mean.20:43
Kingsyxrogaan: any ideas how to proceed?21:35
xrogaanyou need to understand what happens when your computer wakes from suspend.21:38
xrogaanThe behavior I had with a previous configuration was that the screensaver would trigger before suspend, then appear at wakeup.21:39
xrogaanEnergy saving measures where the screen shuts down (DPMS stuff) can also be a cause.21:40
xrogaanForcing a change in virtual console (tty) may force the screen to reactivate.21:41
xrogaanI had an issue with something related to lightdm where my keyboard would be non-responsive. Was due to a non-maintained add-on I had installed, or something like that. Can't remember properly.21:42
Kingsyxrogaan: yes, but what is the technique to debug this? to understand what is happening? iirc switching to a different tty didnt work22:26
rwpKingsy, It's normal for the screen to be dark in DPMS power save.  But then pressing a key should wait it up.  That's the part that sounds like the problem.22:40
rwpI don't run a normal installation but I think the screen saver will be active.  It's possible the screen saver is at fault.22:40
rwpI would try disabling the screen saver and seeing if that improves the situation.22:41
Kingsyrwp: I don't have a screensaver. I have slock installed but thats just a binary. I cant see ohow that would be getting triggered.22:41
rwpIf you don't have a screen saver then you don't have a normal installation.  Please describe what you do have?22:41
Kingsyrwp: devuan, installed without a DE, I installed bspwm, I launch it with xinit, thats it.22:42
Kingsysuper simple and lightweight22:42
rwpDo you have acpid installed?22:42
rwpdpkg -l | grep acpi22:43
Kingsyyep22:43
Kingsyii  acpi                                          1.7-1.1                            amd64        displays information on ACPI devices22:43
clemzAre snap packages compatible with devuan?22:43
fsmithredclemz, no. Try appimage instead.22:44
rwpAnd acpi-support?  (I had to look.)  Most of the suspend, resume, reboot actions are triggered through acpid and acpi-support.22:44
Kingsydpkg -l | grep acpi-support <- returns nothing22:44
rwpI suggest installing acpi-support and seeing if that includes the support framework that is needed for suspend-resume.22:45
rwpThat might be the missing parts that are not waking things up again upon resume.22:45
Kingsyinstalled22:45
rwpIn particular I see it includes /etc/acpi/lid.sh which handles it for me.22:45
Kingsyah this is good to know22:45
rwpThe /etc/acpi/events/lidbtn file configures to call /etc/acpi/lid.sh which calls other programs to do the work.22:46
Kingsywould this require a reboot to take effect?22:47
rwpNo.  Just that acpid is running.  I don't think acpid would need a restart.  But it might.  As root, "service acpid restart"22:47
Kingsycool22:48
Kingsyalright need to save some stuff incase it doesnt work.then I'll test.22:48
rwpThere is also a utility to debug acpi events by printing them as they happen.  I don't recall the utility now though...  Useful for this type of thing.22:48
rwpAh, it's called "acpi_listen" which lists out acpi events as they happen to debug them.22:49
rwpKingsy, I remember reading of many people with problems where the screen remains dark after suspend.22:58
rwpHere is some discussion: https://www.thinkwiki.org/wiki/Problem_with_display_remaining_black_after_resume22:58
rwpNoting that that wiki page has rather aged information in general.  But perhaps something there will be good background on the problem.22:58
Kingsyoh wow nice22:59
rwpThe suggestion to try Ctrl+Alt+F1 to switch to text console and then Alt+F7 (assuming X on vt7) seems likely to work.  Maybe.23:01

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