libera/#devuan/ Friday, 2019-10-25

jonadabgnarface: Relatively?  I guess I could test that by exiting it for a bit.00:05
jonadabProbably should, just to rule it out.00:05
jonadabI mean, irssi keeps logs, obviously.  But that shouldn't cause anything like the level of usage I'm experiencing.00:05
jonadabFleaFart: Yes, it's a new install, as of, umm, Monday, IIRC.00:05
gnarfacei admit it would seem that something must have gone terribly wrong, but also it is the only thing all your evidence points to00:06
jonadabBut it's had apt-get update and apt-get dist-upgrade since install.00:06
jonadabgnarface: That doesn't explain why atop thinks init is responsible, though.00:06
jonadabThat's a really odd piece of evidence that I don't know what to do with.00:07
gnarfacejonadab: i thought you said it was the screen instance that contained irssi?00:07
jonadabirssi is running inside of screen, yes.00:07
gnarfaceif it is actually init, i would expect something is... initing alot00:07
gnarfacegot any programs stuck in a restart loop maybe?00:07
jonadabHmm, there's a thought.00:08
jonadabNot that I _know_ of, but...00:08
jonadabMaybe I should do a reboot.00:08
gnarfaceyou said you had no swap, too, right?  so if you have no swap, and you're using all the ram you're gonna see weird out-of-memory behaviors (like stuff that logs needing to flush logs to disk more often)00:08
jonadabHang on, I'm gonna quit irssi temporarily just to verify it's not the problem.  Pretty sure it's not, but I'm gonna just _verify_ that.00:08
jonadabI have swap enabled, but if I turn it off, makes no difference.00:09
jonadabIt's a swap partition.00:09
jonadab16GB, all unused.00:09
gnarfaceif you run "iotop -a" then you should see something accumulating reads or writes, if this is actually disk traffic00:09
jonadabHmm, iotop -a shows to main things doing disk activity:  kworker/0:1 and jbd2/sda3-800:10
* jonadab quits irssi temporarily. bfb00:11
jonadab*brb00:11
* jonadab is back; quitting irssi changed nothing at all, as expected.00:12
gnarfacehmmm00:13
gnarfacejonadab: raid array by any chance?00:13
jonadabNo.00:13
jonadabAnd I haven't set up over-the-network backups yet, because the install is so new I was still getting things installed.00:14
jonadabHadn't even got Bitlbee fully operational yet.00:14
gnarfacejonadab: in some configurations ext4 is set up to lazy-format the rest of the disk's empty space after install, which would cause behavior like this (a few days of ghost disk activity that is difficult to diagnose but goes away eventually) but mostly i thought that's something only people installing to RAID were seeing happening as a default setting00:14
jonadabHmm.00:15
jonadabTHat WOULD explain what I'm seeing.00:15
jonadabEspecially as it would be happening presumably in kernel space, which would explain why top and friends can't pin it down.00:15
jonadabHow long would this normally be expected to take for a 2TB SATA disk?00:15
jonadab(Approximately)00:16
gnarfacelike days or weeks00:16
gnarfaceyou'd know, because at install time it didn't take several hours to finish formatting00:16
jonadabOk, this has been since some time Monday, which is well within that range.00:16
jonadabHmm.00:16
jonadabThat sounds rather plausible.00:16
jonadabActually.00:16
jonadabInstall went... fairly quickly.00:16
jonadabIf that's what it is, then I can just wait and it'll finish.00:17
jonadabEventually.00:17
jonadabIs there a way to _check_ whether this is the case?00:17
gnarfaceif you ext4 formatted a 2TB disk and it finished in "seconds" (like less than several hundred seconds) it's impossible that it finished formatting for real.  so this could be your issue.00:17
jonadabI don't remember how long the format took.00:17
gnarfaceiirc that would be minimum half an hour, but more likely more like ... i dunno 3 or 4 hours?00:17
specingjonadab: use btrfs00:17
jonadabWasn't really timing it.  (I was doing multiple things...)00:18
gnarfacedefinitely not "seconds" like other filesystems (xfs, reiserfs, btrfs?)00:18
jonadabIt wasn't 3-4 hours though. Definitely wasn't that long.00:18
jonadabI'd have noticed.00:18
gnarfacejonadab: i forget how they were seeing that... i thought there was some process with extsomething in the name00:18
jonadabI don't suppose tune2fs or somesuch can tell me?00:18
gnarfacesomething CAN tell you i just forget what, sorry00:19
gnarfacea mount option, a stray process... maybe something in dmesg00:19
jonadabHmm, ps -A | grep ext shows two processes called ext4-rsv-conver00:19
jonadab(That may be truncated)00:19
gnarfacekeyboard batteries, amirite?00:22
gnarface(sorry about the delayed response)00:22
gnarfacejonadab: i don't have that process anywhere on my systems.  most of them are NOT running ext4 but it also doesn't even look familiar, and it matches the pattern of the process name in my dim recollection as starting with the prefix "ext4-"00:23
gnarfacejonadab: so i'd say that's your prime suspect right now00:23
jonadabYeah, this is starting to feel like a really plausible explanation.00:24
gnarfacea 2TB disk drive formatted fully with ext4 would have taken somewhere approximating the same time it takes to fat32 format a drive without the quick-format option00:24
gnarfaceso if it didn't take long enough for you to get annoyed at how long it was taking to format, if it didn't even take long enough for you to notice... then it didn't really format it00:25
jonadabMakes sense.00:25
gnarfaceseveral other filesystems available don't behave this way.  i'm told it has something to do with them being journaling filesystems from the ground-up, while ext3 and ext4 are basically just ext2 with a journaling layer bolted onto the side00:26
agrisgnarface, ext4 is a lot more than ext2 with journaling02:30
agrisyou have indexing, encryption, rework of the entire inode structure for extremely fast fscks02:30
agristo say ext4 is just ext2 with journaling bolted on would be inaccurate02:31
agrisand yes, you can format a multiterabyte block device with ext4 in seconds. that's completely normal if you skip the badblocks stage02:32
agrismkfs.ext4 does not require you to zero the disk02:33
gnarfaceall false02:33
gnarfacewell maybe not the first part02:33
gnarfacefsck is absolutely no faster02:34
gnarfaceand neither is formatting, even without doing the badblocks test (which expands "hours" to "days" for disks that size)02:34
agrisgnarface, if that's how it's been in your experience you probably have some of the ext4 features disabled or set to 'runtime mode'02:35
gnarfacewell, i suspect you've been mislead on the formatting speed specifically02:35
gnarfacelots of people seem to be getting that lazy/fast format by default and simply not noticing the ensuing ghost disk activity after install02:36
agristhis can happen if you don't fully follow through with the ext3->ext4 conversion procedure or when you created the ext4 filesystem you explicit set certain features to disabled/runtime in order to maintain ext3/2 backwards compatibility02:36
gnarface(i really thought that was only RAID guys getting that by default but apparently i'm wrong)02:36
gnarfaceand as far as i can tell, everyone is making the fsck process "faster" by simply sabotaging it so it doesn't happen02:37
gnarfacethat seems to be the new popular distro thing these days is to omit fsck02:37
agrishere i'll prove it. I've got an ext4 external2tb right here filled with movies02:37
agrissetup with all the proper filesystem features enabled02:38
gnarfacei assume so that when everyone's disks unravel they can push some new filesystem they're selling02:38
gnarfaceand what are the proper filesystem features, if not "default" ?02:38
gnarfaceor "defaults" or whatever it's called?02:38
jonadabThe argument in favor of not doing fsck, is that people don't want to wait an hour for the computer to start when they turn it on.  Not saying this is a _great idea_, but that's the motivation.02:39
agrishttp://dpaste.com/3WHAENQ02:40
agris><jonadab> The argument in favor of not doing fsck, is that people don't want to wait an hour for the computer to start02:40
agrisThat's an ext3 problem NOT an ext4 problem02:40
jonadabAh?  Ok, could be.  I think most of my experience is with ext2/3.02:41
jonadab(Well, and previously with FAT12, FAT16, and FAT32.)02:41
jonadab(And the occasional odd bit of ntfs or iso9660 on the side, of course.)02:41
agrisman 5 ext402:42
agris>This ext4 feature02:43
agris>his feature is supported by ext2, ext3, and ext4.02:43
jonadabThe filesystem feature I _really_ want, and have wanted for years, is VMS-style file versioning.02:43
agris>This feature is supported by ext3 and ext4 file systems, and is ignored by02:43
agris              ext2 file systems.02:43
agrischeck to see if uninit_bg is enabled02:44
agris> The kernel will keep a high watermark of unused inodes, and initialize inode02:45
agris              tables and blocks lazily.  This feature speeds up the time to check the file system using e2fsck(8), and it also speeds up the time required  for02:45
agris              mke2fs(8) to create the file system.02:45
agrisuninit_bg is NOT backwards compatible with ext2/3 and enabled it will prevent you from being able to mount an ext4 filesystem as ext302:46
agrisand just for completeness sake, here's how long it takes under the worst case scenario. a 2TB ext4 filesystem @5400RPM over a USB converter02:49
agrishttp://dpaste.com/3RSYSWN02:49
agristhat is also filled to the brim with 97% usage02:50
agrismy bad 89%02:50
agris /dev/sdd1                   1.8T  1.5T  206G  89% /mnt02:50
agrisjonadab, Would OpenZFS snapshotting provide the versioning your looking for? not familiar with VMS a whole lot02:58
agrishttps://kernelnewbies.org/Ext4#EXT4_features03:01
agrisgnarface, you are somewhat correct about ext3 being mostly just ext2 with journaling. however notso for ext403:03
agris>Ext4 is the evolution of the most used Linux filesystem, Ext3. In many ways, Ext4 is a deeper improvement over Ext3 than Ext3 was over Ext2. Ext3 was mostly about adding journaling to Ext2, but Ext4 modifies important data structures of the filesystem such as the ones destined to store the file data. The result is a filesystem with an improved design, better performance, reliability and features.03:03
agrisif someone is REALLY that upset abot their computer taking a little longer to boot up due to ext4 checking, I'd  recommend disconnecting the ACPI power button from their motherboard and training them on the proper way to shutdown a computer when finished with it03:09
agrisand then setting up BIOS Alarm so that the computer automatically boots back up before the workday starts03:10
agrisalso disconnect the reset button if that's there too03:10
agrisand again, if fsck is taking hours not minutes, make sure the proper ext4 features are turned on03:11
gnarfaceagris: well, the hours instead of minutes thing is noted.  and maybe upgrading from ext3 might have something to do with that but you still posted a 7 minute format time on a 209GB disk, which would still be most of an hour for 2TB, so i maintain that compared to xfs for example, which will complete the same task in only a few seconds (literally)03:13
gnarface... my statement that "if you didn't notice how long it took to format, it didn't do it" is not wrong03:14
agrisgnarface, incorrect. 208GB free of 2TB. and that disk is worst case archive disk at lowest RPM over lowest speed interface.03:15
jonadabagris: Not really, no.03:15
gnarfaceagris: he would definitely have noticed 7 minutes * whatever the differential is in disk size here03:16
jonadabThe way file versioning works in VMS is, you don't have to take any snapshots or do anything.  When a file is changed, a new version is automatically created, unless you specifically specify a version number to overwrite.03:16
jonadabYou can read a particular version of a file at any time by appending ; and the version number to the filename.03:17
jonadabObviously, you do that for certain types of files (lock files, PID files, etc.)03:18
agrisXFS is a good filesystem and I use it a lot, but I would not recommend it being the default. It's a lot heavier than ext4 and not the best option for most desktop workloads. It could actually give worse performance and interactivity if it's a low-end barebones office machine running a web browser/spreadsheet/music. For servers XFS by default sure or something running a database or needing parallel io03:18
jonadabErr, do that when _writing_ them, so there's only one version, for those types of files.03:18
gnarfaceagris: i contest that as well.  XFS only looks heavier because it can use more than one core.03:19
jonadabBut if you don't specify, you get versioning.  Automatically.  Which is awesome.03:19
agristhere's a lot more than core utilization that goes into filesystem performance03:20
gnarfaceagris: the only reason i'd recommend hesitation on using xfs is that it's not quite as good at retaining that last-minute write data during hard power failures, but with distros sabotaging ext4 fsck setups by default that is hardly a difference that matters in the wild these days03:20
agris> it's not quite as good at retaining that last-minute write data during hard power failures03:20
jonadabPower failures should be illegal ;-)03:21
agrisThis is also true. and another reason why desktops probably shouldn't run XFS as they don't have UPS units or disk controller batteries and run a wider assortment of software increases risk of crash03:21
jonadab(Also03:21
gnarfacemy desktops all have a UPS03:21
golinuxMine too03:21
jonadab(Also, desktop PSUs ought to ship with small UPS batteries built in so they can weather one-second power blinks, which are way more common than longer outages.)03:22
gnarfacethe power grid in LA is as dirty as everything else here.  you need a UPS03:22
agrisIt also contends to the way XFS uses the system memory. which is fine if your on a server which has tons of higher-latency ram03:22
golinuxGives me time to exit gracefully if I'm working03:22
agrisdesktops have low-latency and low ram03:22
agrisbut if you've got a big beefy gaming computer and your workload has lots of file descriptors open at the same time then maybe XFS on that kind of desktop can be a good idea03:23
agrisbut again test it, because XFS doesn't optimize as hard for sequential block allocation as ext4 does03:24
jonadabMy desktop's workload is probably more similar to a server, than to the average person's desktop.03:24
gnarfaceTwistedFate said Steam starts way faster on XFS03:24
gnarfacei imagine what you'd see is notably faster load times, but probably also notably higher CPU load during updates/patches03:25
agrismeaning large file reads on spinning disks will suffer03:25
gnarfaceno, the benchmarks in the wild suggest only the writes suffer.  it reads faster than ext403:25
TwistedFatesteam or other program startup time is criminally slow on devuan03:25
TwistedFateeven with XFS it starts slow, on funtoo it was almost instant03:26
gnarfaceagris: acutally, curiously writes and deletes suffer, but deletes don't suffer as much as they used to with the new default mount options03:26
agrisgnarface, be carful with steam and XFS. (And this is not XFS's fault at all but the shitty blob-only software on steam) If an XFS filesystem is using 64-bit inodes a lot of steam games will break03:26
gnarfaceagris: they have had all kinds of problems with non-ext* filesystems03:27
gnarfaceagris: usually to do with the patching03:27
agrisbut hell, steam games can even break on ext4 filesystems larger than 2tb, because ext4 can also use 64bit inodes03:28
gnarfacei haven't seen this yet, but do you know of some specific games that were known offenders here?03:28
agrisand for some stupid reason, steam is _STILL_ 32bit X86 binary03:28
agrisDying Light comes to mind03:28
gnarfacehmmm, not one i have, but noted.03:29
agristhey may have fixed it by now don't know. early this year they made huge improvements to the linux version.03:29
gnarfacethat one had a lot of launch options though i remember. i don't think it was high quality03:29
gnarfaces/launch options/launch issues/03:29
agrisused to crash to desktop every 30 minutes03:29
gnarfaceyea and some rendering problems too03:29
agrisnow only crashes to desktop every 2.5 hours03:29
gnarfacehehe03:29
gnarfacewell it only took them about 2 decades to get l4d stable03:30
agrisoh your not running Ubuntu 14.01? fuck you then I won't even accept your coredumps03:30
agris*disconnects support session*03:30
gnarfaceah, good times03:30
agriswho still even runs Ubuntu 14.01 in 2019? That's a big if even for an ubuntu userbase03:32
gnarfaceTwistedFate: it might have only been "instant" on funtoo because you had fewer games installed, some of the start-up delay is a factor of how many games it has to check with the server about updates/DRM for03:34
gnarfaceusually it's faster to start the second time in the same day03:34
agristhat's probably accurate, as my steam library is split across a multi-device ZFS mirror and a dedicated ext4 SSD03:36
gnarfacethere seems to be a 3rd cycle too, where the client itself checks for updates at launch, which doesn't seem to happen every time, and that can seem to trigger an extra long game index update for some reason03:37
agrisI don't think steam's bottleneck is diskio related03:37
gnarfaceeh, sometimes it is, sometimes it isn't.  it is doing enough stuff really weirdly that you can't just assume03:38
agrissteam also runs a big atrociously written bash script where it tries to abuse sudo before it starts up03:38
gnarfaceit's clear evidence of a whole lot of bad ideas inherited from the Windows ecology03:38
gnarfacebut03:38
gnarfacenow we're far off topic03:38
gnarfacewe should talk about this type of stuff in #debianfork03:39
gnarface(if anyone wants help getting Steam or Steam hardware working in devuan though, i have found some important tricks)03:39
agrisso have i03:40
agrisgnarface, if you are still having performance issues with your filesystem you have to do more than just mount it as ext4 to fully convert it. This guide has the details to finish the conversion03:44
agrishttps://kernelnewbies.org/Ext4#Migrate_existing_Ext3_filesystems_to_Ext403:44
gnarfacenoted, thanks03:44
gnarfacei will revisit it at some point.  i got so fed up with the disk corruption issue introduced by the e2fsprogs version mismatch in raspbian that i crossed ext4 off my personal list of trusted filesystems03:45
gnarfacethey weren't ready and everyone pushed it up to be the default too soon03:46
gnarfaceand i swear some of those installs were fresh ext4 formats, they weren't all ext3 upgrades03:49
gnarfacebut it's long enough ago now, maybe there were performance issues that have since been ironed out and i'm not giving it enough credit for making progress03:49
agrishuh, using tune2fs -l on that filesystem I showed tests on shows not all the modern features were turned on yet so actually there are further improvements that could be made to improve it's performance03:50
agrisyes, ext4 was originally pushed out too soon but by now it's very mature03:50
gnarfacei'm going to give you the benefit of the doubt but i'm paranoid so i'm still suspicious someone might have paid you to say that :)03:51
agrisI trust ext4 (not setup with batshit settings like it is on the pi) in terms of stability and maturity like I trust ZFS03:51
gnarfacehmm, indeed.03:52
gnarfacei don't actually trust XFS that much03:55
gnarfacebut i've had surprisingly few issues with it03:55
gnarfaceagris: what do you know about mitigating SSD wear with ext4?03:57
gnarfaceagris: do you recommend raising the value of the "commit" mount option?03:59
agrisno just mount with the discard option and relatime04:00
agrisuse a namebrand SSD with decent firmware like Samsung or Corsair04:01
agrisall my SSDs are sumsung04:01
agrisexcept for an Intel flash which I don't use anymore and a Munchskin which I threw in the garbage where it belongs04:03
n0a110wis there an ISO with only one El Torito boot record for BIOS? similar to the special iso that debian puts out for old Macs?04:07
gnarfacehmm, discard?04:07
gnarfaceagris: that's for reducing wear, not increasing performance?04:08
agristhat's for both04:09
gnarfacebut that's only for some SSDs?04:09
agrisfor  SSD  devices  and sparse/thinly-provisioned LUNs04:09
gnarfacebut any SSD devices?04:15
gnarfaceis it smart enough to enable it by default?04:16
agrisnot consistently04:17
agrisyou'll want to enable discard yourself04:17
TwistedFatewelp, my plasma is dying04:48
TwistedFate[ 6887.281224] plasmashell[9045]: segfault at 8 ip 00007efbfd2a2bb7 sp 00007ffbffff5640 error 4 in libQt5Core.so.5.12.5[7efbfd076000+2d1000]04:48
agrisprey to Lord Linus for the holy patches04:52
agrisIs there a program I can use on Linux to examine and modify a program's memory live (while the program is running) and perform similar functions to cheat engine?07:00
agrischeat engine is only for Windows07:01
furrywolfI have absolutely no idea what cheat engine is, but gdb is the standard way you interact with the memory of a running program.07:01
agristhe GNU debugger is pretty useful and I've used that in the past to extract fonts, pictures, and other data from dying programs (little endian cpus are weird) but as far as I know you must send a SIGSTOP to the process when debugging in with GDB07:02
furrywolfif you want lower-level, you can poke around /proc/<pid>07:02
agrisI want some sharper tools than procfs07:03
agrisfurrywolf, https://invidio.us/watch?v=PUqSPiJ4BwQ07:04
agriswait07:11
agrisAre you suggesting I just use a standard file hex editor to the memory of the userspace program via procfs?07:12
agristhat's hardly ideal. I'd have to refresh the hex editor to get a live monitor. that's not realtime07:13
furrywolfdunno.  as I said, I had no idea what cheat engine was.  :P07:13
agrissent you a video of CE's memory monitor in use07:13
agrishttps://invidio.us/watch?v=PUqSPiJ4BwQ07:14
furrywolfyes, after I made the suggestion.  and it's bedtime, not 22 minute video time.07:14
agrishttps://upload.nuegia.net/6aaf1d60-6a3b-479b-ac72-6cc67f79148e/screenshot.png07:16
furrywolfgiven the relatively small usefulness of such a utility (gdb does most useful things), I don't know if one exists or not.07:19
agrispitty07:21
agrisanybody else know of a realtime memory monitor?07:21
FatPhil_gdb is the standard way of probing around within a process' address space. /proc/$PID/maps can help you know where to look10:34
tsehello, I'm currently having some issues with suspend on lid close. The problem seems to be here: if [ x$LID_SLEEP = xtrue ]; (/etc/acpi/lid.sh). grep-ing for LID_SLEEP in /etc/acpi and /usr/share/acpi-support/screenblank yields no results. I'm on ascii20:21
masontse: Are you able to sleep manually with pm-suspend?20:26
masontse: I haven't looked at automation based on the lid recently, but I can if it seems broken. I prefer controlling it manually, so I can keep my laptop running for brief spans with the lid closed.20:27
tseafter having added a line to /etc/sudoers to allow my user to sudo pm-suspend, yes I can.20:28
tsebut the problem is that the branch that should run pm-suspend is not even ran, due to that if failing :(20:28
masontse: Half a sec, installing that stuff and I'll have a look. I vaguely remember needing some hand-tweaking under Wheezy.20:29
tsethank you.20:29
masontse: Random note while I poke around, in addition to the acpi-support you installed, there's also laptop-mode-tools.20:31
masonBut I'll look at the one you've got.20:31
tseoh I was not aware of that package. Which one should I install? Or should I install both?20:32
masontse: Did you edit /etc/default/acpi-support?20:32
masontse: Let's stick with the one you've got.20:32
masontse: Here's my guess...20:33
tseno, I did not touch that file20:33
masontse: I bet you didn't edit /etc/default/acpi-support, so go in there and uncomment lid support, then service acpid restart20:33
tse1 sce20:33
tsethat did the trick mason ! thank you very much :)20:37
tseabout that laptop-mode-tools package however, where can I read more about it vs acpi-support?20:37
masontse: You can download it and read the files. You should be able to use either one. That said, consider what I do and just sleep manually. It's really convenient shutting the lid, going to another room, opening it again.20:38
masontse: Just be careful if you install them both, if the packages even allow that. They both try to do some of the same things.20:39
tseThank you mason. I'll take that into account. While we're at it, I tried searching for devuan resources on how to use runit, but I came up short. Did I miss something on the website?20:40
masontse: I'm not sure there's tooling to use that as your init. You can run it as a service monitor under sysvinit.20:42
masontse: If you want it as THE init, it might be worth your exploring it and writing up docs.20:42
tseok that's fair enough :)20:42
masonI'm part of the lazy crew that just wants plain sysvinit.20:42
tseI'm trying my best to have a reliable system, not a broken one, so I figure I 'm not the right man to brave those waters :)20:43
masontse: There is mention of moving to runit here on Debian: https://wiki.debian.org/Init20:44
tseOh, and there is another thing I would like to understand about devuan: is the objective of the distribution to always follow debian modulo systemd, or is it possible that in the future packages are added (or updated) out of sync with debian?20:45
masontse: The former as I understand it. I think the tacit goal is for Debian to allow sysvinit (and possibly other inits) as first class citizens again. I suspect it'll have to be the latter eventually.20:46
tseyou suspect it will have to be the former since you don't believe debian will ever have alternative init systems as first class citizens?20:47
tse(brb)20:49
masonI'm not as hopeful as I'd like to be.20:49
MinceRwho knows, maybe they'll do it in a single release just to stuff systemd down the suckers' throats again in the next20:50
masonMinceR: If they make it impossible to easily maintain sysvinit, I'm going back to my Slackish fork.20:51
masonMinceR: But until then, Devuan's pretty much what I'd want as an end result, so it makes sense to spend more time here.20:52
MinceRi was talking about debian20:52
MinceRi trust devuan to stay off systemd for as long as resources allow20:52
masonMinceR: That's what I'm saying. Debian could make it too painful.20:52
MinceR:)20:52
masonI hope they don't, but that's where I don't hold out a lot of hope.20:53
masonMinceR: PM?20:54
MinceRsure20:54
tseYeah, I'm currenlty in a distro hoping fiesta again. Slack has a lot of rough edges, gentoo is too brittle (in my hands) + a lot of compiling, not cool on a laptop. the remaining choices were devuan and void. Since I need to use this for work as well, I would rather only run one distro, and I'm a bit afraid of running void on the worklaptop (I'm afraid an upgrade will break my system - even if only20:55
tsetemporarily)20:55
tseso even if some packages are a bit outdated, or outright not available, I believe devuan to be the better option20:55
djphwell, devuan is simply "debian-sans-systemd" ... so it should be as up-to-date as whatever debian is doing21:01
golinuxdjph: There was more to that discussion21:02
djphthere was?21:03
djph:(21:03
masontse: Devuan is really pleasant. It's all the good of Debian, no systemd.21:03
djphI think I lost some scrollback somewhere21:03
tsemason: I'll be running it for a while now :)21:05

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