[Bug 1856795] Re: [SRU] X2Go Client broken by libssh CVE-2019-14889 fix

2020-01-28 Thread Alexander Lochmann
Hi, package x2goclient 4.1.2.1-2ubuntu0.19.10.1 fixes this issue on my Kubuntu 19.10. - Alex -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1856795 Title: [SRU] X2Go Client broken by libssh

[Bug 1858205] Re: x2go-client connection failed. cannot create remote file

2020-01-08 Thread Alexander Lochmann
Ubuntu 19.10 is also affected. However, this bug has already been fixed in X2Go: https://code.x2go.org/gitweb?p=x2goclient.git;a=commit;h=ce559d163a943737fe4160f7233925df2eee1f9a And a nightly package has already been built: https://launchpad.net/ubuntu/+source/x2goclient/4.1.2.1-2 -- You

[Bug 1811730] Re: Thermald does not set max CPU after reseting the voltage using RAPL

2019-09-08 Thread Alexander Lochmann
Is there any chance this fix will be available for 18.10 as well? Thanks, Alex -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1811730 Title: Thermald does not set max CPU after reseting the voltage

[Bug 1759628] Re: bluez regression: Bluetooth audio fails to reconnect after resume

2018-07-05 Thread Alexander Lochmann
I downloaded and installed bluez_5.48-0ubuntu3.1_amd64.deb. It seems that the bug is fixed. :) Thx! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759628 Title: bluez regression: Bluetooth audio

[Bug 1759628] Re: bluez regression: Bluetooth audio fails to reconnect after resume

2018-06-21 Thread Alexander Lochmann
Will this fix (aka the new package version) be released to the 18.04 repos? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759628 Title: bluez regression: Bluetooth audio fails to reconnect after

[Bug 1773912] [NEW] bluetoothd unable to establish connection after resume from suspend

2018-05-29 Thread Alexander Lochmann
*** This bug is a duplicate of bug 1759628 *** https://bugs.launchpad.net/bugs/1759628 Public bug reported: Description: Ubuntu 18.04 LTS Release:18.04 bluez: Installed: 5.48-0ubuntu3 Candidate: 5.48-0ubuntu3 Version table: *** 5.48-0ubuntu3 500 500

[Bug 1773912] Re: bluetoothd unable to establish connection after resume from suspend

2018-05-29 Thread Alexander Lochmann
*** This bug is a duplicate of bug 1759628 *** https://bugs.launchpad.net/bugs/1759628 Kernel Version: 4.16.5 I also tried 'rfkill block bluetooth' and 'rfkill unblock bluetooth' after resume, but no success. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1772990] [NEW] Race condition when opening kwallet on login

2018-05-23 Thread Alexander Lochmann
Public bug reported: Description:Ubuntu 18.04 LTS Release:18.04 kde-runtime: Installed: 4:17.08.3-0ubuntu1 Candidate: 4:17.08.3-0ubuntu1 Version table: *** 4:17.08.3-0ubuntu1 500 500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages 100

[Bug 1758243] Re: bumblebee needs configuration changes to work with nvidia-driver-390 and libglvnd0

2018-05-23 Thread Alexander Lochmann
I can confirm as of today this bug is still present. I made the changes suggested by Rocko. Still primusrun does not work properly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758243 Title:

[Bug 1768390] Re: BadMatch error in X_GLXSwapBuffers running OpenGL apps with nvidia-driver-390

2018-05-23 Thread Alexander Lochmann
Still broken as of today on Ubuntu 18.04 with kernel 4.16.7. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768390 Title: BadMatch error in X_GLXSwapBuffers running OpenGL apps with nvidia-

[Bug 1772705] [NEW] IKEv2 VPN connections fail to use DNS servers provided by the server

2018-05-22 Thread Alexander Lochmann
Public bug reported: Description:Ubuntu 18.04 LTS Release:18.04 strongswan-nm: Installed: 5.6.2-1ubuntu2 Candidate: 5.6.2-1ubuntu2 Version table: *** 5.6.2-1ubuntu2 500 500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages 100

[Bug 1754506] Re: AutoFS does not automatically umount SMB shares

2018-03-30 Thread Alexander Lochmann
I finally solved the problem with the help of Ian Kent. He pointed me in the right direction: https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git/commit/?id=37dd05dd1bccdedc4157902420e1da506b2bf35f A trailing slash in the /etc/auto.master was the problem. I consider it both a config

[Bug 1754506] Re: AutoFS does not automatically umount SMB shares

2018-03-18 Thread Alexander Lochmann
Just a little update: I think I've figured out what causes autofs to stall. Since I've tested sshfs and cifs, and reproduced it using both, I can rule out a specific target fs. I think it has something to do with the indirekt map feature: #/etc/auto.master /media/auto-smb/

[Bug 1754506] Re: AutoFS does not automatically umount SMB shares

2018-03-14 Thread Alexander Lochmann
Some additional information: By further digging into it, I've learned that for some reasons the smb is reported busy. In autofs4_mount_busy(https://elixir.bootlin.com/linux/v4.15.6/source/fs/autofs4/expire.c#L34) the call of may_umount_tree() returns 0. This indicates that the mount is

[Bug 1754506] Re: AutoFS does not automatically umount SMB shares

2018-03-13 Thread Alexander Lochmann
Some additional information: I enabled the debug output for autofs4 module: echo -n 'module autofs4 +p' > /sys/kernel/debug/dynamic_debug/control According to the kernel log, the mount is reported busy: autofs4:pid:7051:autofs4_mount_busy: returning = 1 -- You received this bug notification

[Bug 1754506] Re: AutoFS does not automatically umount SMB shares

2018-03-13 Thread Alexander Lochmann
As far as I know, just a few steps are necessary to reproduce this issue: 1. Setup a simple smb server on machine a, like the one I've attached to this report. 2. Create a smb user on machine a: smbpasswd -a $username 3. Enable smb in auto.master on machine b (and set the timeout to something

[Bug 1754506] [NEW] AutoFS does not automatically umount SMB shares

2018-03-08 Thread Alexander Lochmann
Public bug reported: Description:Ubuntu 17.10 Release:17.10 autofs:   Installed: 5.1.2-1ubuntu1   Candidate: 5.1.2-1ubuntu1   Version table:  *** 5.1.2-1ubuntu1 500 500 http://de.archive.ubuntu.com/ubuntu artful/main amd64 Packages 100 /var/lib/dpkg/status Kernel:

[Bug 1750087] Re: [libreoffice-kde4] LO crashes when trying to save

2018-02-28 Thread Alexander Lochmann
Oh. If so, please excuse my harsh question. I was not aware that apparmor profiles never been activated before for LO. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750087 Title:

[Bug 1750087] Re: [libreoffice-kde4] LO crashes when trying to save

2018-02-28 Thread Alexander Lochmann
Do you seriously consider "added to disable apparmor profiles on" as a fix for this issue? On my opinion, this is just a workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750087 Title:

[Bug 1750087] Re: [libreoffice-kde4] LO crashes when trying to save

2018-02-26 Thread Alexander Lochmann
As I've already mentioned, one of my machines is also affected. I posted context information for that machine which is *not* affected: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1751783 . -- You received this bug notification because you are a member of Ubuntu Bugs, which is