[00:29] hello world! [00:30] quit [00:30] quit() [00:30] --help [00:31] how to quit in termux? huhuhu === guiverc2 is now known as guiverc [00:35] anyone tries new ubuntu desktop yet? [00:47] 22.04.2? yeah [00:49] 23.04 ? [00:49] oh [00:52] I've got a 22.04 Ubuntu server system (intel x59 chipset), with vfio passthru KVM (GPU + USB3 4port Hub). The VM is running windows 11. If I run Audio through the HDMI of the GPU, the VM hard freezes while watching/listening to media, but is fine if audio is run off a USB DAC. Is this likely just a nVidia driver issue and will be solved with an AMD GPU? [01:05] deepSleep: I've heard stranger theories [01:07] hmm [01:08] I want that HDMI audio output to work, means that the speakers for the pc audio are different from that of other devices plugged into the TV [01:08] not a great setup [01:08] sold all my old AMD cards during the GPU frenzy === chris14_ is now known as chris14 [01:40] Hi there. I installed kubuntu desktop over my ubuntu 22.04 installation. All works well, except when I apply a theme. It does not change the bottom panel. SDDM was chosen as the display manager if that helps. Any ideas on what could be causing this? [01:41] Also, if i installed the kubuntu-desktop package, is it safe to remove the ubuntu-desktop package [02:06] hi all. having a bit of an issue with refind bootloader. it finds grub (for ubuntu) but does not seem to find the direct vmlinuz [02:13] Yo. I am in the midst of an upgrade to loony lobster(tm) and it is asking if I want to change my apport config [02:13] they are taking out the word 'crash' in this line: - 'problem_types': ['Bug', 'Package', 'Crash'], [02:13] I am not sure what it does to do that [02:13] also what does this mean? @@ -20,7 +20,7 @@ [02:19] I will take my answer "on the air" /me predends this is a radio show [02:42] semitones: There is also #ubuntu-next that may have more lobster users. [02:53] thanks! [03:02] jhutchins, they told me that lobster is offtopic in -next now [03:03] FYI, this is on regular Ubuntu with the ubuntu-studio metapackage installed. I was going about my business when it prompted me that I could upgrade to lunar lobster [03:04] the apport was the only config file the upgrade prompted me was changing, and did I want to accept the changes. I am just curious what will change with Apport as a result of the new config file [03:06] maybe there is a launchpad somewhere that talks about this change? [03:07] https://github.com/canonical/apport/blob/main/etc/apport/crashdb.conf [03:08] this version of the file does not look like the one I was prompted about... [03:14] semitones: Looks like that was part of a fairly large security update. https://launchpad.net/ubuntu/+source/apport/2.26.1-0ubuntu2 [03:15] Specifically look at the changelog line: * Disable Launchpad crash reports for 23.04 release [03:15] In this changelog it describes turning off Launchpad crash reports for 22.10, but then turning them on again for 23.04. Is that what I'm seeing? https://launchpad.net/ubuntu/lunar/+source/apport/+changelog [03:15] Eickmeyer, thanks for the link, reading [03:17] semitones: 99.9% of the time, you're going to want the maintainer version of apport config files. [03:18] That is what I went with -- I am just trying to find out what changed, and it is surprisingly difficult. [03:18] I don't understand why commenting the entire line *enables* interactive crash reports [03:19] It doesn't really matter. In this case it's going to do the right thing. [03:19] and if the maintainer version is removing the word "crash" does that mean that in 22.10, my system was set up to generate launchpad reports, but now it won't generate them? I'm just trying to understand what the change will be [03:20] Every time a new version is released, they disable some more advanced crash reporting because there's no sense in reporting crashes that can no longer be fixed after release for a regular release. [03:20] They keep it on for LTS, but for regular release it's disabled. [03:21] Reason being is that the focus becomes the next regular release. [03:21] And, there will be no further release of the regular release. [03:21] Eickmeyer, that makes sense, let me see if I understand [03:22] When 22.10 was the current release, it was set to report bugs [03:22] at some point, lobster came out, so my config file was updated to disable the advanced crash reporting [03:23] now what I've upgraded to lobster, this change to my config file has turned crash reporting back on, because I'm on the latest point release again. Is that correct? [03:24] Not exactly. Before 22.10 was released, it would send all crashes to Launchpad and another crash reporting system. After release, the Launchpad reports get disabled, but the other crash reporting system remains. Same thing happened when 23.04 was released. And so on. [03:24] It looks like you upgraded to 23.04 during beta. Is that correct? [03:28] No, I just updated today. This just happened [03:28] Maybe something else changed this config file, and now the installation of 23.04 is just replacing it with the default? [03:28] Oh, I see. That's strange then. Either way, your system is fine and I wouldn't worry about it too much. [03:29] No sense in making a mountain out of a molehill. [03:29] But yes, 23.04 did replace it with the default upon upgrade for sure. [03:29] Yeah for sure, just trying to understand what the diff is telling me -- trying to get more ubuntu-literate :) [03:30] There was a thread on reddit recently with someone's "what to do after installing ubuntu" guides, and one of his recommendations was to disable apport [03:30] which I thought was weird [03:30] Well, The @@ xx,yy @@ is just line numbers and + is line insertions and - is line deletions. It's not tha big of a deal. [03:30] so when I got this diff, it made me curious about what settings apport actually has, and if they were changed for lunar lobster [03:30] Yeah, don't listen to those "what to do after installing ubuntu" things. They're all opinionated and horrible advice. [03:31] Yeah, I don't follow them, but I do read them to see what people's opinions are, and how people try to find solutions [03:32] The thing is, if you turn apport off, you are basically doing nothing to contribute to Ubuntu or help the developers. That's bad. [03:32] That's taking without giving. [03:33] yeah I think so too [03:34] so with the current apport settings, it reports a lot of things to the whoopsie database, but only generates the interactive, launchpad reports if you invoke 'ubuntu-bug' from the terminal, or if a package fails to install, as far as I understand the "problemtype" line of the config [03:34] Anyhow, the best way to learn more about diffs would be looking at the page I just showed you and looking at the diff there. That's literally the difference between the old upload of apport and the new one. Study it and you might learn what changed. It's a bunch of shell scripting and maybe some python. [03:37] semitones: If you really want to dive head-first into some stuff, you can take a look into some of the stuff that brought Edubuntu back to life: https://code.launchpad.net/~edubuntu-dev/ubuntu-cdimage/+git/ubuntu-cdimage/+merge/437167 [03:38] Very basic diff there, but shows you with some color and context how diffs work. [03:38] thanks! I'll take a look out of curiousity -- i looked in the 'available diffs' and didn't see the diffs for /etc/apport/crashdb.conf, but the reports for the security hole and patch are more than interesting enough :) [03:38] Cool. [03:46] test [03:46] ubuntu: pong === ubuntu is now known as Guest4263 [03:47] Hello, I have 3 monitors and the 3rd monitor won't use offer the resolution 1280 x 1024? All 3 worked on a previous OS and with Ubuntu the other 2 monitors are ok? [03:47] Guest4263: i would guess so [03:48] To elucidate, 2 montiors have the 1280 x 1024 resolution, however the 3rd monitor on Ubuntu doesn't offer 1280 x 1024? [03:48] i wonder why that is [03:48] what resolution does it offer? [03:48] jay321, Moi aussi. [03:50] Guest4263: if you rotate monitor 1 to monitor 3 position, does it not support the 1280 x 1024 resolution? [03:51] Toadisattva, 1600 x 900, 1400 x 900, 1368 x 768, 1280 x 800, 1280 x 720, 1024 x 768, 1024 x 768 (using this), 1024 x 576 and 960 x 540. [03:51] it's not mirroring another display or rotated or anything is it? [03:52] jay321, no, the lack of resoution options remains with the monitor1. [03:53] Guest4263: you know what im thinking is that the frequency speification is different on the their device in xorg.conf [03:53] Toadisattva, Screen Display shows Monitor1 as Unknown Display. Monitors 2 and 3 show the brand. [03:56] jay321, /etc/X11/xorg.conf.d shows no files? [03:57] Here's my gpu specs: https://dpaste.org/9G7K8 [03:58] sorry my linux skills are older systems : -(, let me do some searching [03:58] jay321, here's the monitor spec output: https://dpaste.org/Nfr6h [03:59] wait so one is hooked up via display port, one is via hdmi, and one via vga? [03:59] jay321, thx, I'm on Ubuntu 22.04. [03:59] Toadisattva, yes, all on the 1 gpu. [04:00] and you said you used a diffferent os and were able to get the 1280x1024 over the vga? [04:00] Toadisattva, yes, on Windows and LinuxMint. [04:00] hmm okay [04:01] I've moved to Ubuntu for a few reasons, but having trouble fixing the monitor resolution since a few weeks. [04:02] Guest4263: who is the monitor manufacturer? china? [04:02] been struggling a bit with 22.04 myself, kinda miffed they ended support for 20.04 yesterday [04:02] feels very unpolished compared to 20.04 [04:02] jay321, AOC. [04:03] jay321, AOC 22B2W LCD 21.5” 54.7 cm. [04:03] is there a hdmi or display port on the monitor that is hooked up with the vga at all and if so have you tried connecting it via one of them to see if it hits the correct resolution? [04:04] says there is an hdmi connection, is this correct? [04:04] also curious what aspect ratio it's showing in the display settins for each respecitve monitor [04:04] jay321, all 3 montiors have a Display Port, HDMI and VGA port. [04:04] Toadisattva: oh good point! [04:05] Guest4263: can you switch monitor 3 to display port from vga? [04:05] I imagine the card only has one of each port? [04:06] Toadisattva, Monitor1 1024 x 768(4:3), Monitor2 1280 x 1024(5:4) and Monitor3 1280 x 1024(5:4). [04:06] Toadisattva, yes. [04:06] I think that's it, set that bad bad to 5:4 [04:06] bad boy* [04:07] Toadisattva, how do I set that, as the GUI in Screen Dispplay only offers 1600 x 900, 1400 x 900, 1368 x 768, 1280 x 800, 1280 x 720, 1024 x 768, 1024 x 768 (using this), 1024 x 576 and 960 x 540. [04:07] oh it doen't igve you the option to change it [04:08] I tried a TUI command: video=VGA:1280x1024@75, but no change. [04:08] the three monitors are identical? [04:08] On the old Mint OS, support had me install some NVIDIA drivers, but I think I've done that already for Ubuntu. [04:09] Toadisattva, yes. [04:09] are you on the default mesa drivers? [04:09] Guest4263: what's the output of this command? cd /sys/kernel/debug/dri/0; echo [[:upper:]]* [04:10] Toadisattva, not sure, just a standard Ubuntu install and I think I installed some NVIDIA drivers? [04:10] *Run sudo -i first, to have access there [04:12] alkisg, https://dpaste.org/W9nvy [04:12] Guest4263: no, sudo -i first, not sudo in front [04:12] sudo -i , then run the line I said [04:12] alkisg, output is [[:upper:]]* [04:13] sudo -i cd /sys/kernel/debug/dri/0 ls | nc termbin.com 9999 [04:13] alkisg, output is DVI-D-1 HDMI-A-1 VGA-1 [04:14] OK, so, you should have put this instead: video=VGA-1:1280x1024@75 [04:14] As your output is named VGA-1, not VGA [04:18] alkisg, ran command and rebooted and no change. === ubuntu is now known as Guest5558 [04:18] test [04:19] working [04:19] what's the output of : cat /proc/cmdline [04:19] alkisg, BOOT_IMAGE=/BOOT/ubuntu_f5lz6p@/vmlinuz-5.19.0-41-generic root=ZFS=rpool/ROOT/ubuntu_f5lz6p ro quiet splash vt.handoff=1 [04:20] it looks like you can switch from wayland back to xrandr and manually set it: https://askubuntu.com/questions/1432677/ubuntu-22-04-problem-with-monitor-resolution [04:20] not sure if this will bork anything else though [04:21] That video= option is supposed to show up there. Did you add it to /etc/default/grub and did you run sudo update-grub. ? [04:22] alkisg, I haven't changed any grub. [04:22] alkisg, Just a default Ubuntu 22.04 fresh install. [04:24] Guest5558: where did you read about the `video=...` method to fix the resolution issues? It appears that it didn't have the full instructions on how to apply the fix [04:25] alkisg, I actually ran the correct command, but mis typed in this chat. https://ubuntuforums.org/showthread.php?t=2485770&p=14138205#post14138205 === ingodwetryst is now known as Guest3717 [04:25] "to force using a kernel parameter like this, video=desired_display:1280x1024@75." [04:26] alkisg, yep. [04:26] OK so it didn't have enough details for you to understand that this is supposed to go to /etc/default/grub.cfg [04:26] alkisg, ok, I'll do that now. [04:26] Before I tell you how to edit the grub configuration, what's the output of this? xrandr | nc termbin.com 9999 [04:26] And this: lspci -nn -k | grep -A4 VGA [04:27] alkisg, https://termbin.com/mnw5 [04:28] alkisg, here? https://dpaste.org/Py9iB [04:28] Guest5558 , and: lspci -nn -k | grep -A4 VGA | nc termbin.com 9999 [04:29] alkisg, https://termbin.com/lugg [04:29] Guest5558: yes there, GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=VGA-1:1280x1024@75" and then run sudo update-grub. Hopefully the nvidia driver will respect that, let's see [04:31] alkisg, VGA-0, not VGA-1 right? [04:32] You said: output is DVI-D-1 HDMI-A-1 VGA-1 [04:32] So VGA-1 [04:32] alkisg, xrandr https://dpaste.org/xUE8u [04:32] We want the kernel name, not the xorg name [04:32] So VGA-1 [04:32] alkisg, that's the old forum post, the monitors have been reconnected since that old post. [04:33] sudo -i cd /sys/kernel/debug/dri/0 echo [[:upper:]]* [04:33] Didn't you say that command showed VGA-1 20 minutes ago? [04:34] alkisg, you're right, VGA-1. However xrandr outputs VGA-0. [04:36] > We want the kernel name, not the xorg name [04:36] alkisg, ok [04:36] alkisg, echo upper https://dpaste.org/QSGTW [04:36] > yes there, GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=VGA-1:1280x1024@75" and then run sudo update-grub. Hopefully the nvidia driver will respect that, let's see [04:41] alkisg, unfortunately, same resolution? === ubuntu is now known as Guest3483 [04:42] boo [04:42] cat /proc/cmdline [04:43] alkisg, BOOT_IMAGE=/BOOT/ubuntu_f5lz6p@/vmlinuz-5.19.0-41-generic root=ZFS=rpool/ROOT/ubuntu_f5lz6p ro quiet splash video=VGA-1:1280x1024@75 vt.handoff=1 [04:44] alkisg, cat grub https://dpaste.org/qm1jR === Bocaneri is now known as Guest2961 [04:45] xrandr | nc termbin.com 9999 [04:46] alkisg, https://termbin.com/qwvs [04:49] id like to install 3 linux os on my 1 Tb ssd drive and have storage partition-how should i partion the drive (using bios no swap, no separate home dir)? [04:49] Then the nvidia driver ignored that setting. You'll need to use xrandr --addmode or a xorg.conf [04:50] ext 4 for each os i assume but what size type and flags for the bios grub partion [04:50] keep in mind 22.04 uses wayland [04:52] This is xorg, see the output of xrandr [04:52] It doesn't say XWAYLAND [04:53] maybe it needs the xrandr label of vga-0? [04:53] * Toadisattva shooting in the dark here [04:53] Toadisattva, I have run VGA-0 command, but not added to grub. === Guest2961 is now known as Sauvin [04:54] I wonder if the situation changes if one one monitor is connected to the vga port. [04:54] s/one one/only one/ [04:55] and if monitors are shuffled [04:55] remove the label entirely [04:55] topcat001, I've moved cables around on the monitors. [04:55] Toadisattva, what label? [04:56] in the grub just do video=VGA-1:1280x1024@75 [04:56] how about just one monitor (any one) connected to the vga port? [04:56] and it should apply it to all 3 monitors [04:56] sorry [04:56] do [04:57] in the grub just do video=1280x1024@75 [04:57] without specifying the monitor [04:57] Toadisattva, so change this to what? GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=VGA-1:1280x1024@75" [04:57] remove the vga-1 [04:57] Toadisattva, k. [04:58] grabbing that from here under Set Custom Resolution for Multiple Displays - https://ubuntuhandbook.org/index.php/2021/05/custom-screen-resolution-ubuntu-wayland-xorg/ [04:59] Toadisattva, grub is now GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=:1280x1024@75" [04:59] yeah give it a go [04:59] rebooting... [04:59] lets see what happens [04:59] `ls /sys/class/drm/*/edid` should show the edids it's getting. Then I'd run them through edid-decode to see the modes listed; might help [04:59] (focusing on the vga) [05:02] Toadisattva, same issue. === ubuntu is now known as Guest6476 [05:02] boo okay was worth a shot [05:02] Toadisattva, yes, thx. [05:08] you remembered to run sudo update-grub before the reboot right? [05:09] Toadisattva, not after the last change, I'll do it now. === ubuntu is now known as Guest8560 [05:12] Toadisattva, unfortunately no change. [05:12] bah, okay [05:14] Guest6476: also try this in grub (remove the video= parameter completely), then update-grub, then reboot: drm.edid_firmware=VGA-1:edid/1280x1024.bin [05:17] alkisg, so back to the original grub? [05:18] Guest8560: yes, i.e. remove video= and add the drm= [05:20] It all depends on if the nvidia driver plays well or not. All the other in-kernel drivers do respect these settings [05:20] Unfortunately I don't have nvidia so I wasn't able to test, the last time I was testing all these options [05:21] any reason not just to switch back to mesa and go that route? [05:21] alkisg, so this is the grub now GRUB_CMDLINE_LINUX_DEFAULT="quiet splash drm.edid_firmware=VGA-1::edid/1280x1024.bin" [05:21] You mean nouveau? I guess performance? In any case if drm= also fails, then a xorg.conf or an xrandr command will do [05:21] Guest8560: right [05:23] sorry yeah I did mean nouveau [05:25] alkisg, unfortunately, same issue. [05:25] Guest8560: btw, do set a nickname, even if it's johndoe; it's easier to remember who we're talking to: /nick johndoe === ubuntu is now known as Guest616 [05:25] Is it there in cat /proc/cmdline ? [05:25] just for kicks can you run echo $XDG_SESSION_TYPE in a terminal [05:25] alkisg, ok. [05:25] If it's there and it wasn't working, then you'll have to use xrandr or xorg.conf [05:26] xrandr --addmode VGA-1 1280x1024; xrandr --output VGA-1 --mode 1280x1024 [05:26] alkisg, BOOT_IMAGE=/BOOT/ubuntu_f5lz6p@/vmlinuz-5.19.0-41-generic root=ZFS=rpool/ROOT/ubuntu_f5lz6p ro quiet splash drm.edid_firmware=VGA-1::edid/1280x1024.bin vt.handoff=1 [05:26] *or VGA-0, whatever xorg uses [05:26] Guest616: that's wrong [05:26] You have two :: [05:26] Remove one : and try it again [05:29] alkisg: if the edid fw load worked there is also a kernel message. I use custom edids for some setups. [05:29] topcat001: no idea what nvidia does though, they may ignore the kernel edid completely and re-read it themselves [05:31] right. However, they can at least verify if /sys/class/drm/*/edid is getting the right one [05:43] test [05:43] check [05:44] thx. I'm the monitor issue, still remains after BOOT_IMAGE=/BOOT/ubuntu_f5lz6p@/vmlinuz-5.19.0-41-generic root=ZFS=rpool/ROOT/ubuntu_f5lz6p ro quiet splash drm.edid_firmware=VGA-1:edid/1280x1024.bin vt.handoff=1 [05:44] real quick just run echo $XDG_SESSION_TYPE and let me know what you get back [05:45] Toadisattva, x11 [05:45] okay so you are on xorg [05:45] just wanted to check [05:46] Toadisattva, ok [05:46] I noticed it didn't have a size for vga [05:46] it? [05:48] there is this one to set the size wtih xrandr https://unix.stackexchange.com/questions/286084/what-does-the-size-parameter-of-xrandr-do#286089 [05:48] you may have already tried that [05:48] the xrandr readout didn't have a size for the vga* [05:49] kotgc: xrandr --addmode VGA-0 1280x1024; xrandr --output VGA-0 --mode 1280x1024 [05:51] alkisg, https://dpaste.org/FXc0i [05:52] kotgc: you mistyped, 0124 [05:52] alkisg, https://dpaste.org/Nx7N0 [05:53] kotgc: output of: xrandr | nc termbin.com 9999 [05:53] alkisg, https://termbin.com/f4px [05:54] kotgc: and do you have an /etc/X11/xorg.conf file? [05:54] hey, I have these kept back packages after a fresh install of 22.04 libglib2.0-0 libglib2.0-0:i386 libglib2.0-bin libglib2.0-data [05:54] (if so, pastebin it) [05:55] How do I upgrade them? [05:55] They seem to have some dependency loop keeping them from being upgradable [05:56] No, only an empty directory /etc/X11/xorg.conf.d. [05:56] OK, then we go to the last resort, let's see if nvidia will respect a xorg.conf, let me prepare one... [05:57] nvidia, respecting things? [05:57] :p [05:59] kotgc: output of this please: xrandr --verbose | nc termbin.com 9999 [05:59] bblinky1: true, it's really not cooperative :) Can you pastebin the whole terminal output of a `sudo apt full-upgrade` ? [05:59] alkisg, https://termbin.com/2dsq [06:00] alkisg: will you be ok with the output of nala in place of apt? [06:00] bblinky1, https://www.youtube.com/watch?v=IVpOyKCNZYw&ab_channel=JimFeig I'm starting to understand now. [06:04] alkisg: https://pastebin.pl/view/76472fb5 [06:06] kotgc: sudo wget https://termbin.com/bifq -O /etc/X11/xorg.conf [06:06] kotgc: if it has problems booting, go to recovery console and: sudo rm /etc/X11/xorg.conf [06:06] there it is [06:07] kotgc: indeed nvidia gives 0 shards about consumer linux drivers [06:07] bblinky1: I think that's just phased updates you're seeing, https://wiki.ubuntu.com/PhasedUpdates [06:08] alkisg: ok... So I should basically just let it be? [06:08] bblinky1: yes [06:08] Cool, thanks [06:09] Didn't even know about this "phased updates" feature of ubuntu [06:09] !phasedupdates | bblinky1 [06:09] bblinky1: Since Ubuntu 21.04, APT may hold back some updates on some systems while they are being phased in. This is called "phased updates". See https://ubottu.com/y/phased and https://help.ubuntu.com/community/PhasedUpdates for more info. [06:09] cool [06:09] I wonder how this makes sense on glib.. [06:10] But I suppose it's some expanssion of the testing repo? [06:12] Ah, it's all in the link [06:12] Thanks [06:16] test [06:16] alkisg, I think I did it right, but same issue? https://dpaste.org/rRQdf [06:17] jkotra: xrandr | nc termbin.com 9999 === toozej8517927 is now known as toozej851792 [06:22] Sorry, I meant kotgc ^ [06:23] alkisg, https://termbin.com/mxpl [06:25] kotgc: well, we tried our best. Revert everything, then try to switch to nouveau :D [06:26] alkisg, thank you. I'll research what nouveau is. [06:43] !nouveau | kotgc [06:43] kotgc: nouveau is an open-source nvidia driver included by default since Ubuntu 10.04. Currently, 3D rendering is only partially supported. More information can be found at http://nouveau.freedesktop.org/wiki/ | See !nvidia for the closed-source Nvidia driver. [06:46] hi all hoping someone can help me with a partion table for windows and ubuntu and minux/antix (debian based) using gpt but dont know what i need to partion ext4 for os/home and what for the grub (bios legacy-no uefi) [06:47] i know windows needs ntfs and another partion but will install windows first and then linux ubuntu after [06:47] l88l, if your boot process is legacy/bios then no ESP is required, if it's uefi then an ESP is required (all OSes use the same format for ESP; ie. following the standard) [06:47] no uefi [06:48] no ESP is required.. only partition what you'll use (all Ubuntu releases do not require ESP; though many ISO/installers create it by default [06:49] grub doesn't require any partition if you're not using uEFI.. it'll install to the /boot directory so it'll use whatever you partition for that (if nothing is partitioned, it'll just be a directory on / & simplier is usually better) [06:51] ty === shokohsc4 is now known as shokohsc === elastic_dog is now known as Guest8731 === mrelcee_ is now known as mrelcee [08:43] where does dkms or nvidia driver (packaged by Ubuntu) put the secure boot keys? [08:43] my bios forgot them [08:44] I want to reimport them [08:44] All I can ask is someone prepeare the libOIS in version 1.5.1 and put it into repository [08:44] great , for some reason my snap doesn';t link to libOIS which is build on demand ; I get : /snap/opendungeons-plus/110/usr/games/opendungeons-plus: error while loading shared libraries: libOIS.so.1.5.0: cannot open shared object file: No such file or directory [08:44] The people using my snap will be upgraded to buggy, useless piece of software , great ! [08:50] paul424: ravage already answered you about that issue yesterday? [08:50] partly [08:51] why someone cannot prepare a new version of libOIS and put it into repos ? [09:14] Is there any integration for self encrypting nvme drives? [09:24] paul424, in a snap a lib outside snap will not help you anyway [09:24] the creator of that snap has to add that to the snap [09:34] so how is the new 23.04 releaese like then? [09:34] good / bad? [09:35] !discuss | dreamcat4 [09:35] dreamcat4: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [09:35] ah sorry [09:51] how to remove bluetooth module, I tried with `modprop -r` but I get: modprobe: FATAL: Module bluetooth is in use [09:53] ice9: You have to stop the systemd bluetooth.service first [09:53] (and disable it if you do not want to autostart it) === Atque_ is now known as Atque [10:11] ravage, I am the creator, I administer the opendungeons-plus as well develop it :D !!!! [10:12] then just compile the lib in your snap [10:12] as a part [10:12] you can find the staging libs required from the existing package [10:13] ravage, MAN , that's what I DO [10:13] but it doesn't work for some reason [10:13] after I moved to core 20 from core 18 [10:13] why would you do that [10:13] ravage, https://pastebin.com/gR57Dp9v [10:13] i would better move to 22 [10:14] ravage, hmm I needed the pybind11 which is availaible in core20 and core22 [10:14] i can have a look at that snap adter lunch [10:14] ravage, oki that would be supper [10:14] ravage, naahh I hang around on many channel but not on #ubuntu and #snappy on regular basis [10:15] yeap autojoin to #ubuntu added :D === andre is now known as Guest4126 [10:56] Hello! I am just realizing, this is running on my system (I wanted to update it) /snap/snap-store/638/usr/bin/snap-store --gapplication-service    AND, I got hooked up on the name gapplication-service, maybe any of you guess why? Now, snap-store has no manual entry? No man page? and the --help and ----help-gapplication does not give too much [10:56] information either? Is this how stuff supposed to be under Linux? [10:57] yes-ubuntu: what's the actual question, I'm not quite understanding [11:00] ikonia: 1. I can not find man page for snap-store, I can not find explanation of what --gapplication-service actually does / is for? 2. I got here since I was about to update snap-store, and it is running (while I did not start it, it is not an open application / program at this current moment), hence I will have to kill the process manually vial [11:00] kill... [11:05] yes-ubuntu: snap store is a snap that presents the interface to download naps [11:05] snaps [11:05] the next part is a command argument [11:06] not sure why you want to kill it [11:06] it will auto update when there is a newer version [11:06] if you don't want the snap store, just stop it or remove the snap [11:07] ikonia: I've just seen a message that I have 13 days left to update snap and when I do snap refresh snap, I get that there are still processes running. [11:08] ikonia: however, my 1st point still stands, I got curious what the --gapplication-service does with the snap-store and I could find no information about ti? [11:08] I'd imagine look at the man page of snap, or the snap documentation [11:08] it's basically saying 'run this as an application' [11:09] here is a useful post on how to terminate correctly the snap store to allow it to update [11:09] https://discourse.ubuntu.com/t/how-to-close-the-snap-store-to-allow-snapd-to-update-it/30627/2 [11:10] looks like because it's launched as an app that it stays running even after the app is closed [11:10] (I didn't know that) [11:13] ikonia: yes, snap has a man page, however, there is no reference to --gapplication-service for snap-store ? And, snice snap-store is a separate part of snap, shouldn't it have it's own doc? [11:21] it's an argument for gnome desktop integration [11:21] it's not actually part of the snap === ff is now known as Guest1620 === evilgry is now known as Evilgry === Evilgry is now known as Evilgry2 === Evilgry2 is now known as Evilgry [11:56] We are having issues with the ptpd daemon (IEEE 1588-2008 time sync ) running in worker mode. We are seeing the process stop responding intermittently, and it appears to hang. It's UDP Recv-Q in netstat grows and grows continuously, like it's stuck and no longer able to process packets on the sockets it has opened. The ptpd daemon is running [11:56] 2.3.1-debian1-4 on Ubuntu Focal on arm64. There does not appear to be a newer version available to try. I have captured some core dumps and strace output. Can anyone offer guidance on how to proceed ? [11:58] AMDavid: no logfiles? verbose mode? debug mode? [11:59] AMDavid: can you put your dumps and strace outputs online and refer url to it? [11:59] well yes not much appears to have happened since 2015: https://sourceforge.net/p/ptpd/code/HEAD/tree/ [12:01] oh appears there's also: https://github.com/ptpd/ptpd [12:02] AMDavid: any reason you don't use NTP? [12:03] tarzeau I'm not able to trigger the issue on demand, but I will try to enable debug logs for next time. Will post a link to the files. linuxptp seems to be more active but does not work on our robot platform. We need more accuracy than NTP can offer unfortunately [12:11] dumps and strace file: https://s3.amazonaws.com/dcc_stuff/ptpd_not_responding.tar [12:11] hello [12:12] greetings from Brazil [12:13] hello mauro_melfi [12:13] Hello, good mornig [12:13] good morning [12:14] where are you from? I'm Brazilian [12:14] I updated ubuntu to version 23.04 (I was lts before) and the audio stopped working. I've tried fiddling with pulseaudio and pipewire, but I'm getting nowhere. Can anyone with a good heart direct me? A thousand thanks [12:14] i'm from italy [12:14] mauro_melfi: pulseaudio -k didn't help (as user)? [12:14] have you searched your computer audio Drive? [12:15] mauro_melfi: i keep having problems too with audio, with 23.04 AND 22.04 - funny thing is firefox (not snap) fails more, and installing google chrome works (youtube or discopolofreszzz) [12:16] AMDavid: what hw exactly you run your arm64 stuff on? [12:17] pulseaudio -k didn't help :( [12:17] AMDavid: how long does it work well until it doesn't work? have you tried later kernel with 22.04? debian 12 arm64? [12:19] AMDavid: i was able to locate the problem, it's right in there: [12:19] /* do the protocol engine */ [12:19] protocol(&rtOpts, ptpClock); [12:19] /* forever loop.. */ [12:19] ;) [12:29] tarzeau hw is Nvidia Jetson AGX Xavier https://www.nvidia.com/en-gb/autonomous-machines/embedded-systems/jetson-agx-xavier/ . Nvidia only support Ubuntu (20.04 or 18.04), so I've not tried a newer kernel than the one that Nvidia distribute (5.10.104-tegra) or Debian. We are using PTPD over wifi (there are mobile robots), whereas wired ethernet [12:29] is likely the norm. I'm wondering intermittent wifi network issues are triggering an issue with the ptpd code. [12:32] over wifi? and wifi is good? [12:34] AMDavid: i mean if you got spare hw, try if you can upgrade to 22.04. they use custom kernel? i'd go with debian arm64 (been using debian 11 on 20+ raspberry pies 3+4) [12:34] unfortunately i never got my hands on the jetson from nvidia (they had that phase years ago to get a devel board) [12:35] Sync over wifi is working and gives better granularity than wired. Thanks for the suggestion, will try to get a device on Debian and see if the issue occur on that OS as well. [12:36] I mean, PTPd on wifi works better than NTPd does on wifi - better granularity. [12:36] i got that, yes === mkv is now known as m4v [12:45] AMDavid, please seek nvidia support, these images are highly hacked and modified by nvidia and not even remotely ubuntu ... [12:46] (note that there is work going on between nvidia and canonical to eventually support jetson orin and onwards sepcifically because nvidia noticed they can not support their own hacks) [12:49] ogra: details on that work? the orin fits where in this list? https://wiki.debian.org/InstallingDebianOn/NVIDIA/ [12:49] ogra: where can i see details on their hacks? [12:50] tarzeau, no idea if they are documented at all, but nvidias L4T stuff falls in the same category as popos or linuxmint in this channel ... it is heavily modified and/or used a self breeded kernel with non-ubuntu config and missing (security) patches [12:51] s/used/uses [12:51] see the channel topic part about "unofficial derivatives" .... [12:52] will there ever be an update on https://ubuntu.com/desktop/statistics ? [12:52] if someone does such a research again, it will surely be published ... [12:53] ogra: ubuntu/canonical has plenty places they actively collect telemetry... [12:54] (not sure if in times of snaps where you get that data super detailed as a snap publisher, there will be seen a need for a broader research though) [12:54] I lost ssh connection during an update/upgrate and upon logging back in i'm getting "Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 49900 (apt-get)" Any thoughts... Thank you. [12:55] ogra: i have no idea what you're talking about when you say times of snaps. when i google images snaps, i can see a lot of schnaps (high alcoholic drinks) [12:55] BCB: pkill -9 dpkg; pkill -9 apt; apt upgrade, and it'll give you a command to copy paste [12:55] BCB, i'D wait and see if the process finishes ... if you have bad luck it might sit with some interactive prompt trying to talk to yur former session though [12:55] if it does not finish after a while, go with wht tarzeau suggested [12:55] *what [12:56] tarzeau, lol ... [12:56] ogra: remember that omgubuntu like webpages, first thing to do on ubuntu? here's mine: https://github.com/alexmyczko/autoexec.bat/blob/master/config.sys/ubuntu-remove-snap-firefox [12:57] tarzeau, when you publish a snap you get very detailed (anonymous) user data about where your users are, how many they are (even brken down by region), what distros they use etc etc [12:57] i get the same for publishing debs with popcon (from debian), and also from running an official mirror (visitor stats). and then there's hw-probe [12:57] tarzeau, well, up to the users indeed, but snaps are an integral part of ubuntu after existing for nearly a decade now ... [12:58] ogra: i've never seen a snap user, and i've been doing linux workstations since 1999 [12:58] here is a snap user.. [12:58] lolz [12:58] tnen you have not managed ubuntu systms for the last years ? [12:58] ogra: 350 machines for thousands of users, since 18 years [12:59] tarzeau I don't want to BREAK anyting... [12:59] ogra how can I monitor the process? [12:59] BCB, top or htop might help to see if it is still running and when it stops [12:59] you actually said the keyword: manage and management. snaps are not enterprise ready [13:00] Hi all [13:00] tarzeau, LOL !!!!! [13:00] tarzeau, note that the majority of snap users are enterprises 🙂 [13:00] at least in the commercial area [13:00] snap haters should move to mint [13:00] ogra: certainly not in academic field, or in HPC area [13:00] oerheks: i'm not hating it, i'm just not using it, and i can't recommend it either [13:01] yeah, i wouldnt see tarzeau as a hater here ... [13:01] though i notice that we should probably move to #ubuntu-discuss with this [13:01] oke, haters is a little too strong [13:01] tarzeau ogra connection dropped on one of the interactive screens?? Might still be "waiting" for my input?? [13:01] we're getting slightly offtopic for the support channel [13:02] BCB, it could, yeah [13:02] BCB, but even if you kill it yu should always be able to recover [13:03] i'd just give it some ime in case it does not sit there and wait for input [13:03] *time [13:03] ogra FYI: "Be aware that removing the lock file is not a solution and may break your system." [13:03] yeah [13:03] lock files exist for a reason and are usually bound to a process doing something [13:03] when locked, i would wait a minute or 2.. [13:03] ok [13:04] or should I REBOOT? [13:04] only when /var/run/reboot-required exists [13:05] BCB: i've written you the solution. i don't know why you have the impression it would BREAK anything? [13:06] ogra Thanks, that's interesting/useful feedback re: nvidia. I had not previously thought of it as unoffical as it's using the Ubuntu offical repos, but as the kernel Nvidia want you to run is not offical Ubuntu then I get what you mean. [13:08] AMDavid, right, lmint and popos use the ubuntu repos too ... but come with a completely differently configured OS install, different kernel (popos) and even PPA overlays (also popos) [13:08] the same is true for the nvidia images ... they even use their own image creation tool that is incompatible with ubuntus [13:24] ravage: hello,helllo have you read the my snapcraft.yaml file already ? [13:26] paul424, https://termbin.com/5nj3 that builds and runs [13:26] thros some log spam on the console [13:26] but im sure you can fix that [13:27] ravage: so what have you changed that it runs ? [13:28] basically i added the cmake prefix vars [13:28] the lib per default installs to /usr/local [13:28] and it could not be found there [13:31] hi === abcX is now known as Guest9938 [13:33] ravage: oki many many thanks , you are a genious! I cannot check it by now, because I don't have the github key on that machine >_> [13:33] will try asap I go home [13:39] tarzeau: how do I find the process to kill? [13:40] tarzeau: https://paste.ubuntu.com/p/NRNFQJk7pB/plain/ [13:40] BCB: you don't have to. just carefully read again what i wrote and follow it right [13:40] BCB: if you're unsure about commands. try man on it [13:45] tarzeau got it! i did not notice the multiple cmds you wrote. Looked like it finished the up grade in the back ground then after killing the process it asked me to re run the interactive commands. All good now. Thank you! === synapt is now known as nate === nate is now known as Guest5203 [14:00] Is Netplan a replacement for NetworkManager? [14:02] meta-coder: what is your issue exactly? [14:04] leftyfb: I think doesn't replace NM, but provides an abstraction layer over it? [14:05] meta-coder: netplan is the CLI renderer. But on Ubuntu desktop, it just refers to Network Manager for the configs. What exactly are you trying to accomplish? [14:05] Ok [14:06] meta-coder: did you need help with something or are you just trying to understand the netplan/nm relationship just for personal knowledge? [14:06] I am asking because, on 20.04 Netplan is installed, but I don't need to use it; Network Manager does the job for me. [14:07] meta-coder: you need to leave netplan there [14:07] meta-coder: do you have a reason why you think you need to remove it? [14:08] leftyfb: Ok. Thought it might conflict with Network Manager... [14:08] it doesn't [14:08] meta-coder: are you having network issues? [14:09] No [14:10] There is a bug in Network Manager though, but it is fixed in newer version. [14:10] meta-coder: which bug? [14:11] On IPv6, the default route disappears after some time. [14:11] meta-coder: it might be fixed in Ubuntu 22.04. You might consider upgrading to that. [14:12] Or, I was expecting to find newer Network Manager in backports, but it isn't there. [14:13] That was an old bug, already patched in versions before 1.32 === elastic_dog is now known as Guest4470 [14:13] leftyfb: https://bugzilla.redhat.com/show_bug.cgi?id=2004212 [14:13] -ubottu:#ubuntu- bugzilla.redhat.com bug 2004212 in Red Hat Enterprise Linux 8 "IPv6 Default gateway deleted from routing table" [Urgent, Closed: Errata] [14:13] oerheks: you know about it? [14:13] oerheks: yeah, ubuntu 20.04 is still on nm 1.22 [14:14] it says in your redhat bugreport, and see the packages and changelogs on https://launchpad.net/ubuntu/+source/network-manager [14:14] leftyfb, patched [14:14] are you sure? [14:15] oerheks: I only see "platform: workaround for preserving IPv6 address order" referring to ipv6 [14:17] https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1967626 [14:17] -ubottu:#ubuntu- Launchpad bug 1967626 in network-manager (Ubuntu) "22.04 beta Network Manager still sets wrong IPv6 routing" [Low, Confirmed] [14:17] It is patched in NetworkManager 1.32.10. But Focal Fossa is on version 1.22.10-1ubuntu2.3 of Network Manager. [14:18] affected package 1.22.10-1ubuntu2.2 [14:28] Could I get some help with installking Ubuntu 22.04? The guide is missing error messages and I can't find much online about my issue [14:31] Right after pressing continue from installation type (I chose normal installation) it brings up an empty partition table that I'm struggling to format correctly [14:32] Moosems: can you take a picture of it and post to imgur.com? [14:32] I can't access imgur on this wifi but can use imgbb.com, does that also work? [14:32] sure [14:33] https://ibb.co/Y34fynD [14:34] Moosems: can I ask, what's wrong with just using the guided partition layout option? [14:34] NOTE: it also requires an EIFI partition [14:34] leftyfb: ? [14:34] hit back [14:35] then what options do you see? [14:36] Back gives the following: https://ibb.co/X8BJqYt [14:36] Moosems: there's nothing wrong in that picture you sent. you use the + sign to add partitions [14:36] akik: you shouldn't have to manually create partitions [14:36] Mantic Minotaur [14:36] akik: Which ones? Thats the issue, I have no idea what to add [14:37] oerheks: ? [14:37] leftyfb: that's how it works [14:37] akik: incorrect. There's always been a guided mode which does it all for you [14:38] leftyfb: there's nothing incorrect in what i said. the manual partitioning works like that [14:38] akik: https://ubuntu.com/tutorials/install-ubuntu-desktop#6-type-of-installation [14:39] That page never showed up [14:39] Moosems: right, you want the "Erase disk and install ubuntu" [14:39] Yep. But how do I do that if it never comes up? [14:40] Moosems: wait, are you booted from that Sandisk 55AE? [14:40] Moosems: if so, it looks like it's not detecting the hard drive in your pc [14:41] Yes [14:41] I just took a video I'll make a link for [14:41] Moosems: what type of pc is this? desktop? laptop? other? [14:41] 2013 Dell Inspiron Desktop [14:41] Moosems: we know the first problem to solve, it's not seeing your hard drive [14:41] Moosems: ok, go into the bios and look for RAID and disable it [14:42] So reboot, and F2? === petar is now known as Sparts [14:42] and check for a bios update [14:42] set it to AHCI [14:42] Moosems: yes [14:42] hey~ having 2 keyboard issues on my hp laptop. first one, light does not work on audio mute key. second one, depite selecting numblock to be on in ssdm, it does not turn on autmatically [14:42] BIOS is open [14:43] Moosems: you'll need to search around for the RAID setting [14:43] leftyb: I'll look through all the settings and come back with what I find [14:43] Also make sure that the drive is detected in bios [14:44] fastboot disabled .. [14:44] Moosems: d oyou have Windows installed on this drive? [14:44] Are there any other names that might be used for RAID? [14:45] another issue i'm having, using refind bootloader, I cannot get it to access my vmlinux. I can get it to recognize grubx64.efi, but not the vmlinuz in /boot despite having the ext4 driver inside the drivers_x64 directory in /boot/efi/EFI/refind/drivers_x64/ [14:45] secure boot on [14:45] leftyb: I'm not sure what's on it. I assume theres nothing useful on here. It won't load anything when the computer is turned on, rather brings up reset or BIOS options [14:45] Moosems: you didn'y say anything initially about a missing storage device.. [14:46] Moosems: it's possible it's not detecting your hard drive [14:46] SATA mode was AHCI, should it be ATA? [14:46] AHCI is fine [14:46] It has a hard drive, just nothing on it [14:46] Moosems: do you see it detected in your BIOS? [14:47] No. [14:47] Moosems: That is step #1 and unrelated to Ubuntu. You might seek support in #hardware [14:48] i see you have a sandisk extreme 55ae ... from your 1st screenshot. probably fastboot disrupting [14:48] oerheks: that's a portable drive they're booting the live iso from [14:48] Well now it notices the drive but says its 0 GB even though its 1 TB [14:49] Moosems: your BIOS might be too old. Look for an update [14:49] #Hardware is where i'd find where to find the update?? [14:50] Moosems: they might be able to help you get your pc to recognize the hard drive [14:50] BIOS Revision: A05 [14:50] leftyb: I'll be loking both here and there then [14:50] Moosems: good luck [14:51] does Ubuntu Pro do anything on a non-LTS release? I upgraded from 22.04 with Ubuntu Pro activated to 22.10 and now 23.04, and it seems like it is still listed as "Active machine" under my free personal token [14:51] hsiktas[m]: pretty sure pro doesn't work on non-LTS [14:52] hsiktas[m], no, ESM and now PRO is LTS only? [14:52] ESM has only ever been LTS [15:08] I just added Pro on an other machine and I got e.g. this update over ESM: https://packages.ubuntu.com/jammy/imagemagick-6-common On packages.ubuntu.com, can I somehow see which updates are subscripber-only? [15:10] Previously Ubuntu did not provide security patches for "Universe" repo packages (instead relying on upstream patches to happen when they happen). [15:10] from https://askubuntu.com/questions/1452299/im-getting-the-message-the-following-security-updates-require-ubuntu-pro-with [15:11] so, universe packages under PRO are now under active maintaining [15:39] hi. issue i'm having, using refind bootloader, I cannot get it to access my vmlinux. I can get it to recognize grubx64.efi, but not the vmlinuz in /boot despite having the ext4 driver inside the drivers_x64 directory in /boot/efi/EFI/refind/drivers_x64/ [15:46] If I purge snap does it also remove all the snap packages ? [15:48] See what happens if you try? i bet the ~/snap folder remains in your HOME [15:50] ravage, yeah everything works fine with opendungeons-plus, I thank you once more [15:50] great :) [15:50] tweak: This is just a wild guess, but it couldn't hurt. A lot of systems put a symlink to /boot/vmlinuz in / [15:50] Removing snap firefox and revision 2356 [15:50] rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_US.aff': Read-only [15:50] file system [15:50] rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_US.dic': Read-only [15:50] file system [15:50] dpkg: error processing package snapd (--purge): [15:50] tweak: Ubuntu may already do that. [15:52] Sry for spam [15:53] jhutchins: thank you, i will look up how to add a symlink ^^ [15:54] ln -s [15:56] bblinky: https://forum.snapcraft.io/t/unlinkat-var-snap-firefox-common-host-hunspell-en-us-aff-read-only-file-system/34022/5 (looks like a snapd bug to me.) [15:57] lol [15:58] Hmm, I guess I shall embrace the snappyness of canonical since i chose to install ubuntu [15:58] for now [16:00] oh also, having 2 keyboard issues on my hp laptop. first one, light does not work on audio mute key. second one, depite selecting numblock to be on in keyboard settings, it does not turn on autmatically for ssdm time [16:02] äkubuntu is indeed the best place to ask kubuntu specific questions. that's it if you are running kubuntu, and a supported version of it. [16:14] tweak: On a BIOS system there's usually a numlock setting. No idea about UEFI. [16:18] jhutchins: i'll check that thank you [16:18] tweak: That's one of those things that's sort of in the grey area between hardware and OS. === realivanjx4 is now known as realivanjx === gfilippo is now known as guilhermefilippo [17:04] jhutchins: nope no luck ;p [17:35] tweak: Oh well. Worth a shot. [17:37] In Wayland on the Firefox Snap, shouldn't two finger swipes for back or forward work already? Apparently, this was added to Firefox last year. [17:40] hsiktas[m]: Does the LTS package have the same problem [17:41] isn't the Snap the same on all Ubuntu releases? [17:42] hsiktas[m]: Since snaps aren't tied to releases I would expect that the current snap would be the same. I don't know that's true though. [17:43] hsiktas[m]: it is === gschanuel8 is now known as gschanuel [17:54] it seems like Firefox supports this via Wayland, but the Snap hasn't enabled that yet [17:54] https://bugzilla.mozilla.org/show_bug.cgi?id=1725245 [17:54] -ubottu:#ubuntu- Mozilla bug 1725245 in Testing "Add Ubuntu 22.04 as a test platform to run tests for MOZ_ENABLE_WAYLAND=1" [--, New] [17:55] another missing feature due to snap :) [18:01] I'm having some weird mongodb crashes. at almost the same exact time I'm seeing these messages in dmesg: "[Fri Apr 28 08:58:34 2023] xfs filesystem being remounted at /run/systemd/unit-root/var/tmp supports timestamps until 2038 (0x7fffffff)" [18:02] there are about 8 other messages like that for different mounts.. [18:02] what could be causing the xfs filesystem to be remounted? === PeasfulTown is now known as peas === Bocaneri is now known as Guest8107 === pah is now known as pa [18:34] Macwinner: which ubuntu version (lsb_release -ds) is this? which kernel (cat /proc/version)? is some other service starting up or shutting down at the time the message you quoted is logged? [18:35] Ubuntu 22.04.2 LTS [18:35] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 [18:36] tomreyn: I don't believe any other services is starting or shutting down.. i'm wondering if maybe this is red herring and systemd is remounting stuff after the mongod core dump? [18:37] possibly. all i have to work is one line of log without much contextual info. [18:37] *with [18:38] and other than that remount happening, this message is not really important for the next decade. [18:39] yeah.. just not sure why a remount would happen [18:39] it would seem bad to remount a fileysstem if mongodb needs constant access to it [18:39] would systemd-coredump remount xfs if it detected a coredump? [18:42] i wouldn't know, haven't used it [18:42] https://github.com/systemd/systemd/issues/21010 looks like it may have an answer to some of your questions [18:42] -ubottu:#ubuntu- Issue 21010 in systemd/systemd "Systemd frequently remounts filesystem for some reason (???)" [Closed] [18:44] but more log context may show that this is actually an entirely different issue [18:50] tomreyn: let me see what else we got.. there isn't other context really before those lines [18:53] Macwinner: you're using the mongodb packages of ubuntu 22.04, right? [18:55] tomreyn: yeah.. from the mongodb official repo [18:56] or do you mean default ubuntu mongodb? I don't think so since we are using mongodb 6.0.5 [18:56] just reading through that ticket you mentioned.. [18:56] oh, well then you should check with mongodb on their builds, since that's what's crashing. [18:58] yeah.. talking to them as well in parallel :) === jack is now known as jack1 [19:16] I have to say: Ubuntu 22.04 is the icing on the cake. I loaded it on all 4 machines and zero problems.. fabulous job people. [19:19] Ubuntu/Mate [19:20] Last time that happened was 7.04 [19:22] Alright it is me again. I have another machine that is freezing on boot. [19:22] Grub, e, nomodeset_ is not working this time. I'm locked at the command line. How do I proceed with troubleshoot? [19:26] chonkin: is this before or after installation? [19:26] what's the hardware, how much ram, which ubuntu versin are you using? [19:49] tomreyn hardware is intel desktop. GPU RTX 3090. Ubuntu = 5.15.0-71-generic. 20.04.5 LTS. KDE envrionment. The computer was working fine for several days. Just today I was installing matlab. the nvidia-smi was working and showing the hardware. When I rebooted this afternoon it was frozen. [19:50] chonkin: so you're saying it was frozen and that prompted you to reboot, or you rebooted and that triggered it to freeze? === toozej8517926 is now known as toozej851792 [19:50] tomreyn : it is freezing during booting [19:51] i rebooted on purpose to try to set an environment variable in profile.d [19:51] so it freezes on the grub command line, or does "freeze" just refer to the fact that you get to see the grub command line? [19:54] I can see some output from the command line prior to freezing. The last thing that appears is, [19:54] [ 3.194506] proc_thermal_pci 0000:00:04.0: error: proc_thermal_add, will continue [19:55] the cursor then blinks forever [19:56] is 0000:00:04.0 the nvidia card then? [19:56] you could tell when booting from a live / installer system and run lspci [19:57] are you using nvidia drivers provided by ubuntu? [19:58] sorry. I meant to say that that is the last line that appears on the screen. There are likely more lines of output occurring in journalctl which I am examining now [19:59] based on what i read you should be using nvidia-driver-470 with this card. [19:59] chonkin, try to disable secure boot temporarily [19:59] 0000:00:04.0 Signal processing controller: Intel Corporation Device 461d (rev 02) [19:59] (or newer) [20:06] [3:59:40 pm] based on what i read you should be using nvidia-driver-470 with this card. [20:07] My usual reasoning is the driver number must match the kernel exactly. So for 5.15.0-71-generic the corresponding driver is nvidia-driver-515 [20:09] the kernel message you quoted above indicates that the in-cpu temperature sensor driver failed to initialize, but it seems non-serious. according to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1934741 the generic focal (20.04) kernel won't see a patch to support it. but chances are that 22.04 has it. [20:09] -ubottu:#ubuntu- Launchpad bug 1934741 in linux (Ubuntu) "Add new PCI MMIO based thermal driver [8086:461d] for Intel Alder Lake" [High, In Progress] [20:10] i'm not aware of a relation between nvidia driver series and kernel versions, but i could be wrong. [20:12] hmm, nvidia says 510 https://www.nvidia.com/download/driverResults.aspx/187162/en-us/ [20:12] for https://www.nvidia.com/download/driverResults.aspx/187162/en-us/ [20:12] err for RTX 3090 Ti [20:14] use that then, not i added "(or newer)" above [20:14] *notE [20:14] I would go for 525 [20:16] http://paste.debian.net/1278811 [20:16] go wild, 530? [20:18] oerheks , what if I wanted to go less wild? [20:19] at least 510,, [20:22] http://paste.debian.net/1278813 [20:26] im going to try 530. Should I also install dkms-530? [20:35] I would note that the OEM nvidia drivers, which are the source for the Ubuntu drivers, each have a list of which specific cards they support. Just installing the newest one does not guarantee that an older card will be supported. [20:37] jhutchins: i confirm. [20:37] jhutchins: modinfo nvidia.ko usually lists them pretty exactly, can match with lspci (-n) output === Bocaneri is now known as Guest4154 === Guest4154 is now known as Sauvin [20:56] ubuntu-drivers list-oem [20:56] this returns nothing [20:58] I believe the graphics card in this machine is not supported by ubuntu. I am will to argue this point in open debate. [20:58] No portion of this system can even "see" this card === pikapika is now known as militantorc [21:11] I have used Software & Updates and attempted Apply Changes on a proprietery,tested nvidia-driver-530-open, this returned with an error, [21:11] "Error while applying changes. pk-client-error-quark : Error while installing package : installed nvidia-dkms-530-open package post installation script subprocess returned error exit status 10 (313)" [21:15] I have never used "Software & Updates" before. This is the first time I have used it today. How do I revert any changes I just made? [21:15] (i previously only ever used CLI) [21:28] Hello, is this guide still relevant or does Ubuntu already ship with optimizations for SSD? https://www.howtogeek.com/62761/how-to-tweak-your-ssd-in-ubuntu-for-better-performance/ [21:34] Software&Updates is now frozen during an Apply Changes. Any ideas? [21:41] ForeverNoob[m]: this technology has developed since 2011 (and so has ubuntu), and much if not most of this article is no longer relevant. [21:42] That's good to hear, thanks. [21:43] chonkin: you can revert the "Software & Updates" application to undo the changes you just did using the "Software & Updates" application. [21:44] chonkin: Still frozen? [21:44] did you already disable secureboot (the first recommendation given to you regarding the 'freeze' issue?) [21:45] jhutchins: Yes. ANd I have been leaving something out. I have my gcc and g++ set to version 6.x [21:46] Is there a possibility that this is causing driver installations to fail, like for example "Error! Bad return status for module build on kernel: 5.15.0-71-generic (x86_64)" [21:46] chonkin: Yes. [21:46] Okay. i can fix this very easily actually [22:02] jhutchins okay i'm getting this now http://paste.debian.net/1278822 [22:05] so apparently you have a "RTX 3070", not a "RTX 3070 Ti". does anything still not work now? [22:07] tomreyn getting this https://postimg.cc/bGs4kM0b [22:07] this does not look like an error message [22:18] Can i mark a package to have been installed as a dependency?? [22:18] apt-mark [22:30] alright it looks like this computer is booting now [22:30] thanks to everyone for listening === Guest9938 is now known as abcX === archpc6 is now known as archpc [23:40] Hi All! I was wondering if someone could help me with an issue. I am running ubuntu jammy, and i have my pc connected to wavlink usb docking station. I am trying to use the two HDMI ports from the docking station in an extended mode, however, ubuntu just mirrors them. Were should i look into to try and modify this? === amazoniantoad1 is now known as amazoniantoad