[Bug 1919392] Re: 5.4.0-67.75 breaks compat with 3rd party Mellanox OFED drivers

2021-04-01 Thread walkerstreet
This bug affects all Groovy kernels from 5.8.0-45 or higher. This bug did not affect Groovy kernel 5.8.0-44 or earlier. To fix it: git clone --recursive git://git.launchpad.net/~ubuntu- kernel/ubuntu/+source/linux/+git/groovy cd groovy git log --grep="tools headers UAPI: Sync linux/const.h

[Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-12 Thread walkerstreet
I formatted it as follows: @@ -164,7 +164,10 @@ #define ME_DUMMY_0(Fs_name, Fs_type) \ (strcmp (Fs_type, "autofs") == 0 \ + || strcmp (Fs_type, "devtmpfs") == 0 \ + || strcmp (Fs_type, "fuse.portal") == 0 \ || strcmp (Fs_type, "proc") == 0 \ + || strcmp (Fs_type, "squashfs") == 0 \ ||

[Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-12 Thread walkerstreet
I just read about the correct way to report a bug or fix to the gnulib developers. I have emailed them as below: Date: Sat, 13 Feb 2021 at 12:40 Subject: Suggested fix to mountlist.c: Define fuse.portal, devtmpfs and squashfs mounts as dummy To: bug-gnu...@gnu.org Cc: juli...@ubuntu.com Hi

[Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-12 Thread walkerstreet
Hi Julian and Kamil, I tried to notify the gnulib upstream developers of this fix by creating a pull request in the github mirror (https://github.com/coreutils/gnulib/pull/11). I don't know how to create a pull request in the original git repository (git://git.sv.gnu.org/gnulib.git). I'm

[Bug 1860502] Re: nilfs2 support broken in kernel 5.3.0-26-generic #28~18.04.1-Ubuntu and in kernel 5.3.0-28-generic

2020-01-28 Thread walkerstreet
nilfs2 support is also broken in kernel 5.3.0-28-generic. It appears to work initially but then fails. e.g. touch trial.txt (appears to write trial.txt to nilfs2 drive) rm trial.txt (terminal freezes) ** Summary changed: - nilfs2 support broken in kernel 5.3.0-26-generic

[Bug 1860502] Re: nilfs2 support broken in kernel 5.3.0-26-generic #28~18.04.1-Ubuntu

2020-01-21 Thread walkerstreet
I went back to 5.3.0-24-Ubuntu and nilfs2 works fine. Please note that support for nilfs2 is also broken with the mainline kernels in the series 5.4.x. Perhaps its the same change that breaks nilfs2 in 5.3.0-26-Ubuntu. -- You received this bug notification because you are a member of Ubuntu

[Bug 1860502] [NEW] nilfs2 support broken in kernel 5.3.0-26-generic #28~18.04.1-Ubuntu

2020-01-21 Thread walkerstreet
Public bug reported: My nilfs2 formatted drive can no longer be written to after upgrading to this kernel version. I need to use the 5.3 edge kernel because earlier kernels do not support my wifi. ** Affects: nilfs2 (Ubuntu) Importance: Undecided Status: New -- You received this

[Bug 1756226] Re: nvidia-driver-390 fails to start GUI

2018-04-08 Thread walkerstreet
Commenting out PrimaryGPU also worked on my 2 GPU system. It might be time to patch the driver so we don't have to do this manually. I'm so happy. It took 5 weeks before we found a fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1756226] Re: nvidia-driver-390 fails to start GUI

2018-03-20 Thread walkerstreet
@Alberto: sudo cat /sys/module/nvidia_drm/parameters/modeset N The only output is "N". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756226 Title: nvidia-driver-390 fails to start GUI To manage

[Bug 1756226] Re: nvidia-driver-390 fails to start GUI

2018-03-17 Thread walkerstreet
With the terminal wider to catch the full width of lines: systemctl status gdm3.service ● gdm.service - GNOME Display Manager Loaded: loaded (/lib/systemd/system/gdm.service; static; vendor preset: enabled) Drop-In: /lib/systemd/system/display-manager.service.d └─xdiagnose.conf

[Bug 1756226] Re: nvidia-driver-390 fails to start GUI

2018-03-16 Thread walkerstreet
sudo dpkg-reconfigure gdm3 I selected gdm3 then rebooted. systemctl status gdm3.service ● gdm.service - GNOME Display Manager Loaded: loaded (/lib/systemd/system/gdm.service; static; vendor preset: enabl Drop-In: /lib/systemd/system/display-manager.service.d └─xdiagnose.conf

[Bug 1756226] Re: nvidia-driver-390 fails to start GUI

2018-03-16 Thread walkerstreet
LightDM is installed for the login screen. I have tried installing gdm3 but it didn't help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756226 Title: nvidia-driver-390 fails to start GUI To

[Bug 1756226] [NEW] nvidia-driver-390 fails to start GUI

2018-03-15 Thread walkerstreet
Public bug reported: I was the original person who posted Ubuntu [Bug 1752053] nvidia-390 fails to boot graphical display. I was able to use the fix on my laptop successfully. However, my desktop computer has 2 GTX1080 Ti cards and the fix does not work. After I boot my desktop computer, I do

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-03-13 Thread walkerstreet
I still get a blank screen with a text cursor in the top left corner on my desktop computer. There is no login and no GUI after I install the nvidia-driver-390. It has 2 GTX 1080 Ti cards. My laptop is working OK. Can anyone help me or give me some tips on how to troubleshoot this? -- You

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-03-01 Thread walkerstreet
My desktop computer won't display the X desktop on my monitor after installing the new driver with the Bionic-proposed packages. I get a blank screen except for a tty cursor in the top left corner of the screen. I can view the X desktop remotely using Teamviewer though, which is really wierd.

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-03-01 Thread walkerstreet
I have successfully installed the driver using the proposed repo packages on my laptop. I need to try my desktop again. Does anyone know how to use nvidia prime-select and bumblebee/optirun with this driver. My laptop battery might drain fast using this mode. -- You received this bug

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-02-27 Thread walkerstreet
I added bionic-proposed and upgraded to the latest: libglvnd0, xserver-xorg-core, and libgl1-mesa-glx After doing that, I get a blank screen. I have to Ctrl-Alt-F1 to go to tty console mode. So the suggested fix did not work for me either. -- You received this bug notification because you are

[Bug 1752053] [NEW] nvidia-390 fails to boot graphical display

2018-02-27 Thread walkerstreet
Public bug reported: I'm using Bionic with the new 4.15 kernel. I've been using the nvidia-384 driver with no problem for a while. Today I issued "sudo apt-get upgrade" and I was prompted to upgrade the nvidia driver to the nvidia-390. After installing the driver and rebooting, I was only able

[Bug 1751525] Re: lubuntu-default-settings 0.54 bionic wrecks QT apps gui (jasp and octave)

2018-02-25 Thread walkerstreet
This problem is occuring on my laptop. I had no problem before I issued the command "sudo apt-get install lubuntu-default-settings". It upgraded to version 0.54. Straight after this, the GUI for Octave and Jasp became distorted. I then issued the command "sudo apt-get purge

[Bug 1751525] [NEW] lubuntu-default-settings 0.54 bionic wrecks QT apps gui (jasp and octave)

2018-02-24 Thread walkerstreet
Public bug reported: If I upgrade lubuntu-default-settings from 0.50 to 0.54 then the GUI for qt apps is wrecked. The menus are black and invisible and fonts and icons are distorted. ** Affects: lubuntu-default-settings (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1745049] Re: Bumblebee crashes during boot with kernel 4.13.0.31 on Bionic

2018-01-25 Thread walkerstreet
I was able to save the results of: apport-bug linux --save linux.report I also noticed the following message during boot up: [FAILED] Failed to start Load Kernel Modules. ** Attachment added: "Report from 'apport-bug linux --save linux.report'"

[Bug 1745049] Re: Bumblebee crashes during boot with kernel 4.13.0.31 on Bionic

2018-01-25 Thread walkerstreet
The bug in the kernel disables my nvidia video driver as well as disabling wifi and usb networking. I have no access to the internet so I can not submit an apport-collect. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are

[Bug 1745049] Re: Bumblebee crashes during boot with kernel 4.13.0.31 on Bionic

2018-01-24 Thread walkerstreet
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745049 Title: Bumblebee crashes during boot with kernel 4.13.0.31 on

[Bug 1745049] Re: Bumblebee crashes during boot with kernel 4.13.0.31 on Bionic

2018-01-24 Thread walkerstreet
I found out that the 4.13.0.31 kernel was from the artful security repo. When I use 'dkms status' it shows that the bumblebee and nvidia kernel modules appear to be present. I just tried booting with the 4.14.0.31 kernel again. This time it did not crash. However, it appeared that my graphics

[Bug 1745049] Re: Bumblebee crashes during boot with kernel 4.13.0.31 on Bionic

2018-01-24 Thread walkerstreet
This bug affects kernel 4.13.0.31 and nvidia drivers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745049 Title: Bumblebee crashes during boot with kernel 4.13.0.31 on Bionic To manage

[Bug 1745049] Re: Bumblebee crashes during boot with kernel 4.13.0.31 on Bionic

2018-01-23 Thread walkerstreet
I have just tested my laptop by installing the mainline kernel 4.14.15. It boots fine and bumblebee works fine. So it looks like this upstream kernel work OK with bumblebee. Incidentally, I found out that I need to install libelf-dev in order for kernel modules to get built successfully with

[Bug 1745049] [NEW] Bumblebee crashes during boot with kernel 4.13.0.31 on Bionic

2018-01-23 Thread walkerstreet
Public bug reported: My laptop (Dell XPS 15 9560) fails to boot to the login screen when bumblebee is installed and running with the latest Bionic kernel 4.13.0.31. I recently upgraded to Bionic using update-manager -d. My workaround is to use the old kernel 4.13.0.25.26 instead. My laptop

[Bug 869129] [NEW] blcr-dkms 0.8.2-15ubuntu1: blcr kernel module failed to build

2011-10-06 Thread walkerstreet
Public bug reported: I needed to install the following packages, so I issued the command: sudo apt-get install g++ libtool doxygen mpich2 libcunit1 libcunit1-dev libcunit1-doc I got this error midway thru the above installations saying (exactly): Package problem: Sorry, the package

[Bug 869129] Re: blcr-dkms 0.8.2-15ubuntu1: blcr kernel module failed to build

2011-10-06 Thread walkerstreet
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869129 Title: blcr-dkms 0.8.2-15ubuntu1: blcr kernel module failed to build To manage notifications about this bug go to:

[Bug 769594] Re: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema directory /usr/share/thumbnailers and necessary files within

2011-05-12 Thread walkerstreet
Sorry I don't know if that's possible. I haven't got any samba shares. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/769594 Title: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create

[Bug 769594] Re: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema directory /usr/share/thumbnailers and necessary files within

2011-05-10 Thread walkerstreet
Thanks D-dref, I think our solutions tie in well together. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/769594 Title: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema

[Bug 769594] Re: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema directory /usr/share/thumbnailers and necessary files within

2011-05-10 Thread walkerstreet
I see. You can get all the thumbnails you need with these 2 thumbnailers. I'd like to get the standard gnome thumbnailers (e.g. from Fedora) working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 769594] Re: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema directory /usr/share/thumbnailers and necessary files within

2011-05-10 Thread walkerstreet
Fedora 15 has a thumbnailer setup that is more true to Gnome. There are 3 thumbnailer files in /usr/share/thumbnailers in Fedora: 1. evince.thumbnailer (which is bigger than my files as it includes image viewing not just pdf) 2. gnome-font-viewer.thumbnailer (gnome-font-viewer is not

[Bug 769594] Re: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema directory /usr/share/thumbnailers and necessary files within

2011-05-10 Thread walkerstreet
I can confirm that copying the Fedora thumbnailers (evince.thumbnailer and totem.thumbnailer) fixes thumbnails for pdf, avi and jpg files: i.e. Download and extract the archive posted in the previous comment sudo cp /home/username/thumbnailers/evince.thumbnailer /usr/share/thumbnailers/ sudo cp

[Bug 769594] [NEW] gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema directory /usr/share/thumbnailers and necessary files within

2011-04-23 Thread walkerstreet
Public bug reported: Binary package hint: gsettings-desktop-schemas I am running 3 machines (with diverse hardware) with amd64 Natty and the Gnome3 ppa (Gnome Shell) installed. In order to get Nautilus thumbnails working (especially pdf thumbnails), I had to do the following steps: 1) Create

[Bug 769594] Re: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema directory /usr/share/thumbnailers and necessary files within

2011-04-23 Thread walkerstreet
** Attachment added: contents of /usr/share/thumbnailers https://bugs.launchpad.net/bugs/769594/+attachment/2085007/+files/usr-share-thumbnailers.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 769594] Re: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema directory /usr/share/thumbnailers and necessary files within

2011-04-23 Thread walkerstreet
** Attachment added: evince-thumbnailer.thumbnailer https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/769594/+attachment/2085010/+files/evince-thumbnailer.thumbnailer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 769594] Re: gsettings-desktop-schemas 3.0.0-0ubuntu1 fails to create thumbnailers schema directory /usr/share/thumbnailers and necessary files within

2011-04-23 Thread walkerstreet
I have just tested a brand new installation of stock Natty (using Unity and without the Gnome3 ppa). Thumbnails work properly in the stock Natty version of Nautilus (2.32.2.1-0ubuntu13) and Evince (2.32.2.0-0ubuntu12). So, this 'bug' probably doesn't impact on the Natty release. However, it may

[Bug 764918] [NEW] gnome-power-manager 3.0.0 crashes and fails to show battery icon

2011-04-18 Thread walkerstreet
Public bug reported: I'm using Gnome Shell on my Sony Vaio Z1 laptop. Almost everything works well, except for a complete lack of a working power manager/battery icon. It's easy to just drain the battery down to 0% without knowing it. ** Affects: gnome-power-manager (Ubuntu) Importance:

[Bug 761183] [NEW] EasyCrypt.py crashed with SIGABRT in raise()

2011-04-14 Thread walkerstreet
Public bug reported: Binary package hint: easycrypt Ever since I've been using Natty, EasyCrypt crashes. I use EasyCrypt in Expert Mode, with the option to mount my own TrueCrypt containers and have them mounted with the same name as the filename. EasyCrypt crashes the first time I try to open

[Bug 761183] Re: EasyCrypt.py crashed with SIGABRT in raise()

2011-04-14 Thread walkerstreet
** Description changed: Binary package hint: easycrypt Ever since I've been using Natty, EasyCrypt crashes. I use EasyCrypt in Expert Mode, with the option to mount my own TrueCrypt containers and have them mounted with the same name as the filename. EasyCrypt crashes the first

[Bug 748320] Re: [Needs hybrid graphics switching support] Blank screen (no GUI) after installation of NVidia proprietary driver on Sony Vaio Z119GS

2011-04-12 Thread walkerstreet
Hi Bryce, Thanks for getting back to me. I don't think I've been searching the forums with the right keyword ('hybrid'). Unfortunately, keeping the vaio in 'nvidia mode' with the switch, doesn't solve the problem. The good thing is that (until there is a substantial fix) there is a pretty good

[Bug 748320] Re: Blank screen (no GUI) after installation of NVidia proprietary driver on Sony Vaio Z119GS

2011-04-11 Thread walkerstreet
** Description changed: Binary package hint: xorg + UPDATED 12 April 2011: NVidia Proprietary Driver Installation Test Case amd64 20110411 Live CD + Nb: See below (under the dashed line) for result(s) of testing on earlier builds. + The NVidia proprietary drivers failed again this

[Bug 748320] Re: Blank screen (no GUI) after installation of NVidia proprietary driver on Sony Vaio Z119GS

2011-04-11 Thread walkerstreet
** Attachment added: apport.xorg.UI8mE8.apport https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/748320/+attachment/2019876/+files/apport.xorg.UI8mE8.apport -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 748320] Re: Blank screen (no GUI) after installation of NVidia proprietary driver on Sony Vaio Z119GS

2011-04-05 Thread walkerstreet
** Description changed: Binary package hint: xorg - UPDATED 4 April 2011: NVidia Proprietary Driver Installation Test Case - amd64 20110404 Live CD: + UPDATED 4 April 2011: NVidia Proprietary Driver Installation Test Case amd64 20110404 Live CD + Nb: See below (under the dashed

[Bug 748320] Re: Blank screen (no GUI) after installation of NVidia proprietary driver on Sony Vaio Z119GS

2011-04-05 Thread walkerstreet
I've just uploaded a new apport from today's test of the 20110404 CD. ** Description changed: Binary package hint: xorg + + UPDATED 4 April 2011: NVidia Proprietary Driver Installation Test Case + amd64 20110404 Live CD: + + The NVidia proprietary drivers failed again this week (4 April), +

[Bug 748320] [NEW] NVidia Proprietary Driver fails to function at all after installation on Sony Vaio Z119GS (results in blank screen)

2011-04-02 Thread walkerstreet
Public bug reported: Binary package hint: xorg I am testing Natty 20110328 Live Desktop CD for amd64, as part of the Xorg-prop-drivers-testers group. My notebook is a Sony Vaio VPC Z119GC (Intel Core i7-620M CPU and 4 gigabytes of RAM). The hardware switch above the keyboard on my machine has

[Bug 748320] Re: NVidia Proprietary Driver fails to function at all after installation on Sony Vaio Z119GS (results in blank screen)

2011-04-02 Thread walkerstreet
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/748320 Title: NVidia Proprietary Driver fails to function at all after installation on Sony Vaio Z119GS (results in blank screen) -- ubuntu-bugs

[Bug 748320] Re: NVidia Proprietary Driver fails to function at all after installation on Sony Vaio Z119GS (results in blank screen)

2011-04-02 Thread walkerstreet
** Attachment added: Command executed immediately following driver failing to work: apport-cli xorg https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/748320/+attachment/1968653/+files/apport.xorg.l8blSf.apport -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 748320] Re: NVidia Proprietary Driver fails to function at all after installation on Sony Vaio Z119GS (results in blank screen)

2011-04-02 Thread walkerstreet
I reported this initially under the 'xorg' package, go by instructions in: https://wiki.ubuntu.com/X/Reporting. However, I think nvidia- graphics-drivers is more specific. ** Package changed: xorg (Ubuntu) = nvidia-graphics-drivers (Ubuntu) -- You received this bug notification because you are

[Bug 748320] Re: Blank screen (no GUI) after installation of NVidia proprietary driver on Sony Vaio Z119GS

2011-04-02 Thread walkerstreet
** Summary changed: - NVidia Proprietary Driver fails to function at all after installation on Sony Vaio Z119GS (results in blank screen) + Blank screen (no GUI) after installation of NVidia proprietary driver on Sony Vaio Z119GS -- You received this bug notification because you are a member

[Bug 748320] Re: Blank screen (no GUI) after installation of NVidia proprietary driver on Sony Vaio Z119GS

2011-04-02 Thread walkerstreet
** Description changed: Binary package hint: xorg - I am testing Natty 20110328 Live Desktop CD for amd64, as part of the Xorg-prop-drivers-testers group. - My notebook is a Sony Vaio VPC Z119GC (Intel Core i7-620M CPU and 4 gigabytes of RAM). The hardware switch above the keyboard on my

[Bug 745464] [NEW] unity-applications-daemon crashed with SIGABRT in raise()

2011-03-29 Thread walkerstreet
Public bug reported: Binary package hint: unity-place-applications The error box just appeared. I didn't notice anything go wrong. ProblemType: Crash DistroRelease: Ubuntu 11.04 Package: unity-place-applications 0.2.42-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38 Uname:

[Bug 745464] Re: unity-applications-daemon crashed with SIGABRT in raise()

2011-03-29 Thread walkerstreet
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/745464 Title: unity-applications-daemon crashed with SIGABRT in raise() -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com