[00:00] I booted a live disk, mounted my partition, dev proc and sys and did chroot then reinstalled grub with no errors but this kernel error persists [00:06] hmm... I have a very weird problem with 25.04 (not sure what to blame, really). Since upgrading and fixing the upgrade problems, firefox inside lxc containers can't resolve hostnames anymore (or do anything at all). It works fine outside, and other tools like curl, resolvectl and so on work fine too. Even browsing with lynx works. [00:16] I've got 6GB RAM now [00:17] https://quickshare.samsungcloud.com/xPqnKgk32r7n [00:17] yay! [00:17] Finally the install menu doesn't feel laggish [00:32] Any suggestions on how to fix my issue without reinstalling [00:33] Finally got ubuntu installed thanks [00:34] Now I need to figure out how to get the wifi dongle to work [00:43] If it's USB try "sudo lsusb" [00:44] That should show which one you have [00:44] Also probably a good idea to use the tethering method described earlier [00:47] Wifi is working. So do you still use sudo apt-get stuff or has it changed? [00:49] Nevermind I'll just use GUI stuffs [00:51] I still use the terminal for updates yes :) [01:08] I'm not sure what to do. After upgrading 24.04 to 24.10 when I select ubuntu from the grub menu I get an error please select kernel. I was able to boot past the grub menu but typing the commands at grub to manually boot grub but then it drops to an initramfs prompt. It says that /dev/sda4 doesn't exist [01:16] devslash: "It says that /dev/sda4 doesn't exist" is new information, and this should help. [01:17] That's wrong [01:17] In the initramfs prompt blkd shows the partition. [01:18] devslash: sorry, i'm typing slowly. boot the live system and prepare chroot (mount partitions and virtual file systems), then chroot into the system. then do what is decribed here https://help.ubuntu.com/community/UsingUUID - replacing, in /etc/fstab, all occurrences of /dev/... paths to UUID= records. [01:18] I did fsck on /dev/nvme0n1p4 and it came up clean [01:19] Is that maybe the issue as far as it trying to access sda4 ? [01:19] once that's done, run sudo update-initramfs -k all and sudo update-grub and sudo grub-install [01:20] I did that. after mounting it with dev sys proc and efi mounted in /mnt i did chroot /mnt and issued all those commands [01:20] maybe what used to be sda4 is now /dev/nvme0n1p4, this might be, yes [01:21] It never changed though [01:21] The only difference is updating to 24.10 [01:21] if you no longer have /dev/... paths in fstab, it should not be relevant anyways [01:22] do you have software based disk encryption? [01:22] No [01:22] md raid? [01:22] No [01:23] hmm, maybe share /etc/fstab then [01:23] the error message clearly says that grub thinks it must load seomthing from, verbatim, "/dev/sda4" [01:24] you need to find out what makes it thnk so and correct that [01:25] actually thats not grub but the initrd , tryin gto mount the root file system from /dev/sda4 [01:26] Ok I'm looking at my fstab [01:27] I'm in an initramfs prompt so I have no way of sharing it [01:27] It has 2 partitions listed by UUID [01:28] Sorry 3 [01:28] anything else? [01:28] The the root partition as ext4 errors=remount-ro [01:29] using which device path? [01:29] None [01:29] It has a UUID [01:29] To refer to the device [01:30] Another entry mapped to /boot/efi with a uuid [01:30] And a swapfile [01:31] and all of these uuids seem to match what blkid reports? [01:31] My fstab doesn't mention /dev/sda4 [01:31] Yea they do [01:32] Efi is on nvme0n1p1 and root is nvme0n1p4 [01:33] does your system has additional disks/storages connected, internal or external? [01:34] type this in the initramfs, what does it output? echo $REASON [01:35] * initramfs shell (busybox) [01:35] No external drives [01:35] other internal drives, though? [01:35] It says ALERT! /dev/sda4 does not exist. Dropping to a shell [01:35] As the output from echo command [01:36] ok [01:36] other internal drives, though? [01:36] No [01:36] Just 1 [01:36] Partitioned with windows and ubuntu [01:40] i think you still need to do chroot recovery and find out where "/dev/sda4" is coming from then [01:40] you can do a recursive grep for it [01:41] sudo grep -rF '/dev/sda4' / [01:44] So I have gotten ubuntu installed and got the wifi dongle to work. Now after doing updates ubuntu is stuck on boot screen. Help [01:44] DBoyz: press escape, does this show any text? [01:45] tomreyn: escape as in "esc"? Does nothing [01:45] DBoyz: what are you seeing exactly, what's the "boot screen" showing [01:45] https://quickshare.samsungcloud.com/aGr9WAZA4TyR [01:46] I got terminology right didn't I? [01:46] DBoyz: yes, i'd say so, but different people can mean different things. did you remove the ram again by chance? [01:47] i assume the white circle is not showing any motion? [01:47] tomreyn: i did not touch the hardware, did not remove or touch the ram and the white circle is spinning infinitely [01:48] oh it's spinning, ok, so the system did probably not lock up, but hitting "esc" does nothing which i think is unusual, so it is stuck somehow [01:49] just press ctrl-alt-del and see if it boots then [01:49] Oops I accidentally hit the pc and it froze [01:49] Now the white circle disappeared [01:50] hitting the pc makes the OS freeze? did that happen before? [01:50] Eh now the login screen appears [01:50] Funny [01:50] a veeery slow boot, i guess. usually this indicates the system encountered driver, firmware or hardware errors during boot [01:50] So it's not stuck, just slow bootup. Is there any way to check? [01:51] tomreyn: seems like it [01:51] you can bring it online, then run a terminal emulator (gnome-terminal) and then type journalctl -bk |& nc termbin.com 9999 [01:52] this would share the kernel log with termbin.com, a pastebin-like site [01:52] keyboard is responding but mouse isn't [01:52] Oh now I see life [01:52] But no wifi šŸ¤¦šŸ» [01:53] you said you got the wifidongle to work before somehow? [01:53] Yes it worked and managed to browse the internet and update the system [01:54] so make it work again :) [01:54] After a restart now bootup became slow aaaand this [01:54] https://quickshare.samsungcloud.com/fjsgwhMc6wrD [01:54] or are you saying the wifi dongle worked immediately when you connected it earlier? [01:55] oh, network manager not running, something more serious must have happened during boot [01:55] tomreyn: added a line in the blacklist.conf then ran a command then restarted. wifi ran perfectly before the update [01:56] Do I need a clean install or is there any way to roll back update [01:56] DBoyz: didn't you say you did a fresh ubuntu installation or am i mixing you up with someone? [01:57] I did a fresh ubuntu installation [01:57] then, when you say "the update", what does this refer to? [01:57] tomreyn: at this point should I redo the installation or should I tinker around to fix [01:57] i'm trying to determine this [01:57] I couldn't find any references to sda4 [01:58] tomreyn: this [01:58] https://quickshare.samsungcloud.com/zgfE6qAgSVTu [01:58] devslash: hmm, sorry about this, i was sure the grep command would find it. [01:58] "software updates" [01:59] DBoyz: alright. and this also refers to what you did before the latest reboot? "added a line in the blacklist.conf then ran a command then restarted." [02:00] I did the blacklist.conf thingy the restarted on first attempt. Went well [02:00] After that did the "software updates" thingy then restarted that's when this issue happen [02:01] At the grub prompt for the line linux /boot/vmlinuz if I provide the root= param I'd use nvme0n1p4 which is my root partition right ? [02:01] After first attempt wifi worked perfectly but after second attempt only when the networkmanager is not running message came out [02:01] DBoyz: hmm, ok. i guess you can try to just reboot once more and see whether network comes up fine then? [02:02] I'll just shut my pc down and retry this later. Gotta run [02:02] Have an appointment in an hour time [02:02] ok, good luck [02:02] thanks for your time tomreyn [02:02] you're welcome [02:03] Seems a little less responsive this time this pc [02:05] Tomeryn sda4 came from the grub param root= this time i used the correct nvme device and it gave me the same error with that device [02:05] Taking ages to shut down too [02:08] devslash: to your question "At the grub prompt for the line linux /boot/vmlinuz if I provide the root= param I'd use nvme0n1p4 which is my root partition right ?" - is should say "root=UUID=..." there, where "..." is a file system UUID. [02:09] Is that required [02:09] and tha should be the file system UUID of the root file system, which i think you said is also known as /dev/nvme0n1p4 [02:09] well, the root file system needs to be known at some point, yes [02:09] No i mean using uuid [02:10] Instead of the device name [02:10] not neccessarily, device path can also work, if it can be resolved [02:10] but that doesn't always work so well, which is why we're using UUIDs [02:10] I just don't get what changed between 24.04 and 24.10 that would do this [02:11] maybe the release notes say. but i'm quite sure that device paths were replaced by UUIDs prior to 24.04 already [02:12] can you add punctuation to this? "sda4 came from the grub param root= this time i used the correct nvme device and it gave me the same error with that device" [02:13] i can think of two places to add a dot there and they change th meaning. [02:13] Are there any recovery options [02:14] I booted a live disk and can mount my partition [02:15] i think i need to go to bed, maybe you give this a fresh start with someone else. [02:15] good luck! [02:15] Thanks === JanC is now known as Guest5058 === trekkie1701c_ is now known as trekkie1701c [04:08] HB === JanC is now known as Guest8185 === jgee0379818230 is now known as jgee037981823 === root is now known as Guest861 [06:17] !rootirc | Guest861 [06:17] Guest861: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet. === JanC is now known as Guest3520 === Ximo- is now known as Ximo [08:09] everytime i changed my internet from LAN to wifi, i have to restart my laptop. Also in all those situations the restart hangs on ubuntu logo and i have to press and hold the power button to restart [08:10] this problem was happening with fedora and now it is happening in ubuntu 24.04 [08:10] anyone please help me solve this issue [08:10] cosmicrajiv: journalctl -f and try to catch the logs whats happening on the change to wifi [08:11] I trying to search these kinds of issue on the internet for the last couple of days but i am unsuccessful in doing so [08:11] cosmicrajiv: and why are you switching from eth to wifi exactly? [08:13] lotuspsychje; suppose now i am running my internet through cable and then after done working i shutdown the laptop. Now when boot it again with only wifi the internet is not working and i have to restart [08:13] that shouldnt be happening indeed [08:13] I am using laptop so most of the times i need wofi [08:13] wifi* [08:14] the thing is, exactly the same problem was happening with fedora [08:16] cosmicrajiv: sudo lshw -C network please [08:16] ok [08:17] https://bpa.st/XVLA [08:19] cosmicrajiv: both seem loaded correctly drivers [08:20] cosmicrajiv: so lets assume something happens on switch, or at boot level [08:20] lotuspsychje; yes because i just restarted and the wifi is working. the problem again comes when i connect via eth and try to use the wifi thereafter [08:21] cosmicrajiv: try to catch the logs with; journalctl -f [08:21] cosmicrajiv: so lets assume... yes may be that may be the case. but with two operating systems? [08:22] cosmicrajiv: can you recall wich kernel version you had on fedora? [08:23] 6.14.4 till yesterday. but this problem started to happen with some version of 6.13.xx in fedora 41 [08:23] I ran fedora 41 for almost 4 months before this issue started to happen [08:23] smells like realtek kernel issues to me [08:23] may be [08:24] try to share your full 'sudo dmesg' and journalctl -f after the eth==>wifi switch [08:24] the thing is ubuntu 24.04.2 is on 6.11.xx [08:24] ok [08:45] lotuspsychje; https://bpa.st/raw/NP4A [08:45] cosmicrajiv: you didnt switch from eth to wifi after? [08:46] Now here it is i just shutdown the laptop connect the eth cable and power it on and look eth is not working now only wifi is working [08:46] I don't understand what is going on [08:47] sudo dmesg , cosmicrajiv [08:52] I think i have to stick to either wifi or eth for my internet use [08:55] cosmicrajiv__: that should not be, you should be able to always use your devices [08:57] lotuspsychje; yes but i don't know what is happening. now i am thinking of try windows and see if the problem existed there or not [08:57] thats not needed [08:57] invetigate your issue first, before trying random testing [08:58] I hope so, because i have not used windows since 2015. the only exception was when i bought this laptop in 2022 i had windows installed and used it for an hour;) [09:13] the most ridiculous thing is the laptop is not restarted successfully during these issues [09:14] it hangs with the ubuntu logo and i have to press and hold the power button every time it happens [09:29] Is there something I can use to recalibrate my tablet PC's touchscreen? [09:32] throwthecheese: whats wrong with it [09:32] It has developed an annoying "margin" at its top edge that prevents me from accessing stuff in that portion of the screen [09:32] Neither touch nor stylus input works at the affected area [09:32] isnt the right resolution gonna fix it? [09:33] throwthecheese: and wich ubuntu release is running on it? [09:33] 24.04 [09:34] The affected area can register clicks, though [09:34] throwthecheese: try the unity flavour on ubuntu for tablet mode [09:34] it usualy performs better then gnome [09:35] you can also file a new !bug on your issue there [09:35] I'm on KDE Plasma with a Unity layout [09:35] aha [09:35] try the way around, unity by default [09:35] !flavours [09:35] Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours [09:37] To give you an example on how the problem looks like: tapping/clicking items on the top panel results in the elements directly under the panel being activated instead as the cursor is blocked from entering the panel by the margin [09:38] For example, when you try to close a maximized window, Firefox gets launched instead [09:38] (as the launcher is directly underneath the window controls) [09:40] Booting Windows doesn't get rid of this margin (tablet is dual boot) although recalibrating the screen fixes the issue to an extent [09:41] I have also encountered the issue on a Linux Mint live session [09:42] So I need something that can recalibrate my touchscreen on a hardware level [09:53] plasma has a really deep system settings menu. im not sure its in there as i dont have this hardware, but really double check because i would be surprised if theres not an option for it in there [09:54] Back [09:55] Tried running xinput_calibrator and dropping the generated config file into xorg.conf.d but it did diddly squat... the margin is still there [10:03] hello [10:04] how can i mount a hfs plus drive in ubuntu 22.04 ? [10:05] i have checked the volume with "sudo fsck.hfsplus /dev/sdb", all ok [10:07] but mount with "sudo mount -t hfsplus -o force,rw /dev/sdb /mnt" doesn't work. unknown filesystem type "hfsplus" === thegrinchmann is now known as XeZ [11:36] Hi all [12:02] whats best gaming distro? [12:03] #ubuntu-offtopic [12:18] wow [12:21] lotuspsychje; here it is https://bpa.st/raw/4T5Q [12:23] is anyone else have the solution? [12:58] I don't know why an already working card messed up with a latest kernel update. this is ridiculous [12:59] going to use wired connection even in my laptop from now on until this problem is fixed === trekkie1701c_ is now known as trekkie1701c [13:36] hej [13:45] Hey. Why sudo strings /proc/32794/environ for the process code (VSCode) shows nothing. And cat shows just a long list of these symbols @^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ [13:45] any idea? === RootCellar is now known as Guest7875 === waxfire8909 is now known as waxfire890 === Prec0g is now known as jeebs_0432 [15:12] croraf: What do you expect to see instead? === chyi15662 is now known as chyi1566 [15:29] vit I expect to see environment variables of that process [15:42] Hey guys! [15:48] Hi all. WSL2 on Win10 with Ubuntu 22.04, just upgraded (and wsl-rebooted) from 20.04. Now I try to run gwenview image browser and get gwenview: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file [15:49] croraf_: 0x00 seems to be used to separate the environent varibles and ^@ is usually a way to represent that. Try `hd /proc/32794/environ`, for example. [15:49] sudo dpkg -L libqt5core5a says: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5Ā  but even passing this as LD_LIBRARY_PATH doesn't get it going [15:51] the file is a symlink to libQt5Core.so.5.15.3 which is there, 644 root:root [16:01] deadrom, https://superuser.com/questions/1347723/arch-on-wsl-libqt5core-so-5-not-found-despite-being-installed [16:05] ioria, yay, thanks. Dip my hat to your google-fu. [16:05] yeah :þ [16:10] "strip - discard symbols and other data from object files" -- can someone explain to a not-code dev what happens here? === Ximo- is now known as Ximo === Szadek725 is now known as Szadek72 [16:40] vit, ok, but I only see @ symbols, not the variables themselves [16:41] https://usercontent.irccloud-cdn.com/file/qT5jJmfc/image.png [17:49] croraf_: Looks like a file of 6229 (0x1855) 0x00 bytes. === JanC is now known as Guest9161 [18:54] hello fols [18:54] i have there lines at dmesg [18:54] https://pastebin.com/Cvej9r4j [18:54] what can i do? [18:54] these* [18:55] cry? [18:56] elhoir: is that on an "sudo apt update"? [18:57] hallo === robert_ is now known as Guest3472 [18:58] allo robert, now known as Guest3472 [18:58] bprompt, well, its since mesa 25.0.3 [18:59] elhoir: anything not working? [18:59] bprompt, video playbac, i have to reboot randomly when playing [19:00] everything else seem to work fine [19:01] btw, its a laptop with AMD A6-5200 CPU (radeon HD 8400 GPU, radeon kernel module) [19:01] elhoir: video playback hmm where? the browser? mplayer? vlc? [19:01] bprompt, mpv mostly [19:02] in web browser youtube wors fine [19:02] works [19:03] elhoir: have you checked if there's an update for ffmpeg? [19:04] yes of course, there is not [19:04] elhoir: btw, I'm on kubuntu 24.04.1 and latest Mesa driver in the repository is 24.1.7, but I noticed the 25.0.3 just came out two days ago, so you must be running 25.04 [19:04] ubuntu 25.04 that is [19:04] yes, im on 25.04 :) [19:06] and there is no 25.0.5 in any launchpad ppa yet ;./ [19:06] elhoir: well, "latest" is not necessarily best [19:06] i now , its just to try [19:07] if that fixes this [19:07] it didnt happen in latest 24.x.x release [19:09] elhoir: you could try downgrading the mesa driver, another solution I may not favor is, installing the AMD drivers for your videocard, it's simpler to just downgrade, but mplayer and thus any "frontends" like MPV, uses ffmpeg, and the issue seems to be there, either that or just codecs, does it do the same for all movie types? that is, mkv, mp4, ogv, avi, flv? === samy1028b is now known as samy1028 [19:12] bprompt, didnt test it... i'd say yes... why do you thinj its an ffmpeg issue? [19:12] also, there is no drivers for this GPU for ubuntu 25.04 [19:13] elhoir: because the webbrowsers use their own codec, so the playback is not dependent on mplayer per se, whilst any frontend for mplayer like smplayer or MPV, will use mplayer as backend which in turn uses ffmpeg [19:14] bprompt, but the message in dmesg appears even when i am not playing any video [19:14] wella ctually i can not test it [19:14] elhoir: you could just downgrade the mesa drivers [19:15] too many dependencies :-/ but i will try [19:16] elhoir: and "freeze" the old version, at least for now, once installed [19:18] bprompt, do u know how to do this downgrade? is there any manual? [19:21] hang on, maybe i got it [19:21] have to reboot [19:22] ok [19:23] elhoir: don't forget to "lock the version" it, either that or turn off autoupdates, so it doesn't roll back to 25.0.3 [19:35] bprompt: huh, downgrading mesa below the version the ubuntu release provides sounds like looking for trouble. i would not recommend this, unless there's a tried-and-tested approach for it. and until (possibly also after) that, it'll likely put that system into the "unsupportable" domain. [19:35] especially when the users isn't aware what risks come with it, what other impact such may have, or, not at all uncommon, even forget about it and this thenleads to looong support sessions as a result just because this piece of info was not provided. [19:36] sorry if i misunderstood the chat and you two actually discussed something else. [19:37] (i'm a little sick right now, so this wouldn't be too unlikely to happen) [19:37] tomreyn: latest mesa came out two days ago, and it is an update that didn't work in this case [19:39] so we're talking about e.g. libegl-mesa0 in ubuntu 25.04, and just about patch levels there? [19:40] tomreyn: yeah [19:41] based on https://changelogs.ubuntu.com/changelogs/pool/main/m/mesa/mesa_25.0.3-1ubuntu2/changelog i'd assume that plucky (25.04) released with 25.0.3-1ubuntu2 [19:41] what exactly does "latest mesa came out two days ago" mean, what is this based on? [19:43] asked differently: which version of which package did you suggest to downgrade from and to? maybe i'm just misunderstanding it. [19:44] bprompt: and sorry for putting you on the spot here, this is not meant to feel like finger pointing, i'm just trying to assist/contribute so we can achieve good results for elhoir together === jgee0379818233 is now known as jgee037981823 [19:45] bprompt, tomreyn oh sorry i was at the wrong channel --- ubuntu-next [19:45] i just downgraded to 24.2.8 which is in Oracular [19:45] tomreyn: hmmm he's back, so hmm is elhoir the one with the Mesa issue and the Radeon drivers [19:46] bprompt, yes i am [19:46] elhoir: a long long time ago, I meant to go to a channel #windows95, I mistyped #widows95, well, it wasn't what I ordered =), it happends [19:46] 24.2.8 works fine [19:47] or at least it seems to work fine [19:47] elhoir: hmmm "lock the version", or turn off autoupdates, otherwise the 25.0.3 will roll it back I'd think [19:48] tomreyn: ohhh yeah, my bad, I misread April 02, for May 02 heheh, yes, the driver came out 32 days ago [19:48] oay, dont, locked via synaptic [19:48] okay, locked [19:48] via synaptic [19:49] elhoir: then you're golden, you can give a shot later to a newer update maybe [19:49] ^^ [19:50] errr, wait [19:50] it shows as locked in synaptic [19:50] elhoir: i don't remember the details of what we discussed before (maybe i recommended to run 25.05 for some other reason in the past?) but, based on what i see now i'd say: you have rather old hardware. *if* (a fact that needs to be established first of all!) the graphics card is locking up on 25.05 (a non LTS release), then your best option is probably to install ubuntu 24.04 LTS instead. (or 22.04 LTS if needed.) [19:50] but an apt upgrade shows 5.0.3 for update [19:50] wtf === rvalue- is now known as rvalue [19:50] elhoir: if it's locked, it won't update it, it'll simply show that there's an update if you want it [19:51] bprompt: where do you read "April 02"? [19:51] are you sure? [19:51] tomreyn: https://docs.mesa3d.org/relnotes/25.0.3.html [19:51] https://pastebin.com/0RT1DNLC [19:51] elhoir: well, is what locking mean [19:52] yeah but apt doesnt say they are locked :-/ [19:53] bprompt: i see. those are upstream release notes. you are familiar with how packaging upstream software into debian packages, creating, testing and shipping binary packages which blend into a specific ubuntu release is a thing? [19:54] x-staging canonical ppa is frozen at 25.0.3 [19:54] tomreyn: more or less, yes, I know there's a timeline from the time the driver is available to when it makes it to the repositories [19:55] gotta go to supper [19:55] see u later [19:55] than you guys [19:57] bprompt: i see. unless you both know that (a) cherry picking a given package and package version from a different ubuntu release into an older one is *not* going to intorduce (unresolvable/breaking) dpeendencies with other packages and package versions, which can, amongst other, break apt updates and upgrades system-wide, introduce security risks etc. *and* (b) make the user aware of any risks involved in cherry picking software like this, i [19:57] would very much recommend against doing so, because this can easily create situation, which is more difficult to resolve than the original issue. and unhappy users, too... [19:58] tomreyn, yes, my hardware IS old - 110 years old at lest :) [19:58] uuups [19:58] 10 years old, not 110 LOL [19:58] 110? damn! :P [19:58] hahahaha, just in time, martymcflyyy :) [19:58] Hello. I am not able to drag and drop files across applications in my ubuntu 25.04. Can anyone help me with this. === saline_retry_ is now known as auk [20:03] allxio64__: hello [20:04] webchat45: hmmm I read you, I hmmm dunno, at first I'd think it is just Nautilus, which is the file manager, but could be something else [20:05] webchat45: doesn't mean drag and drop doesn't work with other file managers [20:11] just asking how can i forward a link to my domain. for example i will make a subdomain called test.testing.com it will redirect to www.libera.chat === ptr is now known as pipegeek [20:17] weblinq: which ubuntu version and web server are you using there? [20:19] weblinq: If you're not using an ubuntu server, please go to the channels you've been directed to elsewhere. [20:20] Hi, folks! I'm struggling with an issue involving frequent stuck (or unresponsive) keys, to the point of unusability. It *only* manifests when the (usb) keyboard is plugged in via a usb hub (I've tried multiple), and only on a local install of ubuntu (it works fine both on windows and when booted from an ubuntu liveusb on the same hardware). I've experienced this on lunar, mantic, and noble. Has anyone experienced this before? [20:21] The stuck key issue doesn't even occur during boot, when unlocking cryptsetup. Just once the system is booted. [20:42] I'll be right back. [20:51] pipegeek: i don't have an explanation, just possible workarounds: if you can, don't use an usb hub, or not an unpowered one, or just an usb 3+ one (they can draw more power, which they may need). try connecting the hub to different usb ports on the computer, try to relate occurences of this issue to driver or kernel messages (use command "journalctl" to view the logs), as well as to different power states, power management events (many systems [20:51] become unstable after resume from suspend) [20:52] also consider a bios upgrade (this can still, if not only, be bios/EC related in addition to apparently being linux specific) [20:56] im bac [20:56] back === Lagair57719 is now known as Lagair5771 [21:03] elhoir: so, we usually discourage (unverified) package download from other ubuntu releases and their installation because they can introduce unresolvable apt dpenendencies, which can lead to your system no longer receiving critical security updates and/or no longer being able to install any packages. [21:53] Hi, I'm not sure how to restore a timeshift backup from a broken Linux Mint system using a Linux Mint Live USB. I've asked in the Linux Mint channel and had no joy. [21:54] tpanarch1st: sorry, but we can only support Ubuntu here. Not Linux Mint. You'll have to seek support from Linux Mint. [22:00] hello [22:03] hi unsicher [22:05] How are you Tomreyn, where is everyone? [22:06] unsicher: good, thanks, hope you're, too. this is the ubuntu support chat, but there's an -offtopic 'social' channel, too [22:06] also many other channels, ask !alis [22:08] I'm fine too, thanks. This is my first time using Linux and who can I ask for help on what topics? [22:09] !alis [22:09] Alis is an IRC service to help you find channels. For help on using it, see Ā«/msg Alis help listĀ» or ask in #libera - Example usage: Ā«/msg Alis list httpĀ» [22:10] leftyfb: "I've asked in the Linux Mint channel and had no joy." - You do have timeshift as part of Ubuntu don't you? [22:10] unsicher: you are welcome to just ask support questions to the channel as long as they're about the ubuntu releases listed in the /topic [22:11] very thanks o7 [22:11] tpanarch1st: if you install ubuntu, we will be more than happy to help you restore a backup of ubuntu using timeshift [22:11] leftyfb: then that's just being plain awkward. [22:12] I totally get that questions should ordinarily be directed to the distro channel directly but when you get stuck, and you ask the supporters of the parents... [22:12] tpanarch1st: maybe try #linux [22:13] we were considering migrating to Ubuntu. If the community are so arbitrary, we'll think again. [22:15] tpanarch1st: You've been told this before. [22:15] i just installed weechat but dont see it [22:16] Bitter1: it's a command-line tool [22:16] Bitter1: you run "weechat" in a terminal [22:16] and i'm telling you that you're being arbitrary. [22:16] leftyfb: [22:16] tpanarch1st: most people who spend their volunteer time to provide support here want to support users of this very distro, or those about to move to it, only. i'm sure you can respect that they may choose whom and what they want to support. [22:17] * their time to provide volunteer support here [22:18] oh absolutely tomreyn, I totally respect that. Following that logic, if someone doesn't want to help, then don't reply in such a way as other's who want to assist (and I would be one that would support someone) don't feel comfortable. [22:18] and certainly don't use inflamatory language like "you've been told this before". [22:19] (which incidentally, the position hasn't been **shared** with me before) (not withstanding that their position appears to be wholly overstated) [22:20] we generally don't support non ubuntu things here, this is also documented on the urls listed in the topic. you're welcome to read up on this in more detail than i can provide here right now. if you have more questions on this, you're welcome to ask in #ubuntu-ops (please do leave the channel when you're done, though) [22:20] (i'd like to keep this meta discussion out of the channel, so we can do support here) [22:21] ok tomreyn any channel for it please? [22:22] tpanarch1st: any channel for... what exactly? [22:22] a democratic area for challenging arbitrary and backward attitudes to the wider Linux community [22:22] directly affecting the faciliatation of this channel [22:23] thanks, tomreyn. [22:23] tpanarch1st: as i had pointed out, there is #ubuntu-ops. please drop this topic here now. [22:23] I’ll see if there’s a bios update to be applied! [22:23] ah fair tomreyn [22:23] pipegeek: you're welcome [22:23] thanks for that [22:25] BIOS update is always a good idea [23:39] what an absolute cunt that el is that works for canonical - total facist. Stand up to him folks. [23:40] take that and try and remove it from independent scrollback. [23:40] an absolute abomination to open source is Canonical. [23:40] oh tomreyn dear dear. Ever totally incapable of democracy,. [23:40] sticks up for canonical, every chance. === Thermoriax_1 is now known as Thermoriax