/srv/irclogs.ubuntu.com/2022/09/08/#ubuntu-next.txt

dunpealIs snap going to eventually replace apt? If not, what would be the division of labor between them?00:41
genii"problematic"00:50
arraybolt3[m]dunpeal: Probably not. Ubuntu actually has a pure-Snap variant called Ubuntu Core, but it's not even close to something you could use for desktop use. I think it's mainly designed for IOT stuff.01:26
dunpealarraybolt3: I see, so how will the division of duties be between the two? Which packages will be managed by Snap, and which by Apt?02:24
arraybolt3[m]dunpeal: No clue. Might be interesting to debate about it in #ubuntu-discuss:libera.chat.02:25
arraybolt3(Oh thanks Matrix. I meant #ubuntu-discuss.)02:25
dunpealarraybolt3: I'm on Matrix too, and I think it worked. I pinged you in #ubuntu-discuss:libera.chat 02:29
arraybolt3[m]dunpeal: Oh I forgot that LOL. It looked wrong in IRC, but in Matrix it worked right. So I guess 👍️02:30
KBarMorning! How can I disable kernel updates? They're messing up my Oracle VM VirtualBox kinetic guest.06:24
arraybolt3[m]KBar: I think you can just uninstall the latest broken kernel with apt and it will automatically make the updates stop while also rolling back the bad update.06:25
KBarI tried uninstalling the new version a couple of days ago and the whole process broke the VM in the end. Perhaps I did it wrong. I had to chroot and update the initramfs.06:29
KBarI just don't want `apt upgrade` to ever upgrade them. I did `apt-mark hold ...` is it enough?06:30
arraybolt3KBar: Dunno, it might be.06:31
alkisgHi all; what's the current kernel in 22.10 live cds?07:05
arraybolt3[m]!info linux-image-generic kinetic07:06
arraybolt3[m](lets see if this does it)07:06
ubottulinux-image-generic (5.19.0.15.15, kinetic): Generic Linux kernel image. In component main, is optional. Built by linux-meta. Size 3 kB / 20 kB. (Only available for amd64, armhf, arm64, powerpc, ppc64el, s390x.)07:06
arraybolt3[m]Newest ISOs were built today, so that's probably the kernel.07:06
=== guiverc2 is now known as guiverc
alkisgThank you arraybolt3 :)07:59
alkisg(want to test a sound issue with a new laptop with amd 4800something; sound won't work in previous releases)07:59
arraybolt3[m]alkisg: No problem. I also happen to have a Kinetic ISO booted in a VM right now and can confirm the kernel version is in fact 5.19.08:00
RastersoftHi all09:04
RastersoftI'm having problems with the vboxsf module in a virtualized instance of kinetic09:05
RastersoftAm I the only one?09:05
arraybolt3[m]Rastersoft: Not sure, I don't use VBox that often. It might take a while for someone who's here to notice and reply, so you may want to leave your IRC client open for a while (hours, possibly a few days) to get a response.09:08
Rastersoftarraybolt3[m] I'll do it.09:08
luna__wooho new daily images for the first time in some days \o/09:19
guiverc:)09:25
* luna__ downloads to test in my Virtualbox test VM09:26
luna__is there any report for the problems with the keyboard layout selector in g-i-s in 22.10?10:16
KBarRastersoft: shared folders not working? (i.e. Permission denied)11:14
KBaralso what OS is your host?11:16
RastersoftNo, they just aren't mounted, and can't compile the module using the Guest aditions because can't find the configuration file (although it is there) and can't find some symbols.11:17
RastersoftMy host OS is Ubuntu 22.0411:17
KBarRastersoft: `uname -r`?11:18
KBarfrom guest11:18
Rastersoft5.19.0-15-generic11:19
KBarRastersoft: right. Boot into 5.15, purge the new version and do `apt-mark hold ...`11:19
KBaralso, is it set up properly? 11:20
KBardo you have one under "machine folders" in "shared folders" tab? also make sure your user is in the vboxsf group 11:23
KBarbut the problem is with the kernel 5.19, had the same exact issue until i reverted back to 5.1511:24
RastersoftI'm going to try compile now the guest iso11:26
RastersoftOk, now the mounting points do work11:30
Rastersoftbut now the dynamic resolution...11:30
KBardid you downgrade the kernel?11:31
Rastersoftyes11:31
Rastersoftthe vboxvideo module is loaded11:31
KBarRastersoft: check your /var/log/apt/history.log11:31
KBarand search for 'linux'. it should have upgraded/installed 5 or 6 packages11:32
KBaramong them is `linux-libc-dev`11:32
KBaryou need to downgrade it as well11:32
RastersoftI didn't use the virtualbox packages, I compiled the drivers from the guest aditions iso11:32
KBarwhat you're saying doesnt make sense. did you download guest additions ISO from Oracle's website or did you install it from the repositories?11:33
RastersoftI used the "Insert "guest aditions" iso" option from the menu11:34
KBargood. thats how you're supposed to do it. but the question is, where did you get this specific version of Oracle VM VirtualBox? `sudo apt install virtualbox virtualbox-guest-additions iso` or you downloaded both (and their dependencies) from Oracle's website?11:35
RastersoftJust did "sudo apt install virtualbox" Nothing else11:41
RastersoftSo the guest-additions iso was downloaded automagically by virtualbox11:42
Rastersoftanyway, I can set manually a bigger resolution, so I'll call it a day11:46
Rastersoft(I hope that I used that expression right :-D )11:46
RastersoftKBar Thanks for your help!11:46
KBaranyway, they should match each other. heres how i fixed it. 1) boot into old kernel 2) `apt purge linux-headers-5.19.0-15 linux-modules-extra-5.19.0-15-generic linux-image-5.19.0-15-generic linux-headers-5.19.0-15-generic linux-modules-5.19.0-15-generic` 3) download previous version of linux-hardware from lp and install via `sudo dpkg -i`: https://launchpad.net/ubuntu/+source/linux-firmware/20220819.git8413c63c-0ubuntu2/+build/2429911:48
KBar318/+files/linux-firmware_20220819.git8413c63c-0ubuntu2_all.deb 4) download previous version of all linux-* packages that APT upgraded and run `sudo dpkg -i` on them as well, in my case there were 4 of them: linux-headers-generic, linux-generic, linux-image-generic, linux-libc-dev. they're available on lp: https://launchpad.net/ubuntu (i think they're meta packages so maybe this step is redundant but i did it anyway). dont forget to11:48
KBar update-initramfs if it didnt.11:48
KBarfor some reason `sudo apt install package=version` didn't work so had to find and install these packages manually11:49
luna__got an answer from jbicha13:09
=== schopin_ is now known as schopin
RastersoftHi again:15:03
RastersoftI'm installing Kinetic in VirtualBox, and if I check the "use privative drivers" part, it hangs when it boots for the first time.15:06
=== arraybolt3_ is now known as arraybolt3
=== arraybolt3_ is now known as arraybolt3

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!