[Bug 2092962] [NEW] Certain Asus motherboards will only boot with kernel parameter cpu-init-udelay no smaller than 650

2025-01-03 Thread Richard Henschel
Public bug reported: The problem is at line 690 in /usr/src/linux- source-6.11.0/arch/x86/kernel/smpboot.c /* if cmdline changed it from default, leave it alone */ if (init_udelay != UINT_MAX) return; /* if modern processor, use no delay */ if (((b

[Bug 2092817] Re: Grub install fails when installing Ubuntu

2025-01-02 Thread Richard Henschel
See if you see a ubuntu boot entry possibility in your BIOS. If so boot off it. I had a similar problem and it still boot fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2092817 Title: Grub in

[Bug 2092455] [NEW] Bad information in https://help.ubuntu.com/rst/ document

2024-12-24 Thread Richard Henschel
Public bug reported: I think the regedit changes are correct but should be followed by this. See https://community.intel.com/t5/Rapid-Storage- Technology/Windows-11-Changed-RST-to-AHCI/m-p/1552997 for: 1. The answer was given already in my first post. Before changing the SATA Mode to AHCI, perf

[Bug 2043907] Re: Memtest gives "bad shim signature" error

2024-11-08 Thread Richard Henschel
I am running 24.10 and the previous workaround would give me no shim error and would immediately return back to the boot menu. I forced a phased grub update on an HP Victus 15-fb1XXX and memtest I had previously signed as previously now works fine. sudo apt --with-new-pkgs upgrade grub-efi-amd64

[Bug 2084987] Re: nvidia-smi is slow and has massive memory leak on upgrade to 24.10

2024-10-26 Thread Richard Henschel
My solution is to get rid of /lib/systemd/system/nvidia- persistenced.service for now so systemd doesn't start the daemon. I wouldn't be surprised if prior driver 535.183.06 never installed this file. I no longer have a 24.04 system to check... Probably not the solution for those who actually nee

[Bug 2084987] Re: nvidia-smi is slow and has massive memory leak on upgrade to 24.10

2024-10-25 Thread Richard Henschel
The problem goes away when 'sudo systemctl stop nvidia- persistenced.service' is run. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084987 Title: nvidia-smi is slow and has massive memory leak on u

[Bug 2084987] Re: nvidia-smi is slow and has massive memory leak on upgrade to 24.10

2024-10-25 Thread Richard Henschel
This is the same as NVidia bug https://forums.developer.nvidia.com/t/nvidia-smi-uses-all-of-ram-and- swap/295639/13 'valgrind nvidia-smi' seems to make problem not show up as per Nvidia report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2084987] Re: nvidia-smi is slow and has massive memory leak on upgrade to 24.10

2024-10-22 Thread Richard Henschel
Sorry, kernel 6.11.0.9, not 5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084987 Title: nvidia-smi is slow and has massive memory leak on upgrade to 24.10 To manage notifications about this bug

[Bug 2084987] Re: nvidia-smi is slow and has massive memory leak on upgrade to 24.10

2024-10-22 Thread Richard Henschel
New kernel 5.11.0.9 installed yesterday. Problem still exists for nvidia-smi. I get this, and should have posted earlier: rhenschel@multivac:~$ nvidia-smi Tue Oct 22 09:12:06 2024 +-+ | NVIDIA-SMI 560

[Bug 2084987] Re: nvidia-smi is slow and has massive memory leak on upgrade to 24.10

2024-10-19 Thread Richard Henschel
According to apt-file: nvidia-driver-560: /usr/share/doc/nvidia-driver-560/html/nvidia-smi.html nvidia-utils-560: /usr/bin/nvidia-smi But the link disavowed any knowledge of nvidia-utils-560. You might want to fix that as well as that it reports a bunch of superceded packages not listed in: apt l

[Bug 2084987] Re: nvidia-smi is slow and has massive memory leak on upgrade to 24.10

2024-10-19 Thread Richard Henschel
according to apt-file: nvidia-utils-560: /usr/bin/nvidia-smi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084987 Title: nvidia-smi is slow and has massive memory leak on upgrade to 24.10 To mana

[Bug 2084987] Re: nvidia-smi is slow and has massive memory leak on upgrade to 24.10

2024-10-19 Thread Richard Henschel
The driver runs OK so far as I can tell, just nvidia-smi has a problem. Utilities nvidia-settings and nvidia-detector run fine. Makes no difference if I run Xorg or Wayland. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 2084987] [NEW] nvidia-smi is slow and has massive memory leak on upgrade to 24.10

2024-10-19 Thread Richard Henschel
Public bug reported: Upgraded 24.04 to 24.10 and got new NVidia driver 560.35.03 replacing 535. When running nvidia-smi, I get very slow results and apparent memory leak filling up paging space. Occasionally see 'killed' message, but not often as I have 32 GB real memory and 40 GB paging space.

[Bug 2064878] [NEW] You are missing a file in nvidia-cuda-samples package

2024-05-05 Thread Richard Henschel
Public bug reported: make failed because: cuda-samples/Samples/0_Introduction/matrixMulDynlinkJIT/cuda_drvapi_dynlink.c is missing. ** Affects: nvidia-cuda-samples (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu B

[Bug 2064372] Re: While upgrading to 24.04 I got:'E:Sub-process /usr/bin/dpkg returned an error code (1)'

2024-04-30 Thread Richard Henschel
I did manage to create a cpio archive of /var/log/dist-upgrade directory with: root@multivac:/var/log/dist-upgrade# find . -type f -print | cpio -ov > /tmp/dist-upgrade.cpio ./history.log ./apt.log ./apt-clone_system_state.tar.gz ./main.log ./apt-term.log ./eipp.log.xz ./lspci.txt 3017 blocks Ho

[Bug 2064372] [NEW] While upgrading to 24.04 I got:'E:Sub-process /usr/bin/dpkg returned an error code (1)'

2024-04-30 Thread Richard Henschel
Public bug reported: Probably an issue with libc causes ls and tar to core dump when run, so don't know how I can get you files as requested. root@multivac:~# cd /var/log/dist-upgrade/ root@multivac:/var/log/dist-upgrade# ls -latr total 1532 Segmentation fault (core dumped) root@multivac:/var/log

[Bug 1876157] Re: Memtest86+ in Ubuntu 20.04 doesn't work, switch to Coreboot branch or package new release v5.31b is available since 12/04/2020

2021-07-01 Thread Richard Henschel
Addendum to comment #21: The memtest86+ version 5.31b ISO image from http://www.memtest.org/ seems to work fine on this hardware. Source is there as well. Will they let Ubuntu use it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1876157] Re: Memtest86+ in Ubuntu 20.04 doesn't work, switch to Coreboot branch or package new release v5.31b is available since 12/04/2020

2021-07-01 Thread Richard Henschel
Addendum to comment #21: sudo apt list --installed | grep memtest WARNING: apt does not have a stable CLI interface. Use with caution in scripts. memtest86+/hirsute,now 5.01-3.1ubuntu4 amd64 [installed] memtester/hirsute,now 4.5.0-1 amd64 [installed] -- You received this bug notification becau

[Bug 1876157] Re: Memtest86+ in Ubuntu 20.04 doesn't work, switch to Coreboot branch or package new release v5.31b is available since 12/04/2020

2021-07-01 Thread Richard Henschel
Memtest86 5.01 hangs at 60% of first test on Ubuntu 21.04. The machine is Athlon II 640 on AMIBIOS 6.11 motherboard. I have seen another case just like this (hangs at 60%) on AskUbuntu. It worked fine when two 2 Gig DDR3 1333 MHZ SRAM sticks in place and failed when two more identical sticks (s

[Bug 1758805] Re: Fix for Program hack in bsdgames-2.17.25 core dumps when you enter 'i' after restoring a saved game

2018-05-22 Thread Richard Henschel
** Summary changed: - Program hack in bsdgames-2.17.25 core dumps when you enter 'i' after restoring a saved game + Fix for Program hack in bsdgames-2.17.25 core dumps when you enter 'i' after restoring a saved game ** Tags added: 2.17.28 close dr. in included please quathamer tobias version -

[Bug 1758805] [NEW] Program hack in bsdgames-2.17.25 core dumps when you enter 'i' after restoring a saved game

2018-03-25 Thread Richard Henschel
Public bug reported: The following patch fixes the problem. Cut and paste may have converted tabs to spaces (sorry). I sent this to lists.debian.org as well, but not sure if that is the right place. I am running Ubuntu 17.10 and package lists as bsdgames-2.17-25, but this fix was done in sourc