[Bug 1922644] [NEW] no system tray detected popup error

2021-04-05 Thread Praveen Kumar
Public bug reported:

HPLIP No system tray detected exited

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell-extension-appindicator 33.1-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr  6 11:00:08 2021
InstallationDate: Installed on 2020-09-25 (192 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
PackageArchitecture: all
SourcePackage: gnome-shell-extension-appindicator
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell-extension-appindicator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922644

Title:
  no system tray detected  popup error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/1922644/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922293] Re: Snaps appear broken on 21.04 Beta

2021-04-05 Thread Christopher
@ubuntuqa Shiny. I'm running a few of the snaps, most don't seem to be
working with Wayland (or running on an Xsession either). Is that a place
to report the breakages? Just to be clear these are snaps that do seem
to work on 20.04 just not 21.04 which seems to be an error with the
later.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922293

Title:
  Snaps appear broken on 21.04 Beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1922293/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1908818] Re: pure packaging of libnss3

2021-04-05 Thread Alex Murray
@paelzer - we just got another duplicate of this filed for nss in groovy
- is the server team working on a fix for this for groovy?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1908818

Title:
  pure packaging of libnss3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss/+bug/1908818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922291] Re: Day of the week is missing

2021-04-05 Thread Daniel van Vugt
Please also try:

  gsettings set org.gnome.desktop.calendar show-weekdate true

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922291

Title:
  Day of the week is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1922291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922291] Re: Day of the week is missing

2021-04-05 Thread Daniel van Vugt
This sounds like a localization change. Please open a Terminal window
and run:

  echo $LANGUAGE

What does it display?

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922291

Title:
  Day of the week is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1922291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922553] Re: libnss3 package contains invalid library paths

2021-04-05 Thread Alex Murray
*** This bug is a duplicate of bug 1908818 ***
https://bugs.launchpad.net/bugs/1908818

** This bug has been marked a duplicate of bug 1908818
   pure packaging of libnss3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922553

Title:
  libnss3 package contains invalid library paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss/+bug/1922553/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1919408] Re: [amdgpu] GUI freeze

2021-04-05 Thread Daniel van Vugt
It might help with debugging if you could stop 'sinfod' from flooding
the log. Either by reconfiguring it or by uninstalling it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1919408

Title:
  [amdgpu] GUI freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919408/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922640] [NEW] Long String crash libreadline in built-in function input() of Python

2021-04-05 Thread Xinmeng Xia
Public bug reported:

In input() of Python(CPython), it calls rl_callback_handler_install
(prompt, rlhandler) in libreadline. If prompt is a byte string of 60,000
bytes, it will cause crash. e.g.  input([1,2]*1)


System: Ubuntu 16.04

Step to Reproduce:

Python 3.9.2 (default, Mar 12 2021, 15:08:35)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> input([1,2]*1)
*** Error in `/home/xxm/Desktop/apifuzz/Python-3.9.2/python': realloc(): 
invalid next size: 0x0135fd40 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x777f5)[0x7f714431b7f5]
/lib/x86_64-linux-gnu/libc.so.6(+0x834da)[0x7f71443274da]
/lib/x86_64-linux-gnu/libc.so.6(realloc+0x199)[0x7f71443288a9]
/lib/x86_64-linux-gnu/libreadline.so.6(xrealloc+0xe)[0x7f71446a1ffe]
/lib/x86_64-linux-gnu/libreadline.so.6(rl_redisplay+0x125f)[0x7f714469451f]
/lib/x86_64-linux-gnu/libreadline.so.6(readline_internal_setup+0xb0)[0x7f7144681340]
/lib/x86_64-linux-gnu/libreadline.so.6(+0x2a4ac)[0x7f71446984ac]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python[0x5d60b2]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python(PyOS_Readline+0x116)[0x5da536]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python[0x648495]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python[0x613f26]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python(_PyEval_EvalFrameDefault+0x54e2)[0x4267a2]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python[0x4fa3e9]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python(PyEval_EvalCode+0x36)[0x4fa746]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python[0x543adf]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python[0x546d82]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python(PyRun_InteractiveLoopFlags+0x8e)[0x54704e]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python(PyRun_AnyFileExFlags+0x3c)[0x5478fc]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python(Py_RunMain+0x8d7)[0x42b1e7]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python(Py_BytesMain+0x56)[0x42b586]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f71442c4840]
/home/xxm/Desktop/apifuzz/Python-3.9.2/python(_start+0x29)[0x42a289]
=== Memory map: 
0040-00762000 r-xp  08:07 7740578 
/home/xxm/Desktop/apifuzz/Python-3.9.2/python
00961000-00962000 r--p 00361000 08:07 7740578 
/home/xxm/Desktop/apifuzz/Python-3.9.2/python
00962000-0099a000 rw-p 00362000 08:07 7740578 
/home/xxm/Desktop/apifuzz/Python-3.9.2/python
0099a000-009be000 rw-p  00:00 0
012dc000-013ce000 rw-p  00:00 0 [heap]
7f713c00-7f713c021000 rw-p  00:00 0
7f713c021000-7f714000 ---p  00:00 0
7f71439b5000-7f71439cc000 r-xp  08:07 1966109 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f71439cc000-7f7143bcb000 ---p 00017000 08:07 1966109 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f7143bcb000-7f7143bcc000 r--p 00016000 08:07 1966109 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f7143bcc000-7f7143bcd000 rw-p 00017000 08:07 1966109 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f7143bf-7f714407b000 r--p  08:07 4326136 
/usr/lib/locale/locale-archive
7f714407b000-7f71440a r-xp  08:07 1970777 
/lib/x86_64-linux-gnu/libtinfo.so.5.9
7f71440a-7f714429f000 ---p 00025000 08:07 1970777 
/lib/x86_64-linux-gnu/libtinfo.so.5.9
7f714429f000-7f71442a3000 r--p 00024000 08:07 1970777 
/lib/x86_64-linux-gnu/libtinfo.so.5.9
7f71442a3000-7f71442a4000 rw-p 00028000 08:07 1970777 
/lib/x86_64-linux-gnu/libtinfo.so.5.9
7f71442a4000-7f7144464000 r-xp  08:07 1966308 
/lib/x86_64-linux-gnu/libc-2.23.so
7f7144464000-7f7144664000 ---p 001c 08:07 1966308 
/lib/x86_64-linux-gnu/libc-2.23.so
7f7144664000-7f7144668000 r--p 001c 08:07 1966308 
/lib/x86_64-linux-gnu/libc-2.23.so
7f7144668000-7f714466a000 rw-p 001c4000 08:07 1966308 
/lib/x86_64-linux-gnu/libc-2.23.so
7f714466a000-7f714466e000 rw-p  00:00 0
7f714466e000-7f71446ab000 r-xp  08:07 1970756 
/lib/x86_64-linux-gnu/libreadline.so.6.3
7f71446ab000-7f71448ab000 ---p 0003d000 08:07 1970756 
/lib/x86_64-linux-gnu/libreadline.so.6.3
7f71448ab000-7f71448ad000 r--p 0003d000 08:07 1970756 
/lib/x86_64-linux-gnu/libreadline.so.6.3
7f71448ad000-7f71448b3000 rw-p 0003f000 08:07 1970756 
/lib/x86_64-linux-gnu/libreadline.so.6.3
7f71448b3000-7f71448b4000 rw-p  00:00 0
7f71448b4000-7f71449bc000 r-xp  08:07 1966312 
/lib/x86_64-linux-gnu/libm-2.23.so
7f71449bc000-7f7144bbb000 ---p 00108000 08:07 1966312 
/lib/x86_64-linux-gnu/libm-2.23.so
7f7144bbb000-7f7144bbc000 r--p 00107000 08:07 1966312 
/lib/x86_64-linux-gnu/libm-2.23.so
7f7144bbc000-7f7144bbd000 rw-p 00108000 08:07 1966312 
/lib/x86_64-linux-gnu/libm-2.23.so
7f7144bbd000-7f7144bbf000 r-xp  08:07 1966307 
/lib/x86_64-linux-gnu/libutil-2.23.so
7f7144bbf000-7f7144dbe000 ---p 2000 08:07 1966307 
/lib/x86_64-linux-gnu/libutil-2.23.so
7f7144dbe000-7f7144dbf000 r--p 1000 08:07 1966307 
/lib/x86_64-linux-gnu/libutil-2.23.so
7f7144dbf000-7f7144dc rw-p 

[Bug 1914106] Re: Xorg freeze

2021-04-05 Thread Daniel van Vugt
Thanks but that log is full of errors from extensions. Please follow
step 1 in comment #2 and also remove locally installed extensions:

  cd /home/jason/.local/share/gnome-shell
  rm -rf extensions

Then reboot and if the problem persists follow steps 2 & 3 again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1914106

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1914106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1869059] Re: Button 2 of my ThinkPad X1 Yoga's stylus is not detected

2021-04-05 Thread Mathew Hodson
** Changed in: libwacom (Ubuntu)
   Importance: Low => Medium

** Also affects: oem-priority
   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/1869059

Title:
  Button 2 of my ThinkPad X1 Yoga's stylus is not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1869059/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1921991] Re: [SRU] Support isdv4-aes stylus group and multiple AES stylus definitions

2021-04-05 Thread Mathew Hodson
** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: libwacom (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1921991

Title:
  [SRU] Support isdv4-aes stylus group and multiple AES stylus
  definitions

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1921991/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1883025] Re: [focal SRU] davfs2 unable to unmount: segfault error 4 in libc.so

2021-04-05 Thread Mathew Hodson
Fixed in Ubuntu Groovy and later.

---
davfs2 (1.5.6-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.
  * Standards-Version: 4.5.0
  * Fix incompatible neon library version by adding 31 to configure.ac.
  * Fix a lintian warning of debian-watch-uses-insecure-uri.

 -- Hsieh-Tseng Shen   Thu, 18 Jun 2020 13:58:12
+0800

** Also affects: davfs2 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: davfs2 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: davfs2 (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: davfs2 (Ubuntu)
   Status: In Progress => 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/1883025

Title:
  [focal SRU] davfs2 unable to unmount: segfault error 4 in libc.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/davfs2/+bug/1883025/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 508057] Re: launchpad tracplugin and ppa packages

2021-04-05 Thread Alvaro Lemus Viveros
** Also affects: 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/508057

Title:
  launchpad tracplugin and ppa packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/trac-launchpad/+bug/508057/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1886322] Re: Unable to move all selected files on desktop

2021-04-05 Thread Daniel van Vugt
** Also affects: gnome-shell-extension-desktop-icons-ng (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell-extension-desktop-icons-ng (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/1886322

Title:
  Unable to move all selected files on desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons/+bug/1886322/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912673] Re: sounds not working on Dell XPS 17 (9700)

2021-04-05 Thread Daniel van Vugt
** Tags added: hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912673

Title:
  sounds not working on Dell XPS 17 (9700)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1912673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913742] Re: Fractional scaling: bottom half of screen black on external monitor disconnect

2021-04-05 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
   Status: Expired => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913742

Title:
  Fractional scaling: bottom half of screen black on external monitor
  disconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1913742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922637] Re: held broken packages trying to upgrade from Groovy to Hirsute (Xubuntu, MATE)

2021-04-05 Thread Mike Kupfer
Forgot to mention: the updater says the VM is current with the Groovy
packages that are installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922637

Title:
  held broken packages trying to upgrade from Groovy to Hirsute
  (Xubuntu, MATE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1922637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922637] [NEW] held broken packages trying to upgrade from Groovy to Hirsute (Xubuntu, MATE)

2021-04-05 Thread Mike Kupfer
Public bug reported:

I have a VM that I've upgraded across several releases.  It was
originally installed with Xubuntu; I forget what release.  It's been
running Groovy (20.10) for a few months, and I recently (re)installed
MATE.  I ran "update-manager -d" to upgrade to Hirsute beta.  It failed
and suggested the problem might be transient.  But trying again a day or
2 later failed as well.  This time I checked the logs, and main.log
shows complaints about held broken packages.  I don't currently have any
broken packages (according to Synaptic), and "apt-mark showhold"
displays nothing, so I assume this is a packaging problem related to the
upgrade.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubuntu-release-upgrader-core 1:20.10.14
ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
Uname: Linux 5.8.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
CrashDB: ubuntu
CurrentDesktop: MATE
Date: Mon Apr  5 21:15:00 2021
InstallationDate: Installed on 2018-04-16 (1085 days ago)
InstallationMedia: Xubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to groovy on 2021-04-06 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade groovy groovy2hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922637

Title:
  held broken packages trying to upgrade from Groovy to Hirsute
  (Xubuntu, MATE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1922637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1896171] Re: Wayland GL apps appear corrupt on Raspberry Pi 4B (v3d driver)

2021-04-05 Thread Daniel van Vugt
Reopened (like the upstream bug) to avoid confusion about the fix not
being enabled by default. You just need to run:

  gsettings set org.gnome.mutter experimental-features "['kms-
modifiers']"

But we can close this again after that's been done automatically in a
future release.

** Changed in: mutter (Ubuntu)
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1896171

Title:
  Wayland GL apps appear corrupt on Raspberry Pi 4B (v3d driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/1896171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 215767] Re: smbldap-passwd cannot generate the proper hash!

2021-04-05 Thread Launchpad Bug Tracker
[Expired for smbldap-tools (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: smbldap-tools (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/215767

Title:
  smbldap-passwd cannot generate the proper hash!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/215767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 312925] Re: smbldap-tools: Uninitialized variables in configure.pl

2021-04-05 Thread Launchpad Bug Tracker
[Expired for smbldap-tools (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: smbldap-tools (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/312925

Title:
  smbldap-tools: Uninitialized variables in configure.pl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/312925/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 531257] Re: Wrong default 'sambaUnixIdPooldn object' value

2021-04-05 Thread Launchpad Bug Tracker
[Expired for smbldap-tools (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: smbldap-tools (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/531257

Title:
  Wrong default 'sambaUnixIdPooldn object' value

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/531257/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 545001] Re: Unable to join machine to domain

2021-04-05 Thread Launchpad Bug Tracker
[Expired for smbldap-tools (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: smbldap-tools (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/545001

Title:
  Unable to join machine to domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/545001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 680177] Re: smbldap-useradd fails to authenticate to allow changes to LDAP server

2021-04-05 Thread Launchpad Bug Tracker
[Expired for smbldap-tools (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: smbldap-tools (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/680177

Title:
  smbldap-useradd fails to authenticate to allow changes to LDAP server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/680177/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1873997] Re: sound, network, partition mounting and shutdown dialog not working

2021-04-05 Thread Launchpad Bug Tracker
[Expired for ubuntu-mate-meta (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-mate-meta (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/1873997

Title:
  sound, network, partition mounting and shutdown dialog not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-mate-meta/+bug/1873997/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1864791] Re: Lubuntu failed install "wipefs --all /dev/sda9"

2021-04-05 Thread Launchpad Bug Tracker
[Expired for calamares (Ubuntu) because there has been no activity for
60 days.]

** Changed in: calamares (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/1864791

Title:
  Lubuntu failed install "wipefs --all /dev/sda9"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1864791/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912590] Re: upgred

2021-04-05 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: 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/1912590

Title:
  upgred

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1912590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914379] Re: SNMP V3 Pdu request size not handled

2021-04-05 Thread Launchpad Bug Tracker
[Expired for net-snmp (Ubuntu) because there has been no activity for 60
days.]

** Changed in: net-snmp (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/1914379

Title:
  SNMP V3 Pdu request size not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1914379/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914280] Re: Remove bundler from Hirsute

2021-04-05 Thread Launchpad Bug Tracker
[Expired for bundler (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bundler (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/1914280

Title:
  Remove bundler from Hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bundler/+bug/1914280/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914571] Re: my wifi is not working and wifi is not showing in settings

2021-04-05 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (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/1914571

Title:
  my wifi is not working and wifi is not showing in settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1914571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914583] Re: unresponsive gnome de on 20.10

2021-04-05 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-shell (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/1914583

Title:
  unresponsive gnome de on 20.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1914583/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915213] Re: Upgrade to 20.04 is aborted. Reason: ppa not supported

2021-04-05 Thread Paolo Cantore
I just ran the suggested command 'do-release-upgrade -p' with no
success.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915213

Title:
  Upgrade to 20.04 is aborted. Reason: ppa not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1915213/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922437] Re: login into desktop is stuttering on wayland

2021-04-05 Thread Daniel van Vugt
If you disable all the extensions in the 'Extensions' app and then log
in again, does the problem still happen?

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922437

Title:
  login into desktop is stuttering on wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1922437/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922437] Re: login into desktop is stuttering on wayland

2021-04-05 Thread Daniel van Vugt
Sounds kind of like https://gitlab.gnome.org/GNOME/gnome-
shell/-/issues/3571 although the root cause of that one does not exist
in GNOME 3.38. And in the end it was closed because the new design of
GNOME 40 makes the issue hardly noticeable. So this is probably a "Won't
Fix" bug, but we can leave it open for other people to find.


** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #3571
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3571

** Changed in: mutter (Ubuntu)
   Importance: Undecided => Low

** Tags added: performance

** Package changed: mutter (Ubuntu) => gnome-shell (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922437

Title:
  login into desktop is stuttering on wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1922437/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922633] Re: gnome-tweaks title keep flipping between option mouse is hovering over & what was displayed

2021-04-05 Thread Chris Guiver
** Description changed:

- title: gnome-tweaks title & window keep flipping between option mouse is
- hovering over & what was displayed
+ title: gnome-tweaks title & window keep flipping between option mouse is 
hovering over & what was displayed
+ - hp dc7700 (c2d-e6320, 5gb, nvidia quadro nvs 290)
  
  I did a QA-test install of Ubuntu hirsute a few days ago. Today I opted
  to look around, and `sudo apt install gnome-tweaks`
  
  On opening gnome-tweaks, at first all went well; but as I move mouse
  down to 'Top Bar', the window becomes unreadable as it flashest between
  what was being displayed, and what I assume is the "Top Bar"...
  
  Currently with the pointer over "Top Bar" the title of the window seems
  to alternate between "Window Titldow Titlebars"  with the middle
  unreadable, and "  "
  
  I see on the left General/Titlebar Actions/Double
  Click/Appearance/Extensions/Fonts/Secondary-Click/Startup
  Applications/Maximize/WIndows/Workspaces with it constantly flashing
  (likely they aren't being all displayed at once but alternating but they
  it's hard to read due to changing many times per second).
  
  The  window appeasr to alter between black & Titlebar Actions, Doubel
  Click, Middle Click, Secondary-Click, Titlebar buttons Maximize,
  Minimize, Placememt"
  
  Changes I made before I noticed this effect was moving buttons to left,
  and disable animations (a old slow c2d box
  
  It's likely the issue isn't a problem with gnome-tweaks but Wayland or
  video driver (kernel module) but I've only noticed this issue with
  `gnome-tweaks` so I've filed against that.
  
  (I'll not keep this setup long, I'm to do more Lubuntu QA-test installs
  on it which are full-disk, but I can re-install a daily ISO on request.
  Only changes were adjusting display position to match my setup &
  addition of gnome-tweaks tool).
  
- I've taken video, but phone isn't co-operating... will add to bug report
- when I can.
+ 
https://photos.google.com/share/AF1QipNYQkub758NhGXr5cDMRx0qn973vnRC2Z7mXjHFCVLX6PVlyNWnkWnPWuKnmnB5ww/photo/AF1QipM59TtRKw_UNmPohwZLP3yK87-xeeqzP3JG9fMN?key=SWx6VlBLMUxVZmg2N2t4b3p1bXhoWV9NNjJ1Vnhn
+ 
+ You'll note in crappy video the issue only occurs when mouse is over the
+ left-side of the gnome-tweaks window  (audio: my pup wants his walk..)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: gnome-tweaks 3.34.0-4
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr  6 13:08:04 2021
  InstallationDate: Installed on 2021-04-01 (4 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  PackageArchitecture: all
  SourcePackage: gnome-tweaks
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922633

Title:
  gnome-tweaks title keep flipping between option mouse is
  hovering over & what was displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-tweaks/+bug/1922633/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922633] [NEW] gnome-tweaks title keep flipping between option mouse is hovering over & what was displayed

2021-04-05 Thread Chris Guiver
Public bug reported:

title: gnome-tweaks title & window keep flipping between option mouse is
hovering over & what was displayed

I did a QA-test install of Ubuntu hirsute a few days ago. Today I opted
to look around, and `sudo apt install gnome-tweaks`

On opening gnome-tweaks, at first all went well; but as I move mouse
down to 'Top Bar', the window becomes unreadable as it flashest between
what was being displayed, and what I assume is the "Top Bar"...

Currently with the pointer over "Top Bar" the title of the window seems
to alternate between "Window Titldow Titlebars"  with the middle
unreadable, and "  "

I see on the left General/Titlebar Actions/Double
Click/Appearance/Extensions/Fonts/Secondary-Click/Startup
Applications/Maximize/WIndows/Workspaces with it constantly flashing
(likely they aren't being all displayed at once but alternating but they
it's hard to read due to changing many times per second).

The  window appeasr to alter between black & Titlebar Actions, Doubel
Click, Middle Click, Secondary-Click, Titlebar buttons Maximize,
Minimize, Placememt"

Changes I made before I noticed this effect was moving buttons to left,
and disable animations (a old slow c2d box

It's likely the issue isn't a problem with gnome-tweaks but Wayland or
video driver (kernel module) but I've only noticed this issue with
`gnome-tweaks` so I've filed against that.

(I'll not keep this setup long, I'm to do more Lubuntu QA-test installs
on it which are full-disk, but I can re-install a daily ISO on request.
Only changes were adjusting display position to match my setup &
addition of gnome-tweaks tool).

I've taken video, but phone isn't co-operating... will add to bug report
when I can.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-tweaks 3.34.0-4
ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
Uname: Linux 5.11.0-13-generic x86_64
ApportVersion: 2.20.11-0ubuntu61
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr  6 13:08:04 2021
InstallationDate: Installed on 2021-04-01 (4 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
PackageArchitecture: all
SourcePackage: gnome-tweaks
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-tweaks (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922633

Title:
  gnome-tweaks title keep flipping between option mouse is
  hovering over & what was displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-tweaks/+bug/1922633/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867668] Re: Visual artifacts in Gnome Shell when using the old 'intel' Xorg driver

2021-04-05 Thread Daniel van Vugt
The package being installed does not mean it is used. Xorg will use the
correct driver 'modesetting' by default.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1867668

Title:
  Visual artifacts in Gnome Shell when using the old 'intel' Xorg driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1867668/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922631] [NEW] Redshift (nightlight) installed but not available when searched in menu

2021-04-05 Thread Scott
Public bug reported:

Version: Ubuntu 21.04 hirsute (x86-64)

Program location: /usr/bin/redshift

Redshift installed, but is not available in GUI.  Program installed at
/usr/bin/redshift.

** Affects: xapp (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- /usr/bin/redshift
+ Version: Ubuntu 21.04 hirsute (x86-64)
+ 
+ Program location: /usr/bin/redshift
  
  Redshift installed, but is not available in GUI.  Program installed at
  /usr/bin/redshift.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922631

Title:
  Redshift (nightlight) installed but not available when searched in
  menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapp/+bug/1922631/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905519] Re: Syslog is flooded with Object St.Bin (0x565425162c80), has been already deallocated — impossible to set any property on it. This might be caused by the object having been destroyed f

2021-04-05 Thread Daniel van Vugt
Yes indeed comment #12 shows the fix is only in 21.04 at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905519

Title:
  Syslog is flooded with Object St.Bin (0x565425162c80), has been
  already deallocated — impossible to set any property on it. This might
  be caused by the object having been destroyed from C code using
  something such as destroy(), dispose(), or remove() vfuncs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1905519/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1919972] Re: Icon grid flashes briefly before the spring animation

2021-04-05 Thread Daniel van Vugt
** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #3404
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3404

** Also affects: gnome-shell via
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3404
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1919972

Title:
  Icon grid flashes briefly before the spring animation

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1919972/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915870] Re: gnome-shell/gnome-session-check-accelerated-gl-helper crashed with SIGSEGV in cso_destroy_context() [r300_dri.so]

2021-04-05 Thread Daniel van Vugt
The fix looks simple enough. We probably want to patch it ASAP:

https://gitlab.freedesktop.org/mesa/mesa/-/commit/58e43594fc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915870

Title:
  gnome-shell/gnome-session-check-accelerated-gl-helper crashed with
  SIGSEGV in cso_destroy_context() [r300_dri.so]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1915870/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2021-04-05 Thread Daniel van Vugt
If there were any "crashes" then indeed using a Xorg session you would
not notice them, because gnome-shell on Xorg can restart seamlessly and
your apps are unaffected. That doesn't mean Wayland is crashing more
often than Xorg, only that a Xorg session recovers better from gnome-
shell crashes.

But this bug is not about crashes. It's about app windows not responding
to clicks while the shell does. So if you do experience that problem
then we would like to know how to reproduce it.

We probably don't want any discussions of crashes here because I don't
think they will be relevant. They should get their own separate bug
reports.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181666

Title:
  gnome-shell randomly blocks mouse clicks from working in app windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1181666/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1874578] Re: Dock has very long load time when show-mounts is enabled

2021-04-05 Thread Daniel van Vugt
** Summary changed:

- [wayland] dock has very long load time when show-mounts is enabled
+ Dock has very long load time when show-mounts is enabled

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1874578

Title:
  Dock has very long load time when show-mounts is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1874578/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1909732] Re: Gnome Shell freezes for 2 minutes on unlock when mobile phone is connected (log shows gvfsd PTP errors)

2021-04-05 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1874578 ***
https://bugs.launchpad.net/bugs/1874578

Comment #12 should have said "bug 1874578". I think we can track it
there.

** This bug has been marked a duplicate of bug 1874578
   [wayland] dock has very long load time when show-mounts is enabled

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1909732

Title:
  Gnome Shell freezes for 2 minutes on unlock when mobile phone is
  connected (log shows gvfsd PTP errors)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1909732/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922613] Re: fwupd + zed infinite loop

2021-04-05 Thread Kevin McMurtrie
Trying the snap version.
It would have been nice to know in advance that 'sudo snap install fwupd 
--classic' reboots everything but the kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922613

Title:
  fwupd + zed infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1922613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918024] Re: ZFS/fwupd infinite loop

2021-04-05 Thread Mario Limonciello
*** This bug is a duplicate of bug 1922613 ***
https://bugs.launchpad.net/bugs/1922613

** This bug has been marked a duplicate of bug 1922613
   fwupd + zed infinite loop

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918024

Title:
  ZFS/fwupd infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918024/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922613] Re: fwupd + zed infinite loop

2021-04-05 Thread Mario Limonciello
** Changed in: fwupd (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922613

Title:
  fwupd + zed infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1922613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922432] Re: Libreoffice apps launches default gear icon under wayland

2021-04-05 Thread lotuspsychje
1. i was testing a daily 21.04 20210403 on a physical netbook, tested both xorg 
& wayland
and only wayland had the issue

2. it was a fresh daily install

3. the grey icon dissapears pretty fast and changes indeed into the expected 
icons
when the libreoffice app has launched

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922432

Title:
  Libreoffice apps launches default gear icon under wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1922432/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922548] Re: Crash accessing Home of another user

2021-04-05 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It sounds like some part of the system has crashed. To
help us find the cause of the crash please follow these steps:

1. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

3. If step 2 also failed then apply the workaround from bug 994921,
reboot, reproduce the crash, and retry step 1.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.


** Changed in: nautilus (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922548

Title:
  Crash accessing Home of another user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1922548/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922613] Re: fwupd + zed infinite loop

2021-04-05 Thread Mario Limonciello
So zed is causing change events that fwupd is picking up and going crazy
with.  It seems like fwupd should be filtering these events.

1) Can you bring this bug report upstream to https://github.com/fwupd/fwupd ?
2) Would it be possible to switch to the fwupd snap and see if this issue 
persists?  This will check if it's still present in the latest release of fwupd.

# sudo apt remove fwupd
# sudo snap install fwupd --classic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922613

Title:
  fwupd + zed infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1922613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922621] [NEW] PulseAudio Assertion 'section' in pa_alsa_element_get() when laptop in docking station

2021-04-05 Thread Andreas Scherbaum
Public bug reported:

PulseAudio 1:13.99.1-1ubuntu3.10, Ubuntu 20.04.2
Laptop: Lenovo ThinkPad X1 Carbon 7th

Soundcards:
 0 [sofhdadsp  ]: sof-hda-dsp - sof-hda-dsp
  LENOVO-20QES01L00-ThinkPadX1Carbon7th
 1 [Audio  ]: USB-Audio - ThinkPad Dock USB Audio
  Generic ThinkPad Dock USB Audio at 
usb-:00:14.0-5.4.4, high speed

When the laptop is not docked, everything works fine. Sound is played
using the laptop internal speakers. When the laptop is in the docking
station, the sound in KDE is not working (no sound devices are shown).
Pulseaudio is crashing with an Assertion.

D: [pulseaudio] alsa-mixer.c: Profile output:analog-stereo supported.
D: [pulseaudio] conf-parser.c: Parsing configuration file 
'/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf'
D: [pulseaudio] conf-parser.c: Parsing configuration file 
'/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common'
E: [pulseaudio] alsa-mixer.c: Assertion 'section' failed at 
modules/alsa/alsa-mixer.c:1954, function pa_alsa_element_get(). Aborting.


Prime suspect for the change is an "Embedded Controller Update" by fwupdmgr, 
which was installed a while ago, and applied during last reboot. This cannot be 
downgraded (Lenovo does not support that).


More details from "pulseaudio -", docked:

I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: 
"").
D: [pulseaudio] database-tdb.c: Opened TDB database 
'/home/ads/.pulse/8815a710d4ce4667b8c98403eec58bed-card-database.tdb'
I: [pulseaudio] module-card-restore.c: Successfully opened database file 
'/home/ads/.pulse/8815a710d4ce4667b8c98403eec58bed-card-database'.
I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: 
"").
I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; 
argument: "").
I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; 
argument: "").
D: [pulseaudio] module.c: Checking for existence of 
'/usr/lib/pulse-13.99.1/modules/module-switch-on-connect.so': success
I: [pulseaudio] module.c: Loaded "module-switch-on-connect" (index: #5; 
argument: "").
D: [pulseaudio] module.c: Checking for existence of 
'/usr/lib/pulse-13.99.1/modules/module-udev-detect.so': success
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: 
/devices/pci:00/:00:14.0/usb1/1-5/1-5.4/1-5.4.4/1-5.4.4:1.0/sound/card1 
is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 
'device_id="1" name="usb-Generic_ThinkPad_Dock_USB_Audio-00" 
card_name="alsa_card.usb-Generic_ThinkPad_Dock_USB_Audio-00" namereg_fail=false 
tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes 
avoid_resampling=no card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus 
0dd0d23e5ac302eec692d2b2606b9c78 as :1.81
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on 
device 'Audio1'
I: [pulseaudio] (alsa-lib)main.c: error: failed to import hw:1 use case 
configuration -2
I: [pulseaudio] (alsa-lib)main.c: error: failed to import ThinkPad Dock USB 
Audio use case configuration -2
I: [pulseaudio] alsa-ucm.c: UCM not available for card ThinkPad Dock USB Audio
D: [pulseaudio] conf-parser.c: Parsing configuration file 
'/usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf'
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo 
(analog-stereo)
D: [pulseaudio] alsa-util.c: Trying front:1 with SND_PCM_NO_AUTO_FORMAT ...


Not docked:

I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: 
"").
D: [pulseaudio] database-tdb.c: Opened TDB database 
'/home/ads/.pulse/8815a710d4ce4667b8c98403eec58bed-card-database.tdb'
I: [pulseaudio] module-card-restore.c: Successfully opened database file 
'/home/ads/.pulse/8815a710d4ce4667b8c98403eec58bed-card-database'.
I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: 
"").
I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; 
argument: "").
I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; 
argument: "").
D: [pulseaudio] module.c: Checking for existence of 
'/usr/lib/pulse-13.99.1/modules/module-switch-on-connect.so': success
I: [pulseaudio] module.c: Loaded "module-switch-on-connect" (index: #5; 
argument: "").
D: [pulseaudio] module.c: Checking for existence of 
'/usr/lib/pulse-13.99.1/modules/module-udev-detect.so': success
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
D: [pulseaudio] module-udev-detect.c: 
/devices/pci:00/:00:1f.3/skl_hda_dsp_generic/sound/card0 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 
'device_id="0" name="pci-_00_1f.3-platform-skl_hda_dsp_generic" 

[Bug 1864613] Re: xfwm4 very, very slow - leaking something?

2021-04-05 Thread Sean Davis
** Description changed:

+ [Impact]
+ 
+  * There is an error leak in the Xfwm4 compositor, causing the system to
+ run slowly after some uptime.
+ 
+ [Test Plan]
+ 
+  * Enable the Xfwm4 compositor if it is not already. Settings Manager >
+ Window Manager Tweaks > Compositor > Toggle on "Enable Display
+ Compositing".
+ 
+  * Use the desktop for some time. Reportedly, zooming in and out
+ repeatedly can speed up the process. To zoom, hold Alt, and scroll up
+ and down.
+ 
+  * The system should start performing poorly after some time, with xfwm4
+ consuming much of the CPU resources.
+ 
+  * Once fixed, the system should be much more performant after
+ performing these tasks.
+ 
+ [Where problems could occur]
+ 
+  * Regression potential should be relatively low, as the release between
+ 4.14.1 and 4.14.5 are bug releases.
+ 
+  * With window managers, some changes could lead to different behavior
+ and other broken displays. Non-AMD graphics users should also test for
+ regressions.
+ 
+ [Other Info]
+  
+  * Please see the Xfwm4 release notes for changes between 4.14.1 and 4.14.5: 
https://gitlab.xfce.org/xfce/xfwm4/-/blob/xfce-4.14/NEWS#L7-44
+ 
+ [Original Report]
+ 
  After some uptime, xfwm4 is VERY slow at something, to the point that
  it's consuming 100% of CPU on a Xeon system and making the system
  entirely unusable. I don't know who is leaking what, but somebody is
  clearly leaking something.
  
  I don't have debug symbols, so this is the best I can get:
  
  Thread 1 (Thread 0x7f7b9d98af00 (LWP 27599)):
  #0  0x7f7b9f1e8b7f in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  #1  0x7f7b9f1e8be2 in gdk_x11_display_error_trap_push () from 
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  #2  0x555c9582c771 in ?? ()
  #3  0x7f7b9ee75248 in ?? () from 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #4  0x7f7b9ee7471e in g_main_context_dispatch () from 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #5  0x7f7b9ee74ad0 in ?? () from 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #6  0x7f7b9ee74dc3 in g_main_loop_run () from 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x7f7b9f4d2c2d in gtk_main () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #8  0x555c958222ce in ?? ()
  #9  0x7f7b9e7861e3 in __libc_start_main (main=0x555c95821b50, argc=6, 
argv=0x7fffbeb91c18, init=, fini=, 
rtld_fini=, stack_end=0x7fffbeb91c08) at ../csu/libc-start.c:308
  #10 0x555c9582249e in ?? ()
- 
  
  or
  
  Thread 1 (Thread 0x7f7b9d98af00 (LWP 27599)):
  #0  0x7f7b9f1e8b83 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  #1  0x7f7b9f1e8be2 in gdk_x11_display_error_trap_push () from 
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  #2  0x555c9582e33a in ?? ()
  #3  0x555c95834f1b in ?? ()
  #4  0x555c958337d0 in ?? ()
  #5  0x7f7b9f1f0f4f in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  #6  0x7f7b9f1f133a in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  #7  0x7f7b9f1b9094 in gdk_display_get_event () from 
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  #8  0x7f7b9f1f0fe6 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  #9  0x7f7b9ee7484d in g_main_context_dispatch () from 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #10 0x7f7b9ee74ad0 in ?? () from 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #11 0x7f7b9ee74dc3 in g_main_loop_run () from 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #12 0x7f7b9f4d2c2d in gtk_main () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #13 0x555c958222ce in ?? ()
  #14 0x7f7b9e7861e3 in __libc_start_main (main=0x555c95821b50, argc=6, 
argv=0x7fffbeb91c18, init=, fini=, 
rtld_fini=, stack_end=0x7fffbeb91c08) at ../csu/libc-start.c:308
  #15 0x555c9582249e in ?? ()
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xfwm4 4.14.0-1
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  Uname: Linux 5.3.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Feb 24 23:18:34 2020
  InstallationDate: Installed on 2019-01-21 (399 days ago)
  InstallationMedia: Xubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  SourcePackage: xfwm4
  UpgradeStatus: Upgraded to eoan on 2019-11-10 (106 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1864613

Title:
  xfwm4 very, very slow - leaking something?

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfwm4/+bug/1864613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922608] Re: Hirsute Daily - Installer does not offer install alongside option with existing ZFS testcase installed

2021-04-05 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/1922608

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922608

Title:
  Hirsute Daily - Installer does not offer install alongside option
  with existing ZFS testcase installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1922608/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872509] Re: xfwm4 crashed with signal 5 in _XReply()

2021-04-05 Thread Sean Davis
** Description changed:

+ [Impact]
+ 
+  * Some client applications crash when closing a dialog with the Xfwm4
+ compositor off.
+ 
+ [Test Plan]
+ 
+  * Disable the Xfwm4 compositor. Settings Manager > Window Manager
+ Tweaks > Compositor > Toggle off "Enable Display Compositing".
+ 
+  * Open Catfish.
+ 
+  * Open the About dialog.
+ 
+  * Close the About dialog.
+ 
+  * Catfish crashes.
+ 
+  * Once fixes, Catfish will no longer crash.
+ 
+ [Where problems could occur]
+ 
+  * Regression potential should be relatively low, as the release between
+ 4.14.1 and 4.14.5 are bug releases.
+ 
+  * With window managers, some changes could lead to different behavior
+ and other broken displays. Non-AMD graphics users should also test for
+ regressions.
+ 
+ [Other Info]
+  
+  * Please see the Xfwm4 release notes for changes between 4.14.1 and 4.14.5: 
https://gitlab.xfce.org/xfce/xfwm4/-/blob/xfce-4.14/NEWS#L7-44
+ 
+ [Original Report]
+ 
  Crash in Catfish when closing the about dialog when running with
  compositing off.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: xfwm4 4.14.0-2ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu25
  Architecture: amd64
  CasperVersion: 1.443
  CurrentDesktop: XFCE
  Date: Mon Apr 13 08:16:42 2020
  ExecutablePath: /usr/bin/xfwm4
  LiveMediaBuild: Xubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200409)
  ProcCmdline: xfwm4 --replace --display :0.0 --sm-client-id 
2c1491795-ed9c-412d-9ef8-3a11bd50a364
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  Signal: 5
  SourcePackage: xfwm4
  StacktraceTop:
-  ?? () from /lib/x86_64-linux-gnu/libX11.so.6
-  ?? () from /lib/x86_64-linux-gnu/libX11.so.6
-  _XReply () from /lib/x86_64-linux-gnu/libX11.so.6
-  XSync () from /lib/x86_64-linux-gnu/libX11.so.6
-  ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
+  ?? () from /lib/x86_64-linux-gnu/libX11.so.6
+  ?? () from /lib/x86_64-linux-gnu/libX11.so.6
+  _XReply () from /lib/x86_64-linux-gnu/libX11.so.6
+  XSync () from /lib/x86_64-linux-gnu/libX11.so.6
+  ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: xfwm4 crashed with signal 5 in _XReply()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872509

Title:
  xfwm4 crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/1872509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1873895] Re: Regression: block staircase display with side-by-side monitors of different pixel widths

2021-04-05 Thread Sean Davis
** Description changed:

+ [Impact]
+ 
+  * This issue affects AMD graphics on Xfwm4 4.14.1.
+ 
+  * Windows are displayed staggered with a multi-window layout
+ 
+ [Test Plan]
+ 
+  * Use AMD graphics drivers
+ 
+  * Connect a second display at a different resolution
+ 
+  * Open multiple windows
+ 
+  * While the issue is present, the windows and desktop will appeared
+ staggered
+ 
+  * Once fixed, they display normally.
+ 
+ [Where problems could occur]
+ 
+  * Regression potential should be relatively low, as the release between
+ 4.14.1 and 4.14.5 are bug releases.
+ 
+  * With window managers, some changes could lead to different behavior
+ and other broken displays. Non-AMD graphics users should also test for
+ regressions.
+ 
+ [Other Info]
+  
+  * Please see the Xfwm4 release notes for changes between 4.14.1 and 4.14.5: 
https://gitlab.xfce.org/xfce/xfwm4/-/blob/xfce-4.14/NEWS#L7-44
+ 
+ [Original Report]
+ 
  Update based on further research.
  
  This only happens when the secondary external display is operating at a
  different pixel width to the internal. In this case eDP is 1920x1080
  whereas the external HDMI-A-0 is natively 1680x1050.
  
  It is caused by xfwm4's recent switch from using glx to xpresent for AMD
  GPUs.
  
  The underlying bug is in the AMD driver.
  
  I was able to reproduce on an external 1920x1200 display only when it
  was set to a non-native 1680x1050 resolution.
  
  ---
  Two identical Lenovo E495 laptops with 20.04 installed. The problem occurred 
initially on the laptop that is having package upgrades applied regularly.
  
  With dual monitors and the external monitor placed left or right the
  display has a blocked staircase effect shown in the attached photograph,
  and seems related to
  
  https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu/-/issues/10
  
  More detailed investigation suggests it only happens when the X
  coordinate of the two monitors is different. The symptom looks like an
  off-by-one error because it appears as if the display is divided into,
  say, 10 rows and 15 columns but the first row has 16 'columns' worth of
  blocks on it and so wraps to the beginning of the 2nd row, and so on.
  
  On the laptop without package upgrades being applied this didn't happen.
  So I upgraded it (314 packages) and restarted and it too sees the same
  problem.
  
  I suspected libxcomposite1 and downgraded it to 1:0.4.5-0ubuntu1 but
  that didn't solve it.
  
  I now suspect libxcb but so far haven't been able to prove it.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroRelease: Ubuntu 20.04
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8] (rev c1) (prog-if 
00 [VGA controller])
     Subsystem: Lenovo ThinkPad E595 [17aa:5124]
  InstallationDate: Installed on 2020-04-08 (11 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200408)
  MachineType: LENOVO 20NECTO1WW
  Package: xserver-xorg-video-amdgpu 19.1.0-1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-21-generic 
root=/dev/mapper/ELLOE000-rootfs ro acpi_osi=! "acpi_osi=Windows 2016" quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Tags:  focal ubuntu ubuntu
  Uname: Linux 5.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lp lpadmin lxd plugdev sambashare sudo users
  _MarkForUpload: True
  dmi.bios.date: 12/23/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R11ET32W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20NECTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR11ET32W(1.12):bd12/23/2019:svnLENOVO:pn20NECTO1WW:pvrThinkPadE495:rvnLENOVO:rn20NECTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E495
  dmi.product.name: 20NECTO1WW
  dmi.product.sku: LENOVO_MT_20NE_BU_Think_FM_ThinkPad E495
  dmi.product.version: ThinkPad E495
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

-- 
You received this bug notification 

[Bug 1922615] Re: package initramfs-tools 0.136ubuntu6.4 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2021-04-05 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/1922615

Title:
  package initramfs-tools 0.136ubuntu6.4 failed to install/upgrade:
  installed initramfs-tools package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1922615/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922615] [NEW] package initramfs-tools 0.136ubuntu6.4 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2021-04-05 Thread Randall King
Public bug reported:

Crash during update. Running as a virtual machine under FreeBSD/Bhyve.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: initramfs-tools 0.136ubuntu6.4
ProcVersionSignature: Ubuntu 5.8.0-40.45~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-40-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Apr  5 17:41:20 2021
ErrorMessage: installed initramfs-tools package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-07-15 (265 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.4
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.136ubuntu6.4 failed to install/upgrade: 
installed initramfs-tools package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922615

Title:
  package initramfs-tools 0.136ubuntu6.4 failed to install/upgrade:
  installed initramfs-tools package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1922615/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1864613] Re: xfwm4 very, very slow - leaking something?

2021-04-05 Thread Sean Davis
Fixed in Xfwm 4.14.5

** Also affects: xfwm4 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: xfwm4 (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: xfwm4 (Ubuntu Focal)
   Status: New => Confirmed

** Changed in: xfwm4 (Ubuntu Groovy)
   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/1864613

Title:
  xfwm4 very, very slow - leaking something?

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfwm4/+bug/1864613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922613] Re: fwupd + zed infinite loop

2021-04-05 Thread Kevin McMurtrie
Sorry, duplicate of #1918024

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922613

Title:
  fwupd + zed infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1922613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922613] [NEW] fwupd + zed infinite loop

2021-04-05 Thread Kevin McMurtrie
Public bug reported:

zed and fwupd will sometimes infinite loop together and slow the
computer to a crawl.  Booting and waking from sleep are the most common
triggers.  Killing either one of them fixes it.


Apr  5 17:29:52 fuel fwupd[560153]: 00:29:52:0033 FuEngine ata 
failed to change udev device 
/sys/devices/pci:00/:00:1f.2/ata8/host7/target7:0:0/7:0:0:0/block/sdb: 
cannot ensure ID: FuUdevDevice:
Apr  5 17:29:52 fuel fwupd[560153]: WDC WD40EZRZ-00GXCB0
Apr  5 17:29:52 fuel fwupd[560153]:   Serial:   WD-WCC7K5PENUZC
Apr  5 17:29:52 fuel fwupd[560153]:   Flags:none
Apr  5 17:29:52 fuel fwupd[560153]:   Version:  80.00A80
Apr  5 17:29:52 fuel zed: eid=9158 class=config_sync 
pool_guid=0x2D095FFB2B65A8E6  
Apr  5 17:29:52 fuel fwupd[560153]: 00:29:52:0801 FuEngine ata 
failed to change udev device 
/sys/devices/pci:00/:00:1f.2/ata8/host7/target7:0:0/7:0:0:0/block/sdb/sdb9:
 cannot ensure ID: FuUdevDevice:
Apr  5 17:29:52 fuel fwupd[560153]: WDC WD40EZRZ-00GXCB0
Apr  5 17:29:52 fuel fwupd[560153]:   Serial:   WD-WCC7K5PENUZC
Apr  5 17:29:52 fuel fwupd[560153]:   Flags:none
Apr  5 17:29:52 fuel fwupd[560153]:   Version:  80.00A80
Apr  5 17:29:52 fuel zed: eid=9159 class=config_sync 
pool_guid=0x2D095FFB2B65A8E6  
Apr  5 17:29:52 fuel fwupd[560153]: 00:29:52:0910 FuEngine ata 
failed to change udev device 
/sys/devices/pci:00/:00:1f.2/ata8/host7/target7:0:0/7:0:0:0/block/sdb/sdb1:
 cannot ensure ID: FuUdevDevice:
Apr  5 17:29:52 fuel fwupd[560153]: WDC WD40EZRZ-00GXCB0
Apr  5 17:29:52 fuel fwupd[560153]:   Serial:   WD-WCC7K5PENUZC
Apr  5 17:29:52 fuel fwupd[560153]:   Flags:none
Apr  5 17:29:52 fuel fwupd[560153]:   Version:  80.00A80
Apr  5 17:29:53 fuel fwupd[560153]: 00:29:53:0763 FuEngine ata 
failed to change udev device 
/sys/devices/pci:00/:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sda: 
cannot ensure ID: FuUdevDevice:
Apr  5 17:29:53 fuel fwupd[560153]: WDC WD40EZRZ-00GXCB0
Apr  5 17:29:53 fuel fwupd[560153]:   Serial:   WD-WCC7K2NPYYEU
Apr  5 17:29:53 fuel fwupd[560153]:   Flags:none
Apr  5 17:29:53 fuel fwupd[560153]:   Version:  80.00A80
Apr  5 17:29:54 fuel fwupd[560153]: 00:29:54:0416 FuEngine ata 
failed to change udev device 
/sys/devices/pci:00/:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sda/sda9:
 cannot ensure ID: FuUdevDevice:
Apr  5 17:29:54 fuel fwupd[560153]: WDC WD40EZRZ-00GXCB0
Apr  5 17:29:54 fuel fwupd[560153]:   Serial:   WD-WCC7K2NPYYEU
Apr  5 17:29:54 fuel fwupd[560153]:   Flags:none
Apr  5 17:29:54 fuel fwupd[560153]:   Version:  80.00A80
Apr  5 17:29:54 fuel zed: eid=9160 class=config_sync 
pool_guid=0x2D095FFB2B65A8E6  
Apr  5 17:29:54 fuel zed: eid=9161 class=config_sync 
pool_guid=0x2D095FFB2B65A8E6

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: fwupd 1.4.5-1
ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
Uname: Linux 5.8.0-48-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: X-Cinnamon
Date: Mon Apr  5 17:29:03 2021
InstallationDate: Installed on 2018-10-28 (890 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: fwupd
UpgradeStatus: Upgraded to groovy on 2020-12-14 (112 days ago)

** Affects: fwupd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922613

Title:
  fwupd + zed infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1922613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1737320] Re: Update Manager - Resize control disabled

2021-04-05 Thread Sean Davis
** No longer affects: xfwm4 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1737320

Title:
  Update Manager - Resize control disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1737320/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922607] Re: "slash" keyboard key stops working after suspend

2021-04-05 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1922607/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922607

Title:
  "slash" keyboard key stops working after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1922607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872509] Re: xfwm4 crashed with signal 5 in _XReply()

2021-04-05 Thread Sean Davis
Fix included in Xfwm4 4.14.2

https://gitlab.xfce.org/xfce/xfwm4/-/commit/bb38fd909ad59b03aa3446799380a897a7ac481f

** Also affects: xfwm4 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: xfwm4 (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: xfwm4 (Ubuntu)
   Status: New => Confirmed

** Changed in: xfwm4 (Ubuntu Focal)
   Status: New => Confirmed

** Changed in: xfwm4 (Ubuntu Groovy)
   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/1872509

Title:
  xfwm4 crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/1872509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922608] Re: Hirsute Daily - Installer does not offer install alongside option with existing ZFS testcase installed

2021-04-05 Thread simon c
** Summary changed:

- Hirsute Daily - Installer does not offfer install alongside option  with 
exisiting ZFS testcase installed
+ Hirsute Daily - Installer does not offer install alongside option  with 
existing ZFS testcase installed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922608

Title:
  Hirsute Daily - Installer does not offer install alongside option
  with existing ZFS testcase installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1922608/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922331] Re: Gdebi quitting on installing deb files

2021-04-05 Thread Brett Stevens
Yes only happens when I try from Firefox and Chrome

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922331

Title:
  Gdebi quitting on installing deb files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1922331/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1881449] Re: mutt fails on non-linear certificate chains

2021-04-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mutt (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/1881449

Title:
  mutt fails on non-linear certificate chains

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutt/+bug/1881449/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922528] Re: during install, grub failed

2021-04-05 Thread pac1
*Ubuntu
 Ubuntu (Safe Graphics)
 OEM install (for manufacturers)
 Test Memory

This menu shows on booting from memory sticks. Previously this just
booted directly into the display to run or install Ubuntu.

At the end of the install, a message appears that grub-install failed
and that the installation is stopped.  The installed system is unusable
even if you boot into another partition and run grub-install and update
grub from there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922528

Title:
  during install, grub failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1922528/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922521] Re: package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed phpmyadmin package post-installation script subprocess returned error exit status 1

2021-04-05 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/1922521

Title:
  package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade:
  installed phpmyadmin package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1922521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922534] Status changed to Confirmed

2021-04-05 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (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/1922534

Title:
  touch pad of my laptop is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1922534/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922534] Re: touch pad of my laptop is not working

2021-04-05 Thread Seth Arnold
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922534

Title:
  touch pad of my laptop is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1922534/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922521] Re: package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed phpmyadmin package post-installation script subprocess returned error exit status 1

2021-04-05 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922521

Title:
  package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade:
  installed phpmyadmin package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1922521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922459] Re: restricted-ssh-commands regex check is not properly escaped

2021-04-05 Thread Seth Arnold
Hello Miguel, can you give a concrete example to demonstrate the issue?

The bash(1) manpage and the wolledge bash wiki give me the strong
impression that the variable containing the regex should *not* be
quoted:

http://mywiki.wooledge.org/BashPitfalls#if_.5B.5B_.24foo_.3D.2BAH4_.27some_RE.27_.5D.5D

The quotes around the right-hand side of the =~ operator cause it to
become a string, rather than a RegularExpression. If you want to use a
long or complicated regular expression and avoid lots of backslash
escaping, put it in a variable:

re='some RE'
if [[ $foo =~ $re ]]

This also works around the difference in how =~ works across different
versions of bash. Using a variable avoids some nasty and subtle
problems.


http://manpages.ubuntu.com/manpages/focal/man1/bash.1.html

   brackets.  If the pattern is stored in a shell variable,
   quoting the variable expansion forces the entire pattern to
   be matched as a string.  Substrings matched by parenthesized


Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922459

Title:
  restricted-ssh-commands regex check is not properly escaped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/restricted-ssh-commands/+bug/1922459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922459] Re: restricted-ssh-commands regex check is not properly escaped

2021-04-05 Thread Seth Arnold
** Changed in: restricted-ssh-commands (Ubuntu)
   Status: New => Incomplete

** Information type changed from Private Security to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922459

Title:
  restricted-ssh-commands regex check is not properly escaped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/restricted-ssh-commands/+bug/1922459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922347] Re: bug error on OS start and sometimes home OS UI crushes

2021-04-05 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922347

Title:
  bug error on OS start and sometimes home OS UI crushes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1922347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922608] [NEW] Hirsute Daily - Installer does not offfer install alongside option with exisiting ZFS testcase installed

2021-04-05 Thread simon c
Public bug reported:

System with single disk:

1. Completed testcase:  Install entire disk with ZFS
2. During testcase: (auto-resize) installing alongside existing OS under 
"Installation type" is not available.

** Affects: ubiquity (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/1922608

Title:
  Hirsute Daily - Installer does not offfer install alongside option
  with exisiting ZFS testcase installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1922608/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1884791] Re: keyboard automatically types '<' and Can't update ubuntu 18.04 to 20.04

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1886748 ***
https://bugs.launchpad.net/bugs/1886748

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1886748, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1886748
   upgrade from 18.04 to 20.04 fails to calculate if libomp5 is installed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1884791

Title:
  keyboard automatically  types '<' and Can't update ubuntu 18.04 to
  20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1884791/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922607] [NEW] "slash" keyboard key stops working after suspend

2021-04-05 Thread Cassiano Reinert Novais
Public bug reported:

After resuming from suspend a Lenovo Ideapad S145 powered by Ubuntu
20.04, the "slash/question" key is gone.

Ubuntu release: Ubuntu 20.04.2 LTS

Kernel: 5.8.0-48-generic

Output of `xinput list`for the keyboard:

⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Integrated Camera: Integrated C   id=10   [slave  keyboard (3)]
↳ Ideapad extra buttons id=11   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=12   [slave  keyboard (3)]

---

** Affects: 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/1922607

Title:
  "slash" keyboard key stops working after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1922607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922426] Re: Not able to upgrade the os to letest version

2021-04-05 Thread Seth Arnold
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922426

Title:
  Not able to upgrade the os to letest version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1922426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1897900] Re: While I am going to upgrade the system it tells "unresonable problem" something like package remove. Please guide me how to do it.

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1897900

Title:
  While I am going to upgrade the system it tells "unresonable problem"
  something like package remove. Please guide me how to do it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1897900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1898703] Re: ppa-purge'

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1898703

Title:
  ppa-purge'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1898488] Re: ubuntu upgrade failed because of unnoficial software packages

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1898488

Title:
  ubuntu upgrade failed because of unnoficial software packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899542] Re: Upgrade to 20.04 crash with ppa info

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899542

Title:
  Upgrade to 20.04 crash with ppa info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1899542/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922293] Re: Snaps appear broken on 21.04 Beta

2021-04-05 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/1922293

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922293

Title:
  Snaps appear broken on 21.04 Beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1922293/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922606] [NEW] Please remove wulfware from Ubuntu

2021-04-05 Thread Logan Rosen
Public bug reported:

FTBFS on rebuild (see https://launchpad.net/ubuntu/+archive/test-
rebuild-20210325-hirsute/+build/21312633), only in Ubuntu, no rdeps.
Barely maintained (both in Ubuntu and evidently upstream) since the
initial upload in 2007.

** Affects: wulfware (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/1922606

Title:
  Please remove wulfware from Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wulfware/+bug/1922606/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922293] Re: Snaps appear broken on 21.04 Beta

2021-04-05 Thread simon c
** Changed in: snapd (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922293

Title:
  Snaps appear broken on 21.04 Beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1922293/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901978] Re: Does not want to update.

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901978

Title:
  Does not want to update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1901978/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901985] Re: I tried to upgrade from 18.04 to 20.04, but get an error: Could not calculate the upgrade. All 3rd party packages are disabled

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901985

Title:
  I tried to upgrade from 18.04 to 20.04, but get an error: Could not
  calculate the upgrade. All 3rd party packages are disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1901985/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902011] Re: unable to upgrade

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902011

Title:
  unable to upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1902011/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902144] Re: Upgrade to 20.04 error

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902144

Title:
  Upgrade to 20.04 error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1902144/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922293] Re: Snaps appear broken on 21.04 Beta

2021-04-05 Thread simon c
I am also experiencing the broken snaps under the default ZFS testcase
(21.04 April, 4th build).

Interestingly, when using the same install media, I did not experience
any issue with snaps when doing the LVM encrypted testcase.

I can also confirm the workaround posted (#7) by Christopher worked in
my case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922293

Title:
  Snaps appear broken on 21.04 Beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1922293/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922603] Re: nvidia-cuda-toolkit not matching nvidia-driver-460

2021-04-05 Thread Lau
Using a target architecture only known to CUDA >= 11 does not work (e.g.
`compute_86`, the error is that the architecture is not known). However,
selecting a target architecture known to CUDA >= 10 appears to work
(compiles, and compiled code working).

Since the NVIDIA drivers are provided updated deb packages, it would
seem good to also update the deb packages for `nvidia-cuda-toolkit`.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922603

Title:
  nvidia-cuda-toolkit not matching nvidia-driver-460

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1922603/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902590] Re: an error apear when i try tu update the distribution

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902590

Title:
  an error apear  when i try tu update the distribution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1902590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904292] Re: Update to new versoin of OS crashes

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904292

Title:
  Update to new versoin of OS crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1904292/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904307] Re: failed to upgrade from ubuntu 18.04 to 20.04

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904307

Title:
  failed to upgrade from ubuntu 18.04 to 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1904307/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1906076] Re: Upgrade to 20.04 fails "Could not calculate the upgrade"

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1906076

Title:
  Upgrade to 20.04 fails "Could not calculate the upgrade"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1906076/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922600] Re: Hirsute update: v5.11.10 upstream stable release

2021-04-05 Thread Seth Forshee
** Changed in: linux (Ubuntu Hirsute)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922600

Title:
  Hirsute update: v5.11.10 upstream stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1922600/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922601] Re: Hirsute update: v5.11.11 upstream stable release

2021-04-05 Thread Seth Forshee
** Changed in: linux (Ubuntu Hirsute)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922601

Title:
  Hirsute update: v5.11.11 upstream stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1922601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1910410] Re: not able to upgrade to Ubuntu 20

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1910410

Title:
  not able to upgrade to Ubuntu 20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1910410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1911849] Re: updater crashes on when setting up new channels for upgrade

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1889250, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1889250
   Unable to calculate the upgrade to 20.04 due to nodejs from nodesource

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911849

Title:
  updater crashes on when setting up new channels for upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1911849/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913013] Re: Upgrade to ubuntu from 18.04 to 20.04 failed

2021-04-05 Thread Brian Murray
*** This bug is a duplicate of bug 1069133 ***
https://bugs.launchpad.net/bugs/1069133

Reviewing the files from your upgrade attempt you seem to have enabled a
PPA that provides Xorg packages. This will prevent the upgrade as that
PPA contains package version numbers greater than the release to which
you are upgrading. You can revert the PPA by installing the ppa-purge
package from the official Ubuntu archive and then running 'sudo ppa-
purge ppa:oibaf/graphics-drivers'.  After that you can try upgrading
again and if it still fails open a new bug report.  Thanks and good
luck!

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Invalid

** Tags added: ppa xorg-oibaf-ppa

** This bug has been marked a duplicate of bug 1069133
   Get upgrade error 12.04 - 12.10 "Could not determine upgrade" - xorg from ppa

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913013

Title:
  Upgrade to ubuntu from 18.04 to 20.04 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1913013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   >