[Bug 1451032] Re: keyscript option in crypttab not implemented

2021-09-27 Thread TJ
Update: Lennart's AF_SOCKET solution was added to systemd v248 in: commit e2c2f868b28f1445e061bf7eb475b0c49efe3ac2 Author: Lennart Poettering Date: Wed Nov 4 17:24:53 2020 +0100 cryptsetup: port cryptsetup's main key file logic over to read_full_file_full() Previously, we'd load

[Bug 1451032] Re: keyscript option in crypttab not implemented

2021-09-27 Thread TJ
This really should not be marked Invalid since it represents a very real regression on recommended and documented functionality that many installs using LUKS rely upon. Workarounds of varying security quality abound as a result instead of a single, well designed and integrated solution. Indeed, in

[Bug 1944581] Re: Session preference not respected; Wayland session started despite Xorg being selected

2021-09-27 Thread Daniel van Vugt
Thanks. It appears Ubuntu on X11 is trying to start (3 times) and failing, which is why it chooses Wayland instead. You appear to be using the 'oibaf' PPA which is not supported and is known to cause bugs like this. Please uninstall it using 'ppa-purge', reboot, and then open new bugs about any ne

[Bug 1944065] Re: Invalid multiple red dots when Android Studio is running

2021-09-27 Thread Daniel van Vugt
It sounds like Android Studio has some hidden windows which are not being handled correctly by Ubuntu Dock. ** Tags added: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1944065 Title: Invali

[Bug 1945008] Re: Logs in with Wayland although Xorg looks selected in session menu. Need to reselect

2021-09-27 Thread Daniel van Vugt
** This bug has been marked a duplicate of bug 1944581 Session preference not respected; Wayland session started despite Xorg being selected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1945008 T

[Bug 1943813] Re: Problem with bluetooth keyboard: not usable

2021-09-27 Thread Daniel van Vugt
If it works in Ubuntu 20.04.3 as you say, and only fails in MATE, then we probably shouldn't assign this to the common package where it's working already. ** Changed in: bluez (Ubuntu) Status: New => Invalid ** Summary changed: - Problem with bluetooth keyboard: not usable + Problem with

[Bug 1944099] Re: dconf setting "/apps/update-manager/show-details" does not work

2021-09-27 Thread Mingun
Ok, I understand (although as I remember, the list of updates never was hidden). Then I ask to implement an additional setting for expand this piece of information by default. So this is not a bug, but a new feature. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1945284] Re: package grub-efi-amd64 2.04-1ubuntu45 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 127

2021-09-27 Thread Apport retracing service
** Package changed: ubuntu => grub2-unsigned (Ubuntu) ** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1945284 Title: package grub-efi-amd64 2.04-1ubuntu45 failed

[Bug 1945284] [NEW] package grub-efi-amd64 2.04-1ubuntu45 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 127

2021-09-27 Thread Mayank Gupta
Public bug reported: Getting this issue for some time now, I am on a fairly new system. When I open Software Updater, it tells me to run a partial upgrade instead. I tried installing ZSH and I get the error "grub can't be installed on nvme01n1p1". Description:Ubuntu 21.04 Release:21.0

[Bug 1939136] Re: After full screen app quits, native desktop resolution is not restored

2021-09-27 Thread Daniel van Vugt
You should report the bug to the developer at: https://github.com/atari800/atari800/issues ** Package changed: ubuntu => atari800 (Ubuntu) ** Changed in: atari800 (Ubuntu) Status: Invalid => New ** Summary changed: - After full screen app quits, native desktop resolution is not restored

[Bug 1939136] Re: After full screen app quits, native desktop resolution is not restored

2021-09-27 Thread Daniel van Vugt
Sadly I don't think this is a bug in Ubuntu... Assuming you're using Xorg, the emulator is talking directly to Xorg (via Xrandr) to change the screen resolution. Gnome Shell is not involved at all. It is therefore the job of the emulator to restore the original resolution on exit. -- You receive

[Bug 1939136] Re: After full screen app quits, native desktop resolution is not restored

2021-09-27 Thread Daniel van Vugt
While the screenshot shows that GNOME is aware of the current resolution being different to the configured resolution, it cannot guess as to which app has caused the change and when is the right time to change back. It's the responsibility of the application (atari800-jz) to clean up after itself.

[Bug 1945199] Re: ubuntu_lxc: lxc-test-unpriv failed

2021-09-27 Thread Po-Hsu Lin
This failure seems to be caused by the hanging lxc-test-apparmor-mount test, which got killed by the 900 seconds timeout setting on these 3 instances (c3.xlarge, t3.medium, t3a.2xlarge) Normally this test will take about 30 seconds to run. But somehow it hangs in this case. I have the test restar

[Bug 1926084] Re: [hirsute] [Intel AX200 Bluetooth] Bluetooth speakers reconnect randomly

2021-09-27 Thread Daniel van Vugt
The most likely cause of this problem is environmental such as: * Other Bluetooth devices in the same area, like mice; or * 2.4GHz wifi networks interfering with Bluetooth. Try using 5GHz networks, or wired networking instead. ** Summary changed: - [hirsute] Bluetooth speakers reconnect ra

[Bug 1945274] Re: security updates are breaking mod_wsgi apps

2021-09-27 Thread Alex Murray
Ok so whilst this worked in the past, this was more by chance than by design since as documented upstream[1]: If the first argument ends with a trailing /, the second argument should also end with a trailing /, and vice versa. Otherwise, the resulting requests to the backend may miss some needed

[Bug 1945274] Re: security updates are breaking mod_wsgi apps

2021-09-27 Thread Dr. Jens Harbott
We are using ProxyPass "/placement" "unix:/var/run/uwsgi/placement- api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 If I replace that by ProxyPass "/placement" "unix:/var/run/uwsgi/placement- api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 things are working fine again. -- You receiv

[Bug 1941048] Re: [SRU] Ussuri stable releases

2021-09-27 Thread Chris MacNaughton
To cover the ceilometer release to proposed: Tests were performed on Focal with Proposed: == Totals

[Bug 1944468] Re: Electron applications all crash upon launch

2021-09-27 Thread Fabio Rotondo
I can confirm @mwhudson's glibc build from https://launchpad.net/~mwhudson/+archive/ubuntu/devirt fixed the issue for me with VSCode. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1944468 Title: Ele

[Bug 1944946] Re: Path of open-vm-tools libdeployPkgPlugin.so is now multi-arch compliant breaking cloud-init

2021-09-27 Thread Christian Ehrhardt 
Thanks everyone, from the test build and PR review POV all is fine. I'm waiting for John to confirm that SDMP is really happy, to avoid fixing this overall issue twice. To be clear @John - I'm ok to move the SDMP scripts subdir to a non multiarch directory if you could confirm that this will nev

[Bug 1945277] Re: Update the hardware support for HP Z8 G4 Workstation in oem-stella.cmit-eevee-meta

2021-09-27 Thread Dirk Su
** Summary changed: - [DRAFT] Update the hardware support for HP Z8 G4 Workstation in oem-stella.cmit-eevee-meta + Update the hardware support for HP Z8 G4 Workstation in oem-stella.cmit-eevee-meta ** Description changed: - [DRAFT][Impact] + [Impact] * It should have no impact at all bec

[Bug 1945281] [NEW] Installation Crash

2021-09-27 Thread Ajit Kumar
Public bug reported: When tried to install a ubuntu 21.04 on acer's laptop its crashed at installation. Don't know how the system respond when I restart it. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: ubiquity 21.04.19 ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname: Lin

[Bug 1945265] Re: Open-vm-tools release 11.3.5 has been released

2021-09-27 Thread Christian Ehrhardt 
Thanks for the FYI John, I linked the related Debian bug that you also opened. From the Ubuntu side this will have to wait until the development of 22.04 opens up. Might I ask for the planned timelines of 11.4.0 and 11.4.5 to see how they eventually align with overall 22.04? ** Bug watch added:

[Bug 1944951] Re: delayed display update / konsole artifacts

2021-09-27 Thread Horst Schirmeier
Yes! The artifacts reappear when I hit Shift-Alt-F12. Good catch! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1944951 Title: delayed display update / konsole artifacts To manage notifications a

[Bug 1832182] Re: systemd unable to detect running apache if invoked via "apache2ctl graceful"

2021-09-27 Thread Christian Ehrhardt 
It seems https://launchpad.net/ubuntu/+source/apache2/2.4.29-1ubuntu4.15 https://launchpad.net/ubuntu/+source/apache2/2.4.41-4ubuntu3.2 Were only in proposed and subsequent uploads - held back by the discussion on regressions back then. Later subsequent security uploads did NOT include those chan

[Bug 1945274] Re: security updates are breaking mod_wsgi apps

2021-09-27 Thread Dr. Jens Harbott
so the culprit seems to be CVE-2021-36160.patch , if I build the focal version without that patch, the issue is resolved ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-36160 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1945274] [NEW] security updates are breaking mod_wsgi apps

2021-09-27 Thread Dr. Jens Harbott
Public bug reported: Seen with both 2.4.48-3.1ubuntu2 for impish and 2.4.41-4ubuntu3.5 for focal. Steps to reproduce: - Have a request log for your app as in https://modwsgi.readthedocs.io/en/master/user-guides/debugging-techniques.html#tracking-request-and-response - App deployed at /app - curl

[Bug 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2021-09-27 Thread iandol
> I can browse to my SMB shares just by killing and restarting the gvfsd-smbd process This magic solution has fixed my problems connecting my 21.04 Ubuntu clients to a Synology NAS, thank you @BloodyIron (wasting ~60 minutes of time trying to find a work around). While waiting for the proper upst

[Bug 1914740] Re: IPs are not assigned for Hipersockets in DHCP mode

2021-09-27 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1914740 Title: IPs are not assigned for Hipersockets in DHCP mode To manag

[Bug 1929184] Re: [21.10 FEAT] RoCE: Predictable Interface Names - systemd part

2021-09-27 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1929184 Title: [21.10 FEAT] RoCE: Predictable Interface Names - systemd par

[Bug 1267067] Re: Postinstallation failed

2021-09-27 Thread Launchpad Bug Tracker
[Expired for hicolor-icon-theme (Ubuntu) because there has been no activity for 60 days.] ** Changed in: hicolor-icon-theme (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1267067] Re: Postinstallation failed

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1289428] Re: Dual monitor layout is lost after external display disconnect

2021-09-27 Thread Launchpad Bug Tracker
[Expired for gnome-settings-daemon (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-settings-daemon (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1289428] Re: Dual monitor layout is lost after external display disconnect

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1380971] Re: Turn on then turn off the High Contrast in Universal Acess, the system theme will restore to default theme

2021-09-27 Thread Launchpad Bug Tracker
[Expired for Ubuntu Kylin because there has been no activity for 60 days.] ** Changed in: ubuntukylin Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1380971 Title:

[Bug 1380971] Re: Turn on then turn off the High Contrast in Universal Acess, the system theme will restore to default theme

2021-09-27 Thread Launchpad Bug Tracker
[Expired for unity-control-center (Ubuntu) because there has been no activity for 60 days.] ** Changed in: unity-control-center (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1380971] Re: Turn on then turn off the High Contrast in Universal Acess, the system theme will restore to default theme

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1404069] Re: package update-notifier-common 3.157 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-09-27 Thread Launchpad Bug Tracker
[Expired for update-notifier (Ubuntu) because there has been no activity for 60 days.] ** Changed in: update-notifier (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1438375] Re: autofs prevents machine from suspending

2021-09-27 Thread Launchpad Bug Tracker
[Expired for autofs (Ubuntu) because there has been no activity for 60 days.] ** Changed in: autofs (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1438375

[Bug 1404069] Re: package update-notifier-common 3.157 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1522625] Re: changing multiple desktop names results in last one being not changed.

2021-09-27 Thread Launchpad Bug Tracker
[Expired for lxpanel (Ubuntu) because there has been no activity for 60 days.] ** Changed in: lxpanel (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/152262

[Bug 1482899] Re: package fail2ban 0.9.3-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-09-27 Thread Launchpad Bug Tracker
[Expired for fail2ban (Ubuntu) because there has been no activity for 60 days.] ** Changed in: fail2ban (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1482

[Bug 1482899] Re: package fail2ban 0.9.3-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1522625] Re: changing multiple desktop names results in last one being not changed.

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1535277] Re: cannot execute birdfont

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1522625] Re: changing multiple desktop names results in last one being not changed.

2021-09-27 Thread Launchpad Bug Tracker
[Expired for openbox (Ubuntu) because there has been no activity for 60 days.] ** Changed in: openbox (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/152262

[Bug 1535277] Re: cannot execute birdfont

2021-09-27 Thread Launchpad Bug Tracker
[Expired for birdfont (Ubuntu) because there has been no activity for 60 days.] ** Changed in: birdfont (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535

[Bug 1542876] Re: package compiz-plugins 1:0.9.12.2+15.10.20151015-0ubuntu1 [modified: usr/lib/arm-linux-gnueabihf/compiz/libstaticswitcher.so usr/lib/arm-linux-gnueabihf/compiz/libswitcher.so] failed

2021-09-27 Thread Launchpad Bug Tracker
[Expired for compiz (Ubuntu) because there has been no activity for 60 days.] ** Changed in: compiz (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542876

[Bug 1542876] Re: package compiz-plugins 1:0.9.12.2+15.10.20151015-0ubuntu1 [modified: usr/lib/arm-linux-gnueabihf/compiz/libstaticswitcher.so usr/lib/arm-linux-gnueabihf/compiz/libswitcher.so] failed

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1571154] Re: No wifi in 16.04 because of permission issue not having systemd-network permission

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1571154] Re: No wifi in 16.04 because of permission issue not having systemd-network permission

2021-09-27 Thread Launchpad Bug Tracker
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1574065] Re: Search results are not replaced when a new search is started

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1574065] Re: Search results are not replaced when a new search is started

2021-09-27 Thread Launchpad Bug Tracker
[Expired for glogg (Ubuntu) because there has been no activity for 60 days.] ** Changed in: glogg (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574065 T

[Bug 1576476] Re: package sni-qt (not installed) failed to install/upgrade: trying to overwrite shared '/etc/xdg/sni-qt.conf', which is different from other instances of package sni-qt:amd64

2021-09-27 Thread Launchpad Bug Tracker
[Expired for sni-qt (Ubuntu) because there has been no activity for 60 days.] ** Changed in: sni-qt (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576476

[Bug 1576476] Re: package sni-qt (not installed) failed to install/upgrade: trying to overwrite shared '/etc/xdg/sni-qt.conf', which is different from other instances of package sni-qt:amd64

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1598896] Re: Warning from smart-notifier

2021-09-27 Thread Launchpad Bug Tracker
[Expired for smart-notifier (Ubuntu) because there has been no activity for 60 days.] ** Changed in: smart-notifier (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1621911] Re: convert: error while loading shared libraries: libIlmImf.so.6: cannot open shared object file: No such file or directory

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1598896] Re: Warning from smart-notifier

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1621911] Re: convert: error while loading shared libraries: libIlmImf.so.6: cannot open shared object file: No such file or directory

2021-09-27 Thread Launchpad Bug Tracker
[Expired for imagemagick (Ubuntu) because there has been no activity for 60 days.] ** Changed in: imagemagick (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1627552] Re: package binutils-arm-none-eabi 2.24-2ubuntu2+4 failed to install/upgrade: error creating hard link './usr/lib/arm-none-eabi/bin/as': Invalid cross-device link

2021-09-27 Thread Launchpad Bug Tracker
[Expired for binutils-arm-none-eabi (Ubuntu) because there has been no activity for 60 days.] ** Changed in: binutils-arm-none-eabi (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1658374] Re: package libkmod2 22-1ubuntu4 [modified: usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1627552] Re: package binutils-arm-none-eabi 2.24-2ubuntu2+4 failed to install/upgrade: error creating hard link './usr/lib/arm-none-eabi/bin/as': Invalid cross-device link

2021-09-27 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity for 60 days.] ** Changed in: hundredpapercuts Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1658374] Re: package libkmod2 22-1ubuntu4 [modified: usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz

2021-09-27 Thread Launchpad Bug Tracker
[Expired for kmod (Ubuntu) because there has been no activity for 60 days.] ** Changed in: kmod (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1658374 Tit

[Bug 1899962] Re: Wrong audio output device selected on Raspberry Pi Desktop

2021-09-27 Thread Launchpad Bug Tracker
[Expired for pulseaudio (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1945261] Re: Sound section missing from mate-control-center in MATE 1.26

2021-09-27 Thread John
Release 20.04.3 LTS (Focal Fossa) 64-bit Kernel Linux 5.4.0-88-generic x86_64 DE: MATE 1.26.0 WM: Metacity (Marco) WM Theme: Ambiant-MATE-Blue Theme: Ambiant-MATE-Blue [GTK2/3] Icons: Ambiant-MATE-Blue [GTK2/3] CPU: Intel i5-5250U (4) @ 2.700GHz GPU: Intel HD Graphics 6000 Memory: 15899MiB -

[Bug 1945270] [NEW] crashed at end of installation

2021-09-27 Thread ben kendrick
Public bug reported: ? ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.12 [modified: lib/partman/init.d/30parted usr/share/ubiquity/apt-setup usr/share/ubiquity/plugininstall.py] ProcVersionSignature: Ubuntu 5.0.0-32.34~18.04.2-generic 5.0.21 Uname: Linux 5.0.0-32-generic

[Bug 1945261] Re: Sound section missing from mate-control-center in MATE 1.26

2021-09-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mate-control-center (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1945261

[Bug 1930754] Re: e1000e extremly slow

2021-09-27 Thread AceLan Kao
** Changed in: linux (Ubuntu Focal) Status: In Progress => Invalid ** Changed in: linux (Ubuntu Focal) Assignee: AceLan Kao (acelankao) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1691556] Re: Can't send audio to Amazon Echo via Bluetooth

2021-09-27 Thread Daniel van Vugt
Support for simultaneous high quality input and output over Bluetooth was only added to PulseAudio in version 15, which is introduced in Ubuntu 21.10. Please try that: http://cdimage.ubuntu.com/daily-live/ ** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Changed

[Bug 1930754] Re: e1000e extremly slow

2021-09-27 Thread AceLan Kao
** Also affects: linux-oem-5.13 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-oem-5.13 (Ubuntu Focal) Status: New => In Progress ** Changed in: linux-oem-5.13 (Ubuntu Focal) Assignee: (unassigned) => AceLan Kao (acelankao) ** Changed in: linux-oem-5.13 (Ub

[Bug 1929895] Re: [EHL] Enable ISHTP

2021-09-27 Thread Kent Lin
@Qin, Could you please advise how could we test this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1929895 Title: [EHL] Enable ISHTP To manage notifications about this bug go to: https://bugs.lau

[Bug 1906476] Re: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, &zp->z_sa_hdl)) failed

2021-09-27 Thread Trent Lloyd
In a related way say you wanted to recover a system from a boot disk, and copy all the data off to another disk. If you use a sequential file copy like from tar/cp in verbose mode and watch it, eventaully it will hang on the file triggering the issue (watch dmesg/kern.log). Once that happens, move

[Bug 1900633] Re: arctica-greeter does not honor gsettings changes

2021-09-27 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1900633 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1945265] [NEW] Open-vm-tools release 11.3.5 has been released

2021-09-27 Thread John Wolfe
Public bug reported: open-vm-tools 11.3.5 has been released on Sept 23, 2021 containing changes for: - A configurable logging capability has been added to the network script. - The hgfsmounter (mount.vmhgfs) command has been removed from open-vm-tools. See: https://github.com/vmware/open-vm-

[Bug 1918954] Re: [Fujitsu MS-7293] [1106:3288] No sound at all

2021-09-27 Thread Daniel van Vugt
** Changed in: linux (Ubuntu) Status: Incomplete => Fix Released ** Changed in: pulseaudio (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918954 Tit

[Bug 1936771] Re: disable “CONFIG_HISI_DMA” config for ubuntu version

2021-09-27 Thread Ike Panhc
** Changed in: kunpeng920/ubuntu-20.04-hwe Status: Fix Committed => Fix Released ** Changed in: kunpeng920/ubuntu-20.04 Status: Fix Committed => Fix Released ** Changed in: kunpeng920 Status: Fix Committed => Fix Released -- You received this bug notification because you ar

[Bug 1945263] Re: package linux-modules-extra-5.11.0-36-generic (not installed) failed to install/upgrade: unable to open '/lib/modules/5.11.0-36-generic/kernel/drivers/scsi/smartpqi/smartpqi.ko.dpkg-

2021-09-27 Thread Kasun Siyambalapitiya
Attaching the output of `lshw` sudo lshw  ✔ [sudo] password

[Bug 1945263] [NEW] package linux-modules-extra-5.11.0-36-generic (not installed) failed to install/upgrade: unable to open '/lib/modules/5.11.0-36-generic/kernel/drivers/scsi/smartpqi/smartpqi.ko.dpk

2021-09-27 Thread Kasun Siyambalapitiya
Public bug reported: System reports and error every few seconds and asks to report. I am sending the automatically generated report, I donot have any idea on the error. uptime --pretty

[Bug 1945263] Re: package linux-modules-extra-5.11.0-36-generic (not installed) failed to install/upgrade: unable to open '/lib/modules/5.11.0-36-generic/kernel/drivers/scsi/smartpqi/smartpqi.ko.dpkg-

2021-09-27 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1945263 Title: package linux-modules-extra-5.11.0-36-generic (not installed) failed to install/upgrade: unable t

[Bug 1945261] Re: Sound section missing from mate-control-center in MATE 1.26

2021-09-27 Thread Bill (franksmcb)
** Summary changed: - Sound section missing from mate-control-cenmter in MATE 1.26 + Sound section missing from mate-control-center in MATE 1.26 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1945261

[Bug 1945047] Re: Gdm does not start anymore on 20.04

2021-09-27 Thread Daniel van Vugt
The problem is that you are missing (or have broken): /usr/share/glib-2.0/schemas/org.gnome.mutter.x11.gschema.xml due to the custom install of: mutter-common 3.38.4-1 [origin: WayDroid] ** Package changed: gnome-shell (Ubuntu) => mutter (Ubuntu) ** Changed in: mutter (Ubuntu) Stat

[Bug 1945047] Re: Gdm does not start anymore on 20.04

2021-09-27 Thread Daniel van Vugt
gdm is an invisible daemon you don't observe directly and the syslog in comment #4 shows it is working fine. What isn't working there is gnome- shell: Sep 25 09:59:09 michel-slim-ekimia kernel: [ 156.762025] traps: gnome-shell[23369] trap int3 ip:7fcbcbecf295 sp:7fff2dcfedd0 error:0 in libglib-

[Bug 1945261] [NEW] Sound section missing from mate-control-cenmter in MATE 1.26

2021-09-27 Thread Bill (franksmcb)
) InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Beta amd64 (20210927) ProcEnviron: LANGUAGE=en_US PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: mate-control-center UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ma

[Bug 1945056] Re: Xorg freeze

2021-09-27 Thread Daniel van Vugt
Thanks for the bug report. You appear to be using the 'oibaf' PPA which is unsupported and often causes bugs like this. Please remove it from your system using 'ppa-purge', reboot, and then open new bugs for any further issues you encounter. ** Package changed: xorg (Ubuntu) => ubuntu ** Changed

[Bug 1900633] Re: arctica-greeter does not honor gsettings changes

2021-09-27 Thread Bill (franksmcb)
Still an issue with 21.10 ** Changed in: arctica-greeter (Ubuntu) Status: Incomplete => Confirmed ** Tags added: impish -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1900633 Title: arctica-

[Bug 1945260] [NEW] Touchpad is not detected in lenovo Ideapad s145 14IIL

2021-09-27 Thread Juan Benavides
Public bug reported: I installed Ubuntu LTS in Lenovo s145 and touchpad doesn't work. It isn't even being detected. Only external mouse works. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: linux-image-5.11.0-36-generic 5.11.0-36.40~20.04.1 ProcVersionSignature: Ubuntu 5.11.0-36.40~20.04.1

[Bug 1936826] Re: gnome-shell crashed with SIGSEGV in st_focus_manager_remove_group() [st-focus-manager.c:199]

2021-09-27 Thread Daniel van Vugt
** Summary changed: - gnome-shell crashed with SIGSEGV in st_focus_manager_remove_group() + gnome-shell crashed with SIGSEGV in st_focus_manager_remove_group() [st-focus-manager.c:199] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1943469] Re: [Asus X541NC] wakes up from sleep mode after 1 second (unless ACPI RP03 is disabled)

2021-09-27 Thread Daniel van Vugt
** Summary changed: - [Asus X541NC] wakes up from sleep mode after 1 second + [Asus X541NC] wakes up from sleep mode after 1 second (unless ACPI RP03 is disabled) ** Changed in: linux-hwe-5.11 (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a mem

[Bug 1943083] Re: [i915] [Braswell] screen flashes black (mouse pointer stays visible) when moving mouse pointer to the left edge of the screen [Failed to post KMS update: drmModeAtomicCommit: Das Arg

2021-09-27 Thread Daniel van Vugt
Please try this as a workaround: MUTTER_DEBUG_ENABLE_ATOMIC_KMS=0 in /etc/environment, and reboot. ** Summary changed: - [i915] [Braswell] screen flashes black (mouse pointer stays visible) when moving mouse pointer to the left edge of the screen + [i915] [Braswell] screen flashes black (mo

[Bug 1944606] Re: [EDIFIER X3 R, recording] Microphone is not detected as an audio input

2021-09-27 Thread Hui Wang
If so, please select hsp/hfp from configuration, the A2DP only has output. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1944606 Title: [EDIFIER X3 R, recording] Microphone is not detected as an aud

[Bug 1945130] Re: Post Parallels Tools install, gnome-shell crashed with SIGABRT in g_assertion_message()

2021-09-27 Thread Daniel van Vugt
This assertion failing probably means there's something broken in the Parallels graphics driver. It doesn't fail for anyone else using the current double buffering logic, although I did have to remove it for the upcoming triple buffering branch: https://gitlab.gnome.org/GNOME/mutter/-/commit/c25a4

[Bug 1939966] Re: [Asus TUF Gaming FA506IV] Random system stops

2021-09-27 Thread Kuroš Taheri-Golværzi
Okay, so, after having changed the GRUB configuration, this time around, it lasted 1 day, 4 hours, and about 45 minutes before finally blackscreening. Also, during that time, at around 1 day and a little bit over 2 hours in, there was a +wall message across all my terminals saying there was a "soft

[Bug 1943189] Re: "cannot refresh whilst network offline" bug

2021-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package packagekit - 1.2.2-2ubuntu3 --- packagekit (1.2.2-2ubuntu3) impish; urgency=medium * Refresh wait-until-online-to-activate-systemd-service.patch with fixes (LP: #1943189) packagekit (1.2.2-2ubuntu2) impish; urgency=medium * Add wait-until-on

[Bug 1899848] Re: Broken WiFi Install on Ubuntu (MATE) 21.10 for BCM4306 (rev 03)

2021-09-27 Thread Aaron Pickett
Bug has recurred after beta installation of 21.10 (Impish). b43 firmware reverted to version 784.2, causing significant degradation of WiFi performance. using b43-fwcutter to load firmware version 5.100.138 (666.2) resolved the issue. ** Summary changed: - Broken WiFi Install on Ubuntu (MATE) 20.

[Bug 1906476] Re: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, &zp->z_sa_hdl)) failed

2021-09-27 Thread Trent Lloyd
So to be clear this patch revert fixes the issue being caused new, but, if the issue already happened on your filesystem it will continue to occur because the exception is reporting corruption on disk. I don't currently have a good fix for this other than to move the affected files to a directory y

[Bug 1941752]

2021-09-27 Thread Richard Johnson
Created attachment 141971 New crash information added by DrKonqi gwenview (20.12.3) using Qt 5.15.2 - What I was doing when the application crashed: This seems to happen reliably on jpg's produced by darktable. Darktable-rendered pics all cause the crash. These were all NEF (Nikon) raw processe

[Bug 1945257] [NEW] zdb -b gives very long progress estimates

2021-09-27 Thread Seth Arnold
Public bug reported: zdb -b has given me some very long progress estimates: $ sudo zdb -b fst [sudo] password for sarnold: Traversing all blocks to verify nothing leaked ... loading space map for vdev 0 of 1, metaslab 115 of 116 ... 4.72T completed (2659MB/s) estimated time remaining: 42944189

[Bug 1929902] Re: [EHL] enable USB-dw3

2021-09-27 Thread Kent Lin
Test Steps: 1. In BIOS setup, enable xDCI as below : Intel Advanced Menu -> PCH-IO Configuration -> USB Configuration-> xDCI Support -> [Enabled] 2. Boot to OS 3. Check dmesg to see if BIOS pass pci device info as below : [ 4.534064] pci :00:14.0: [8086:4b7d] type 00 class 0x0c0330 [ 4.553963]

[Bug 1944655] Re: Wrong panel size

2021-09-27 Thread handsome_feng
Fixed on Debian with new bug-fix version 3.0.5-1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1944655 Title: Wrong panel size To manage notifications about this bug go to: https://bugs.launchpad.

[Bug 1944655] Re: Wrong panel size

2021-09-27 Thread handsome_feng
** Patch added: "ukui-panel_3.0.4_3.0.5.diff" https://bugs.launchpad.net/ubuntu/+source/ukui-panel/+bug/1944655/+attachment/5528526/+files/ukui-panel_3.0.4_3.0.5.diff ** Changed in: ukui-panel (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are

[Bug 452073]

2021-09-27 Thread Jérôme Bouat
I downloaded the below daily build : https://dev-builds.libreoffice.org/daily/master/Linux- rpm_deb-x86_64@86-TDF/current/master~2021-09-26_16.13.32_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb.tar.gz Into this file, I found the libreofficedev7.3_7.3.0.0.alpha0-1_amd64.deb package which has th

  1   2   3   4   5   >