=== thopiekar is now known as Guest1815 === thopiekar_ is now known as thopiekar [07:05] Hi community ...I would a brief question ... [07:06] have ... of course [07:10] !ask | Guest92 [07:10] Guest92: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [07:10] To be more precise ... I want to replace my 11-year old laptop with a new one .... my question would be ... would DOSBox work ... [07:11] Okay, got it [07:11] Sure, dosbox is still available [07:13] And what VM for some old Windows SW would you advise [07:13] Thx for the help [07:34] Maybe anyone about the VM question ... please [08:07] using VirtualBox since years... works fine https://www.virtualbox.org/ [08:09] or KVM https://www.linux-kvm.org/page/Main_Page [08:13] Thanks a l8t [08:30] welcome [09:27] If anyone had a Grub "error: out of memory" when upgrading to 22.04, I found a solution. [10:05] IrcsomeBot : wow I'm curious [10:11] Hi, I'm back does anyone know if it's possible to choose which disk to erase when erasing disks? [11:05] I have another question: how can I set a swap partition as cryptswap under kubuntu [11:05] ? [11:05] From the installer [11:10] anyone? [11:42] You should create a cryptsetup device, mount it and then configure the corresponding device-mapper device as the swap partition. [11:42] yuri6037, ^ [11:42] i.e., the installer need not know about the cryptsetup part at all. [11:43] ok so do like other partitions [11:43] After the installation is done, you should not reboot, open a terminal and set up /etc/fstab, /etc/crypttab with the appropriate lines. [11:43] ok [11:50] Hi all [11:55] guruprasad: I just tried running the installer with cryptswap and my existing partition but it failed with an error saying that it could not format cryptswap as swap [11:58] It says "The creation of swap space in partition #1 of Encrypted volume (cryptswap) failed." Do you know any reason why it fails? [12:12] apparently the installer does not support cryptswap [12:12] it only supports plain swap [12:13] why cryptswap anyway ? [12:15] yuri6037: I have swap0 PARTUUID="216619ae-cf7c-XXXXXX" /dev/urandom swap,cipher=aes-xts-plain64,size=256 in my /etc/crypttab [12:15] and /dev/mapper/swap0 none swap sw 0 0 in my /etc/fstab [12:15] because I'm tired of the pop os non-sense of breaking user workflow at each new update so I decided to get rid of this shitty OS and use a real one such as kubuntu [12:15] it seems to work, but I've not rebooted since I set this up, so not sure if it will survive a reboot :) [12:16] Yeah I'm gonna have to recreate the cryptswap now that install finished [12:17] I've not used any swap for over a year [12:17] you might not need it, depending on your workload / actual RAM [12:18] it's just that the installer is unable to use a cryptswap instead of a swap it wants a plain swap partition. It however accepts to format normal encrypted partitions once you cryptsetup open them [12:18] yeah I don't think I need swap anyway cause it's a whopping 32Gb of RAM that I got [12:19] it's just to be safe because of IDEs which consumes half of your RAM (IDEA....) [12:38] well that was a complete failure [12:38] the system is even worse than before now there's no boot at all. You just get a "grub>" nothing more [12:39] it appears grub does not support booting a linux kernel wich wants luks [12:52] Greetings. I can't upgrade to 22.04 from 21.10. I run update;upgrade;do-release-upgrade -m desktop and I get "Checking for a new Ubuntu release" "Please install all available updates for your release before upgrading" [13:05] hi folks, upgraded to 22.04 and now my X1C6 laptop won't suspend (neither through lid close nor picking it from menu) - it just throws me out to the lock screen instead. suspend works with echo mem > /sys/power/state though. systemd-inhibit --list shows powerdevil as blocking sleep, which i think is normal. [13:06] upower -m --monitor-detail i think looks normal when i request suspend, but i'm not sure what to look for. [13:06] how can i debug powerdevil issues? is there some verbose logging i could turn on, or some debug envvar? [13:07] powerdevil showing up as blocking sleep is normal i mean because powerdevil is the one fully handling power when KDE is used. [13:08] anyone else seen this? dmesg is not turning up anything interesting either i think.. [13:13] systemctl suspend also just throws me to the session lock screen. [13:15] systemd-inhibit --list currently lists NetworkManager, upowerd, unattended-upgrades and ksmserver as inhibitors with mode "delay", and just powerdevil as inhibitor with mode "block". it seems reasonable to me. [13:17] can i snoop on some dbus messages to figure out what is going on? === hotea is now known as alone_dev [14:12] iomari891: I think there are still problems with it [14:12] they might have disabled updates [14:12] no progress on https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1970066 [14:12] Launchpad bug 1970066 in snapd (Ubuntu Jammy) "(Encrypted) ZFS breaks 22.04 installation" [Critical, New] [14:14] I figured it out: grub2 somehow refuses to boot directly from luks2>lvm>/boot [14:16] I just replaced recovery by /boot ext2 formatted and grub accepts to boot from this partition which then bootstraps cryptsetup and unlocks the / and /home partitions so now the system is running Kubuntu [14:16] the entire home folder seem to work except for one thing: firefox KDE addon is broken [14:38] hi, how can I upgrade KDE actually I'm in 5.18 [14:39] upgrade to a new kubuntu release [14:40] its not an option i want to stay in 20.04 for a little bit [14:44] it that case newer plasma is not possible. it requires a newer Qt verion than exists in 20.04 [14:47] ok got it  thanks! [14:54] hi. just me again with the suspend problem: figure it out: at some point i had some nvidia packages installed, despite the laptop not having an NVIDIA GPU (we use CUDA at work), and somehow a few stale symbolic links to nvidia-suspend.service and nvidia-resume.service had been left in /etc/systemd/system/systemd-suspend.service.requires and /etc/systemd/system/systemd-hibernate.service.requires [14:54] removing the stale links, then systemctl daemon-reload and voila, laptop suspends/resumes fine again. [14:56] for some reason i had to first kill all inhibitors listed by systemd-inhibit --list, before trying systemctl suspend, in order to actually get the error message that told me that the stale link to nvidia-suspend.service was the problem. [14:58] I've just reconnected IRC on the new Kubuntu. After checking, I found out why firefox is broken: the snap package is enforced instead of the standard apt package [14:58] that's a defect of kubuntu [14:59] snap is not a defect, check permissions of firefox [15:09] and which permission will enable firefox KDE addon to work? [15:10] And in my opinion snap is a defect for 1 - it does not support all features normal apps would 2 - it requires manual interaction instead of all GUI based like permission systems on mac! [15:11] If the software installer cannot provide full GUI then it is perferable in my opinion that the softare installer does not exist [15:12] If the software installer cannot support all features than the older method support then it is preferable in my opinion that the software does not exist [15:12] Of course snap fails point 1 (having a proper GUI) and fails point 2 (does not support all features that APT does; ex does not run firefox KDE addon on the first try) [15:13] so you can conclude based on these 2 points that snap is a defect [15:13] if you want to continue I can give you another point [15:54] Howdy! [16:07] what does the firefox kde addon do? [16:08] cbreak: https://community.kde.org/Plasma/Browser_Integration [16:09] thanks [16:10] hmm... at least the multimedia stuff seems to work without it [16:10] maybe I installed it already [16:11] seems I disabled it and it still works. Interesting. [16:23] is there a way to make programs remember which virtual desktop / which workspace windows are on? [16:23] when I restart firefox, it reopens all windows on the current workspace [16:25] cbreak: You might also be screwed over by the (forced) transition onto snap packaging for Firefox. It messed with my setup too and I have no solution right now. kinda miffed. [16:29] not yet [16:29] 22.04 has much worse problems than firefox in snap :( [16:30] I don't particularly like snap, but for firefox it's probably not too bad... if it works... (which I've not seen yet). I don't think I need the plasma integration myself, it doesn't seem to offer anythig I need. Media keys in particular seem to work without it. [16:35] Finally have a gpu inbound. Been waiting over a year. A nuke n pave with 22.04 and a 6700xt. Im pumped. [16:36] GSMarquis77: good luck :D [16:36] (I hope it's a new one. If it's used by one of those crypto currency mining morons, it might be on its last leg... or worse...) [16:36] New from AMD direct. No scalped or miner abused cards. [16:37] Thats why it took a year. I refused to support scalper. [16:38] I was luckily able to "loan" a 1080 from work, or I'd be stuck with a 1030... :/ But with it, I can afford to wait for the next series release [16:39] Replacing a get me by for desktop use 1gig AMD super old card in a new rig. Couldnt get anything for a long time. [16:52] cbreak: Yeah, I think I'm gonna try to ditch ubuntu to be honest. Are there any good distros that are easy to install and have good KDE support? Also I'm weary of Debian since apparently they're for all their stability unable to stop themselves from having 150 open vulnerabilities. [16:58] There you go. Once Mint dropped KDE, you are pretty stuck looking for easy. Arch and Gentoo are hard, Manjaro has multiple flaws, I found OpenSuSE sluggish, and Fedora was fine out of the box, but as soon as I wanted to add anything, I had difficulties finding it. [16:59] Debian is really old, unless you want testing and then it is only a little old, and Sid is, well, Sid. [17:00] Kaos may now support GTK apps, but their repos are really small. [17:25] noob8650: I like ubuntu the most. There are probably others, but I don't know them :P [17:57] just switched over from mint, I quite dig plasma to be honest, feels a lot quicker too. [18:06] no video tearing, power management not f.... one way or another (close to perfect in my book, but I'm picky :P) [18:07] proper QT [18:07] it's quite wonderful. [18:11] QuickTime ftw! [18:11] lmao [18:12] close enough :P [18:16] if I can get all my BS working properly, it'll be a great day. [18:16] I made myself a drink just in case, also, changing channel before the warning. [18:53] Is it necessary to create swap area in kubuntu [18:54] is swap strictly neccessary? no. should you have swap? probably yes. [18:55] swap doesn't have to be a partition, though, can be a file on another file system [19:22] Alguien que hable español [20:32] hello , new to kubuntu  , did a clean install of 22.04 and get the acpi error on boot up . [20:33] have tried some things with no luck . === lakii is now known as Lakii [23:17] Hello, I’m having a weird issue with my computer. Network disconnects randomly and if I go try to disable wifi or Connect to a different network it freezes and then shuts down completely [23:18] Any idea what could be happening? [23:19] mrsaatci: have you checked the output of journalctl --since 00:00 or of dmesg? Maybe that helps you find out more [23:23] I’ll do that [23:45] Hi all. Anyone known how to return (show) application menu at top any windows at Kubuntu 22.04 LTS?