libera/#devuan-dev/ Wednesday, 2020-02-26

yetireminds me of:  someone in the dimension debian had written a rant about lenny being too easy... everything inclusive USB would work out of the box... but I dont find who tha was... joey?00:17
xrogaanIsn't /usr/share/distro-info/devuan.csv provided by any package?04:07
xrogaanoutput of apt-file list distro-info-data: https://termbin.com/wyqk04:08
xrogaanlooking for the distro's id would return debian and not devuan04:09
xrogaanusing python's distro module: import distro; distro.info() returns:04:09
xrogaan{'id': 'debian', 'version': '3', 'version_parts': {'major': '3', 'minor': '', 'build_number': ''}, 'like': 'debian', 'codename': 'beowulf'}04:09
xrogaanthe problem is > 'id': 'debian'04:09
xrogaanthat should be devuan.04:09
yetilets patch it!04:12
xrogaanI don't know how04:13
xrogaanI don't know where the information is supposed to be stored.04:13
yeti? /etc/os-release04:15
yeti$ lsb_release -sir04:15
yetiDebian04:15
yeti304:15
xrogaanyep04:15
xrogaanlsb_release -a outputs debian too04:15
yetimaybe it breaks some autoconf scripts which dont recognise devuan and dont look at the "like debian" fact04:16
xrogaanso: sed -iE 's/(ID=de)bi(an)/\1vu\2/'04:17
yetina04:17
yetiID_LIKE=debian04:17
xrogaanIf it is linked to autoconf scripts, is there a bug fir it?04:17
yetishould remain04:17
xrogaan(look at the regex again)04:18
yetiok04:18
yetiI need an update (manually, only stuff that doesnt need reboot) first, then I'll change that04:18
yeti~0420am here... I'm slooooooow04:20
xrogaanyou maintain base-files?04:29
xrogaan4am here too bsw04:29
xrogaanbtw04:29
xrogaan(thus typos)04:29
yetinah... I'm just another nobody using devuan04:29
* golinux sends yeti a hug04:42
yeti:-D04:43
xrogaanso, how do we know if it's a feature or a bug?07:20
LeePenxrogaan: I think this was a conscious decision. See base-files commit 4f27220648750f1ca0f0ccb801fd14fc7d9e008610:37
Human_G33khello11:24
Human_G33ki have a trouble on the exit 0 on a post inst script11:24
Human_G33kit hung for infinite11:24
Human_G33kon the fusiondirectory package  VersionĀ : 1.3-111:25
Human_G33khttps://paste.debian.net/hidden/b8b06eb7/11:29
Human_G33kthe ps auxf output11:29
LeePenHuman_G33k: I have just had a quick look at Debian BTS. Might it be related to #933811?11:30
LeePenIt isn't a forked package, so Devuan uses Debian's version directly.11:31
Human_G33klet me see11:32
xrogaanLeePen: do you have a link to the webgit view?12:23
xrogaangitlab's gui is quite obnoxious12:24
xrogaanis it this? https://git.devuan.org/devuan-packages/base-files/commit/4f27220648750f1ca0f0ccb801fd14fc7d9e008612:45
yetiif debian makes sense there, then version should be 1016:31
yetidebian && 3  does not16:31
yetithat's just the one way not to do it16:32
masonfsmithred: Whatever happened with the cryptsetup-functions patching? New Beowulf install here and it doesn't have my patch out of the box.17:58
fsmithredmason, I haven't packaged it yet, and when I do, you still won't get it out of the box.18:10
masonAh, kk.18:10
fsmithredwe would have to fork cryptsetup to do that18:11
masonI've started spinning up a local repo with packages, so I'll patch and use that locally.18:11
masonYeah.18:11
masonI'll just do that in my local repo.18:11
fsmithredcool18:11
masonI've got a couple other things on my short list... I want Plymouth for desktops, and since that worked pre-systemd, it should be fairly simple to get it going again on Devuan.18:11
fsmithredwe've had a few requests for that18:12
golinuxPlymouth ?  Eeeeeewwwww!!!18:12
masonAbsolute worst case I can just port/package the Wheezy package.18:12
masongolinux: I'm surprised! It makes things look sleek.18:12
golinuxI want to see those lines scroll by18:13
fsmithredme too18:13
masonI go back and forth on that.18:13
fsmithredfirst thing I do with a new install is remove "quiet" from the boot command.18:13
masonWoot, though - I've got half of today's "to do" list knocked out.18:16
golinuxWant to take on some of mine?18:17
masongolinux: Maybe. :)18:17
masongolinux: I need to learn proper repo layout. Right how my local repo entry in sources.list is ugly and I'm not sure how to specify sections, so I want to learn that and have it be a little less messy.18:17
golinuxThere is plenty of info on the website about that.18:18
masonAh, I'll look. The stuff I was >10 year old Debian and Ubuntu docco. It worked but it looks less than sleek.18:19
golinuxhttps://devuan.org/os/etc/apt/sources.list18:19
masonRight right. But on the actual repo side, I need to figure out what to do to have sections.18:20
golinuxHousekeeping is always a bit of a pain.18:20
masonRight now my entry is: deb http://repo.int.blisses.org/dists/stable/main/binary /18:20
golinuxOh that side . . .18:20
masonI want it to look way more like the stuff you linked, but I need to understand the directory layout.18:21
masonJust a matter of time. And hopefully that time becomes available this afternoon.18:21
golinuxhttps://pkgmaster.devuan.org/devuan_mirror_walkthrough.txt18:21
golinuxMaybe that will help.18:21
masongolinux: Yes! Thank you. It has nginx and apache rewrite rules that will make things slicker.18:22
masonNice.18:22
golinuxCool18:23
adam_free2air@mason i need to learn too. i finally got devuan pxe booting working, but needed a web redirecting proxy in front of pkgmaster to get it to work (with almost unattended preseeding!) :/18:25
masonadam_free2air: Oh, nice, further than me. I've got PXE boot, but then I just go into an NFS root and do a scripted install from there.18:26
masonadam_free2air: I need to play with FAI or similar.18:26
masonbbiab, lunch18:27
LeePenfsmithred: can you remeber what was broken when we had ID=Devuan in /etc/os-release?22:46
yetiplease use version 10 if debian in there is really needed22:58
yetior make beowulf devuan 10...23:00
yeti:-D23:00
rrqLeePen: https://dev1galaxy.org/znclog/?tz=-660&all=y&T=[00:47:50]&I2RldnVhbi8yMDE5LTA5LTA2LmxvZwo=#T23:04
rrqnot sure if that's just an example though23:06
LeePenrrq: thanks.23:31

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