libera/#devuan/ Monday, 2022-06-20

plasma41fsmithred: Why is lshw showing up in that list? It's available for x86: https://packages.debian.org/sid/i386/lshw/download00:42
golinuxThat's in sid not chimaera00:44
Jjp137also present in bullseye (which chimaera is based on): https://packages.debian.org/bullseye/i386/lshw/download00:53
fsmithredplasma41, it's probably a result of the way I made the list. I don't claim that it's accurate.01:09
plasma41fsmithred: fair enough01:09
fsmithredapt-cache search amd64 ; apt-cache search i386 ; do some filtering and then compare the lists.01:09
fsmithredok, I have to switch back to the other computer.01:10
xrogaanmight not be accurate01:59
xrogaanThis should give you a proper differential: diff -u <(grep ^Package /var/lib/apt/lists/deb.devuan.org_merged_dists_chimaera-*-amd64_Packages | awk '{print $2}' | sort -u) <(grep ^Package /var/lib/apt/lists/deb.devuan.org_merged_dists_chimaera-*-i386_Packages | awk '{print $2}' | sort -u)02:03
xrogaanuses pseudo files with <()02:04
xrogaanno, even that is faulty.02:05
xrogaanok, resolved the issue02:09
xrogaanuse deb.devuan.org_merged_dists_chimaera*-amd64_Packages and deb.devuan.org_merged_dists_chimaera*-i386_Packages instead02:10
xrogaan(remove the - before the *)02:11
xrogaanhttps://termbin.com/xof002:12
xrogaan+ are package only available in 32bits, - are package only available in 64bit02:12
xrogaanwait, by brain is not working02:13
xrogaanyeah, that should be right02:13
xrogaanyou could refine more by only showing the lines starting with - and +. I would keep both, as it provides context. (line wine64 and wine32)02:18
xrogaanSome libraries provides 64bit version of themselves through another name, like libblas3 and libblas64-302:19
xrogaanAlright, I'm going back watching how to make impossible joints using carpentry02:21
PonHow do I manage services in openrc? I don't seem to have rc-update in devuan daedalus. Also can I pass flags like -d to a service?04:45
golinuxPon: Doesn't openrc use sysvinit scripts?04:57
golinuxYou can also write your own of course.04:58
PonI don't know. What does that mean I should do?04:58
brocashelmrunit is also the same way04:59
PonMy goal is to restart a service while passing a flag to it.04:59
gnarfacePon: some of the scripts put a file in /etc/default/ for stuff like that, but otherwise you'll have to edit the script in /etc/init.d/ directly (assuming you've got the default openrc setup which uses the same service scripts as sysvinit)05:50
gnarfacejust check both places for files with your service's name05:51
gnarfacesometimes it's the package name sometimes it's the daemon name, but usually those are the same thing05:52
gnarfacefor services on and off try sysv-rc-conf or update-rc.d, though i've only tested those with sysvinit myself they might still work since it's just symlink manipulation (you can do it by hand easily, they're in /etc/rc*.d)05:57
ham5urgI managed to install a bios- and efi-partition(bootloader) onto 2 identical disks (2xbios and 2xefi). Further I created a third partition onto each disk for the OS. The OS is using both disks as a RAID1 /dev/md0. All works. But a kernel update via apt will not update all 4 grub partitions. The OS resides inside the third partitions With that I can swap the disks with each other. Is it possbible to edit grub to12:49
ham5urgupdate all 4 bootloader-partitions?12:49
ham5urgThe goal of that configuration is to pay no attention to the order of the disks at interchanging.12:51
gnarfaceham5urg_: try "dpkg-reconfigure grub"18:43

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