[01:42] good morning [01:49] .o/ [01:49] Afternoon lotuspsychje! How are you today? [01:50] all good tnx, coffee set go! [01:51] \o/ [05:33] Can Linux kernel version change for LTS releases? [05:34] Like is there any chance we'll see linux 6.1 in 22.04 LTS? [05:34] before release, sure they can change their mind - but usually there's a freeze date in the planning [05:34] don't forget HWEs can enable newer kernels to be backported after LTS releases [05:34] HWE? [05:34] !hwe [05:34] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [05:35] Square: specifically 6.1 won't very likely hit 22.04, but with the next release (22.04.2) we get 5.19 and then with 22.04.3 we should get something >6.1 [05:35] cool. Getting hyped about the Rust addition here. =D [05:35] oO, I mean you won't even "see" any difference [05:38] I know little about the inner workings of linux. Just think its cool Rust is being accepted as the 2nd language. Imagine great thinks could happen when we get Rust API's. [05:39] Square: https://github.com/torvalds/linux it's not the second language. still can't really grasp how so many people can fanfare a language. I mean the language is quite neat, but nothing new [05:42] Square: ahh depending on your device, maybe using linux-oem _could_ also work. right now 6.0 is in testing phase [05:43] murmel, I confess I can't assess the importance. [05:43] I read this https://www.zdnet.com/article/rust-takes-a-major-step-forward-as-linuxs-second-official-language/ [05:45] For me languages are important. I love Haskell, but understand why it can't be used as a systems language. C/C++/GO all bore me cause of their dated/limited featuresets. Rust got a bunch of features i totally like. [05:45] murmel, ^ [05:46] Square: probably zdnet is not the best source for something like that, I quite like lwn, but it's paid (except you wait for a bit, till they go free) [05:47] Square: don't get me wrong, I understand why Rust gets its fanfare (at least on paper) but the internet is "raving" way too much (plus they need to rewrite everything in rust) [05:48] but at the same time I curse cargo :x [05:49] oh, its bad? My Rust knowledge is limited. I just went through the 94 exercise "Rustlings" course. And that's probably all i know so far. =D [05:50] Square: try to compile a project, hf with the dependencies most projects have :(. the projects I use myself (but don't compile) have most of the time, quite the limited dependency list (most of the time somewhere around 20-30) [05:51] Square: there is a reason why people call it cargocult ;) [05:51] as those dependencies can also pull in their own dependencies [05:52] and some pull in a project, just because they want to use only a very small *function* [05:54] murmel, "hf"?` [05:58] Square: have fun [05:59] murmel, what happens when you do this? Slow? Memory greedy? Crash? [06:02] Square: it's not about that. just think about it from a security standpoint. you pull in stuff where you don't know where it's coming from (who develops it etc) and I can guarantee you the dev won't verify that the dev (of dependency) is trustworthy etc [06:03] Square: I can still remember somebody using a random docker container in production (business) where he had issues connecting to the server (ssh). just because noone vetted the container, where "by accident" a ssh server was running, so the dev of that software piece, could always connect to instances to see whats going on [06:07] just to make it clear, linux stays far away from cargo (the package manager for rust) [06:10] ah gotcha. Yeah, that doesn't sound great I guess. === JanC_ is now known as JanC [15:52] arraybolt3: bug #1993278 [15:52] -ubottu:#ubuntu-discuss- Bug 1993278 in ubiquity (Ubuntu) "ZFS + Encryption crash after install" [Undecided, New] https://launchpad.net/bugs/1993278 [17:09] lotuspsychje: Thanks! [17:09] arraybolt3[m]: seems like ravage zfs bug on jammy, keeps on living on kinetic [17:12] What's weird is it was working painlessly enough on Xubuntu Core earlier in the cycle, so Idk what happened. [17:14] arraybolt3[m]: bug #1970066 was the first one [17:14] -ubottu:#ubuntu-discuss- Bug 1970066 in snapd (Ubuntu Jammy) "(Encrypted) ZFS breaks 22.04 installation" [Critical, Confirmed] https://launchpad.net/bugs/1970066 [17:14] Good grief. That's a nightmare. [17:15] * arraybolt3 hopes they just remove ZFS installation support entirely [17:51] "It seems that the apt install triggers systemd to unmount every zfs mount because systemd mistakenly thinks the rpool key is not loaded" oowwwwwwwwwwww [17:57] * ogra pets his ext4 disks [18:03] note when this (latter) bug report was filed, enhanced with well-reproducible steps, and what its current status, importance and assignment values are. [18:07] well, the snapd team is hiring i think ... [18:08] there are a few roles open still :p [18:08] should get beter soon ... [18:08] *better [18:08] whats gonna happen ogra [18:09] more developers to look at bugs ... [18:10] oh [18:12] s/look at/write more/ [21:13] arraybolt3: I believe canonical wants to remove zfs-on-root, as they almost didn't include zsys for 22.04, and the newer installer doesn't have that option anymore [21:25] murmel: Yeah. It seems like a good idea to me at this point. [21:25] And people who really need ZFS-on-root can just set it up manually, right? [21:26] yeah, definitely. [21:28] arraybolt3: oh, btw, if I want to edit a wiki page, I assume the changes are instantanious? [21:28] so there is no approval before its being shown? [21:28] murmel: For all the pages I've edited, correct. [21:29] kk [22:50] ogra: I'd rather have them hire people to improve APT/dpkg; most features of snap/flatpak could have been implemented as part of that... [22:51] we did that to get to click packages [22:51] but those weren't perfect, and mixing "frequent update" things along side "rarely update" things wasn't great [22:52] we already get frequent APT updates, so I don't really see the difference :) [22:53] yeah, but they don't do huge version lifts as a matter of course [22:54] but APT can do that [22:54] it's matter of namespacing & such [23:05] and snapd is very far from perfect too :P [23:07] amen [23:18] JanC: yeah, I still hope, we get a package manager to manage all (deb,flatpak,snap,maybe appimage). best case imho, implement it in apt [23:20] what I mean is implement the features in APT/dpkg/.deb, not add support for a zillion types of packages that are only different because people don't understand the existing package managers :) [23:21] JanC: i did not dive too deep, but not sure how well that would work for all those container systems [23:22] well, you don't need a different container systems for every developer who thinks they invented warm water ;)