[Bug 1786013] Autopkgtest regression report (linux-meta-raspi/5.11.0.1017.15)

2021-08-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-raspi (5.11.0.1017.15) for 
hirsute have finished running.
The following regressions have been reported in tests triggered by the package:

backport-iwlwifi-dkms/unknown (arm64)
langford/unknown (arm64)
rtl8812au/unknown (arm64)
lime-forensics/unknown (arm64)
dm-writeboost/unknown (arm64)
digimend-dkms/unknown (arm64)
west-chamber/unknown (arm64)
xtrx-dkms/unknown (arm64)
iptables-netflow/unknown (arm64)
snapd/unknown (arm64)
glibc/2.33-0ubuntu5 (arm64)
evdi/unknown (arm64)
wireguard-linux-compat/unknown (arm64)
ddcci-driver-linux/unknown (arm64)
libvpoll-eventfd/unknown (arm64)
acpi-call/unknown (arm64)
r8168/unknown (arm64)
systemd/247.3-3ubuntu3.4 (arm64)
wireguard/unknown (arm64)
xtables-addons/unknown (arm64)
openrazer/unknown (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/hirsute/update_excuses.html#linux-meta-raspi

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 1940296] Re: SIGSEGV instead of EINVAL with invalid timer id in timer_delete() glibc 2.33

2021-08-23 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://sourceware.org/bugzilla/show_bug.cgi?id=28257.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2021-08-23T03:24:58+00:00 Michael Hudson-Doyle wrote:

Forwarding from
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1940296:

The timer_delete(2) man page states:

RETURN VALUE
   On success, timer_delete() returns 0. On failure, -1 is returned,
   and errno is set to indicate the error.

ERRORS
   EINVAL timerid is not a valid timer ID.

The following shows that this is not strictly true:

$ cat t.c

#include 
#include 

int main(void)
{
timer_t t = (timer_t)0xe236f38802c65008ULL;

return timer_delete(t);
}

$ gcc t.c -lrt -g
./a.out
Segmentation fault (core dumped)

$ valgrind ./a.out
==30195== Memcheck, a memory error detector
==30195== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==30195== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info
==30195== Command: ./a.out
==30195==
==30195== Invalid read of size 4
==30195== at 0x487FBF7: timerid_to_kernel_timer (kernel-posix-timers.h:94)
==30195== by 0x487FBF7: timer_delete@@GLIBC_2.3.3 (timer_delete.c:35)
==30195== by 0x10916E: main (t.c:8)
==30195== Address 0xc46de710058ca010 is not stack'd, malloc'd or (recently) 
free'd
==30195==
==30195==
==30195== Process terminating with default action of signal 11 (SIGSEGV)
==30195== General Protection Fault
==30195== at 0x487FBF7: timerid_to_kernel_timer (kernel-posix-timers.h:94)
==30195== by 0x487FBF7: timer_delete@@GLIBC_2.3.3 (timer_delete.c:35)
==30195== by 0x10916E: main (t.c:8)
==30195==
==30195== HEAP SUMMARY:
==30195== in use at exit: 0 bytes in 0 blocks
==30195== total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==30195==
==30195== All heap blocks were freed -- no leaks are possible
==30195==
==30195== For lists of detected and suppressed errors, rerun with: -s
==30195== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Segmentation fault (core dumped)

Similar things happen with timer_gettime and timer_settime.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1940296/comments/5


On 2021-08-23T10:54:54+00:00 Florian Weimer wrote:

Please report this to the man-pages project if the manual page is
unclear.

POSIX clearly describes what the program is doing as undefined behavior:

“
The behavior is undefined if the value specified by the timerid argument to 
timer_delete() does not correspond to a timer ID returned by timer_create() but 
not yet deleted by timer_delete().
”

Reply at:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1940296/comments/7


** Changed in: glibc
   Importance: Unknown => Medium

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

Title:
  SIGSEGV instead of EINVAL with invalid timer id in timer_delete()
  glibc 2.33

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


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

[Bug 1940233] Re: cloud-init in impish makes /home/ubuntu/.ssh root.root

2021-08-23 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 21.3-1-g6803368d-0ubuntu1

---
cloud-init (21.3-1-g6803368d-0ubuntu1) impish; urgency=medium

  * New upstream snapshot.
- testing: Fix ssh keys integration test (#992)
- Release 21.3 (#993) (LP: #1940839)
- Azure: During primary nic detection, check interface status continuously
  before rebinding again (#990) [aswinrajamannar]
- Fix home permissions modified by ssh module (SC-338) (#984)
  (LP: #1940233)
- Add integration test for sensitive jinja substitution (#986)
- Ignore hotplug socket when collecting logs (#985) (LP: #1940235)
- testing: Add missing mocks to test_vmware.py (#982)
- add Zadara Edge Cloud Platform to the supported clouds list (#963)
  [sarahwzadara]
- testing: skip upgrade tests on LXD VMs (#980)

 -- James Falcon   Mon, 23 Aug 2021 16:53:23
-0500

** Changed in: cloud-init (Ubuntu Impish)
   Status: Fix Committed => Fix Released

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

Title:
  cloud-init   in impish makes /home/ubuntu/.ssh root.root

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1940233/+subscriptions


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

[Bug 1940774] Re: xorg

2021-08-23 Thread Daniel van Vugt
Please explain what kind of problem you are experiencing.

** Package changed: xorg (Ubuntu) => ubuntu

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

Title:
  xorg

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


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

[Bug 1940850] Re: [HP Spectre x360 Convertible 15-eb0xxx] Display Brightness not working

2021-08-23 Thread Daniel van Vugt
Thanks for the bug report. Please try updating to the latest kernel
version 5.11 and tell us if it still has the same problem:

  sudo apt update
  sudo apt install linux-generic-hwe-20.04
  sudo apt full-upgrade

and reboot.

** Summary changed:

- Display Brightness not working
+ [HP Spectre x360 Convertible 15-eb0xxx] Display Brightness not working

** Package changed: xorg (Ubuntu) => linux-hwe-5.8 (Ubuntu)

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

Title:
  [HP Spectre x360 Convertible 15-eb0xxx] Display Brightness not working

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


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

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

2021-08-23 Thread Trent Lloyd
This has re-appeared for me today after upgrading to 5.13.0-14 on
Impish. Same call stack, and same chrome-based applications (Mattermost
was hit first) affected.

Not currently running DKMS, so:

Today:
5.13.0-14-lowlat Tue Aug 24 10:59   still running (zfs module is 2.0.3-8ubuntu6)

Yesterday:
5.11.0-25-lowlat Mon Aug 23 12:52 - 08:05  (19:13) (zfs module is 
2.0.2-1ubuntu5)

I am a bit confused because the patched line "newmode = zp->z_mode;"
still seems present in the package.

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

Title:
  PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 ==
  sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED,
  >z_sa_hdl)) failed

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


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

[Bug 1940888] [NEW] Missing include in Vc library on GCC11

2021-08-23 Thread Dmitry Kazakov
Public bug reported:

Hi!

GCC11 changed the layout of include dependencies so the code using Vc
fails to compile with this compiler.

See this build error in Krita Lime on Ubuntu 21.10:
https://launchpad.net/~kritalime/+archive/ubuntu/ppa/+build/22007715

This tiny patch needs to be applied to Vc to make it compatible with GCC11:
https://invent.kde.org/graphics/krita/-/blob/master/3rdparty/ext_vc/0001-Fix-Vc-s-headers-to-support-GCC11.patch

** Affects: vc (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/1940888

Title:
  Missing include in Vc library on GCC11

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


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

[Bug 1908768] Re: [Lenovo IdeaPad S145-15IIL] TouchPad don't response

2021-08-23 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/1908768

Title:
  [Lenovo IdeaPad S145-15IIL] TouchPad don't response

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


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

[Bug 1908004] Re: [Lenovo IdeaPad S145-15IIL] Touchpad bug

2021-08-23 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/1908004

Title:
  [Lenovo IdeaPad S145-15IIL] Touchpad bug

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


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

[Bug 1888229] Re: [Lenovo IdeaPad S145-15IIL] Touchpad doesn't work

2021-08-23 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/1888229

Title:
  [Lenovo IdeaPad S145-15IIL] Touchpad doesn't work

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


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

[Bug 1909042] Re: [Lenovo IdeaPad S145-14IIL] touchpad does not respond after instalation

2021-08-23 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/1909042

Title:
  [Lenovo IdeaPad S145-14IIL] touchpad does not respond after
  instalation

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


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

[Bug 1927239] Re: [Lenovo IdeaPad S145-15IIL] ELAN touchapad not detected

2021-08-23 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/1927239

Title:
  [Lenovo IdeaPad S145-15IIL] ELAN touchapad not detected

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


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

[Bug 1931775] Re: When doing manual encryption, the changes are permanently written into the disk without any warning

2021-08-23 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (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/1931775

Title:
  When doing manual encryption, the changes are permanently written into
  the disk without any warning

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


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

[Bug 1933245] Re: mlx5_core: Error cqe on cqn leads to hang

2021-08-23 Thread Launchpad Bug Tracker
[Expired for linux-signed-hwe-5.8 (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: linux-signed-hwe-5.8 (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/1933245

Title:
  mlx5_core: Error cqe on cqn leads to hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.8/+bug/1933245/+subscriptions


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

[Bug 1933304] Re: package mysql-server-8.0 8.0.25-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 127

2021-08-23 Thread Launchpad Bug Tracker
[Expired for mysql-8.0 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-8.0 (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/1933304

Title:
  package mysql-server-8.0 8.0.25-0ubuntu0.20.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 127

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


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

[Bug 1940879] Re: package libpcre2-8-0:amd64 10.36-2ubuntu5 failed to install/upgrade: package libpcre2-8-0:amd64 is already installed and configured

2021-08-23 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that a package failed to install due to a segmentation fault in
the application being used for the package installation process.
Unfortunately, this bug report isn't very useful in its current state
and a crash report would be much more useful.  Could you try recreating
this issue by enabling apport to catch the crash report 'sudo service
apport start force_start=1' and then trying to install the same package
again?  This process will create a new bug report so I am marking this
one as Invalid.  Thanks again for helping out!

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

** Tags added: package-install-segfault

** Changed in: dpkg (Ubuntu)
   Status: New => Invalid

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

Title:
  package libpcre2-8-0:amd64 10.36-2ubuntu5 failed to install/upgrade:
  package libpcre2-8-0:amd64 is already installed and configured

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


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

[Bug 1940514] Re: It will prompt "Failed to unmount /oldroot" when shutdown or reboot

2021-08-23 Thread Bin Li
When I removed 'splash' parameter from grub, I couldn't find this error
any more, is it possible the 'splash' used the /oldroot/dev/pts ?
Thanks!

** Tags added: originate-from-1940796

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

Title:
  It will prompt "Failed to unmount /oldroot" when shutdown or reboot

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


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

[Bug 1940532] Re: QA TEST Impish amd64 Problem in gnome-shell

2021-08-23 Thread Daniel van Vugt
Although it sounds like gnome-shell crashed, truncated core files are
not the fault of the program that crashed.

Please delete all core files in /tmp/ and /var/crash/ and then next time
gnome-shell crashes,

1. Wait 10 seconds.

2. Reboot.

3. Run this command:

   journalctl -b-1 > prevboot.txt

4. Attach the resulting text file here.

5. Also follow these instructions to check for any new crash reports:
https://wiki.ubuntu.com/Bugs/Responses#Missing_a_crash_report_or_having_a_.crash_attachment


** This bug is no longer a duplicate of bug 1939740
   Reporting a bug fails because of error message "Invalid core dump"

** 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/1940532

Title:
  QA TEST Impish amd64 Problem in gnome-shell

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


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

[Bug 1786013] Autopkgtest regression report (linux-meta-raspi-5.4/5.4.0.1043.46)

2021-08-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-raspi-5.4 (5.4.0.1043.46) 
for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

fwts/unknown (arm64)
lxc/3.0.3-0ubuntu1~18.04.1 (arm64)
dm-writeboost/unknown (arm64)
acpi-call/unknown (arm64)
nat-rtsp/unknown (arm64)
lxd/unknown (arm64)
adv-17v35x/unknown (arm64)
xtables-addons/unknown (arm64)
wireguard-linux-compat/unknown (arm64)
ktap/unknown (arm64)
glibc/unknown (arm64)
lime-forensics/unknown (arm64)
ddcci-driver-linux/unknown (arm64)
asic0x/unknown (arm64)
linux-raspi-5.4/unknown (arm64)
r8168/unknown (arm64)
systemd/unknown (arm64)
rtl8812au/unknown (arm64)
dpdk/unknown (arm64)
bbswitch/0.8-4ubuntu1 (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-meta-raspi-5.4

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 1916278] Re: Arduino fails to start: undefined symbol: sp_get_port_usb_vid_pid

2021-08-23 Thread Anonymous User
Confirming:

 1. This bug still affects Arduino IDE 1.8.13 package in Ubuntu 21.04.
 2. The workaround from @ugur-jnmbk works.

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

Title:
  Arduino fails to start: undefined symbol: sp_get_port_usb_vid_pid

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


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

[Bug 1931325] Re: cfs_bandwidth01 in sched from ubuntu_ltp_stable failed on B-4.15

2021-08-23 Thread Po-Hsu Lin
It looks like this is a bit risky to backport this.
I will hold off the patch unless it can make the way into stable upstream.

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

Title:
  cfs_bandwidth01 in sched from ubuntu_ltp_stable failed on B-4.15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1931325/+subscriptions


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

[Bug 1940793] Re: Desktop shortcuts disabled after upgrade to 20.04.3 now open in text editor

2021-08-23 Thread Charles Meo
Hmm I don't seem to be able to close it. Someone else will have to.
Still doesn't explain why some shortcuts kept working and others didn't, but 
there you go.

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

Title:
  Desktop shortcuts disabled after upgrade to 20.04.3 now open in text
  editor

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


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

[Bug 1940793] Re: Desktop shortcuts disabled after upgrade to 20.04.3 now open in text editor

2021-08-23 Thread Charles Meo
I am closing the bug after finding
https://askubuntu.com/questions/1197990/how-to-add-shortcut-starter-to-
file-program-or-folder-in-the-desktop-or-menu

This is a feasible though not perfect workaround. It seems desktop
shortcuts are more or less deprecated in the old form.

Procedure:
sudo desktop-file-install [some .desktop file which worked before]

install and run alacarte, and create a new item. Provide the path used
in the .desktop file as is.

The item will now appear in Dash with its icon (though not anywhere
else) and run. This will have to do by the look of it.

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

Title:
  Desktop shortcuts disabled after upgrade to 20.04.3 now open in text
  editor

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


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

[Bug 1919250] Re: [ASUS TUF Gaming FX505DT] [ELAN1200:00 04F3:30BA] touchpad freeze or disable itself after laptop go to suspend

2021-08-23 Thread Daniel van Vugt
OK, it sounds like some kernel version after 5.8 has fixed this. We
don't need to know which version if it's just confirmed to be fixed in
the next release: Ubuntu 21.10.

P.S. Ubuntu 20.10 is no longer supported so if you wish to report any
more issues then please make sure you are using either Ubuntu 21.04 or
20.04.

** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1919250

Title:
  [ASUS TUF Gaming FX505DT] [ELAN1200:00 04F3:30BA] touchpad freeze or
  disable itself after laptop go to suspend

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


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

[Bug 1930460] Missing required logs.

2021-08-23 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1930460

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

Title:
  HP Probook 470 G5 does not wake from sleep (just a black screen)

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


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

[Bug 1930460] Re: HP Probook 470 G5 does not wake from sleep (just a black screen)

2021-08-23 Thread Daniel van Vugt
** Changed in: linux (Ubuntu)
   Status: Expired => New

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

Title:
  HP Probook 470 G5 does not wake from sleep (just a black screen)

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


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

[Bug 1786013] Autopkgtest regression report (linux-meta-raspi2/4.15.0.1095.93)

2021-08-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-raspi2 (4.15.0.1095.93) for 
bionic have finished running.
The following regressions have been reported in tests triggered by the package:

zfs-linux/unknown (arm64)
r8168/unknown (arm64)
lime-forensics/unknown (arm64)
glibc/unknown (arm64)
r8168/8.045.08-2ubuntu1 (armhf)
v4l2loopback/unknown (arm64)
dpdk/unknown (arm64)
nat-rtsp/unknown (arm64)
dm-writeboost/unknown (arm64)
ktap/unknown (arm64)
adv-17v35x/unknown (arm64)
wireguard-linux-compat/unknown (arm64)
rtl8821ce/5.5.2.1-0ubuntu3~18.04.1 (armhf)
west-chamber/unknown (arm64)
xtables-addons/unknown (arm64)
lttng-modules/unknown (arm64)
langford/0.0.20130228-5ubuntu1 (armhf)
fwts/unknown (arm64)
asic0x/unknown (arm64)
acpi-call/unknown (arm64)
langford/unknown (arm64)
bbswitch/unknown (arm64)
spl-linux/unknown (arm64)
snapd/unknown (arm64)
systemd/unknown (arm64)
rtl8812au/unknown (arm64)
rtl8821ce/unknown (arm64)
ddcci-driver-linux/unknown (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-meta-raspi2

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 1940879] Re: package libpcre2-8-0:amd64 10.36-2ubuntu5 failed to install/upgrade: package libpcre2-8-0:amd64 is already installed and configured

2021-08-23 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/1940879

Title:
  package libpcre2-8-0:amd64 10.36-2ubuntu5 failed to install/upgrade:
  package libpcre2-8-0:amd64 is already installed and configured

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


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

[Bug 1940879] [NEW] package libpcre2-8-0:amd64 10.36-2ubuntu5 failed to install/upgrade: package libpcre2-8-0:amd64 is already installed and configured

2021-08-23 Thread Paulo Roberto Guimarães da Cruz
Public bug reported:

Esse erro está aparecendo sempre ao iniciar o ubuntu.
OBS: Ao tentar utilizar o terminal via "apt-cache policy pkgname" a mensagem 
retorna: "N: Impossível encontrar o pacote pkgname"

ProblemType: Package
DistroRelease: Ubuntu 21.04
Package: libpcre2-8-0:amd64 10.36-2ubuntu5
ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
Uname: Linux 5.11.0-31-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
AptdaemonVersion: 1.1.1+bzr982-0ubuntu36
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Mon Aug 23 19:54:23 2021
ErrorMessage: package libpcre2-8-0:amd64 is already installed and configured
InstallationDate: Installed on 2021-08-21 (2 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.9, Python 3.9.5, python3-minimal, 3.9.4-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.9ubuntu1
 apt  2.2.4ubuntu0.1
SourcePackage: dpkg
Title: package libpcre2-8-0:amd64 10.36-2ubuntu5 failed to install/upgrade: 
package libpcre2-8-0:amd64 is already installed and configured
UpgradeStatus: Upgraded to hirsute on 2021-08-24 (0 days ago)

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


** Tags: already-installed amd64 apport-package hirsute

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

Title:
  package libpcre2-8-0:amd64 10.36-2ubuntu5 failed to install/upgrade:
  package libpcre2-8-0:amd64 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1940879/+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-08-23 Thread Hui Wang
@Stephane,

No need special setting or boot parameter. Please upload the dmesg.

-- 
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 1940849] Re: bumblebeed.service: Main process exited,

2021-08-23 Thread Kai-Heng Feng
** Package changed: linux (Ubuntu) => bumblebee (Ubuntu)

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

Title:
  bumblebeed.service: Main process exited,

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


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

[Bug 1932076] Re: src:request-tracker5: ftbfs due to changes in gpg error messages

2021-08-23 Thread Launchpad Bug Tracker
This bug was fixed in the package request-tracker4 - 4.4.4+dfsg-2ubuntu1

---
request-tracker4 (4.4.4+dfsg-2ubuntu1) impish; urgency=medium

  * d/p/rt_test_gnupg_disable_wkd.diff: Backport patch from Debian to disable
using WKD on GnuPG tests that might attempt to use the network (LP: 
#1932076).

 -- Lucas Kanashiro   Thu, 19 Aug 2021 11:15:04
-0300

** Changed in: request-tracker4 (Ubuntu)
   Status: Confirmed => 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/1932076

Title:
  src:request-tracker5: ftbfs due to changes in gpg error messages

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


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

[Bug 1938953] Re: virtualbox-dkms 6.1.16-dfsg-6~ubuntu1.20.04.2: virtualbox kernel module failed to build

2021-08-23 Thread Keith
For anyone who sees this, it is a RAM issue. For me, like others here,
the hardware is the cause.

Lack of RAM. I installed another 16 GB and my RAM usage went away.
Freezes and random crashes stopped. The lack of RAM will also cause
PulseAudio to distort, prompting a -k.

Hopefully this helps someone.

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

Title:
  virtualbox-dkms 6.1.16-dfsg-6~ubuntu1.20.04.2: virtualbox kernel
  module failed to build

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


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

[Bug 1940793] Re: Desktop shortcuts disabled after upgrade to 20.04.3 now open in text editor

2021-08-23 Thread Charles Meo
Additional information.
lsb_release -a:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 20.04.3 LTS
Release:20.04
Codename:   focal

screenfetch -n:
 cmeo@rodan
 OS: Ubuntu 20.04 focal
 Kernel: x86_64 Linux 5.4.0-81-generic
 Uptime: 28m
 Packages: 2814
 Shell: bash 5.0.17
 Resolution: 1920x2160
 DE: Unity 7.5.0
 WM: Compiz
 WM Theme: Ambiance
 GTK Theme: Ambiance [GTK2/3]
 Icon Theme: ubuntu-mono-dark
 Font: Ubuntu 11
 Disk: 136G / 455G (32%)
 CPU: Intel Core i7-6500U @ 4x 3.1GHz [51.0°C]
 GPU: Mesa Intel(R) HD Graphics 520 (SKL GT2)
 RAM: 3545MiB / 15480MiB
Digging into this further, I found that there are .desktop files that are 
working and some that are not. 

The .desktop files which don't work were created by playonlinux. Here is an 
example:
[Desktop Entry]
Encoding=UTF-8
Name=WarInTheEast
Comment=PlayOnLinux
Type=Application
Exec=/usr/share/playonlinux/playonlinux --run "WarInTheEast" %F
Icon=/home/cmeo/.PlayOnLinux//icones/full_size/WarInTheEast
Name[fr_FR]=WarInTheEast
StartupWMClass=WarInTheEast.exe
Categories=
X-Desktop-File-Install-Version=0.24

And here is one that does work:
[Desktop Entry]
Type=Application
Name=Arduino IDE
GenericName=Arduino IDE
Comment=Open-source electronics prototyping platform
Exec="/home/cmeo/arduino-1.8.12/arduino"
Icon=arduino-arduinoide
Terminal=false
Categories=Development;IDE;Electronics;
MimeType=text/x-arduino;
Keywords=embedded electronics;electronics;avr;microcontroller;
StartupWMClass=processing-app-Base

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

Title:
  Desktop shortcuts disabled after upgrade to 20.04.3 now open in text
  editor

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


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

[Bug 1940635] Re: systemd-networkd failing to acquire a DHCP6 lease from dnsmasq on armhf

2021-08-23 Thread Michael Hudson-Doyle
Is this only seen with glibc 2.34?

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

Title:
  systemd-networkd failing to acquire a DHCP6 lease from dnsmasq on
  armhf

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


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

[Bug 1940876] Missing required logs.

2021-08-23 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1940876

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

Title:
  bug

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


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

[Bug 1940877] Re: package u-boot-rpi:arm64 2021.01+dfsg-3ubuntu0~20.04.3 failed to install/upgrade: installed u-boot-rpi:arm64 package post-installation script subprocess returned error exit status 1

2021-08-23 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/1940877

Title:
  package u-boot-rpi:arm64 2021.01+dfsg-3ubuntu0~20.04.3 failed to
  install/upgrade: installed u-boot-rpi:arm64 package post-installation
  script subprocess returned error exit status 1

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


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

[Bug 1940877] [NEW] package u-boot-rpi:arm64 2021.01+dfsg-3ubuntu0~20.04.3 failed to install/upgrade: installed u-boot-rpi:arm64 package post-installation script subprocess returned error exit status

2021-08-23 Thread Stephen Pace
Public bug reported:

Upgrade from 19 to 20 and failed.

https://bugs.launchpad.net/ubuntu/+source/u-boot/+filebug/5c731cf4-0469-11ec-a586-0025b3df357a?field.title=package+u-boot-
rpi%3Aarm64+2021.01%2Bdfsg-3ubuntu0~20.04.3+failed+to+install%2Fupgrade%3A+installed+u-boot-
rpi%3Aarm64+package+post-
installation+script+subprocess+returned+error+exit+status+1

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: u-boot-rpi:arm64 2021.01+dfsg-3ubuntu0~20.04.3
Uname: Linux 4.19.126-v8+ aarch64
NonfreeKernelModules: nft_counter nft_compat nft_chain_nat_ipv4 nf_tables veth 
xt_nat nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xt_CHECKSUM 
iptable_mangle ipt_MASQUERADE iptable_nat xt_conntrack ipt_REJECT 
nf_reject_ipv4 xt_tcpudp tun bridge stp llc ebtable_filter ebtables 
ip6table_filter ip6_tables iptable_filter overlay openvswitch nsh nf_nat_ipv6 
nf_nat_ipv4 nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 
brcmfmac brcmutil cfg80211 rfkill bcm2835_codec bcm2835_v4l2 v4l2_mem2mem 
bcm2835_mmal_vchiq v4l2_common videobuf2_dma_contig videobuf2_vmalloc 
raspberrypi_hwmon hwmon videobuf2_memops videobuf2_v4l2 videobuf2_common zfs 
videodev vc_sm_cma media rpivid_mem uio_pdrv_genirq uio zunicode zlua zcommon 
znvpair zavl icp spl zlib_deflate fuse binfmt_misc ip_tables x_tables ipv6
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: arm64
CasperMD5CheckResult: skip
Date: Mon Aug 23 14:18:15 2021
Dependencies:
 
DuplicateSignature:
 package:u-boot-rpi:arm64:2021.01+dfsg-3ubuntu0~20.04.3
 Setting up u-boot-rpi:arm64 (2021.01+dfsg-3ubuntu0~20.04.3) ...
 Error: missing /boot/firmware, did you forget to mount it?
 dpkg: error processing package u-boot-rpi:arm64 (--configure):
  installed u-boot-rpi:arm64 package post-installation script subprocess 
returned error exit status 1
ErrorMessage: installed u-boot-rpi:arm64 package post-installation script 
subprocess returned error exit status 1
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: u-boot
Title: package u-boot-rpi:arm64 2021.01+dfsg-3ubuntu0~20.04.3 failed to 
install/upgrade: installed u-boot-rpi:arm64 package post-installation script 
subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2021-08-23 (0 days ago)

** Affects: u-boot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package arm64 focal uec-images

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

Title:
  package u-boot-rpi:arm64 2021.01+dfsg-3ubuntu0~20.04.3 failed to
  install/upgrade: installed u-boot-rpi:arm64 package post-installation
  script subprocess returned error exit status 1

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


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

[Bug 1938912] Re: Bad Linux ARM64 Image magic

2021-08-23 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
bionic' to 'verification-done-bionic'. If the problem still exists,
change the tag 'verification-needed-bionic' to 'verification-failed-
bionic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-bionic

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

Title:
  Bad Linux ARM64 Image magic

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


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

[Bug 1940876] [NEW] bug

2021-08-23 Thread Daisy Shelby
Public bug reported:

when i log in after an hour it freezes

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

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

Title:
  bug

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


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

[Bug 1322968] Re: Changing country leads to invalid locale

2021-08-23 Thread Erich Eickmeyer 
Lars, thanks for investigating.

I'm pretty sure the "resolved downstream" status is referring to this
bug being marked as "Won't Fix" by Herald above. The patching mentioned
is no longer there, so it's definitely not a Kubuntu issue.

Based on that, and that this bug was initially filed against Kubuntu
14.04 (which used Plasma 4 and an *entirely different codebase*), I'm
going to close this bug as "Won't Fix".

What we need here is an entirely new bug report. While this bug report
may be related, it's not the same bug since it's no longer working with
the same code. Please type "ubuntu-bug kde-runtime" in a terminal window
and follow the instructions to file a new bug, then please file a new
bug upstream at https://bugs.kde.org to alert the upstream as well.

Part of bug reporting is having the willingness to put in work to help
report it to the right place(s) to help resolve the issue, so if you are
not willing to do that, please do not report a new bug and please do not
comment on this one.

** Changed in: kde-runtime (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  Changing country leads to invalid locale

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


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

[Bug 1836475] Re: [SRU] update-notifier-common weekly cron job runs at the same time for all computers across the globe

2021-08-23 Thread Brian Murray
** Also affects: update-notifier (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: update-notifier (Ubuntu Bionic)
 Assignee: (unassigned) => Brian Murray (brian-murray)

** Changed in: update-notifier (Ubuntu Bionic)
   Status: New => In Progress

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

Title:
  [SRU] update-notifier-common weekly cron job runs at the same time for
  all computers across the globe

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


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

[Bug 1940872] [NEW] Fix fragmentation support for TC connection tracking

2021-08-23 Thread Bodong Wang
Public bug reported:

* Explain the bug(s)
When using OVS with tc to offload connection tracking flows, sending udp/icmp 
fragmented traffic will cause call trace with NULL dereference.  

[ 7229.433005] Modules linked in: act_tunnel_key act_csum act_pedit xt_nat 
netconsole rpcsec_gss_krb5 act_ct nf_flow_table xt_conntrack xt_MASQUERADE 
nf_conntrack_netlink xt_addrtype iptable_filter iptable_nat bpfilter 
br_netfilter bridge overlay sbsa_gwdt xfrm_user xfrm_algo target_core_mod 
ipmi_devintf ipmi_msghandler mst_pciconf(OE) 8021q garp stp mrp llc act_skbedit 
act_mirred ib_ipoib(OE) geneve ip6_udp_tunnel udp_tunnel nfnetlink_cttimeout 
nfnetlink act_gact cls_flower sch_ingress openvswitch nsh nf_conncount nf_nat 
ib_umad(OE) binfmt_misc dm_multipath mlx5_ib(OE) uio_pdrv_genirq uio mlxbf_pmc 
mlxbf_pka mlx_trio bluefield_edac mlx_bootctl(OE) sch_fq_codel rdma_ucm(OE) 
ib_uverbs(OE) rdma_cm(OE) iw_cm(OE) ib_cm(OE) ib_core(OE) ip_tables ipv6 
crc_ccitt btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor xor_neon raid6_pq raid1 raid0 mlx5_core(OE) 
crct10dif_ce mlxfw(OE) psample mlxdevm(OE) auxiliary(OE) mlx_compat(OE) 
i2c_mlxbf(OE)
[ 7229.433074]  gpio_mlxbf2(OE) mlxbf_gige(OE) aes_neon_bs aes_neon_blk [last 
unloaded: mst_pci]
[ 7229.433083] CPU: 4 PID: 1602 Comm: handler6 Tainted: G   OE 
5.4.0-1017-bluefield #20-Ubuntu
[ 7229.433085] Hardware name: https://www.mellanox.com BlueField SoC/BlueField 
SoC, BIOS BlueField:3.7.1-7-g9964f06 Aug  5 2021
[ 7229.433087] pstate: 6005 (nZCv daif -PAN -UAO)
[ 7229.433101] pc : inet_frag_rbtree_purge+0x58/0x88
[ 7229.433103] lr : inet_frag_rbtree_purge+0x6c/0x88
[ 7229.433104] sp : 800013273500
[ 7229.433105] x29: 800013273500 x28: 00037b899e80 
[ 7229.433107] x27: 0018 x26: 0003b6da2228 
[ 7229.433109] x25: 0003b6da2200 x24: 80001191e140 
[ 7229.433111] x23: 80001191e140 x22: 00037d6a56a8 
[ 7229.433113] x21:  x20: 0300 
[ 7229.433114] x19: 0001 x18: 
[ 7229.433116] x17:  x16: 
[ 7229.433118] x15:  x14: 8944e960
[ 7229.433119] x13: 0001 x12: 8944e5e0
[ 7229.433121] x11: 0008 x10: 
[ 7229.433123] x9 :  x8 : 0003b97ab3c0
[ 7229.433124] x7 :  x6 : 5464ccee
[ 7229.433126] x5 : 800010be50a8 x4 : fe000dd9d820
[ 7229.433127] x3 : 8025 x2 : fe000dd9d820
[ 7229.433129] x1 :  x0 : 
[ 7229.433131] Call trace:
[ 7229.433134]  inet_frag_rbtree_purge+0x58/0x88
[ 7229.433138]  ip_frag_queue+0x2d0/0x610
[ 7229.433139]  ip_defrag+0xd0/0x170
[ 7229.433156]  ovs_ct_execute+0x3f8/0x720 [openvswitch]
[ 7229.433160] Unable to handle kernel paging request at virtual address 
000100d0
[ 7229.433166]  do_execute_actions+0x7b4/0xa80 [openvswitch]
[ 7229.433167] Mem abort info:
[ 7229.433172]  ovs_execute_actions+0x74/0x188 [openvswitch]
[ 7229.433173]   ESR = 0x9604
[ 7229.433178]  ovs_packet_cmd_execute+0x228/0x2a8 [openvswitch]
[ 7229.433180]   EC = 0x25: DABT (current EL), IL = 32 bits
[ 7229.433183]  genl_family_rcv_msg+0x1a4/0x3d8
[ 7229.433184]   SET = 0, FnV = 0
[ 7229.433186]  genl_rcv_msg+0x64/0xd8

 * brief explanation of fixes
The series contains 7 patches from upstream which fix act_ct handling of 
fragmented Packets.

* How to test
Create OVS bridge with 2 representors (uplink and BlueField representor for 
example).
Enable HW offload and configure connection tracking OpenFlow rules.
Send udp/icmp traffic from the VF with packet size larger then MTU.
Without the commits, call trace will appear in dmesg.

* What it could break.
Bug fix, doesn't break other functionality

** Affects: linux-bluefield (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/1940872

Title:
  Fix fragmentation support for TC connection tracking

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


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

[Bug 1587265] Re: ubuntu not work with tickless kernel boot option

2021-08-23 Thread Itamar Turner-Trauring
This is still the case in Ubuntu 20.04:

$ cat /boot/config-5.11.0-27-generic  | grep HZ_FULL
# CONFIG_NO_HZ_FULL is not set

This is problematic insofar as HZ_FULL is apparently useful for reliable
benchmarking (e.g. see https://vstinner.github.io/journey-to-stable-
benchmark-system.html).

Would be nice to get this fixed!

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

Title:
  ubuntu not work with tickless kernel boot option

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


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

[Bug 1938953] Re: virtualbox-dkms 6.1.16-dfsg-6~ubuntu1.20.04.2: virtualbox kernel module failed to build

2021-08-23 Thread Ryan OConnor
Hey guys, figured I'd drop in. I had this same issue. Wasn't using
virtual box at the time. Came back from playing some drums and this
error popped up.

I should say I've had some wacky errors with Ubuntu, but it started
before that, within Windows before I fully dual booted and made ubuntu
my primary OS. Weird errors, random restarts, random crashes, random
freezes. I believe it is a hardware issue at this point.

I'm building a new pc, and will see what happens.

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

Title:
  virtualbox-dkms 6.1.16-dfsg-6~ubuntu1.20.04.2: virtualbox kernel
  module failed to build

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


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

[Bug 1786013] Autopkgtest regression report (linux-meta-oracle-5.4/5.4.0.1054.58~18.04.34)

2021-08-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-oracle-5.4 
(5.4.0.1054.58~18.04.34) for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

virtualbox-hwe/5.2.42-dfsg-0~ubuntu1.18.04.1 (amd64)
virtualbox/5.2.42-dfsg-0~ubuntu1.18.04.1 (amd64)
kpatch/0.5.0-0ubuntu1.1 (amd64)
lxc/3.0.3-0ubuntu1~18.04.1 (arm64, amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-meta-oracle-5.4

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 1940871] [NEW] sru cloud-init (21.2-3 to 21.3-1) Bionic, Focal, and Hirsute

2021-08-23 Thread James Falcon
Public bug reported:

== Begin SRU Template ==
[Impact]
This release sports both bug-fixes and new features and we would like to
make sure all of our supported customers have access to these
improvements. The notable ones are: 
 - Initial hotplug support
 - Datasource for VMware
 - Add support for VMware PhotonOS
 - ssh-util: allow cloudinit to merge all ssh keys into a custom user
   file, defined in AuthorizedKeysFile
 - Use instance-data-sensitive.json in jinja templates

See the changelog entry below for a full list of changes and bugs.

[Test Case]
The following development and SRU process was followed:
https://wiki.ubuntu.com/CloudinitUpdates

The cloud-init team will be in charge of attaching the artifacts and
console output of the appropriate run to the bug. cloud-init team
members will not mark ‘verification-done’ until this has happened.

[Regression Potential]
In order to mitigate the regression potential, the results of the
aforementioned integration tests are attached to this bug.

== End SRU Template ==
 - Azure: During primary nic detection, check interface status continuously
   before rebinding again (#990) [aswinrajamannar]
 - Fix home permissions modified by ssh module (SC-338) (#984)
   (LP: #1940233)
 - Add integration test for sensitive jinja substitution (#986)
 - Ignore hotplug socket when collecting logs (#985) (LP: #1940235)
 - testing: Add missing mocks to test_vmware.py (#982)
 - add Zadara Edge Cloud Platform to the supported clouds list (#963)
   [sarahwzadara]
 - testing: skip upgrade tests on LXD VMs (#980)
 - Only invoke hotplug socket when functionality is enabled (#952)
 - Revert unnecesary lcase in ds-identify (#978) [Andrew Kutz]
 - cc_resolv_conf: fix typos (#969) [Shreenidhi Shedi]
 - Replace broken httpretty tests with mock (SC-324) (#973)
 - Azure: Check if interface is up after sleep when trying to bring it up
   (#972) [aswinrajamannar]
 - Update dscheck_VMware's rpctool check (#970) [Shreenidhi Shedi]
 - Azure: Logging the detected interfaces (#968) [Moustafa Moustafa]
 - Change netifaces dependency to 0.10.4 (#965) [Andrew Kutz]
 - Azure: Limit polling network metadata on connection errors (#961)
   [aswinrajamannar]
 - Update inconsistent indentation (#962) [Andrew Kutz]
 - cc_puppet: support AIO installations and more (#960) [Gabriel Nagy]
 - Add Puppet contributors to CLA signers (#964) [Noah Fontes]
 - Datasource for VMware (#953) [Andrew Kutz]
 - photon: refactor hostname handling and add networkd activator (#958)
   [sshedi]
 - Stop copying ssh system keys and check folder permissions (#956)
   [Emanuele Giuseppe Esposito]
 - testing: port remaining cloud tests to integration testing framework
   (SC-191) (#955)
 - generate contents for ovf-env.xml when provisioning via IMDS (#959)
   [Anh Vo]
 - Add support for EuroLinux 7 && EuroLinux 8 (#957) [Aleksander Baranowski]
 - Implementing device_aliases as described in docs (#945)
   [Mal Graty] (LP: #1867532)
 - testing: fix test_ssh_import_id.py (#954)
 - Add ability to manage fallback network config on PhotonOS (#941) [sshedi]
 - Add VZLinux support (#951) [eb3095]
 - VMware: add network-config support in ovf-env.xml (#947) [PengpengSun]
 - Update pylint to v2.9.3 and fix the new issues it spots (#946)
   [Paride Legovini]
 - Azure: mount default provisioning iso before try device listing (#870)
   [Anh Vo]
 - Document known hotplug limitations (#950)
 - Initial hotplug support (#936)
 - Fix MIME policy failure on python version upgrade (#934)
 - run-container: fixup the centos repos baseurls when using http_proxy
   (#944) [Paride Legovini]
 - tools: add support for building rpms on rocky linux (#940)
 - ssh-util: allow cloudinit to merge all ssh keys into a custom user
   file, defined in AuthorizedKeysFile (#937) [Emanuele Giuseppe Esposito]
   (LP: #1911680)
 - VMware: new "allow_raw_data" switch (#939) [xiaofengw-vmware]
 - bump pycloudlib version (#935)
 - add renanrodrigo as a contributor (#938) [Renan Rodrigo]
 - testing: simplify test_upgrade.py (#932)
 - freebsd/net_v1 format: read MTU from root (#930) [Gonéri Le Bouder]
 - Add new network activators to bring up interfaces (#919)
 - - Detect a Python version change and clear the cache (#857)
   [Robert Schweikert]
 - cloud_tests: fix the Impish release name (#931) [Paride Legovini]
 - Removed distro specific network code from Photon (#929) [sshedi]
 - Add support for VMware PhotonOS (#909) [sshedi]
 - cloud_tests: add impish release definition (#927) [Paride Legovini]
 - docs: fix stale links rename master branch to main (#926)
 - Fix DNS in NetworkState (SC-133) (#923)
 - tests: Add 'adhoc' mark for integration tests (#925)
 - Fix the spelling of "DigitalOcean" (#924) [Mark Mercado]
 - Small Doc Update for ReportEventStack and Test (#920) [Mike Russell]
 - Replace deprecated collections.Iterable with abc replacement (#922)
   (LP: #1932048)
 - testing: OCI availability domain is now required (SC-59) (#910)
 - add DragonFlyBSD support (#904) 

[Bug 1939855] Re: [SRU] Ice driver causes the kernel to crash with Ubuntu 20.04.2 with ethtool specific register commands

2021-08-23 Thread Michael Reed
** Description changed:

- When we run the command, ethtool -d  with Intel cards (ice 
driver), the kernel crashes because of the ice driver. 
+ [Impact]
+ 
+ When we run the command, ethtool -d  with Intel cards (ice 
driver), the kernel crashes because of the ice driver.
  The same works fine with HWE kernel (5.11). Here, we do not see any crash.
+ 
+ [FIXES]
+ 
+ ice: Fix bad register reads
+ The "ethtool -d" handler reads registers in the ice_regs_dump_list array
+ and returns read values back to the userspace.
+ 
+ commitID:  1fba4a8a92706c89716449b1aab1b6879f438d34
+ 
+ https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-
+ 
next.git/commit/drivers/net/ethernet/intel/ice?id=1fba4a8a92706c89716449b1aab1b6879f438d34
+ 
+ 
+ [TESTING]
+ 
+ Install focal on a system with an E810 network device.
+ Ensure it has an IP address
+ Run ethtool -d 
+ Expected result: Prints a register dump for the specified network device
+ 
+ 
+ [REGRESSION RISK]
+ The regression risk is low

** Description changed:

  [Impact]
  
  When we run the command, ethtool -d  with Intel cards (ice 
driver), the kernel crashes because of the ice driver.
  The same works fine with HWE kernel (5.11). Here, we do not see any crash.
  
  [FIXES]
  
  ice: Fix bad register reads
  The "ethtool -d" handler reads registers in the ice_regs_dump_list array
  and returns read values back to the userspace.
  
  commitID:  1fba4a8a92706c89716449b1aab1b6879f438d34
  
  https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-
  
next.git/commit/drivers/net/ethernet/intel/ice?id=1fba4a8a92706c89716449b1aab1b6879f438d34
  
- 
  [TESTING]
  
- Install focal on a system with an E810 network device.
- Ensure it has an IP address
+ Install Focal on a system with an E810 network device.
+ Ensure the network device has an IP address and has connectivity
  Run ethtool -d 
  Expected result: Prints a register dump for the specified network device
  
- 
  [REGRESSION RISK]
  The regression risk is low

** Description changed:

  [Impact]
  
  When we run the command, ethtool -d  with Intel cards (ice 
driver), the kernel crashes because of the ice driver.
  The same works fine with HWE kernel (5.11). Here, we do not see any crash.
  
  [FIXES]
  
  ice: Fix bad register reads
  The "ethtool -d" handler reads registers in the ice_regs_dump_list array
  and returns read values back to the userspace.
  
  commitID:  1fba4a8a92706c89716449b1aab1b6879f438d34
  
  https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-
  
next.git/commit/drivers/net/ethernet/intel/ice?id=1fba4a8a92706c89716449b1aab1b6879f438d34
  
  [TESTING]
  
  Install Focal on a system with an E810 network device.
  Ensure the network device has an IP address and has connectivity
  Run ethtool -d 
  Expected result: Prints a register dump for the specified network device
  
  [REGRESSION RISK]
+ 
  The regression risk is low

** Description changed:

  [Impact]
  
  When we run the command, ethtool -d  with Intel cards (ice 
driver), the kernel crashes because of the ice driver.
  The same works fine with HWE kernel (5.11). Here, we do not see any crash.
  
  [FIXES]
  
  ice: Fix bad register reads
  The "ethtool -d" handler reads registers in the ice_regs_dump_list array
  and returns read values back to the userspace.
  
  commitID:  1fba4a8a92706c89716449b1aab1b6879f438d34
  
  https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-
  
next.git/commit/drivers/net/ethernet/intel/ice?id=1fba4a8a92706c89716449b1aab1b6879f438d34
  
  [TESTING]
  
  Install Focal on a system with an E810 network device.
  Ensure the network device has an IP address and has connectivity
  Run ethtool -d 
  Expected result: Prints a register dump for the specified network device
  
  [REGRESSION RISK]
  
  The regression risk is low
+ 
+ [OTHER INFO]
+ 
+ I have added the fix, built the kernel and tested the fix.
+ 
+ 
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/focal/+ref/e810_ethtool_fix_next

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

Title:
  [SRU] Ice driver causes the kernel to crash with Ubuntu 20.04.2 with
  ethtool specific register commands

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


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

[Bug 1322968] Re: Changing country leads to invalid locale

2021-08-23 Thread Lars Müller-Stumpf
I just checked upstream and found that this bug already has been
reported there some time ago, marked as "resolved donwstream":
https://bugs.kde.org/show_bug.cgi?id=335301

Im confused. The bug still persists and there are a plethora of other
linked bug reports branching off of that bug report i just linked,
either on this or KDE's bug tracking site. What is the current state of
this bug then? :D

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

Title:
  Changing country leads to invalid locale

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


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

[Bug 1939855] Re: [SRU] Ice driver causes the kernel to crash with Ubuntu 20.04.2 with ethtool specific register commands

2021-08-23 Thread Michael Reed
** Summary changed:

- ice driver causes the kernel to crash with Ubuntu 20.04.2 with ethtool 
specific register commands
+ [SRU] Ice driver causes the kernel to crash with Ubuntu 20.04.2 with ethtool 
specific register commands

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

Title:
  [SRU] Ice driver causes the kernel to crash with Ubuntu 20.04.2 with
  ethtool specific register commands

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


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

[Bug 1855793] Re: Wi-Fi becomes unusally slow all of a sudden and forces me to turn off Wi-Fi and then turn it back on

2021-08-23 Thread Seija Kijin
** Attachment removed: "IpAddr.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1855793/+attachment/5350013/+files/IpAddr.txt

** Attachment removed: "IpAddr.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1855793/+attachment/5311240/+files/IpAddr.txt

** Attachment removed: "WifiSyslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1855793/+attachment/5311248/+files/WifiSyslog.txt

** Description changed:

  Oftentimes, when I am using my PC, the Wi-Fi will drop all of a sudden
  and I will then be forced to turn the Wi-Fi off and then back on again,
  which is annoying. And even then, the Wi-Fi becomes unusually slow
  afterwards.
  
  Description:  Ubuntu 18.04.3 LTS
  Release:  18.04
  
  network-manager:
-   Installed: 1.10.6-2ubuntu1.2
-   Candidate: 1.10.6-2ubuntu1.2
-   Version table:
-  *** 1.10.6-2ubuntu1.2 500
- 500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  1.10.6-2ubuntu1.1 500
- 500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
-  1.10.6-2ubuntu1 500
- 500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 18.04
- Package: network-manager 1.10.6-2ubuntu1.2
- ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
- Uname: Linux 5.0.0-37-generic x86_64
- ApportVersion: 2.20.9-0ubuntu7.9
- Architecture: amd64
- CurrentDesktop: ubuntu:GNOME
- Date: Mon Dec  9 20:35:53 2019
- IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
- IpRoute:
-  default via 192.168.1.1 dev wlp3s0 proto dhcp metric 600 
-  169.254.0.0/16 dev wlp3s0 scope link metric 1000 
-  192.168.1.0/24 dev wlp3s0 proto kernel scope link src 192.168.1.33 metric 600
- NetworkManager.state:
-  [main]
-  NetworkingEnabled=true
-  WirelessEnabled=true
-  WWANEnabled=true
- ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
- SourcePackage: network-manager
- UpgradeStatus: No upgrade log present (probably fresh install)
- nmcli-con:
-  NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
-  NETGEAR18   64704ba2-aba5-44de-ad4a-7d0de569815b  wifi  
1575941718  Mon 09 Dec 2019 08:35:18 PM EST  yes  0 
no/org/freedesktop/NetworkManager/Settings/1  yes wlp3s0  activated 
 /org/freedesktop/NetworkManager/ActiveConnection/2  --
-  Wired connection 1  28634e82-4c1c-3a61-b152-3bd92aaa6992  ethernet  
1575939877  Mon 09 Dec 2019 08:04:37 PM EST  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/2  no  --  --
 --  --
- nmcli-dev:
-  DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
-  wlp3s0  wifi  connected/org/freedesktop/NetworkManager/Devices/3  
NETGEAR18   64704ba2-aba5-44de-ad4a-7d0de569815b  
/org/freedesktop/NetworkManager/ActiveConnection/2 
-  enp4s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
-  lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
- nmcli-nm:
-  RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
-  running  1.10.6   connected  started  full  enabled enabled  
enabled  enabled  enabled
- --- 
- ProblemType: Bug
- ApportVersion: 2.20.9-0ubuntu7.14
- Architecture: amd64
- AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  seija  1543 F pulseaudio
- CurrentDesktop: ubuntu:GNOME
- DistroRelease: Ubuntu 18.04
- IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
- InstallationDate: Installed on 2020-04-04 (5 days ago)
- InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
- IpRoute:
-  default via 192.168.1.1 dev wlp2s0 proto dhcp metric 600 
-  169.254.0.0/16 dev wlp2s0 scope link metric 1000 
-  192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.39 metric 600
- Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 004: ID 0cf3:e009 Atheros Communications, Inc. 
-  Bus 001 Device 003: ID 0bda:0129 Realtek 

[Bug 1940233] Re: cloud-init in impish makes /home/ubuntu/.ssh root.root

2021-08-23 Thread Chad Smith
** Also affects: cloud-init (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Impish)
   Importance: Critical
   Status: Fix Committed

** Also affects: cloud-init (Ubuntu Bionic)
   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/1940233

Title:
  cloud-init   in impish makes /home/ubuntu/.ssh root.root

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1940233/+subscriptions


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

[Bug 1877438] Re: There is a half a minute delay between when I switch from AC to battery power and I hear the AC Disconnect sound.

2021-08-23 Thread Seija Kijin
** Attachment removed: "AlsaInfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367953/+files/AlsaInfo.txt

** Attachment removed: "CRDA.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367954/+files/CRDA.txt

** Attachment removed: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367955/+files/CurrentDmesg.txt

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367956/+files/Dependencies.txt

** Attachment removed: "WifiSyslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367968/+files/WifiSyslog.txt

** Attachment removed: "UdevDb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367967/+files/UdevDb.txt

** Attachment removed: "RfKill.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367966/+files/RfKill.txt

** Attachment removed: "IwConfig.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367957/+files/IwConfig.txt

** Attachment removed: "Lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367958/+files/Lspci.txt

** Attachment removed: "Lspci-vt.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367959/+files/Lspci-vt.txt

** Attachment removed: "Lsusb-t.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367960/+files/Lsusb-t.txt

** Attachment removed: "Lsusb-v.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367961/+files/Lsusb-v.txt

** Attachment removed: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367962/+files/ProcCpuinfo.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367963/+files/ProcCpuinfoMinimal.txt

** Attachment removed: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367964/+files/ProcInterrupts.txt

** Attachment removed: "ProcModules.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877438/+attachment/5367965/+files/ProcModules.txt

** Description changed:

- This happened when I unplugged my laptop from the wall. This happens
- sometimes, other times it does not.
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 20.04
- Package: linux-image-5.4.0-29-generic 5.4.0-29.33
- ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
- Uname: Linux 5.4.0-29-generic x86_64
- ApportVersion: 2.20.11-0ubuntu27
- Architecture: amd64
- AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  seija  1457 F pulseaudio
-  /dev/snd/pcmC0D0p:   seija  1457 F...m pulseaudio
- CasperMD5CheckResult: skip
- Date: Thu May  7 14:50:27 2020
- InstallationDate: Installed on 2020-05-07 (0 days ago)
- InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
- Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
-  Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
-  Bus 001 Device 002: ID 0c45:6a06 Microdia Integrated_Webcam_HD
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- MachineType: Dell Inc. Inspiron 5570
- ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- ProcFB: 0 i915drmfb
- ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=216a90ea-efc4-4b0a-af00-02776f1f88d3 ro quiet splash vt.handoff=7
- PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
- RelatedPackageVersions:
-  linux-restricted-modules-5.4.0-29-generic N/A
-  linux-backports-modules-5.4.0-29-generic  N/A
-  linux-firmware1.187
- SourcePackage: linux
- UpgradeStatus: No upgrade log present (probably fresh install)
- dmi.bios.date: 02/20/2020
- dmi.bios.vendor: Dell Inc.
- dmi.bios.version: 1.2.5
- dmi.board.name: 09YTN7
- dmi.board.vendor: Dell Inc.
- dmi.board.version: A00
- dmi.chassis.type: 10
- dmi.chassis.vendor: Dell Inc.
- dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd02/20/2020:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
- dmi.product.family: Inspiron
- dmi.product.name: Inspiron 5570
- dmi.product.sku: 0810
- dmi.sys.vendor: Dell Inc.
+ Abandoned

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

** Information type changed from Public to Private

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

Title:
  There is a half a minute delay between when I switch 

[Bug 1877458] Re: cd ../gcc in a directory ajacent to gcc causes the page to go to gcc/gcc

2021-08-23 Thread Seija Kijin
** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1877458/+attachment/5368028/+files/Dependencies.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1877458/+attachment/5368029/+files/ProcCpuinfoMinimal.txt

** Changed in: bash (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/1877458

Title:
  cd ../gcc in a directory ajacent to gcc causes the page to go to
  gcc/gcc

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


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

[Bug 1939950] Re: shim-signed fails to upgrade when NVMe drive is moved into the VM as Virtio drive

2021-08-23 Thread Steve Langasek
*** This bug is a duplicate of bug 1940723 ***
https://bugs.launchpad.net/bugs/1940723

** This bug has been marked a duplicate of bug 1940723
   shim-signed fails to install if grub disk config is incorrect

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

Title:
  shim-signed fails to upgrade when NVMe drive is moved into the VM as
  Virtio drive

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


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

[Bug 1940723] Re: shim-signed fails to install if grub disk config is incorrect

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

** Changed in: shim-signed (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/1940723

Title:
  shim-signed fails to install if grub disk config is incorrect

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


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

[Bug 1940588] Re: package shim-signed 1.40.7+15.4-0ubuntu9 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 32

2021-08-23 Thread Steve Langasek
*** This bug is a duplicate of bug 1940723 ***
https://bugs.launchpad.net/bugs/1940723

** This bug has been marked a duplicate of bug 1940723
   shim-signed fails to install if grub disk config is incorrect

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

Title:
  package shim-signed 1.40.7+15.4-0ubuntu9 failed to install/upgrade:
  installed shim-signed package post-installation script subprocess
  returned error exit status 32

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


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

[Bug 1940723] Re: shim-signed fails to install if grub disk config is incorrect

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

** Changed in: grub2 (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/1940723

Title:
  shim-signed fails to install if grub disk config is incorrect

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


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

[Bug 1940723] Re: shim-signed fails to install if grub disk config is incorrect

2021-08-23 Thread Steve Langasek
looking at the dpkg history it appears update-manager/aptdaemon was
installing the package, so this isn't a problem of a non-interactive
upgrade with no debconf frontend available (and if it were, that should
result in an exit code of 1, not 32).

So there appears to be a bug in /usr/lib/grub/grub-multi-install, which
should prompt to correct the disk list whenever there is an absent disk,
and not exit with an error.

The problem appears to be that we do not check the return value of the
'mount' command, and only add disks to the "failed_devices" list if
mount succeeds but grub-install fails.

** Tags added: fr-1637

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

** Changed in: shim-signed (Ubuntu)
   Status: Incomplete => New

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

Title:
  shim-signed fails to install if grub disk config is incorrect

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


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

[Bug 1940723] Re: shim-signed fails to install if grub disk config is incorrect

2021-08-23 Thread Steve Langasek
Please show the output of 'debconf-show grub-pc|grep install'.


** Summary changed:

- package shim-signed 1.40.6+15.4-0ubuntu7 failed to install/upgrade: installed 
shim-signed package post-installation script subprocess returned error exit 
status 32
+ shim-signed fails to install if grub disk config is incorrect

** Changed in: shim-signed (Ubuntu)
   Status: New => Incomplete

** Also affects: grub2 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: grub2 (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  shim-signed fails to install if grub disk config is incorrect

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


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

[Bug 1940784] Re: Keyboard layout isn't updated till installation completes

2021-08-23 Thread Steve Langasek
I've followed the below process to try to reproduce this, and was unable
to:

- launch a VM with UEFI as the firmware.
- boot to the default screen, giving me the choice between "Try Ubuntu" and 
"Install Ubuntu"
- select "Install Ubuntu" with English as the language
- select "English (US) - English (Dvorak, alt. intl.) as my keyboard
- proceed with the install

All of the text prompts used the selected keyboard.

So since this is not reproducible for me, please explain what steps you
followed that led to this problem.

** Changed in: ubiquity (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/1940784

Title:
  Keyboard layout isn't updated till installation completes

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


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

[Bug 1906266] Re: After upgrade: "libvirt.libvirtError: Requested operation is not valid: format of backing image %s of image %s was not specified"

2021-08-23 Thread Joris Vleminckx
I can confirm that installing a newer version of libvirt fixes the
issue.

We just did this for an nova-libvirt container in the Openstack Victoria
release, wich we had upgraded from Rocky.

We used the latest available libvirt version for Ubuntu 20.04:
6.0.0-0ubuntu8.12

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

Title:
  After upgrade: "libvirt.libvirtError: Requested operation is not
  valid: format of backing image %s of image %s was not specified"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1906266/+subscriptions


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

[Bug 1940233] Re: cloud-init in impish makes /home/ubuntu/.ssh root.root

2021-08-23 Thread James Falcon
This bug is believed to be fixed in cloud-init in version 21.3. If this
is still a problem for you, please make a comment and set the state back
to New

Thank you.

** Changed in: cloud-init
   Status: Fix Committed => Fix Released

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

Title:
  cloud-init   in impish makes /home/ubuntu/.ssh root.root

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1940233/+subscriptions


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

[Bug 1786013] Autopkgtest regression report (linux-meta-aws/5.4.0.1056.59)

2021-08-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-aws (5.4.0.1056.59) for 
focal have finished running.
The following regressions have been reported in tests triggered by the package:

backport-iwlwifi-dkms/8324-0ubuntu3~20.04.4 (arm64, amd64)
systemd/245.4-4ubuntu3.11 (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-aws

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 1940816] Re: Autopkgtest fail with glibc 2.34

2021-08-23 Thread Brian Murray
$ dput wmanager_0.3.0-2ubuntu1_source.changes
Trying to upload package to ubuntu
Checking signature on .changes
gpg: /tmp/pkgs/impish/wmanager_0.3.0-2ubuntu1_source.changes: Valid signature 
from 1E918B66765B3E31
Checking signature on .dsc
gpg: /tmp/pkgs/impish/wmanager_0.3.0-2ubuntu1.dsc: Valid signature from 
1E918B66765B3E31
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading wmanager_0.3.0-2ubuntu1.dsc: done.
  Uploading wmanager_0.3.0-2ubuntu1.debian.tar.xz: done.
  Uploading wmanager_0.3.0-2ubuntu1_source.buildinfo: done.
  Uploading wmanager_0.3.0-2ubuntu1_source.changes: done.
Successfully uploaded packages.

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

Title:
  Autopkgtest fail with glibc 2.34

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


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

[Bug 1940858] Please test proposed package

2021-08-23 Thread Corey Bryant
Hello Corey, or anyone else affected,

Accepted python-oslo.messaging into victoria-proposed. The package will
build now and be available in the Ubuntu Cloud Archive in a few hours,
and then in the -proposed repository.

Please help us by testing this new package. To enable the -proposed
repository:

  sudo add-apt-repository cloud-archive:victoria-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-victoria-needed to verification-victoria-done. If it
does not fix the bug for you, please add a comment stating that, and
change the tag to verification-victoria-failed. In either case, details
of your testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!

** Changed in: cloud-archive/victoria
   Status: Triaged => Fix Committed

** Tags added: verification-victoria-needed

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

Title:
  [SRU] python-oslo.messaging stable point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1940858/+subscriptions


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

[Bug 1934428] Re: Request to pull-in new PERC11 PCI-id from upstream

2021-08-23 Thread Michael Reed
My apologies for the error, I have now updated to the correct file name
pci.ids.

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

Title:
  Request to pull-in new PERC11 PCI-id from upstream

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


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

[Bug 1933790] Re: Request to pull-in new HBA11 PCI-id from upstream

2021-08-23 Thread Michael Reed
My apologies for the error, I now have updated to the correct file name
pci.ids.

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

Title:
  Request to pull-in new HBA11 PCI-id from upstream

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


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

[Bug 1940858] Re: [SRU] python-oslo.messaging stable point release

2021-08-23 Thread Corey Bryant
** Description changed:

  [Impact]
  This release sports mostly bug-fixes and we would like to make sure all of 
our users have access to these improvements.
  
  The update contains the following package updates:
  
     * focal: python-oslo.messaging 12.1.6
     * victoria: python-oslo.messaging 12.5.2
-    * hirsute: python-oslo.messaging 12.7.1
  
  [Test Case]
  The following SRU process was followed:
  https://wiki.ubuntu.com/OpenStack/StableReleaseUpdates, in addition to the 
documented "New upstream microreleases" section from 
https://wiki.ubuntu.com/StableReleaseUpdates.
  
  In order to avoid regression of existing consumers, the OpenStack team
  will run their continuous integration test against the packages that are
  in -proposed. A successful run of all available tests will be required
  before the proposed packages can be let into -updates.
  
  The OpenStack team will be in charge of attaching the output summary of
  the executed tests. The OpenStack team members will not mark
  ‘verification-done’ until this has happened.
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned tests are attached to this bug.
  
  [Discussion]

** No longer affects: python-oslo.messaging (Ubuntu Hirsute)

** No longer affects: cloud-archive/wallaby

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

Title:
  [SRU] python-oslo.messaging stable point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1940858/+subscriptions


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

[Bug 1940858] Re: [SRU] python-oslo.messaging stable point release

2021-08-23 Thread Corey Bryant
** Description changed:

  [Impact]
- This release sports mostly bug-fixes and we would like to make sure all of our
- users have access to these improvements.
+ This release sports mostly bug-fixes and we would like to make sure all of 
our users have access to these improvements.
  
  The update contains the following package updates:
  
-* focal: python-oslo.messaging 12.1.6
-* victoria: python-oslo.messaging 12.5.2
-* hirsute: python-oslo.messaging 12.7.1
+    * focal: python-oslo.messaging 12.1.6
+    * victoria: python-oslo.messaging 12.5.2
+    * hirsute: python-oslo.messaging 12.7.1
  
  [Test Case]
  The following SRU process was followed:
- https://wiki.ubuntu.com/OpenStack/StableReleaseUpdates
+ https://wiki.ubuntu.com/OpenStack/StableReleaseUpdates, in addition to the 
documented "New upstream microreleases" section from 
https://wiki.ubuntu.com/StableReleaseUpdates.
  
- In order to avoid regression of existing consumers, the OpenStack team will
- run their continuous integration test against the packages that are in
- -proposed. A successful run of all available tests will be required before the
- proposed packages can be let into -updates.
+ In order to avoid regression of existing consumers, the OpenStack team
+ will run their continuous integration test against the packages that are
+ in -proposed. A successful run of all available tests will be required
+ before the proposed packages can be let into -updates.
  
- The OpenStack team will be in charge of attaching the output summary of the
- executed tests. The OpenStack team members will not mark ‘verification-done’ 
until
- this has happened.
+ The OpenStack team will be in charge of attaching the output summary of
+ the executed tests. The OpenStack team members will not mark
+ ‘verification-done’ until this has happened.
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned tests are attached to this bug.
  
  [Discussion]

** Also affects: oslo.messaging
   Importance: Undecided
   Status: New

** No longer affects: oslo.messaging

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/ussuri
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/wallaby
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/victoria
   Importance: Undecided
   Status: New

** Changed in: cloud-archive/ussuri
   Status: New => Triaged

** Changed in: cloud-archive/victoria
   Status: New => Triaged

** Changed in: cloud-archive/wallaby
   Status: New => Triaged

** Changed in: cloud-archive/wallaby
   Importance: Undecided => High

** Changed in: cloud-archive/victoria
   Importance: Undecided => High

** Changed in: cloud-archive/ussuri
   Importance: Undecided => High

** Changed in: cloud-archive
   Status: New => Invalid

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

Title:
  [SRU] python-oslo.messaging stable point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1940858/+subscriptions


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

[Bug 1940860] [NEW] Mellanox NIC interface names change between 5.4 and 5.8

2021-08-23 Thread dann frazier
Public bug reported:

I noticed on a couple of systems that my network interface names change
when upgrading from the focal LTS (5.4) kernel to the focal HWE (both
5.8 & 5.11) kernels. Both systems have Mellanox Connect-X 5 NICs.

dannf@bizzy:~$ uname -a
Linux bizzy 5.4.0-81-generic #91-Ubuntu SMP Thu Jul 15 19:10:30 UTC 2021 
aarch64 aarch64 aarch64 GNU/Linux
dannf@bizzy:~$ ls /sys/class/net
enp1s0f0  enp1s0f1  enx3e8734bc294f  lo

dannf@bizzy:~$ uname -a
Linux bizzy 5.8.0-63-generic #71~20.04.1-Ubuntu SMP Thu Jul 15 17:46:44 UTC 
2021 aarch64 aarch64 aarch64 GNU/Linux
dannf@bizzy:~$ ls /sys/class/net
enp1s0f0np0  enp1s0f1np1  enx3e8734bc294f  lo

dannf@bizzy:~$ uname -a
Linux bizzy 5.11.0-27-generic #29~20.04.1-Ubuntu SMP Wed Aug 11 15:58:08 UTC 
2021 aarch64 aarch64 aarch64 GNU/Linux
dannf@bizzy:~$ ls /sys/class/net
enp1s0f0np0  enp1s0f1np1  enx3e8734bc294f  lo

I bisected this down to a kernel change:
# first bad commit: [c6acd629eec754a9679f922d51f90e44c769b80c] net/mlx5e: Add 
support for devlink-port in non-representors mode

The impact is that your network can fail to come up after transitioning
from the LTS kernel to the HWE kernel. Now, this isn't a huge problem
for MAAS installs because MAAS configures netplan to always use the same
names as were used at commissioning. It does impact subiquity based
installs however, which do not.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

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

** Also affects: systemd (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/1940860

Title:
  Mellanox NIC interface names change between 5.4 and 5.8

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


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

[Bug 1940858] [NEW] [SRU] python-oslo.messaging stable point release

2021-08-23 Thread Corey Bryant
Public bug reported:

[Impact]
This release sports mostly bug-fixes and we would like to make sure all of our 
users have access to these improvements.

The update contains the following package updates:

   * focal: python-oslo.messaging 12.1.6
   * victoria: python-oslo.messaging 12.5.2
   * hirsute: python-oslo.messaging 12.7.1

[Test Case]
The following SRU process was followed:
https://wiki.ubuntu.com/OpenStack/StableReleaseUpdates, in addition to the 
documented "New upstream microreleases" section from 
https://wiki.ubuntu.com/StableReleaseUpdates.

In order to avoid regression of existing consumers, the OpenStack team
will run their continuous integration test against the packages that are
in -proposed. A successful run of all available tests will be required
before the proposed packages can be let into -updates.

The OpenStack team will be in charge of attaching the output summary of
the executed tests. The OpenStack team members will not mark
‘verification-done’ until this has happened.

[Regression Potential]
In order to mitigate the regression potential, the results of the
aforementioned tests are attached to this bug.

[Discussion]

** Affects: cloud-archive
 Importance: Undecided
 Status: New

** Affects: python-oslo.messaging (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: python-oslo.messaging (Ubuntu Focal)
 Importance: High
 Status: Triaged

** Affects: python-oslo.messaging (Ubuntu Hirsute)
 Importance: High
 Status: Triaged

** Also affects: python-oslo.messaging (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: python-oslo.messaging (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: python-oslo.messaging (Ubuntu Focal)
   Status: New => Triaged

** Changed in: python-oslo.messaging (Ubuntu Hirsute)
   Status: New => Triaged

** Changed in: python-oslo.messaging (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: python-oslo.messaging (Ubuntu Hirsute)
   Importance: Undecided => High

** Changed in: python-oslo.messaging (Ubuntu)
   Status: New => Invalid

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

Title:
  [SRU] python-oslo.messaging stable point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1940858/+subscriptions


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

[Bug 811604] Re: uvcdynctrl spams uvcdynctrl-udev.log and fills up filesystem

2021-08-23 Thread david hammett
After doing a regular apt-get upgrade on my Ubuntu 18.04 LTS about 5
days ago.I finely fixed my laptop that has the beast tribal boot system
with windows 10, Ubuntu 18.04 and Kubuntu 18.04 that Ive had in the last
30 years .The uvcdyncrtl lib after filling up my /ver partition caused
the primary super-block to be damaged on my /dev/sda8 partasion. There
for I go and boot into my old trusty Kubuntu 18.04 and do just a simple
apt-get update and bam It freezes up too. Booted into Windows 10 and its
sill working thank about that for a minuet or two LOL. I had to use the
drive's backup super-block to get things back booting, then deleted
/var/log/uvcdynctrl-udev.log file and set the debug=1 to "0". Here some
good documentation on how to fix the super-block in case if someone else
has the same problems. https://www.linuxbabe.com/desktop-linux/fix-cant-
read-superblock-error They really need to fix this instead of us just
working around it.

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

Title:
  uvcdynctrl spams uvcdynctrl-udev.log and fills up filesystem

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


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

[Bug 1932076] Re: src:request-tracker5: ftbfs due to changes in gpg error messages

2021-08-23 Thread Lucas Kanashiro
After talking to bdmurray on IRC, I am uploading both packages, request-
tracker4 and request-tracker5 (attached debdiffs).

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

Title:
  src:request-tracker5: ftbfs due to changes in gpg error messages

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


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

[Bug 1940857] [NEW] package chromium-browser (not installed) failed to install/upgrade: 新的 chromium-browser 软件包 pre-installation 脚本 子进程返回错误状态 1

2021-08-23 Thread immortalt
Public bug reported:

snap install timeout, then failed.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: chromium-browser (not installed)
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
AptOrdering:
 chromium-browser:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Aug 24 02:26:49 2021
ErrorMessage: 新的 chromium-browser 软件包 pre-installation 脚本 子进程返回错误状态 1
InstallationDate: Installed on 2021-08-23 (0 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: chromium-browser
Title: package chromium-browser (not installed) failed to install/upgrade: 新的 
chromium-browser 软件包 pre-installation 脚本 子进程返回错误状态 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: chromium-browser (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/1940857

Title:
  package chromium-browser (not installed) failed to install/upgrade: 新的
  chromium-browser 软件包 pre-installation 脚本 子进程返回错误状态 1

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


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

[Bug 1921518] Re: OpenSSL "double free" error

2021-08-23 Thread Dimitri John Ledkov
@vladimir sokolovsky

Note, that the proposed PPA is built for all architectures, and all
configurations of the packages in questions as used in Ubuntu. Meaning,
they are all compiled in multiple configurations, which are mutually
incompatible. To ensure one installs the upgraded packages suitable for
ones own system, one should not download all/any/individual debs from
the archive, but instead one should only download and upgrade the
packages that are already present on ones own system only.

For example, your comments indicate that incompatible packages were
downloaded and attempted to be forcefully installed, breaking your
system.

Please revert the system to stock configurate.

Enable the ppa as mentioned in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/4654 "Adding this PPA to your system" I.e.
specifically `sudo add-apt-repository ppa:ci-train-ppa-service/4654`
followed by `sudo apt update; sudo apt full-upgrade`

This should only install relevant packages for your system from the
proposed ppa, specifically things like "libssl1.1 openssl cur libcurl4"
in the deb format for the arm64 server architecture only.

Do not install any packages that have udeb in the name, they are not
used on servers and have incompatible configuration.

The above is preferred.

If you do not have direct access to launchpad PPA on your system under
test, you can use pull-pkg utility from ubuntu-dev-tools to download
packages you require, but then you must be extra careful to upgrade only
the matching set of packages. For example

$ pull-pkg -D ppa --ppa ci-train-ppa-service/4654 --arch arm64 --pull debs 
openssl focal
$ pull-pkg -D ppa --ppa ci-train-ppa-service/4654 --arch arm64 --pull debs curl 
focal

Transfer the debs to your system under test.
Check packages that are already installed, and upgrade only the ones that are 
already on your system.
I.e.
$ dpkg -l | grep -e 7.68.0 -e 1.1.1f
$ sudo apt install ./curl_*.deb ./libssl1.1_*.deb ./openssl_*.deb 
./libcurl4_*.deb

If needed, you can also use pull-pkg tool to download debug symbols
packages to assist in debugging. And again only install debug symbols
packages for the libraries and packages already present on your system;
as again there are debug symbols provided for all configurations, which
are incompatible with each other and cannot be all installed
simultaneously.

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

Title:
  OpenSSL "double free" error

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


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

[Bug 1935040] Re: dev_forward_skb: do not scrub skb mark within the same name space

2021-08-23 Thread Nicolas Dichtel
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  dev_forward_skb: do not scrub skb mark within the same name space

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


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

[Bug 1938957] Re: autopkgtest failure "AssertionError: CanonicalNameDict({'http://xkcd.com/rss.x[101 chars]l')}) != {}"

2021-08-23 Thread Launchpad Bug Tracker
This bug was fixed in the package limnoria - 2021.07.21-2

---
limnoria (2021.07.21-2) unstable; urgency=medium

  * Add patch from upstream to fix a racy autopkgtest failure.  LP:
#1938957

 -- Mattia Rizzolo   Sun, 22 Aug 2021 19:17:59 +0200

** Changed in: limnoria (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  autopkgtest failure "AssertionError:
  CanonicalNameDict({'http://xkcd.com/rss.x[101 chars]l')}) != {}"

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


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

[Bug 1569724] Re: noatime option

2021-08-23 Thread Jonathan
Just use the parse the date from the snapshot name as Martin mentions.
I'm going to uninstall this plugin as it has made my system unusable.

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

Title:
  noatime option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/1569724/+subscriptions


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

[Bug 1935040] Re: dev_forward_skb: do not scrub skb mark within the same name space

2021-08-23 Thread Nicolas Dichtel
** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute

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

Title:
  dev_forward_skb: do not scrub skb mark within the same name space

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


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

[Bug 1935040] Re: dev_forward_skb: do not scrub skb mark within the same name space

2021-08-23 Thread Nicolas Dichtel
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  dev_forward_skb: do not scrub skb mark within the same name space

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


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

Re: [Bug 1940131] Re: sudo ua attach is not working

2021-08-23 Thread slava
Hello Chad,

/etc/cloud/build.info is not there


Out of interest I checked two other servers (Hetzner and OVH) and they 
also do not contain /usr/bin/cloud-id

However, there is build.info on the OVH one with the following content:

build_name: server

serial: 20210512


/etc/cloud/build.info is not there.

thank you for the detailed info.

On 19.08.21 22:36, Chad Smith wrote:
> Hi @slava. Thank you for filing this bug, the response you have given in
> comment #9 raises a concern for me in that your image does not contain
> /usr/bin/cloud-id as delivered by the cloud-init package.
>
> This implies to me that you are not running on an image based on an
> official Ubuntu cloud image provided here https://cloud-
> images.ubuntu.com/. All official cloudimages have cloud-init installed
> (as well as security updates and upgrade applied), images not based on
> official Ubuntu images containing cloud-init are likely going to be
> unsupported.
>
> In your Bionic images that lack cloud-init is there a file
> /etc/cloud/build.info present? If so what are the contents? I believe
> this would tell us if your image was a derivative of official Ubuntu
> cloud images and what build date it was derived from.
>

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

Title:
  sudo ua attach is not working

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


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

[Bug 1940851] Re: False positive: "running_procs" incorrectly reports libkeyutils.so.1.9 as "Spam tool component"

2021-08-23 Thread Nils Toedtmann
According to some reports, this ought to help:

RTKT_FILE_WHITELIST=/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9

However, in our use case the file in question does not exist on the host
system, only inside the containers, so this yields me "Invalid
RTKT_FILE_WHITELIST configuration option: Non-existent pathname:
/lib/x86_64-linux-gnu/libkeyutils.so.1.9"

The only workaround I have found so far is far from ideal:

DISABLE_TESTS=running_procs

:-(

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

Title:
  False positive: "running_procs" incorrectly reports libkeyutils.so.1.9
  as "Spam tool component"

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


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

[Bug 1939306] Re: shim-signed 15.4-0ubuntu7 fails on Lenovo T480 with Secure boot

2021-08-23 Thread Adrian
Yes, the latest version 1.40.7+15.4-0ubuntu9 solves the problem.

** Changed in: shim-signed (Ubuntu)
   Status: Confirmed => 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/1939306

Title:
  shim-signed 15.4-0ubuntu7 fails on Lenovo T480 with Secure boot

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


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

[Bug 1940851] Re: False positive: "running_procs" incorrectly reports libkeyutils.so.1.9 as "Spam tool component"

2021-08-23 Thread Nils Toedtmann
Fixed in Debian, see https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=951366

** Bug watch added: Debian Bug tracker #951366
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951366

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

Title:
  False positive: "running_procs" incorrectly reports libkeyutils.so.1.9
  as "Spam tool component"

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


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

[Bug 1359766] Re: Kernel fails to execute code for killing OOM task if oom_kill_allocating_task = 0

2021-08-23 Thread Francesco Baciu
This bug also happens with Ubuntu 21.04
Maybe the kernel-oom script is unloaded and on hdds it takes too long to load 
the script As there is no free RAM. I do not know how Bad the developers of 
ubuntu are but I think I quit Ubuntu. It is useless, not optimized...

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

Title:
  Kernel fails to execute code for killing OOM task if
  oom_kill_allocating_task = 0

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


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

[Bug 1940851] [NEW] False positive: "running_procs" incorrectly reports libkeyutils.so.1.9 as "Spam tool component"

2021-08-23 Thread Nils Toedtmann
Public bug reported:

rkhunter incorrectly reports libkeyutils.so.1.9 as "Sniffer component"
or (running_procs) as "Spam tool component".

Unfortunately, the libkeyutils1 package that recent releases of Debian
(>=11) and Ubuntu (>=20.10) ship contains /lib/x86_64-linux-
gnu/libkeyutils.so.1.9, see e.g.
https://packages.ubuntu.com/hirsute/amd64/libkeyutils1/filelist

This is a known issue, see https://sourceforge.net/p/rkhunter/bugs/170/.
There's a patch in the 'develop' branch, see
https://sourceforge.net/p/rkhunter/rkh_code/ci/6c0675385cafe64ba218b53202b031f616046fe6/
. But the fix doesn't seem to have been released yet.

I am using rkhunter 1.4.6-2~ubuntu18.04.1 on Ubuntu 18.04.5, scanning
docker images that are based on Debian 11 and recent Ubuntu releases.

** Affects: rkhunter (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/1940851

Title:
  False positive: "running_procs" incorrectly reports libkeyutils.so.1.9
  as "Spam tool component"

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


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

[Bug 1939918] Re: FTBFS against glibc 2.34

2021-08-23 Thread Matthias Klose
** Changed in: libnss-db (Ubuntu)
   Status: New => 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/1939918

Title:
  FTBFS against glibc 2.34

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


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

[Bug 1940849] Missing required logs.

2021-08-23 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1940849

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: focal

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

Title:
  bumblebeed.service: Main process exited,

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


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

[Bug 1940850] [NEW] Display Brightness not working

2021-08-23 Thread MICHAEL KIFLE TEFERRA
Public bug reported:

Slot:   00:02.0
Class:  VGA compatible controller [0300]
Vendor: Intel Corporation [8086]
Device: UHD Graphics [9bc4]
SVendor:Hewlett-Packard Company [103c]
SDevice:Device [86e8]
Rev:05

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-43-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Mon Aug 23 19:12:04 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation UHD Graphics [8086:9bc4] (rev 05) (prog-if 00 [VGA 
controller])
   Subsystem: Hewlett-Packard Company Device [103c:86e8]
 NVIDIA Corporation Device [10de:1f95] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:86e8]
InstallationDate: Installed on 2021-08-17 (6 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
MachineType: HP HP Spectre x360 Convertible 15-eb0xxx
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=d4933395-f795-4cde-b7b1-17a98f03fcd1 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/01/2021
dmi.bios.release: 15.11
dmi.bios.vendor: AMI
dmi.bios.version: F.11
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 86E8
dmi.board.vendor: HP
dmi.board.version: 01.77
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 1.77
dmi.modalias: 
dmi:bvnAMI:bvrF.11:bd02/01/2021:br15.11:efr1.77:svnHP:pnHPSpectrex360Convertible15-eb0xxx:pvr:rvnHP:rn86E8:rvr01.77:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Spectre
dmi.product.name: HP Spectre x360 Convertible 15-eb0xxx
dmi.product.sku: 9GB30UA#ABA
dmi.sys.vendor: HP
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.3~20.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
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

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


** Tags: amd64 apport-bug focal possible-manual-nvidia-install ubuntu

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

Title:
  Display Brightness not working

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


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

[Bug 1939306] Re: shim-signed 15.4-0ubuntu7 fails on Lenovo T480 with Secure boot

2021-08-23 Thread Steve Langasek
There is a new version of shim published; please check whether shim-
signed 1.51+15.4-0ubuntu9 addresses this issue.

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

Title:
  shim-signed 15.4-0ubuntu7 fails on Lenovo T480 with Secure boot

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


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

[Bug 1786013] Autopkgtest regression report (linux-meta-oracle/5.4.0.1054.54)

2021-08-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-oracle (5.4.0.1054.54) for 
focal have finished running.
The following regressions have been reported in tests triggered by the package:

backport-iwlwifi-dkms/8324-0ubuntu3~20.04.4 (arm64, amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-oracle

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 1936452] Re: [SRU][F/H/I] Add MT7921 wifi fw

2021-08-23 Thread bohb
Thanks for the fix, can't wait :)

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

Title:
  [SRU][F/H/I] Add MT7921 wifi fw

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1936452/+subscriptions


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

[Bug 1940849] [NEW] bumblebeed.service: Main process exited,

2021-08-23 Thread Lutz Lüdemann
Public bug reported:

Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04


daemon.log
dbus-daemon[942]: [system] Connection :1.163 (uid=0 pid=2323 comm="dbus-monitor 
--system " label="unconfined") became a monitor.
systemd[1]: bumblebeed.service: Scheduled restart job, restart counter is at 2.
systemd[1]: Stopped Bumblebee C Daemon.
systemd[1]: Started Bumblebee C Daemon.
bumblebeed[2325]: [  137.102688] [ERROR]No integrated video card found, 
quitting.
systemd[1]: bumblebeed.service: Main process exited, code=exited, 
status=1/FAILURE
systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
systemd[1]: bumblebeed.service: Scheduled restart job, restart counter is at 3.
systemd[1]: Stopped Bumblebee C Daemon.
systemd[1]: Started Bumblebee C Daemon.
bumblebeed[2327]: [  197.357913] [ERROR]No integrated video card found, 
quitting.
systemd[1]: bumblebeed.service: Main process exited, code=exited, status1
systemd[1]: bumblebeed.service: Failed with result 'exit-code
biolplx systemd[1]: 
bumblebeed.service: Scheduled restart job, restart counter is at 4.
biolplx systemd[1]: Stopped Bumblebee C Daemon.
biolplx systemd[1]: Started Bumblebee C Daemon.
bumblebeed[2332]: [  257.605171] [ERROR]No integrated video card found, 
quitting.
systemd[1]: bumblebeed.service: Main process exited, code=exited, 
status=1/FAILURE
systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
systemd[1]: bumblebeed.service: Scheduled restart job, restart counter is at 5.
ystemd[1]: Stopped Bumblebee C Daemon.
systemd[1]: Started Bumblebee C Daemon.

and so on without an end

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


** Tags: autherise bumblebee pam

** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/bugs/1940849/+attachment/5520016/+files/lspci-vnvn.log

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

Title:
  bumblebeed.service: Main process exited,

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


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

[Bug 1939306] Re: shim-signed 15.4-0ubuntu9 fails on Lenovo T480 with Secure boot

2021-08-23 Thread Steve Langasek
** Summary changed:

- latest shim-signed fails on Lenovo T480 with Secure boot
+ shim-signed 15.4-0ubuntu9 fails on Lenovo T480 with Secure boot

** Summary changed:

- shim-signed 15.4-0ubuntu9 fails on Lenovo T480 with Secure boot
+ shim-signed 15.4-0ubuntu7 fails on Lenovo T480 with Secure boot

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

Title:
  shim-signed 15.4-0ubuntu7 fails on Lenovo T480 with Secure boot

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


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

[Bug 1819359] Re: [iMac12, 1, Cirrus Logic CS4206, Green Headphone Out, N/A] No sound at all

2021-08-23 Thread Yorick Meulenbelt
*** This bug is a duplicate of bug 1003039 ***
https://bugs.launchpad.net/bugs/1003039

Long time ago now, sorry for not replying until now,

I have not tried your suggested install, at the time I did manage to fix it 
using the answer shared below:
https://askubuntu.com/a/1129352

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

Title:
  [iMac12,1, Cirrus Logic CS4206, Green Headphone Out, N/A] No sound at
  all

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


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

[Bug 1832356] Re: Upgrade OpenSSH to 7.9p1-10 or better in stable series

2021-08-23 Thread Dimitri John Ledkov
** Changed in: openssh (Ubuntu Bionic)
   Status: Confirmed => Won't Fix

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

Title:
  Upgrade OpenSSH to 7.9p1-10 or better in stable series

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


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

[Bug 1939225] Re: supervisor read write access in kernel mode

2021-08-23 Thread hereiam
** Attachment added: "error5.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1939225/+attachment/5520014/+files/error5.txt

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

Title:
  supervisor read write access in kernel mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1939225/+subscriptions


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

[Bug 1938259] Re: Add ACCEL_LOCATION=base property for Dell clamshell models

2021-08-23 Thread Dan Streetman
> When will we upload the changes to -proposed?

i'll upload this week, so hopefully it can be released next week. The
focal point release is this week, so review of the upload may be
delayed, but hopefully not much.

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

Title:
  Add ACCEL_LOCATION=base property for Dell clamshell models

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


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

[Bug 1940845] [NEW] Unavailability of OpenJDK8 verion 8u302-b08

2021-08-23 Thread Prabhanjan Gururaj
Public bug reported:

GA of OpenJDK8 - 8u302-b08 happened on Jul 20th as per 
https://wiki.openjdk.java.net/display/jdk8u/Main
There are a few security fixes too in this release and worth getting into the 
ubuntu repo on priority. 

But the Ubuntu repo still has the previous 8u292 even after a month.
Usually, the repo is updated the very next day as I have observed.

(a) What might be the reason?
(b) What would it be updated?

ubuntu repo: https://packages.ubuntu.com/focal/amd64/openjdk-8-jdk/download
u302 relese page: 
https://mail.openjdk.java.net/pipermail/jdk8u-dev/2021-July/014118.html

** Affects: openjdk-8 (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/1940845

Title:
  Unavailability of OpenJDK8 verion 8u302-b08

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


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

  1   2   >