libera/#devuan/ Friday, 2022-04-22

brocashelmhow much testing has been done for seatd in devuan, compared to elogind?06:22
systemdletetrying to install chimaera on one of my PCs but it's having trouble with the md raid.  The device did not initially show up in the partitioning step.  I had to first  escape out to the console to start the raid device, which it did.  But when I tried to use the raid partition, it did not offer me ext4 as an option, only ext2.06:43
systemdleteI'm using the netinstall, so that might explain this, idk.06:43
systemdlete(this is NOT a refracta install, btw, just plain devuan)06:44
systemdleteI don't mind haveing to start the raid drive; it's very easy.  But why won't it let me pick something a little more modern, ext4, not some early linux file system from 1990s?06:45
systemdletethe raid partition was previously created, btw, which is why assembling it is so easy.06:46
systemdlete I tried mounting the drive just to make sure it was sane.  It has an ext4 file system for alpine (very old)06:47
systemdleteDo I need to use a different image to install devuan?  If I don't want the whole enchilada, would refracta be a better choice?06:48
rrqsystemdlete: you missed out on the "load additional moduels" step07:20
rrqas I remember it the partitiononing (then) also provides a raid building path to go through before actual partition07:22
rrqsomething like that you first mark partitions or deices as raid members, then decide on assembly and then partition that07:25
rrqv07:25
systemdleterrq: Thanks.08:08
onefangSo I now have a frankenstein Chimaera / Beowolf / Ascii install, coz a few programs are either no longer in Chimaera, or the older versions have less bugs.  I can't figure out how to list packages that have been installed from the older suites, to see what might have slipped through.  I'm using package pinning and suite pinning.  Just want to be paranoid.08:31
brocashelmin synaptic, you can try clicking on "origin" on the bottom-left corner and select from the list of repositories that you want to check (chimaera is stable, beowulf is oldstable, ascii is oldoldstable, etc.). click on the "S" on the very left corner of the list of packages of the selected repository until you see green icons on top (installed packages)08:36
brocashelmotherwise, try apt list --installed | grep oldstable08:38
onefangI tried that.  Doesn't work for oldstable/main and oldoldstable/main, that shows me everything that's installed.08:39
onefangEr the synaptic one I tried.08:39
gnarfacei think "apt-cache policy" will show it if you still have all 3 sources in your sources.list08:39
brocashelmtry apt list then08:39
brocashelmi just did it and it showed me packages from older suites i specified08:40
brocashelmwith grep08:40
gnarfacefor sure if you use "apt-cache policy [package name]" it will at least show you which ones are from the current release08:40
gnarfaceit'll show the url08:40
onefangDon't want to have to check every single package.  lol08:40
gnarfacei don't blame you but it would be a relatively simple shell script08:41
gnarfacei'm sure there's a better way08:41
onefangapt list --installed | grep oldaldstable shows "devuan-keyring/stable,oldstable,oldoldstable,now 2017.10.03 all [installed]" though synaptic says only stable is available.  lol08:42
onefangBut at least shows a shortish list.08:43
gnarfacehuh, cool08:43
gnarfacehmm, not showing origin for stuff not in my sources.list still thoguh08:44
gnarfacesame basic limitation as policy08:45
onefangBeowulf and ascii are in my sources.list.08:46
gnarfacethat probably explains why you are able to see multiple releases separated by commas08:46
gnarfaceon mine it just says "unstable,now" for stuff from ceres, and just "now" for everything from other repos08:47
onefangapt list --installed | grep "/oldstable"08:47
onefangCoz it looks like the one it's installed from is first after the / in the output.08:48
onefangThat' giving me a more sane looking output.08:48
gnarfacemakes sense08:48
gnarfaceWARNING: apt does not have a stable CLI interface. Use with caution in scripts.08:48
gnarfacemine also spits out this warning though^08:48
onefangYep, I'm getting that to.  And I install my OSes using a script that calls apt.  I test it in aVM though.08:49
onefangOK, double checked that with synaptic.  Everything in the list is either not surprising coz that's what I asked for, or not a problem coz there's no stable version and it's a dependency of what I asked for.  All good.  B-)08:53
* onefang stuffs that in a script and moves on. Thanks gnarface, very helpful as usual.08:57
brocashelmhey, i helped ;)09:28
systemdleteNow I'm trying to install firmware-amd-graphics in my new chimaera installation.  But I can't seem to get it right.   apt search firmware-amd-graphics gives an error, saying there is no such package.  In fact, in an existing chimaera install, I get the same reply... even though it is DEFINITELY installed there.09:54
brocashelmsystemdlete: you need to add non-free to your sources.list, and then try again09:57
systemdleteit is in there.  And I ran update09:58
systemdleteI have "main contrib non-free" on all the repos09:59
brocashelmok, that is a little strange10:00
systemdletebrocashelm, did you see my first post?  I have the same setup on another box, and I was able to install it there.  The apt sources are identical.10:01
systemdleteyet10:01
systemdletewhen I "apt search firmware-amd-graphics" I get an error.10:01
systemdlete????10:01
systemdleteyeah, it is strange10:02
onefangThanks brocashelm as well.  B-)10:05
onefangDid you try just installing it?10:06
brocashelmsystemdlete: yes, i saw it. i'm trying to figure out how it would be possible for firmware-amd-graphics to not be found in apt search, even though you've confirmed that you have non-free added to your repositories and it's installed. it's not something that just *disappears*, even if you do some sort of apt pinning or mess with aptitude (IIRC)10:07
brocashelmonefang: np, glad it worked out for you10:07
brocashelm(somewhat)10:07
systemdleteonefang: If search can't find it, install won't either10:08
systemdletebrocashelm, when you type "apt search firmware-amd-graphics," does it show you an error?10:09
brocashelmsystemdlete: nope, it yields the result10:09
brocashelmthat's why i was wondering if you were only using main10:09
brocashelmfirmware and other packages like that get put under non-free and contrib, and both debian and devuan by default don't include those10:10
systemdleteok, figured it out.  Looks like all the repos have "non-free" EXCEPT for the first one10:14
brocashelmaha10:14
systemdleteno idea how that happened10:15
systemdleteI did not edit that file10:15
brocashelmthe main chimaera one?10:15
systemdletesee http://dpaste.com//BDG8HH54H10:16
systemdletethat is the virgin file from the install10:16
systemdlete(netinstall)10:16
brocashelmyup, i think it was like that, too, when i did a netinstall test for lxde10:17
systemdleteduring the install, it asks if i want non-free and I agreed to it.10:17
systemdleteoh10:17
brocashelmalways a good idea to check your repos before updating10:17
systemdleteso... is that a bug?10:17
brocashelmpossibly. i know you also specified some raid partitioning woes earlier10:18
systemdleteI grepped, but thanks to the low, low resolution, I did not catch that.  I saw "non-free" several times10:18
systemdletethe raid part works10:18
brocashelmwonder why pkgmaster is used for chimaera-security and the others are deb.devuan10:18
systemdletebut if you also got the same non-free config I did from a netinstall, I'd say it is generic somehow (but maybe not correct)10:19
systemdletebrocashelm, I've always been (very) confused by debian packaging and repos.  Other distros do things in a much more straightfoward manner10:19
systemdleteI never felt  confused by those.  Although, sometimes configuring a NEW repo was a chore... until I discovered packages that would do all that for me!10:20
systemdleteanyway, thanks for the assist.10:20
systemdleteI need to reboot now...10:20
brocashelmyw10:21
EmanuelLoos[m]Are Debian FastTrack packages available for Devuan?14:38
fsmithredEmanuelLoos[m], maybe. I'm not sure exactly what I'm looking for, but I see a fasttrack keyring: https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&q=fast*&x=submit23:55

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