[Bug 1950634] Re: package snapd (not installed) failed to install/upgrade: installed snapd package post-removal script subprocess returned error exit status 1

2021-11-12 Thread Alberto Mardegan
Hi David! I'm sorry to read that you had this bad experience. What is
the current situation?

I see from the logs that the error occurred because the snapd post-
removal script found that the /var/snap directory was in use. Can you
please check what are its contents now (you could run `tree /var/snap`
to find out, or just `find /var/snap`, if "tree" is not installed)?

Also please run these commands for me, and paste the results:
- ls /snap/
- ls /etc/systemd/system/snap*

** Changed in: snapd (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/1950634

Title:
  package snapd (not installed) failed to install/upgrade: installed
  snapd package post-removal script subprocess returned error exit
  status 1

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


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

[Bug 1453011] Re: SegvAnalysis: Failure: invalid literal for int() with base 16: '='

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

** Changed in: apport (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/1453011

Title:
  SegvAnalysis: Failure: invalid literal for int() with base 16: '='

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


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

[Bug 1950761] [NEW] Sync pdf2djvu 0.9.18.1-1 (universe) from Debian unstable (main)

2021-11-12 Thread Rico Tzschichholz
Public bug reported:

Please sync pdf2djvu 0.9.18.1-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * debian/patches/git_new_poppler.patch: fixes the build with new poppler

The required poppler patches are included in this upstream release

Changelog entries since current jammy version 0.9.17.1-1ubuntu2:

pdf2djvu (0.9.18.1-1) unstable; urgency=medium

  * New upstream release.
+ Fix build failure with Poppler ≥ 21.10.
+ Fix FTBFS with gcc-11. (Closes: #984288)

 -- Hsieh-Tseng Shen   Thu, 28 Oct 2021 18:15:17
+0800

** Affects: pdf2djvu (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: pdf2djvu (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync pdf2djvu 0.9.18.1-1 (universe) from Debian unstable (main)

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


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

[Bug 1945555] Re: [SRU] accept undecodable multi-block bluefs transactions on log

2021-11-12 Thread gerald.yang
Update test case

It's too difficult to simulate power outage during multi-block transaction on 
disk, so the way I test this patch is to simulate a multi-block transaction and 
trigger a decode error in
try {
  auto p = bl.cbegin();
  decode(t, p);
  seen_recs = true;
}

Add the following line right after decode(t, p) to throw an error
throw buffer::malformed_input("error test");

According to the patch description https://github.com/ceph/ceph/pull/42830
this error will be considered as a normal bluefs log reply stop condition and 
will *not* prevent OSD from starting
After the error test is triggered, OSD can still be started normally


** Description changed:

  [Impact]
  Multi-block transaction could fail during unexpected power down
  in this case, it should be stop replaying this log instead of throwing 
unrecoverable error
  
  [Test Case]
- need to simulate power outage to reproduce this issue
+ It's too difficult to simulate power outage during multi-block transaction on 
disk, so the way I test this patch is to simulate a multi-block transaction and 
trigger a decode error in
+ try {
+   auto p = bl.cbegin();
+   decode(t, p);
+   seen_recs = true;
+ }
+ 
+ Add the following line right after decode(t, p) to throw an error
+ throw buffer::malformed_input("error test");
+ 
+ According to the patch description https://github.com/ceph/ceph/pull/42830
+ this error will be considered as a normal bluefs log reply stop condition and 
will *not* prevent OSD from starting
+ After the error test is triggered, OSD can still be started normally
  
  [Where problems could occur]
  This upstream PR was created 2 months ago and Luminous was EOL upstream for a 
while
  so Luminous Bluefs code is outdated, in order to backport this commit
  it might also need to backport some dependencies
  
  [Other Info]
  upstream tracker: https://tracker.ceph.com/issues/52079
  PR: https://github.com/ceph/ceph/pull/42830

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

Title:
  [SRU] accept undecodable multi-block bluefs transactions on log

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


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

[Bug 1938531] Re: support signed v4l2loopback dkms build

2021-11-12 Thread Anthony Wong
** Also affects: linux-oem-5.14 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-oem-5.14 (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/1938531

Title:
  support signed v4l2loopback dkms build

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


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

[Bug 1950761] Re: Sync pdf2djvu 0.9.18.1-1 (universe) from Debian unstable (main)

2021-11-12 Thread Sebastien Bacher
This bug was fixed in the package pdf2djvu - 0.9.18.1-1
Sponsored for Rico Tzschichholz (ricotz)

---
pdf2djvu (0.9.18.1-1) unstable; urgency=medium

  * New upstream release.
+ Fix build failure with Poppler ≥ 21.10.
+ Fix FTBFS with gcc-11. (Closes: #984288)

 -- Hsieh-Tseng Shen   Thu, 28 Oct 2021 18:15:17
+0800

** Changed in: pdf2djvu (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/1950761

Title:
  Sync pdf2djvu 0.9.18.1-1 (universe) from Debian unstable (main)

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


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

[Bug 1950385] Re: HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

2021-11-12 Thread Mike
apport information

** Tags added: apport-collected focal

** Description changed:

  Focal Fossa 20.04.1
  HP lt4120 Snapdragon X5 LTE USB modem stopped working from kernel 5.10.x. It 
is not seen by Network Manager. Everything worked with 5.8.x kernel. I can't 
use newer kernel if I want work over HP lt4120 Snapdragon X5 LTE modem.
  I can't test kernel 5.14 & 5.15 in 20.04 due to libc version not compatible 
with updated libc from Ubuntu 20.04.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.21
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  mp 2798 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-05-07 (554 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 04f2:b51c Chicony Electronics Co., Ltd HP HD Camera
+  Bus 001 Device 003: ID 8087:0025 Intel Corp. 
+  Bus 001 Device 002: ID 03f0:9d1d HP, Inc HP lt4120 Snapdragon X5 LTE
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: HP HP EliteBook 820 G3
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-40-generic 
root=UUID=02d7c99f-6ec6-49fa-8577-3e6243dc7891 ro quiet splash 
resume=UUID=02d7c99f-6ec6-49fa-8577-3e6243dc7891 resume_offset=698368 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.11.0-40.44~20.04.2-generic 5.11.22
+ RelatedPackageVersions:
+  linux-restricted-modules-5.11.0-40-generic N/A
+  linux-backports-modules-5.11.0-40-generic  N/A
+  linux-firmware 1.187.20
+ Tags:  focal
+ Uname: Linux 5.11.0-40-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/20/2021
+ dmi.bios.release: 1.52
+ dmi.bios.vendor: HP
+ dmi.bios.version: N75 Ver. 01.52
+ dmi.board.name: 807C
+ dmi.board.vendor: HP
+ dmi.board.version: KBC Version 85.79
+ dmi.chassis.asset.tag: 5CG60906BD
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: HP
+ dmi.ec.firmware.release: 133.121
+ dmi.modalias: 
dmi:bvnHP:bvrN75Ver.01.52:bd04/20/2021:br1.52:efr133.121:svnHP:pnHPEliteBook820G3:pvr:skuL4Q17AV:rvnHP:rn807C:rvrKBCVersion85.79:cvnHP:ct10:cvr:
+ dmi.product.family: 103C_5336AN G=N L=BUS B=HP S=ELI
+ dmi.product.name: HP EliteBook 820 G3
+ dmi.product.sku: L4Q17AV
+ dmi.sys.vendor: HP

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540332/+files/AlsaInfo.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] CurrentDmesg.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540334/+files/CurrentDmesg.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] CRDA.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1950385/+attachment/5540333/+files/CRDA.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] Lspci.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1950385/+attachment/5540336/+files/Lspci.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] Lsusb-t.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540338/+files/Lsusb-t.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] IwConfig.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540335/+files/IwConfig.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] Lspci-vt.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540337/+files/Lspci-vt.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] Lsusb-v.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540339/+files/Lsusb-v.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] ProcEnviron.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540342/+files/ProcEnviron.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] ProcCpuinfoMinimal.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540341/+files/ProcCpuinfoMinimal.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] ProcCpuinfo.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540340/+files/ProcCpuinfo.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] ProcInterrupts.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540343/+files/ProcInterrupts.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] PulseList.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540345/+files/PulseList.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] ProcModules.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540344/+files/ProcModules.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] RfKill.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1950385/+attachment/5540346/+files/RfKill.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] UdevDb.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1950385/+attachment/5540347/+files/UdevDb.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] acpidump.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540349/+files/acpidump.txt

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

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950385] WifiSyslog.txt

2021-11-12 Thread Mike
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1950385/+attachment/5540348/+files/WifiSyslog.txt

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

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not working since 5.10 kernel

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


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

[Bug 1950515] Re: WiFi Killer AX500s DBS stopped working in kernel 5.13.0-21-generic on Dell XPS 13 9310 and others

2021-11-12 Thread serinit
I also have the same issue with  Dell XPS 13 9310 when using the
5.13.0-21 kernel. I can confirm that 5.13.0-20 kernel works on this XPS
13 9310 with a full power cycle.

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

Title:
  WiFi Killer AX500s DBS stopped working in kernel 5.13.0-21-generic on
  Dell XPS 13 9310 and others

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


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

[Bug 1950634] Re: package snapd (not installed) failed to install/upgrade: installed snapd package post-removal script subprocess returned error exit status 1

2021-11-12 Thread David Jericho
Hello,

/var/snap is entirely empty, although the directory is present.

With no snap now installed, /snap of course doesn't exist, however there
are systemd units foe snap, linked to /dev/null

host:~/$ ls -al /etc/systemd/system/snapd*
lrwxrwxrwx 1 root root 9 Nov 11 20:42 
/etc/systemd/system/snapd.apparmor.service -> /dev/null
lrwxrwxrwx 1 root root 9 Nov 11 20:42 
/etc/systemd/system/snapd.autoimport.service -> /dev/null
lrwxrwxrwx 1 root root 9 Nov 11 20:42 
/etc/systemd/system/snapd.core-fixup.service -> /dev/null
lrwxrwxrwx 1 root root 9 Nov 11 20:42 
/etc/systemd/system/snapd.recovery-chooser-trigger.service -> /dev/null
lrwxrwxrwx 1 root root 9 Nov 11 20:42 /etc/systemd/system/snapd.seeded.service 
-> /dev/null
lrwxrwxrwx 1 root root 9 Nov 11 20:42 /etc/systemd/system/snapd.service -> 
/dev/null
lrwxrwxrwx 1 root root 9 Nov 11 20:42 
/etc/systemd/system/snapd.snap-repair.timer -> /dev/null
lrwxrwxrwx 1 root root 9 Nov 11 20:42 /etc/systemd/system/snapd.socket -> 
/dev/null
lrwxrwxrwx 1 root root 9 Nov 11 20:42 
/etc/systemd/system/snapd.system-shutdown.service -> /dev/null

I believe /var/snap may have been in use as I was logged into the
graphical desktop environment at the time, and I was unaware that part
of the desktop was a snap until I did some Googling.

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

Title:
  package snapd (not installed) failed to install/upgrade: installed
  snapd package post-removal script subprocess returned error exit
  status 1

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


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

[Bug 1941752]

2021-11-12 Thread PascalC
Created attachment 143444
New crash information added by DrKonqi

gwenview (21.08.2) using Qt 5.15.2

- What I was doing when the application crashed:
just viewing pics in a folder with gwenview when on one of them gwenview 
systematically crashes 

- Unusual behavior I noticed:
crash  of gwenview when selecting next pic that crashes gwenview

-- Backtrace (Reduced):
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140610082931904) 
at pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=140610082931904) at 
pthread_kill.c:80
#6  __GI___pthread_kill (threadid=140610082931904, signo=signo@entry=6) at 
pthread_kill.c:91
#7  0x7fe25b7e8476 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/posix/raise.c:26
#8  0x7fe25b7ce7b7 in __GI_abort () at abort.c:79

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

Title:
  Regression: exiv2 0.27.3-3ubuntu1.5 makes Gwenview crash when opening
  images exported by darktable

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


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

[Bug 1941752]

2021-11-12 Thread Jan Rathmann
(In reply to Jan Rathmann from comment #15)
> For me this seems to be fixed under Kubuntu 21.10 with Gwenview 21.08.2 from
> kubuntu-backports-ppa.

Please disregard this comment - I totally forgot that I had installed a
patched version of exiv2 (with the change described in Comment 4) to
workaround the bug, sorry for causing confusion.

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

Title:
  Regression: exiv2 0.27.3-3ubuntu1.5 makes Gwenview crash when opening
  images exported by darktable

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


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


[Bug 1941752]

2021-11-12 Thread PascalC
(In reply to p92 from comment #16)
> Created attachment 143444 [details]
> New crash information added by DrKonqi
> 
> gwenview (21.08.2) using Qt 5.15.2
> 
> - What I was doing when the application crashed:
> just viewing pics in a folder with gwenview when on one of them gwenview
> systematically crashes 
> 
> - Unusual behavior I noticed:
> crash  of gwenview when selecting next pic that crashes gwenview
> 
> -- Backtrace (Reduced):
> #4  __pthread_kill_implementation (no_tid=0, signo=6,
> threadid=140610082931904) at pthread_kill.c:44
> #5  __pthread_kill_internal (signo=6, threadid=140610082931904) at
> pthread_kill.c:80
> #6  __GI___pthread_kill (threadid=140610082931904, signo=signo@entry=6) at
> pthread_kill.c:91
> #7  0x7fe25b7e8476 in __GI_raise (sig=sig@entry=6) at
> ../sysdeps/posix/raise.c:26
> #8  0x7fe25b7ce7b7 in __GI_abort () at abort.c:79

not fixed :)

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

Title:
  Regression: exiv2 0.27.3-3ubuntu1.5 makes Gwenview crash when opening
  images exported by darktable

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


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

[Bug 1950764] [NEW] CPU hangs with kernel versions 5.4.0-{89, 90}

2021-11-12 Thread Julian Wendelmuth
Public bug reported:

Hello,
We are currently experiencing issues with kernel version 5.4.0-89 as well as 
5.4.0-90 on our hardware.
A bit of context: We are using Ubuntu 20.04 as a basis for mobile robots that 
are connected to WiFi and are expected to move. With kernels  5.4.0-89 and 
5.4.0-90 we are experiencing connectivity loss to our hardware.
Looking into the logs we find that apparently our CPUs hang:

(Computer name redacted)
Nov 09 16:38:16 * kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 23s! 
[wpa_supplicant:470]
Nov 09 16:38:16 * kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 23s! 
[swapper/2:0]
Nov 09 16:38:16 * kernel: Modules linked in: can_raw can xsk_diag
Nov 09 16:38:16 * kernel: Modules linked in:
Nov 09 16:38:16 * kernel:  af_packet_diag netlink_diag
Nov 09 16:38:16 * kernel:  can_raw
Nov 09 16:38:16 * kernel:  tcp_diag udp_diag
Nov 09 16:38:16 * kernel:  can
Nov 09 16:38:16 * kernel:  raw_diag
Nov 09 16:38:16 * kernel:  xsk_diag
Nov 09 16:38:16 * kernel:  inet_diag
Nov 09 16:38:16 * kernel:  af_packet_diag
Nov 09 16:38:16 * kernel:  unix_diag nft_ct
Nov 09 16:38:16 * kernel:  netlink_diag
Nov 09 16:38:16 * kernel:  nf_tables_set
Nov 09 16:38:16 * kernel:  tcp_diag
Nov 09 16:38:16 * kernel:  ccm
Nov 09 16:38:16 * kernel:  udp_diag
Nov 09 16:38:16 * kernel:  ath9k
Nov 09 16:38:16 * kernel:  raw_diag
Nov 09 16:38:16 * kernel:  ath9k_common
Nov 09 16:38:16 * kernel:  inet_diag
Nov 09 16:38:16 * kernel:  ath9k_hw
Nov 09 16:38:16 * kernel:  unix_diag
Nov 09 16:38:16 * kernel:  ath
Nov 09 16:38:16 * kernel:  nft_ct
Nov 09 16:38:16 * kernel:  intel_rapl_msr
Nov 09 16:38:16 * kernel:  nf_tables_set
Nov 09 16:38:16 * kernel:  intel_rapl_common
Nov 09 16:38:16 * kernel:  ccm
Nov 09 16:38:16 * kernel:  x86_pkg_temp_thermal
Nov 09 16:38:16 * kernel:  ath9k
Nov 09 16:38:16 * kernel:  intel_powerclamp mei_hdcp
Nov 09 16:38:16 * kernel:  ath9k_common
Nov 09 16:38:16 * kernel:  binfmt_misc snd_hda_codec_hdmi
Nov 09 16:38:16 * kernel:  ath9k_hw
Nov 09 16:38:16 * kernel:  coretemp
Nov 09 16:38:16 * kernel:  ath
Nov 09 16:38:16 * kernel:  mac80211 snd_hda_codec_realtek
Nov 09 16:38:16 * kernel:  intel_rapl_msr
Nov 09 16:38:16 * kernel:  kvm_intel nls_iso8859_1
Nov 09 16:38:16 * kernel:  intel_rapl_common
Nov 09 16:38:16 * kernel:  snd_hda_codec_generic ledtrig_audio
Nov 09 16:38:16 * kernel:  x86_pkg_temp_thermal
Nov 09 16:38:16 * kernel:  kvm
Nov 09 16:38:16 * kernel:  intel_powerclamp
Nov 09 16:38:16 * kernel:  advsocketcan(OE) sja1000 snd_hda_intel
Nov 09 16:38:16 * kernel:  mei_hdcp
Nov 09 16:38:16 * kernel:  snd_intel_dspcfg snd_hda_codec
Nov 09 16:38:16 * kernel:  binfmt_misc
Nov 09 16:38:16 * kernel:  rapl cfg80211
Nov 09 16:38:16 * kernel:  snd_hda_codec_hdmi
Nov 09 16:38:16 * kernel:  intel_cstate snd_hda_core
Nov 09 16:38:16 * kernel:  coretemp
Nov 09 16:38:16 * kernel:  snd_hwdep
Nov 09 16:38:16 * kernel:  mac80211
Nov 09 16:38:16 * kernel:  snd_pcm
Nov 09 16:38:16 * kernel:  snd_hda_codec_realtek kvm_intel nls_iso8859_1
Nov 09 16:38:16 * kernel:  libarc4
Nov 09 16:38:16 * kernel:  snd_hda_codec_generic ledtrig_audio kvm
Nov 09 16:38:16 * kernel:  snd_timer
Nov 09 16:38:16 * kernel:  advsocketcan(OE) sja1000 snd_hda_intel
Nov 09 16:38:16 * kernel:  serio_raw
Nov 09 16:38:16 * kernel:  snd_intel_dspcfg snd_hda_codec rapl
Nov 09 16:38:16 * kernel:  can_dev
Nov 09 16:38:16 * kernel:  cfg80211 intel_cstate snd_hda_core
Nov 09 16:38:16 * kernel:  ftdi_sio
Nov 09 16:38:16 * kernel:  snd_hwdep snd_pcm libarc4
Nov 09 16:38:16 * kernel:  snd
Nov 09 16:38:16 * kernel:  snd_timer serio_raw can_dev
Nov 09 16:38:16 * kernel:  mei_me
Nov 09 16:38:16 * kernel:  ftdi_sio snd mei_me
Nov 09 16:38:16 * kernel:  usbserial
Nov 09 16:38:16 * kernel:  usbserial mei
Nov 09 16:38:16 * kernel:  mei
Nov 09 16:38:16 * kernel:  soundcore intel_pch_thermal
Nov 09 16:38:16 * kernel:  soundcore
Nov 09 16:38:16 * kernel:  acpi_pad
Nov 09 16:38:16 * kernel:  intel_pch_thermal
Nov 09 16:38:16 * kernel:  mac_hid
Nov 09 16:38:16 * kernel:  acpi_pad mac_hid
Nov 09 16:38:16 * kernel:  nft_masq
Nov 09 16:38:16 * kernel:  nft_masq nft_chain_nat
Nov 09 16:38:16 * kernel:  nft_chain_nat
Nov 09 16:38:16 * kernel:  nf_nat nf_conntrack nf_defrag_ipv6
Nov 09 16:38:16 * kernel:  nf_nat
Nov 09 16:38:16 * kernel:  nf_defrag_ipv4 nf_tables
Nov 09 16:38:16 * kernel:  nf_conntrack
Nov 09 16:38:16 * kernel:  nfnetlink sch_fq_codel
Nov 09 16:38:16 * kernel:  nf_defrag_ipv6
Nov 09 16:38:16 * kernel:  ip_tables x_tables
Nov 09 16:38:16 * kernel:  nf_defrag_ipv4
Nov 09 16:38:16 * kernel:  autofs4 btrfs
Nov 09 16:38:16 * kernel:  nf_tables
Nov 09 16:38:16 * kernel:  xor zstd_compress
Nov 09 16:38:16 * kernel:  nfnetlink
Nov 09 16:38:16 * kernel:  raid6_pq libcrc32c
Nov 09 16:38:16 * kernel:  sch_fq_codel
Nov 09 16:38:16 * kernel:  hid_generic usbhid
Nov 09 16:38:16 * kernel:  ip_tables
Nov 09 16:38:16 * kernel:  hid i915
Nov 09 16:38:16 * kernel:  x_tables
Nov 09 16:38:16 * kernel:  crct10dif_pclmul crc32_pclmul ghash_clmulni_intel
Nov 09 

[Bug 1950550] Re: language support app automatically installs firefox deb package (21.10)

2021-11-12 Thread Sebastien Bacher
it's going to be resolved when the firefox deb is turned into a snap
installer this cycle, the issue is similar to bug #1947600

** Changed in: snapcraft
   Status: Confirmed => Invalid

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

Title:
  language support app automatically installs firefox deb package
  (21.10)

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


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

[Bug 1950766] [NEW] 5.13.0-21 breaks wifi ath11k / mhi

2021-11-12 Thread stelian
Public bug reported:

Booting to the latest ubuntu kernel, ath11k based wifi does not work
anymore.

The bug is well described and patched upstream, see :
https://bugzilla.kernel.org/show_bug.cgi?id=214455

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-20-generic 5.13.0-20.20
ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
Uname: Linux 5.13.0-20-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  stelian5572 F pulseaudio
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri Nov 12 10:55:01 2021
InstallationDate: Installed on 2021-02-16 (268 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
MachineType: Dell Inc. XPS 13 9310
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-20-generic 
root=/dev/mapper/system-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-20-generic N/A
 linux-backports-modules-5.13.0-20-generic  N/A
 linux-firmware 1.201.1
SourcePackage: linux
UpgradeStatus: Upgraded to impish on 2021-10-16 (26 days ago)
dmi.bios.date: 07/16/2021
dmi.bios.release: 3.0
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 3.0.4
dmi.board.name: 0MRT12
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr3.0.4:bd07/16/2021:br3.0:svnDellInc.:pnXPS139310:pvr:sku0991:rvnDellInc.:rn0MRT12:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 13 9310
dmi.product.sku: 0991
dmi.sys.vendor: Dell Inc.

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


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

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

Title:
   5.13.0-21  breaks wifi ath11k / mhi

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


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

[Bug 1950766] Status changed to Confirmed

2021-11-12 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
   5.13.0-21  breaks wifi ath11k / mhi

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


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

[Bug 1950665] Re: Update the 470 NVIDIA driver to 470.86

2021-11-12 Thread Andy Whitcroft
Hello Alberto, or anyone else affected,

Accepted nvidia-graphics-drivers-470 into impish-proposed. The package
will build now and be available at
https://launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-470/470.86-0ubuntu0.21.10.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  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, what testing has been
performed on the package and change the tag from verification-needed-
impish to verification-done-impish. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-impish. In either case, without details of your testing we will
not be able to proceed.

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

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: nvidia-graphics-drivers-470 (Ubuntu Impish)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-impish

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

Title:
  Update the 470 NVIDIA driver to 470.86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1950665/+subscriptions


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

[Bug 1950550] Re: language support app automatically installs firefox deb package (21.10)

2021-11-12 Thread Gunnar Hjalmarsson
Another related discussion:

https://forum.snapcraft.io/t/firefox-snap-cannot-be-set-as-default-
browser/26636

** Also affects: firefox (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/1950550

Title:
  language support app automatically installs firefox deb package
  (21.10)

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


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

[Bug 1946215] Re: transmission: Fail to build against OpenSSL 3.0

2021-11-12 Thread Simon Chopin
Note that to correctly resolve the build-deps in an OpenSSL 3.0.0
context, you need to use both schopin/openssl-3.0.0 and
schopin/foundation-openssl3 in your sources.list

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

Title:
  transmission: Fail to build against OpenSSL 3.0

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


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

[Bug 1946215] Re: transmission: Fail to build against OpenSSL 3.0

2021-11-12 Thread Simon Chopin
OK, so I've prepared a patch for this, but I can't get it to build
because the original package fails to build in the current jammy. We're
hitting https://bugs.launchpad.net/intltool/+bug/1921816

The patch itself is a bit massive as it imports the new standalone rc4
implementation.

** Patch added: "transmission.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/1946215/+attachment/5540354/+files/transmission.debdiff

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

Title:
  transmission: Fail to build against OpenSSL 3.0

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


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

[Bug 1950766] Re: 5.13.0-21 breaks wifi ath11k / mhi

2021-11-12 Thread stelian
Previous kernel (5.13.0-20) works fine, as you can see from the above
dmesg/iwconfig etc.

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

Title:
   5.13.0-21  breaks wifi ath11k / mhi

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


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

[Bug 1950665] Re: Update the 470 NVIDIA driver to 470.86

2021-11-12 Thread Andy Whitcroft
Hello Alberto, or anyone else affected,

Accepted nvidia-graphics-drivers-470 into hirsute-proposed. The package
will build now and be available at
https://launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-470/470.86-0ubuntu0.21.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  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, what testing has been
performed on the package and change the tag from verification-needed-
hirsute to verification-done-hirsute. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-hirsute. In either case, without details of your
testing we will not be able to proceed.

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

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: nvidia-graphics-drivers-470 (Ubuntu Hirsute)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-hirsute

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

Title:
  Update the 470 NVIDIA driver to 470.86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1950665/+subscriptions


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

[Bug 918489] Re: duplicity allows a new, different passphrase if an archive cache exists

2021-11-12 Thread Sebastien Bacher
Upstream closed the duplicity task without details so let's assume it's
fixed in the current version and Ubuntu serie

** Changed in: duplicity (Ubuntu Yakkety)
   Status: Confirmed => Won't Fix

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

** Changed in: deja-dup (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: deja-dup (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: duplicity (Ubuntu Trusty)
   Status: Confirmed => Won't Fix

** Changed in: duplicity (Ubuntu Xenial)
   Status: Confirmed => Won't Fix

** Changed in: duplicity (Ubuntu Bionic)
   Status: New => 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/918489

Title:
  duplicity allows a new, different passphrase if an archive cache
  exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/918489/+subscriptions


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

[Bug 1943586] Re: Gthumb crashes when trying to open files exported by Darktable

2021-11-12 Thread Viatour Luc
I upgraded from Ubuntu 21.04 to 21.10 and the bug is still present.
On the mageia distribution they seem to have fixed the bug that would come from 
lib64exiv2:
https://bugs.mageia.org/show_bug.cgi?id=29440

The crash is in Gthumb and gwenview

** Bug watch added: bugs.mageia.org/ #29440
   https://bugs.mageia.org/show_bug.cgi?id=29440

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

Title:
  Gthumb crashes when trying to open files exported by Darktable

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


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

[Bug 1950665] Re: Update the 470 NVIDIA driver to 470.86

2021-11-12 Thread Andy Whitcroft
Hello Alberto, or anyone else affected,

Accepted nvidia-graphics-drivers-470 into focal-proposed. The package
will build now and be available at
https://launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-470/470.86-0ubuntu0.20.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  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, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

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

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: nvidia-graphics-drivers-470 (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-focal

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

Title:
  Update the 470 NVIDIA driver to 470.86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1950665/+subscriptions


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

[Bug 1950768] [NEW] zfsutils-linux does not allow to report bugs

2021-11-12 Thread BertN45
Public bug reported:

I had two datapools on the same HDD (one for VMs and one for archives)
and every month scrubbing those datapools started on the same moment in
time. The first datapool has been striped with another smaller HDD.

I did not like it , so I changed /etc/cron.d/zfsutils line 6 and 7 as follows:
FROM:
# Scrub the second Sunday of every month.
24 0 8-14 * * root if [ $(date +\%w) -eq 0 ] && [ -x /usr/lib/zfs-linux/scrub 
]; then /usr/lib/zfs-linux/scrub; fi
TO:
# Scrub the second Sunday of every month.
24 0 8-14 * * root if [ $(date +\%w) -eq 0 ] && [ -x /usr/lib/zfs-linux/scrub 
]; then /home/bertadmin/b-scrub.sh; fi

Ubuntu-bug detected the change, asked whether that zfsutils script
should be incorporated and afterwards refused to report the bug, because
zfs had been changed and I had to revert the change.

After I reverted the change copying zfsutils script back from
.zfs/snapshots, the system still refused to report ubuntu-bugs.

I did the same change in Ubuntu 21.04 and I never had a problem with it.
The original script might be fine for most cases, but is is slowing down the 
whole scrub process considerably, if you have two datapools on the same HDD. 

Why ask whether the change should be incorporated and afterwards refuse
the report any bugs even when the change has been undone.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: ubiquity (not installed)
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Nov 12 06:29:20 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
InstallationDate: Installed on 2021-10-09 (33 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
SourcePackage: ubiquity
Symptom: installation
UpgradeStatus: Upgraded to impish on 2021-10-14 (28 days ago)

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


** Tags: amd64 apport-bug impish ubiquity-21.04.19 wayland-session

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

Title:
  zfsutils-linux does not allow to report bugs

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


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

[Bug 1950665] Re: Update the 470 NVIDIA driver to 470.86

2021-11-12 Thread Andy Whitcroft
Hello Alberto, or anyone else affected,

Accepted nvidia-graphics-drivers-470 into bionic-proposed. The package
will build now and be available at
https://launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-470/470.86-0ubuntu0.18.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  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, what testing has been
performed on the package and change the tag from verification-needed-
bionic to verification-done-bionic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-bionic. In either case, without details of your testing we will
not be able to proceed.

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

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: nvidia-graphics-drivers-470 (Ubuntu Bionic)
   Status: In Progress => Fix Committed

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

Title:
  Update the 470 NVIDIA driver to 470.86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1950665/+subscriptions


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

[Bug 1950720] Re: GSYNC bug regression in 495.44 Ubuntu 21.10

2021-11-12 Thread berglh
** Description changed:

  Similar to bug https://launchpad.net/bugs/1950665, the GSYNC regression
  bug has returned in 495.44 on Ubuntu 21.10. I have tried the standard
  kernel and 5.14.1 and 5.14.17, but they are all experiencing the same
  bug again.
  
  Hardware is:
  - NVIDIA GeForce RTX 2080 Super
  - Dell 27" S2721DGF G-Sync Compatible monitor
  - High quality DisplayPort cable (This was replaced previously under 
suspicion)
  
  This issue happens at all refresh rates: 60 Hz, 120 Hz, 144 Hz and 165
  Hz.
  
  Prior to upgrading to Ubuntu 21.10, I had upgraded to 495.44 on Ubuntu
  21.04 and kernel 5.14.1, and this problem was not present.
  
  I then upgraded to Ubuntu 21.10, and the problem didn't seem to be
  present, but as of today I've noticed again.
  
  I'm not sure what the cause is, but I have tried full driver purges,
  returned to 470.82, went back to the standard kernel for 21.10
  (5.13.0-21-generic), 5.14.1 and 5.14.17, and the problem continues to
  occur when any GPU accelerated application starts, in some cases when
  switching between applications (i.e. alt tabbing out of a game). A
  second or so of no signal occurs as it re-syncs.
  
  I am unsure if X11 has been updated in this time, I know there was work
  happening on GBM support, wondering if X11 has switched to using this
  instead of the EGL Streams direct approach that was used previously.
  Either-way, I'm still running X11 in all of these tests.
  
- Let me know if there are any test you'd like me to try.
+ Let me know if there are any tests you'd like me to try.

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

Title:
  GSYNC bug regression in 495.44 Ubuntu 21.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-495/+bug/1950720/+subscriptions


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

[Bug 1950516] Re: Hirsute update: upstream stable patchset 2021-11-10

2021-11-12 Thread Stefan Bader
** Changed in: linux (Ubuntu Hirsute)
   Status: In Progress => Fix Committed

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

Title:
  Hirsute update: upstream stable patchset 2021-11-10

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


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

[Bug 1950770] [NEW] No permission to destroy snapshot on USERDATA

2021-11-12 Thread BertN45
Public bug reported:

For years I destroyed my snapshots as indicated, but in this specific
case it does NOT work anymore. See copy of command:

bertadmin@Host-R3:~$ zsysctl show
Name:   rpool/ROOT/ubuntu_57vi20
ZSys:   true
Last Used:  current
History:
  - Name:   rpool/ROOT/ubuntu_57vi20@21-linux13-21
Created on: 2021-11-11 22:43:53
  - Name:   rpool/ROOT/ubuntu_57vi20@211019-proposed13-20
Created on: 2021-10-19 13:52:04
Users:
  - Name:bertadmin
History: 
 - rpool/USERDATA/bertadmin_vz8u5n@21-linux13-21 (2021-11-11 22:43:53)
 - rpool/USERDATA/bertadmin_vz8u5n@211019-proposed13-20 (2021-10-19 
13:52:04)
 - rpool/USERDATA/bertadmin_vz8u5n@211015-proposed13-19 (2021-10-15 
19:06:21)
  - Name:root
History: 
 - rpool/USERDATA/root_vz8u5n@21-linux13-21 (2021-11-11 22:43:53)
 - rpool/USERDATA/root_vz8u5n@211019-proposed13-20 (2021-10-19 13:52:04)
bertadmin@Host-R3:~$ sudo zfs destroy 
rpool/USERDATA/bertadmin_vz8u5n@211015-proposed13-19
cannot destroy snapshot rpool/USERDATA/bertadmin_vz8u5n@211015-proposed13-19: 
dataset is busy

The snapshots are taken with "zsysctl save". 
Note that I can destroy the autozsys snapshots without issues in this way. 
Note that even after the reboot using the recovery entry with the root 
directory, I can't delete the snapshot and I tried the same with another system 
booting for an ext4 disk.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: udisks2 2.9.4-1
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
CustomUdevRuleFiles: hide-partitions.rules 70-snap.firefox.rules 
70-snap.snapd.rules 70-snap.snap-store.rules 60-vboxdrv.rules
Date: Fri Nov 12 07:01:41 2021
InstallationDate: Installed on 2021-10-09 (33 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_57vi20@/vmlinuz-5.13.0-21-generic 
root=ZFS=rpool/ROOT/ubuntu_57vi20 ro quiet splash vt.handoff=1
SourcePackage: udisks2
Symptom: storage
Title: No permission to access files on storage device
UpgradeStatus: Upgraded to impish on 2021-10-14 (28 days ago)
dmi.bios.date: 03/12/2021
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P4.50
dmi.board.name: B450M-HDV R4.0
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP4.50:bd03/12/2021:br5.17:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB450M-HDVR4.0:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug impish third-party-packages wayland-session

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

Title:
  No permission to destroy snapshot on USERDATA

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


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

[Bug 1942427] Re: [Lenovo Thunderbolt 3 Dock] Upgrade to 5.11.0-31-generic #33 breaks use of external displays with i915

2021-11-12 Thread Peter Nicolai Mathias Hansteen
Update: after upgrading to 21.10 (Linux 5.13.0-21-generic #21-Ubuntu SMP
Tue Oct 19 08:59:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux) the problem
persists with a twist:

The settings applet now sees all monitors, but trying to configure a
setup with all three is not really feasible since selecting a setup
leads to both external monitors going blank and the primary screen
dimming, with no visible dialog for confirming that the new
configuration is to be applied permanently (possibly displayed on one of
the two blanked-out monitors).

I hope this bug will be addressed shortly.

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

Title:
  [Lenovo Thunderbolt 3 Dock] Upgrade to 5.11.0-31-generic #33 breaks
  use of external displays with i915

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


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

[Bug 1950772] [NEW] Release-upgrade from bionic -> focal bricks postgres if postgis is in use

2021-11-12 Thread Andrew Gallagher
Public bug reported:

When performing a release upgrade from bionic to focal, the package
postgresql-10-postgis-2.4 is removed due to dependency issues with
libgdal20. But to perform a cluster upgrade from postgresql-10 to
postgresql-12, both v10 and v12 clusters must be running, and so both
versions of postgis must be installed.

Running pg_upgradecluster to upgrade from pgsql10->12 throws an error
that postgis-2.4 is missing:

```
Starting new cluster...
Notice: extra pg_ctl/postgres options given, bypassing systemctl for start 
operation
Roles, databases, schemas, ACLs...
pg_dump: error: query failed: ERROR:  could not access file 
"$libdir/postgis-2.4": No such file or directory
pg_dump: error: query was: SELECT
a.attnum,
a.attname,
a.atttypmod,
a.attstattarget,
a.attstorage,
t.typstorage,
a.attnotnull,
a.atthasdef,
a.attisdropped,
a.attlen,
a.attalign,
a.attislocal,
pg_catalog.format_type(t.oid, a.atttypmod) AS atttypname,
'' AS attgenerated,
NULL AS attmissingval,
a.attidentity,
pg_catalog.array_to_string(ARRAY(SELECT pg_catalog.quote_ident(option_name) || 
' ' || pg_catalog.quote_literal(option_value) FROM 
pg_catalog.pg_options_to_table(attfdwoptions) ORDER BY option_name), E',
') AS attfdwoptions,
CASE WHEN a.attcollation <> t.typcollation THEN a.attcollation ELSE 0 END AS 
attcollation,
array_to_string(a.attoptions, ', ') AS attoptions
FROM pg_catalog.pg_attribute a LEFT JOIN pg_catalog.pg_type t ON a.atttypid = 
t.oid
WHERE a.attrelid = '18012'::pg_catalog.oid AND a.attnum > 0::pg_catalog.int2
ORDER BY a.attnum
pg_dumpall: error: pg_dump failed on database "gis", exiting
Error during cluster dumping, removing new cluster
  sudo systemctl stop postgresql@12-main
Warning: systemd was not informed about the removed cluster yet. Operations 
like "service postgresql start" might fail. To fix, run:
  sudo systemctl daemon-reload
  sudo systemctl stop postgresql@10-main
Warning: the cluster will not be running as a systemd service. Consider using 
systemctl:
  sudo systemctl start postgresql@10-main
```

pg_dumpall fails similarly.

Reactivating the bionic repositories and installing
postgresql-10-postgis-2.4 throws dependency issues:

```
# apt install postgresql-10-postgis-2.4 postgresql-10-postgis-2.4-scripts
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 postgresql-10-postgis-2.4 : Depends: libgdal20 (>= 2.0.1) but it is not going 
to be installed
E: Unable to correct problems, you have held broken packages.
```

So the v10 gis database is now apparently both unusable and upgradable.

** Affects: postgis (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/1950772

Title:
  Release-upgrade from bionic -> focal bricks postgres if postgis is in
  use

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


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

[Bug 1950764] Re: CPU hangs with kernel versions 5.4.0-{89, 90}

2021-11-12 Thread Paul White
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  CPU hangs with kernel versions 5.4.0-{89, 90}

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


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

[Bug 1950764] Missing required logs.

2021-11-12 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 1950764

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/1950764

Title:
  CPU hangs with kernel versions 5.4.0-{89, 90}

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


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

[Bug 1946215] Re: transmission: Fail to build against OpenSSL 3.0

2021-11-12 Thread Simon Chopin
New patch, where I switched the build-system to CMake. This takes care
of the original FTBFS, and allowed me to test the OpenSSL3 patch, with
success (still needs both PPAs to build)

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

Title:
  transmission: Fail to build against OpenSSL 3.0

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


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

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-11-12 Thread Jerry Lee
[Where problems could occur] is updated

** Description changed:

  [Impact]
  
  The modem certification requires that different modem firmware is used for 
different network carrier.
  This needs the firmware upgrading capability during the modem certification 
process.
  
  The modem manufacture vendors (Foxconn and Quectel) provided utilities to do 
modem's firmware upgrading manually.(LP#1943774, LP#1943780)
  These utilities are verified to be working when the recent versions(> v 
1.18.2) of ModemManager are used with.
  
  To support manual firmware upgrading on the current Focal release which is 
using ModemManager v 1.16.6, we need to apply some patches from v 1.18.2.
  The requested upstream patches are listed as below:
  * for Quectel EM160 4G
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
  * for Foxconn T99W175
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9
    
**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
  
  The firmware upgrading was verified using the patched ModemManager v 1.16.6 
with the following 2 modems:
  * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
  * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem
  
  [Test Plan]
  
  1. Install the Ubuntu image.
  2. Boot and login the system.
  3. Prepare the modem’s firmware and install the firmware upgrading 
application provided by Foxconn and Quectel
  4. Using the firmware upgrading application to upgrade the modem’s firmware
  5. Verify if the modem’s firmware upgrading is successful
  6. Reboot
  7. Verify if the upgraded modem firmware is still working
  
  [Where problems could occur]
  
  The requested update has 2 parts:
  
  1. Informative
-1.1 Provide more information about modems whose drivers use WWAN subsystem 
in kernel 5.13
-1.2 Modem manufacture's private utilities can use this information to do 
modem's FW upgrading manually
+    1.1 Provide more information about modems whose drivers use WWAN subsystem 
in kernel 5.13
+    1.2 Modem manufacture's private utilities can use this information to do 
modem's FW upgrading manually
  
  2. Changes are specific to Foxconn and Quectel modems
-2.1 Modified code are only used by Foxconn and Quectel modems during their 
FW upgrading. (matched by vendor_id and product_id)
+    2.1 Modified code are only used by Foxconn and Quectel modems during their 
FW upgrading. (matched by vendor_id and product_id)
  
  In current Ubuntu's certification records for modem:
  * No other modem uses WWAN subsystem in kernel 5.13
  * Modem's FW update is not supported via ModemManager ( < v1.18 )
  
  There is no certificated modems can do the firmware upgrading flow for the 
regression test.
  This update should not affect existing modems.
  
+ The problem would be limited to these two mentioned modems.
+ Each carrier mapping .conf file is for a specific modem.
+ ModemManager will load one of the carrier mapping conf files via the modem 
manufacturer’s plugin ( if the PCIe VID & PID is matched by the plugin.)
+ We cannot verify if the carrier mapping is correct. This relies on the 
manufacturer to provide the correct mapping.
+ 
+ The carrier mapping .conf files is verified by modem’s manufacture according 
to the tested SIM card published by different countries. 
+ Modem manufacturer confirmed that the content in the .conf file is absolutely 
correct. 
+ 
+ 
  [Other Info]
  
  The firmware and the upgrading utilities can be downloaded from the following 
link:
  * LP#1943774 for Quectel modems
  * LP#1943780 for Foxconn modems

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

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

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


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

[Bug 1950777] [NEW] Glusterfs 1.0 breaks libvirt tests on s390x

2021-11-12 Thread Christian Ehrhardt 
Public bug reported:

On building libvirt I got these fails on s390x (all other architectures
are fine):

 88/162 virdrivermoduletest FAIL 0.04s   exit status 1
128/162 storagepoolxml2argvtest FAIL 0.03s   exit status 1
129/162 storagepoolxml2xmltest  FAIL 0.03s   exit status 1
132/162 virstoragetest  FAIL 0.03s   exit status 1

I checked and it also breaks without my recent changes (regression in
release without a libvirt upload)

The error messages themselve are not helpful (just no output)

LP jammy - works
  
https://launchpad.net/~paelzer/+archive/ubuntu/libvirt-regressed-build-jammy/+build/22402236

LP jammy proposed - fails
  
https://launchpad.net/~paelzer/+archive/ubuntu/libvirt-regressed-build-jammy-proposed/+build/22402343

VM / Container doesn't matter, but the config must be ok
For a local repro run:

./debian/rules clean; export DEB_HOST_ARCH=s390x; export
DEB_HOST_ARCH_OS=linux; ./debian/rules build

The most likely suspect seemed to be glib2 2.68.4 -> 2.70.1
But downgrading that still hit the issue, next I found an actual error message

$ VIR_TEST_DEBUG=1 VIR_TEST_RANGE=3 ./debian/build/tests/virdrivermoduletest
TEST: virdrivermoduletest
 3) Test driver "storage" ...
libvirt:  error : internal
error: Failed to load module 
'/root/libvirt-7.6.0/debian/build/src/libvirt_storage_backend_gluster.so':
/lib/s390x-linux-gnu/libtcmalloc.so.4: cannot allocate memory in static TLS 
block
FAILED

The other three tests do not have any useful extended info.

But gluster was in that candidate list I was checking.

Downgrade Gluster
v=9.2-1; apt install libglusterfs-dev=$v libglusterfs0=$v libglusterd0=$v 
libgfapi0=$v libgfchangelog0=$v libgfrpc0=$v libgfxdr0=$v

Working fine with 9.2-1

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

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

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

** Description changed:

- On building libvirt I got these fails:
+ On building libvirt I got these fails on s390x (all other architectures
+ are fine):
  
-  88/162 virdrivermoduletest FAIL 0.04s   exit status 1
+  88/162 virdrivermoduletest FAIL 0.04s   exit status 1
  128/162 storagepoolxml2argvtest FAIL 0.03s   exit status 1
  129/162 storagepoolxml2xmltest  FAIL 0.03s   exit status 1
  132/162 virstoragetest  FAIL 0.03s   exit status 1
  
  I checked and it also breaks without my recent changes (regression in
  release without a libvirt upload)
  
  The error messages themselve are not helpful (just no output)
  
  LP jammy - works
-   
https://launchpad.net/~paelzer/+archive/ubuntu/libvirt-regressed-build-jammy/+build/22402236
+   
https://launchpad.net/~paelzer/+archive/ubuntu/libvirt-regressed-build-jammy/+build/22402236
  
  LP jammy proposed - fails
-   
https://launchpad.net/~paelzer/+archive/ubuntu/libvirt-regressed-build-jammy-proposed/+build/22402343
+   
https://launchpad.net/~paelzer/+archive/ubuntu/libvirt-regressed-build-jammy-proposed/+build/22402343
  
  VM / Container doesn't matter, but the config must be ok
  For a local repro run:
  
  ./debian/rules clean; export DEB_HOST_ARCH=s390x; export
  DEB_HOST_ARCH_OS=linux; ./debian/rules build
  
  The most likely suspect seemed to be glib2 2.68.4 -> 2.70.1
  But downgrading that still hit the issue, next I found an actual error message
  
- 
  $ VIR_TEST_DEBUG=1 VIR_TEST_RANGE=3 ./debian/build/tests/virdrivermoduletest
  TEST: virdrivermoduletest
-  3) Test driver "storage" ...
+  3) Test driver "storage" ...
  libvirt:  error : internal
  error: Failed to load module 
'/root/libvirt-7.6.0/debian/build/src/libvirt_storage_backend_gluster.so':
  /lib/s390x-linux-gnu/libtcmalloc.so.4: cannot allocate memory in static TLS 
block
  FAILED
- 
  
  The other three tests do not have any useful extended info.
  
  But gluster was in that candidate list I was checking.
  
  Downgrade Gluster
  v=9.2-1; apt install libglusterfs-dev=$v libglusterfs0=$v libglusterd0=$v 
libgfapi0=$v libgfchangelog0=$v libgfrpc0=$v libgfxdr0=$v
  
  Working fine with 9.2-1

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

Title:
  Glusterfs 1.0 breaks libvirt tests on s390x

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


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

[Bug 1921345] Re: Support MIPI camera through Intel IPU6

2021-11-12 Thread Timo Aaltonen
** Also affects: linux-oem-5.14 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-oem-5.14 (Ubuntu Jammy)
   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/1921345

Title:
  Support MIPI camera through Intel IPU6

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


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

[Bug 1693361] Re: cloud-init sometimes fails on dpkg lock due to concurrent apt-daily.service execution

2021-11-12 Thread David Reis
This is not fixed, it just affected me on Ubuntu 20.04.3 LTS, resulting
in the the subsequent server configuration failing completely because
awscli and jq were missing.

Output:

Cloud-init v. 21.3-1-g6803368d-0ubuntu1~20.04.4 running 'modules:config' at 
Fri, 12 Nov 2021 11:05:29 +. Up 18.13 seconds.
Get:1 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal InRelease [265 kB]
[... more Gets]
E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 2764 
(unattended-upgr)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is 
another process using it?
Cloud-init v. 21.3-1-g6803368d-0ubuntu1~20.04.4 running 'modules:final' at Fri, 
12 Nov 2021 11:05:30 +. Up 19.15 seconds.
2021-11-12 11:05:38,955 - util.py[WARNING]: Package upgrade failed
E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 2764 
(unattended-upgr)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is 
another process using it?
2021-11-12 11:05:38,999 - util.py[WARNING]: Failed to install packages: 
['awscli', 'nmap', 'tcpdump', 'bind9utils', 'curl', 'wget', 'vim', 'jq', 
'htop', 'tmux', 'git', 'iotop', 'iftop', 'fail2ban']
2021-11-12 11:05:38,999 - cc_package_update_upgrade_install.py[WARNING]: 2 
failed with exceptions, re-raising the last one
2021-11-12 11:05:39,000 - util.py[WARNING]: Running module 
package-update-upgrade-install ()
 failed

Note: Before=apt-daily.service is only set on cloud-final.service.

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

Title:
  cloud-init sometimes fails on dpkg lock due to concurrent apt-
  daily.service execution

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


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

[Bug 1950778] [NEW] Ubuntu 20.04.3 generates IO error message during FIO stress.

2021-11-12 Thread Vinay HM
Private bug reported:

With fio stress on Powerstore fcoe drives (lun) attached by using Qlogic
QL41000 series controller, ubuntu 20.04.3 on MX740c blade server
generates below mentioned i/o errors.

Nov 11 20:25:17 e2e-l10-058234 kernel: 
[:3b:00.3]:[qedf_process_error_detect:1523]:13: Error detection CQE, 
xid=0x7bd
Nov 11 20:25:17 e2e-l10-058234 kernel: 
[:3b:00.3]:[qedf_process_error_detect:1525]:13: 
err_warn_bitmap=0040:
Nov 11 20:25:17 e2e-l10-058234 kernel: 
[:3b:00.3]:[qedf_process_error_detect:1529]:13: tx_buff_off=, 
rx_buff_off=, rx_id=041b
Nov 11 20:25:19 e2e-l10-058234 kernel: 
[:3b:00.2]:[qedf_process_error_detect:1523]:3: Error detection CQE, 
xid=0x34d
Nov 11 20:25:19 e2e-l10-058234 kernel: 
[:3b:00.2]:[qedf_process_error_detect:1525]:3: 
err_warn_bitmap=0040:
Nov 11 20:25:19 e2e-l10-058234 kernel: 
[:3b:00.2]:[qedf_process_error_detect:1529]:3: tx_buff_off=, 
rx_buff_off=, rx_id=01f7

Steps to reproduce.
1. Configure QL41000 series controller on MX MX740c blade server.
2. Configure APM3246 array directly connected to chassis module MX9116n.  
3. Install Ubuntu 20.04.3 in any local drive.
4. start I/O by using fio : # fio FileSystemCreateSingle/fio_test.cfg
then we can observe error message in syslog

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

** Attachment added: "Attachment Includes sosreport, dmesg and syslog when 
issue observed."
   
https://bugs.launchpad.net/bugs/1950778/+attachment/5540402/+files/Issue%20logs.zip

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

Title:
  Ubuntu 20.04.3 generates IO error message during FIO stress.

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


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

[Bug 1946215] Re: transmission: Fail to build against OpenSSL 3.0

2021-11-12 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  transmission: Fail to build against OpenSSL 3.0

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


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

[Bug 1921345] Re: Support MIPI camera through Intel IPU6

2021-11-12 Thread Timo Aaltonen
** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.14 (Ubuntu Focal)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

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

Title:
  Support MIPI camera through Intel IPU6

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


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

[Bug 1950779] [NEW] wrong when install from USB

2021-11-12 Thread wangjun
Public bug reported:

like hardware wrong

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.17
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Fri Nov 12 20:32:57 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 LANGUAGE=zh_CN.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=zh_CN.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal ubiquity-20.04.15.17 ubuntu

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

Title:
  wrong when install from USB

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


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

[Bug 1950777] Re: Glusterfs 1.0 breaks libvirt tests on s390x

2021-11-12 Thread Christian Ehrhardt 
Thanks do Danpb I have found
https://bugzilla.redhat.com/show_bug.cgi?id=2018439

So we really might want to disable tcmalloc in glusterfs.

** Bug watch added: Red Hat Bugzilla #2018439
   https://bugzilla.redhat.com/show_bug.cgi?id=2018439

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

Title:
  Glusterfs 1.0 breaks libvirt tests on s390x

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


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

[Bug 1950780] [NEW] Thunderbolt dock usb ports not working

2021-11-12 Thread Jon Jahren
Public bug reported:

I have a Lenovo Thunderbolt 3 Gen 2 dock and wanted to use this with
Ubuntu 21.10. When booting an unmodified version the usb ports do not
work. After an inspection with journalctl I find the error message "No
bus number available for hot-added bridge" and a google search led me to
this workaround: Add pci=realloc,assign-busses,hpbussize=0x33. This line
as a boot parameter makes the dock work as intended. I believe this
should be fixed so that people using the live image can see that their
hardware works as intended before installing.

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


** Tags: dock kernel thunderbolt

** Attachment added: "Output from lspci"
   https://bugs.launchpad.net/bugs/1950780/+attachment/5540410/+files/lspci.log

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

Title:
  Thunderbolt dock usb ports not working

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


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

[Bug 1950780] Re: Thunderbolt dock usb ports not working

2021-11-12 Thread Jon Jahren
Adding dmesg output from computer

** Attachment added: "Output from dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950780/+attachment/5540411/+files/dmesg.log

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

Title:
  Thunderbolt dock usb ports not working

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


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

[Bug 1950780] Re: Thunderbolt dock usb ports not working

2021-11-12 Thread Jon Jahren
I am also adding the output from boltctl, if you need any other info
please advise.

** Attachment added: "Boltctl output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950780/+attachment/5540412/+files/boltctl.txt

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

Title:
  Thunderbolt dock usb ports not working

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


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

[Bug 1693361] Re: cloud-init sometimes fails on dpkg lock due to concurrent apt-daily.service execution

2021-11-12 Thread Julian Andres Klode
Arguably it should run before apt-daily-upgrade too. apt-daily-upgrade
is the one locking dpkg; apt-daily locks apt lists (and cache)
directory.

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

Title:
  cloud-init sometimes fails on dpkg lock due to concurrent apt-
  daily.service execution

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


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

[Bug 1950064] Re: [Hirsute]Unable to boot rpi2, rpi3, rpi3b+, rpi3a+, and cm3+ after upgrade to kernel 5.11.0-1022.23-raspi

2021-11-12 Thread Stefan Bader
** Also affects: linux-raspi (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Changed in: linux-raspi (Ubuntu Hirsute)
   Importance: Undecided => High

** Changed in: linux-raspi (Ubuntu Hirsute)
   Status: New => In Progress

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

Title:
  [Hirsute]Unable to boot rpi2, rpi3, rpi3b+, rpi3a+, and cm3+ after
  upgrade to kernel 5.11.0-1022.23-raspi

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


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

[Bug 1950780] Status changed to Confirmed

2021-11-12 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

** Tags added: impish

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

Title:
  Thunderbolt dock usb ports not working

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


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

[Bug 1950665] Autopkgtest regression report (nvidia-graphics-drivers-470/470.86-0ubuntu0.21.10.1)

2021-11-12 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted nvidia-graphics-drivers-470 
(470.86-0ubuntu0.21.10.1) for impish have finished running.
The following regressions have been reported in tests triggered by the package:

pyopencl/2021.1.2-1build2 (armhf)


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/impish/update_excuses.html#nvidia-graphics-drivers-470

[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/1950665

Title:
  Update the 470 NVIDIA driver to 470.86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1950665/+subscriptions


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

[Bug 1950009] Re: Focal update: v5.4.152 upstream stable release

2021-11-12 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal)
   Status: In Progress => Fix Committed

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

Title:
  Focal update: v5.4.152 upstream stable release

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


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

[Bug 1948470] Re: aufs: kernel bug with apparmor and fuseblk

2021-11-12 Thread Mauricio Faria de Oliveira
Verified bionic, focal, and hirsute (hwe kernel in focal) with steps in
comment #1.

The kernel packages in -updates hit the issue.
The kernel packages in -proposed don't hit it.

ubuntu@mfo-aufs-bionic:~/aufs$ uname -rv
4.15.0-163-generic #171-Ubuntu SMP Fri Nov 5 11:55:11 UTC 2021

ubuntu@mfo-aufs-focal:~$ uname -rv
5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021

ubuntu@mfo-aufs-focal:~/aufs$ uname -rv
5.11.0-41-generic #45~20.04.1-Ubuntu SMP Wed Nov 10 10:20:10 UTC 2021


** Tags removed: verification-needed-bionic verification-needed-focal 
verification-needed-hirsute
** Tags added: verification-done-bionic verification-done-focal 
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/1948470

Title:
  aufs: kernel bug with apparmor and fuseblk

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


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

[Bug 1874831] Re: libnginx-mod-nchan distributes old/incompatible module

2021-11-12 Thread Damjan Georgievski
sorry, just went to my first message, the issue is when also using the
nchan_publisher_upstream_request directive (to authorize the publish
request).

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

Title:
  libnginx-mod-nchan distributes old/incompatible module

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


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

[Bug 1950014] Re: Focal update: v5.4.153 upstream stable release

2021-11-12 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal)
   Status: In Progress => Fix Committed

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

Title:
  Focal update: v5.4.153 upstream stable release

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


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

[Bug 1693361] Re: cloud-init sometimes fails on dpkg lock due to concurrent apt-daily.service execution

2021-11-12 Thread David Reis
Ah, thanks, I wasn't aware they're distinct. So would simply adding apt-
daily-upgrade.service to the Before via cloud-init's bootcmd and then
issuing a daemon-reload be a suitable workaround? There's a 30s window
until the upgrade process starts if apt's history.log is to be trusted.
That is probably enough to be somewhat reliable.

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

Title:
  cloud-init sometimes fails on dpkg lock due to concurrent apt-
  daily.service execution

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


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

[Bug 1947506] Re: failed to call "sudo ua attach 'key'" with unexpected error

2021-11-12 Thread Lucas Albuquerque Medeiros de Moura
** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: Triaged => 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/1947506

Title:
  failed to call "sudo ua attach 'key'" with unexpected error

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


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

[Bug 1950576] Re: UA cli / Exception on launch

2021-11-12 Thread Lucas Albuquerque Medeiros de Moura
Hi freeeflyer,

Can you take a look into /var/lib/ubuntu-advantage/private/machine-
token.json and confirm if there any resourceTokens entry there without a
"type" key ?

One easy way to read that file is by installing the jq package.
You can run the following command:

cat /var/lib/ubuntu-advantage/private/machine-token.json | jq . > out

Then just open the out file and verify the resourceTokens there

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

Title:
  UA cli / Exception on launch

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


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

Re: [Bug 1787622] Re: could not upgrade Kubuntu 16.04.5 LTS to 18.04.1

2021-11-12 Thread andrearuggirello
Hello Rolf,
thanks for asking, but it only happened to a couple systems back then - 
temporarily disabling apt cache client side during the release upgrade 
process solved the issue for the other computers, which we mostly 
migrated to 20.04.
We no longer have any 16.04 systems, but we do still have 3 kubuntu 
18.04 workstations aruond, which might (or might not?) be affected by 
the same issue when they'll be upgraded to 20.04 (in january, prior to 
upgrading to 22.04 next autumn), so I'll report to you if it ever 
happens again. One of such systems runs apt-cacher-ng BTW.
Regards,

Andrea Ruggirello


Il 10/11/21 23:59, Rolf Leggewie ha scritto:
> Did you ever run into this problem again?
>
> ** Changed in: ubuntu-release-upgrader (Ubuntu)
> Status: New => Incomplete
>
> ** Changed in: apt-cacher-ng (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/1787622

Title:
  could not upgrade Kubuntu 16.04.5 LTS to 18.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1787622/+subscriptions


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

[Bug 1949466] Re: apparmor warning when using chromedriver snap

2021-11-12 Thread yves renier
True, but I don't see the harm of allowing an application to access
information about his own process. Anyway as long as the log don't get
flooded anymore, I will be happy :-)

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

Title:
  apparmor warning when using chromedriver snap

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


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

[Bug 1950787] [NEW] systemd-sysusers cannot mount /dev in privileged containers (to pass credentials)

2021-11-12 Thread Lukas Märdian
Public bug reported:

systemd-sysusers.service/systemd.exec fails to start in privileged containers, 
due to being unable to properly mount /dev for passing credentials, caused by 
the following config in the .service unit:
```
# Optionally, pick up a root password and shell for the root user from a
# credential passed to the service manager. This is useful for importing this
# data from nspawn's --set-credential= switch.
LoadCredential=passwd.hashed-password.root
LoadCredential=passwd.plaintext-password.root
LoadCredential=passwd.shell.root
```

Reproducer:
$ lxc profile set default security.privileged "true"
$ lxc launch ubuntu-daily:jammy test
$ lxc exec test bash
# add-apt-repository ppa:ci-train-ppa-service/4704
# apt install systemd # install systemd 249.5-2ubuntu1
# systemctl restart systemd-sysusers
# systemctl status systemd-sysusers
# system --status=failed
$ lxc profile set default security.privileged "false"

A workaround is to disable it via:
$ cat /etc/systemd/system/systemd-sysusers.service.d/override.conf:
[Service]
LoadCredential=

Interesting logs:
Nov 12 12:09:44 test systemd[1]: systemd-journald.service: Added fd 42 (n/a) to 
fd store.
Nov 12 12:09:44 test systemd[431]: Mounting /dev (MS_REC|MS_SLAVE "")...
Nov 12 12:09:44 test systemd[431]: Failed to mount n/a (type n/a) on /dev 
(MS_REC|MS_SLAVE ""): Permission denied
Nov 12 12:09:44 test systemd[430]: (sd-mkdcreds) failed with exit status 1.
Nov 12 12:09:44 test systemd[430]: systemd-sysusers.service: Failed to set up 
credentials: Protocol error
Nov 12 12:09:44 test systemd[430]: systemd-sysusers.service: Failed at step 
CREDENTIALS spawning

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

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

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

** Description changed:

  systemd-sysusers.service/systemd.exec fails to start in privileged 
containers, due to being unable to properly mount /dev for passing credentials, 
caused by the following config in the .service unit:
  # Optionally, pick up a root password and shell for the root user from a
  # credential passed to the service manager. This is useful for importing this
  # data from nspawn's --set-credential= switch.
  LoadCredential=passwd.hashed-password.root
  LoadCredential=passwd.plaintext-password.root
  LoadCredential=passwd.shell.root
  
  Reproducer:
  $ lxc profile set default security.privileged "true"
  $ lxc launch ubuntu-daily:jammy test
  $ lxc exec test bash
  # add-apt-repository ppa:ci-train-ppa-service/4704
  # apt install systemd # install systemd 249.5-2ubuntu1
  # systemctl restart systemd-sysusers
  # systemctl status systemd-sysusers
  # system --status=failed
  $ lxc profile set default security.privileged "false"
  
  A workaround is to disable it via:
  $ cat /etc/systemd/system/systemd-sysusers.service.d/override.conf:
  [Service]
  LoadCredential=
  
  Interesting logs:
  Nov 12 12:09:44 test systemd[1]: systemd-journald.service: Added fd 42 (n/a) 
to fd store.
  Nov 12 12:09:44 test systemd[431]: Mounting /dev (MS_REC|MS_SLAVE "")...
  Nov 12 12:09:44 test systemd[431]: Failed to mount n/a (type n/a) on /dev 
(MS_REC|MS_SLAVE ""): Permission denied
  Nov 12 12:09:44 test systemd[430]: (sd-mkdcreds) failed with exit status 1.
  Nov 12 12:09:44 test systemd[430]: systemd-sysusers.service: Failed to set up 
credentials: Protocol error
  Nov 12 12:09:44 test systemd[430]: systemd-sysusers.service: Failed at step 
CREDENTIALS spawning
- 
- Debug logs:
- Nov 12 12:09:44 test systemd[1]: systemd-sysusers.service: Job 350 
systemd-sysusers.service/restart finished, result=done
- Nov 12 12:09:44 test systemd[1]: systemd-sysusers.service: Converting job 
systemd-sysusers.service/restart -> systemd-sysusers.service/start
- Nov 12 12:09:44 test systemd[1]: systemd-sysusers.service: 
ConditionNeedsUpdate=/etc succeeded.
- Nov 12 12:09:44 test systemd[1]: systemd-sysusers.service: Passing 0 fds to 
service
- Nov 12 12:09:44 test systemd[1]: systemd-sysusers.service: About to execute 
systemd-sysusers
- Nov 12 12:09:44 test systemd[1]: systemd-sysusers.service: Forked 
systemd-sysusers as 430
- Nov 12 12:09:44 test systemd[430]: Successfully forked off '(sd-mkdcreds)' as 
PID 431.
- Nov 12 12:09:44 test systemd[1]: Sent message type=signal 
sender=org.freedesktop.systemd1 destination=n/a 
path=/org/freedesktop/systemd1/unit/systemd_2dsysusers_2eservice 
interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=7 
reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
- Nov 12 12:09:44 test systemd[1]: Sent message type=signal 
sender=org.freedesktop.systemd1 destination=n/a 
path=/org/freedesktop/systemd1/unit/systemd_2dsysusers_2eservice 
interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=8 
reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
- Nov 12 12:09:44 test systemd[1]

[Bug 1950787] Re: systemd-sysusers cannot mount /dev in privileged containers (to pass credentials)

2021-11-12 Thread Lukas Märdian
** Attachment added: "debug.log"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1950787/+attachment/5540415/+files/debug.log

** Description changed:

  systemd-sysusers.service/systemd.exec fails to start in privileged 
containers, due to being unable to properly mount /dev for passing credentials, 
caused by the following config in the .service unit:
+ ```
  # Optionally, pick up a root password and shell for the root user from a
  # credential passed to the service manager. This is useful for importing this
  # data from nspawn's --set-credential= switch.
  LoadCredential=passwd.hashed-password.root
  LoadCredential=passwd.plaintext-password.root
  LoadCredential=passwd.shell.root
+ ```
  
  Reproducer:
  $ lxc profile set default security.privileged "true"
  $ lxc launch ubuntu-daily:jammy test
  $ lxc exec test bash
  # add-apt-repository ppa:ci-train-ppa-service/4704
  # apt install systemd # install systemd 249.5-2ubuntu1
  # systemctl restart systemd-sysusers
  # systemctl status systemd-sysusers
  # system --status=failed
  $ lxc profile set default security.privileged "false"
  
  A workaround is to disable it via:
  $ cat /etc/systemd/system/systemd-sysusers.service.d/override.conf:
  [Service]
  LoadCredential=
  
  Interesting logs:
  Nov 12 12:09:44 test systemd[1]: systemd-journald.service: Added fd 42 (n/a) 
to fd store.
  Nov 12 12:09:44 test systemd[431]: Mounting /dev (MS_REC|MS_SLAVE "")...
  Nov 12 12:09:44 test systemd[431]: Failed to mount n/a (type n/a) on /dev 
(MS_REC|MS_SLAVE ""): Permission denied
  Nov 12 12:09:44 test systemd[430]: (sd-mkdcreds) failed with exit status 1.
  Nov 12 12:09:44 test systemd[430]: systemd-sysusers.service: Failed to set up 
credentials: Protocol error
  Nov 12 12:09:44 test systemd[430]: systemd-sysusers.service: Failed at step 
CREDENTIALS spawning

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

Title:
  systemd-sysusers cannot mount /dev in privileged containers (to pass
  credentials)

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


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

[Bug 1912935] Re: battery drain while notebook off / shutdown

2021-11-12 Thread Hemanth V. Alluri
Hello. I would just like to mention that I, too, face this same exact
issue. I'm running Manjaro and can confirm that I observe this issue on
both Linux 5.10.70-1 and Linux 5.13.9-2. After a full week of testing I
can confirm that I face this power drain only when gracefully shutting
down from Linux.

Basic hardware specs:
  OS: Manjaro Linux x86_64
  Host: HP Pavilion Laptop 15-cc1xx
  Kernel: 5.10.70-1-MANJARO
  Resolution: 1920x1080
  DE: Plasma 5.22.5
  WM: KWin
  CPU: Intel i7-8550U (8) @ 4.000GHz
  GPU: Intel UHD Graphics 620
  GPU: NVIDIA GeForce 940MX

Bios: InsydeH20 f.36 Rev 5

Some timings I've recorded:
  - 44% drain in 9h20m
  - 36% drain in 6h48m
  - 32% drain in 5h35m

When sifting through the system logs using journalctl I didn't find
anything that stuck out as unusually suspicious. No errors as far as I
can tell - but honestly, I don't know enough about Linux to be 100% sure
so please don't hold me to this. I can attach these logs if needed.

Commands used:
  - journalctl -b -1 -r
  - journalctl /sbin/init -b -1 -r | grep -i shutdown
  - journalctl /sbin/init -b -1 -p err..alert

Like asgard2 I can confirm that I do not have wake-on-lan enabled (my
system doesn't support it in the first place as confirmed by the lack of
an option in my UEFI menu and no indication from ethtool), no usb ports
providing power when shutdown, no noticible power drain when shutting
down from the UEFI menu or from Windows, etc. basically everything they
have reported above.

I'd love to help get this fixed - if I can help out by providing more
data, please let me know.

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

Title:
  battery drain while notebook off / shutdown

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


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

[Bug 1950789] [NEW] unpack_bootimg: TypeError: 'float' object cannot be interpreted as an integer

2021-11-12 Thread Heinrich Schuchardt
Public bug reported:

Package: mkbootimg
Version: 1:10.0.0+r36-7
Ubuntu: Impish

Unpacking an Android boot image results in an error:

$ unpack_bootimg --boot_img akernel 
boot_magic: b'ANDROID!'

Traceback (most recent call last):
  File "/usr/bin/unpack_bootimg", line 153, in 
main()
  File "/usr/bin/unpack_bootimg", line 149, in main
unpack_bootimage(args)
  File "/usr/bin/unpack_bootimg", line 127, in unpack_bootimage
extract_image(image_info[0], image_info[1], args.boot_img,
  File "/usr/bin/unpack_bootimg", line 35, in extract_image
bootimage.seek(offset)
TypeError: 'float' object cannot be interpreted as an integer

unpack_bootimg.py of
https://android.googlesource.com/platform/system/tools/mkbootimg (tag:
android-s-v2-preview-1) does not show the problem.

** Affects: android-platform-system-core (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/1950789

Title:
  unpack_bootimg: TypeError: 'float' object cannot be interpreted as an
  integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1950789/+subscriptions


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

[Bug 1934912] Fix included in openstack/neutron 16.4.2

2021-11-12 Thread OpenStack Infra
This issue was fixed in the openstack/neutron 16.4.2  release.

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

Title:
  Router update fails for ports with allowed_address_pairs containg IP
  range in CIDR  notation

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


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

[Bug 1927868] Fix included in openstack/neutron 16.4.2

2021-11-12 Thread OpenStack Infra
This issue was fixed in the openstack/neutron 16.4.2  release.

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

Title:
  vRouter not working after update to 16.3.1

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


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

[Bug 1905591] Re: no brightness control in {455, 460} after update from 450

2021-11-12 Thread Sadovskiy Denis Olegovich
Thanks, "nvidia.NVreg_RegistryDwords=EnableBrightnessControl=1" works on
Ubuntu 20.04 5.11.0-40-generic with Nvidia driver 495.44 on Lenovo
Legion 15ARH05.

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

Title:
  no brightness control in {455,460} after update from 450

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


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

[Bug 1912935] Re: battery drain while notebook off / shutdown

2021-11-12 Thread Hemanth V. Alluri
Oh, I should mention that I faced the same issue when running Ubuntu
18.04 (DE: XFCE) last year. Sadly, I don't recall which version of the
kernel I was running - the damage to my battery ended up getting so bad
that by the end of the year, my battery lost it's capacity to hold
charge and I had to replace it (got warnings from OEM software on
Windows, as well as on boot - before the bootloader menu loaded).

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

Title:
  battery drain while notebook off / shutdown

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


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

[Bug 1891673] Fix included in openstack/neutron 16.4.2

2021-11-12 Thread OpenStack Infra
This issue was fixed in the openstack/neutron 16.4.2  release.

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

Title:
  qrouter ns ip rules not deleted when fip removed from vm

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


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

[Bug 1950787] Re: systemd-sysusers cannot mount /dev in privileged containers (to pass credentials)

2021-11-12 Thread Lukas Märdian
This commit seems to be related:
https://github.com/lxc/distrobuilder/commit/33a4302ca5a62ed9eb9009dcc5059aecfb55ba41
But why does it not work in privileged containers?

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

Title:
  systemd-sysusers cannot mount /dev in privileged containers (to pass
  credentials)

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


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

[Bug 1950635] Re: Users in group 'admin' get automatically added to group 'lxd'

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

** Changed in: lxd (Ubuntu Bionic)
   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/1950635

Title:
  Users in group 'admin' get automatically added to group 'lxd'

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


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

[Bug 1927076] Re: IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash P8 node entei (Oops: Exception in kernel mode, sig: 4 [#1])

2021-11-12 Thread Daniel Axtens
I can repro on upstream, all the way back to 5.4.0. It might have
existed before that - I haven't tested any earlier yet.

Was the test methodology changed just before this was found? I'm just
wondering why it suddenly appeared ~a year after Focal was released. I
thought it might have been a patch picked up for a SRU, but it's looking
like the problem predates Focal by some way...

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

Title:
  IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash
  P8 node entei (Oops: Exception in kernel mode, sig: 4 [#1])

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


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

[Bug 1950117] Re: [Impish] Unable to boot rpi3b and cm3+ after upgrade to kernel 5.13.0-1010.11-raspi

2021-11-12 Thread Juerg Haefliger
** Changed in: linux-raspi (Ubuntu Impish)
   Status: New => Fix Committed

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

Title:
  [Impish] Unable to boot rpi3b and cm3+ after upgrade to kernel
  5.13.0-1010.11-raspi

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


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

[Bug 1950064] Re: [Hirsute]Unable to boot rpi2, rpi3, rpi3b+, rpi3a+, and cm3+ after upgrade to kernel 5.11.0-1022.23-raspi

2021-11-12 Thread Juerg Haefliger
** Changed in: linux-raspi (Ubuntu Hirsute)
 Assignee: (unassigned) => Juerg Haefliger (juergh)

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

Title:
  [Hirsute]Unable to boot rpi2, rpi3, rpi3b+, rpi3a+, and cm3+ after
  upgrade to kernel 5.11.0-1022.23-raspi

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


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

[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2021-11-12 Thread Sam Osborn
The permanent fix described by
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1568604/comments/261 works for me.


sudo apt-get purge xserver-xorg-video-intel*
sudo reboot


Note the poster of this fix has a follow up comment about the  broader video 
driver removal also causing issues with Chrome, but I use Firefox so I havent 
seen any other issues removing just the intel driver.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

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


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

[Bug 1950576] Re: UA cli / Exception on launch

2021-11-12 Thread Nicolas Zagulajew
As resourceToken, it seems I only have this one:

{
  "resourceTokens": [
{
  "Token": "",
  "Type": "esm-infra"
}
  ],

and it has a type field..

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

Title:
  UA cli / Exception on launch

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


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

[Bug 1927076] Comment bridged from LTC Bugzilla

2021-11-12 Thread bugproxy
I can repro this with the latest Focal kernel on:

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

Title:
  IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash
  P8 node entei (Oops: Exception in kernel mode, sig: 4 [#1])

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


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

[Bug 1945773] Re: haproxy: Fail to build against OpenSSL 3.0

2021-11-12 Thread Simon Chopin
** Patch added: "haproxy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1945773/+attachment/5540424/+files/haproxy.debdiff

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

Title:
  haproxy: Fail to build against OpenSSL 3.0

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


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

[Bug 1945773] Re: haproxy: Fail to build against OpenSSL 3.0

2021-11-12 Thread Simon Chopin
This patch should do the trick (based on 2.4.8-1 and not -2 because the
latter needs some new dependencies that aren't in the archive yet).

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

Title:
  haproxy: Fail to build against OpenSSL 3.0

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


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

[Bug 1950789] Re: unpack_bootimg: TypeError: 'float' object cannot be interpreted as an integer

2021-11-12 Thread Heinrich Schuchardt
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999558.

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

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

Title:
  unpack_bootimg: TypeError: 'float' object cannot be interpreted as an
  integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1950789/+subscriptions


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

[Bug 1950787] Re: systemd-sysusers cannot mount /dev in privileged containers (to pass credentials)

2021-11-12 Thread Stéphane Graber
Privileged containers have a much stricter apparmor policy applied than 
unprivileged containers.
That's because unprivileged containers primarily rely on the user namespace to 
prevent breakout and taking over of the host whereas privileged containers rely 
entirely on apparmor.

As apparmor isn't particularly good at dealing with mounts, especially
with mount namespaces, there is no safe way for us to allow this
operation in privileged containers.

As you point out above, we've recently started using a systemd generator
to dynamically generate unit overrides based on the environment, letting
us disable specific features that interfere with container security.


This is used in all of the community images, so in this case you could try it 
by using "images:ubuntu/jammy" instead of "ubuntu-daily:jammy". We've been 
considering getting the generator into the lxd-agent-loader package which is 
included in all Ubuntu images though so far we've found it to be too volatile 
for that (we were updating it up to twice a week for a while...).

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

Title:
  systemd-sysusers cannot mount /dev in privileged containers (to pass
  credentials)

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


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

[Bug 1950772] Re: Release-upgrade from bionic -> focal breaks postgres if postgis is in use

2021-11-12 Thread Andrew Gallagher
May be related to https://bugs.launchpad.net/ubuntu/+source/update-
manager/+bug/1907652?comments=all

** Summary changed:

- Release-upgrade from bionic -> focal bricks postgres if postgis is in use
+ Release-upgrade from bionic -> focal breaks postgres if postgis is in use

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

Title:
  Release-upgrade from bionic -> focal breaks postgres if postgis is in
  use

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


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

[Bug 1950793] [NEW] util-linux/lsblk reports WWN as SERIAL in focal

2021-11-12 Thread Boris
Public bug reported:

I've come across the problem that lsblk treats the WWN as SN.

~# lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04

~# apt-cache policy util-linux
util-linux:
  Installed: 2.34-0.1ubuntu9.1
  Candidate: 2.34-0.1ubuntu9.1
  Version table:
 *** 2.34-0.1ubuntu9.1 500
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 2.34-0.1ubuntu9 500
500 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages

What I expected to happen:
Show the disks serial when using the SERIAL output

What happened instead:
The WWN is printed instead. This does not happen with every disk.

how to reproduce:
~# lsblk -dn -o WWN /dev/sdb
0x539ad8d2cd39
~# lsblk -dn -o SERIAL /dev/sdb
539ad8d2cd39

smartctl show the correct serial

~# smartctl -a /dev/sdb
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.0-89-generic] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family: Toshiba MG06ACA... Enterprise Capacity HDD
Device Model: TOSHIBA MG06ACA800E
Serial Number:41P0A0SHFKRE
LU WWN Device Id: 5 39 ad8d2cd39
<... snip ...>

A disks where it works:
~# lsblk -dn -o SERIAL /dev/sdn
SMC0515D93017CH75029
~# lsblk -dn -o WWN /dev/sdn
0x515d93017c29

~# smartctl -a /dev/sdn
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.0-89-generic] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family: Silicon Motion based OEM SSDs
Device Model: SuperMicro SSD
Serial Number:SMC0515D93017CH75029
LU WWN Device Id: 5 15d930 17c29
<... snip ...>

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

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

Title:
  util-linux/lsblk reports WWN as SERIAL in focal

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


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

  1   2   3   >