[Bug 1944402] Status changed to Confirmed

2021-09-20 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/1944402

Title:
  Chromebook Pixel 2013 not waking up from suspend

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


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

[Bug 1944404] [NEW] [HDA-Intel - HDA NVidia, playback] No sound at all

2021-09-20 Thread Larry Jordan
Public bug reported:

Hi...my problem is that I am using the nVidia GTX card connected by HDMI
cable to a widescreen Samsung monitor that doesn't have speakers.
Ubuntu assumes I can use that to play audio.  In reality I'm using
stereo speakers connected to the "center" output from the rear of the
computer.  This works fine in windows, but not in Ubuntu 20.04.  I've
tried several fixes to similar looking issues on line, but still I don't
get sound.  The only option I have under settings is for the
HDMI/DisplayPort 2 - GM107 High Definition audio controller [GE Force
940 MX].  I've tried an old solution by adding hdajackretask and I've
tried adjusting volume levels using alsamixer, but those solutions
didn't help.  Anyone have any other ideas?  Thanks in advance.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.11.0-34.36~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-34-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia wl
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  larry 11338 F pulseaudio
 /dev/snd/controlC2:  larry 11338 F pulseaudio
 /dev/snd/controlC1:  larry 11338 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Mon Sep 20 23:05:52 2021
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia failed
Symptom_Card: GM107 High Definition Audio Controller [GeForce 940MX] - HDA 
NVidia
Symptom_Type: No sound at all
Title: [HDA-Intel - HDA NVidia, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/31/2019
dmi.bios.release: 64.14
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.name: 0KWVT8
dmi.board.vendor: Dell Inc.
dmi.board.version: A03
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd05/31/2019:br64.14:svnDellInc.:pnXPS8700:pvr:sku0x05B7:rvnDellInc.:rn0KWVT8:rvrA03:cvnDellInc.:ct3:cvr:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: XPS 8700
dmi.product.sku: 0x05B7
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  [HDA-Intel - HDA NVidia, playback] No sound at all

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


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

[Bug 1944403] [NEW] FIPS cannot be enabled on non usrmerged 20.04 systems

2021-09-20 Thread Matthew Ruffell
Public bug reported:

[Impact]

On systems upgraded from Bionic to Focal, enabling FIPS via the ua tool
will fail, due to the following error:

Setting up ubuntu-fips (1.2.1) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-84-generic
Failed to copy HMAC file "/usr/lib/x86_64-linux-gnu/.libgcrypt.so.20.hmac".
E: /usr/share/initramfs-tools/hooks/fips-libgcrypt failed with return 1.
update-initramfs: failed for /boot/initrd.img-5.4.0-84-generic with 1.
dpkg: error processing package ubuntu-fips (--configure):
 installed ubuntu-fips package post-installation script subprocess returned 
error exit status 1

This happens because we are trying to copy 
/usr/lib/x86_64-linux-gnu/.libgcrypt.so.20.hmac which is actually placed at 
/lib/x86_64-linux-gnu/.libgcrypt.so.20.hmac.
This works normally because from Disco onward (which includes Focal), /lib is a 
symlink to /usr/lib, as per the UsrMerge scheme [1]:

[1] https://wiki.debian.org/UsrMerge

As per Dimitri's message to debian-devel [2]:

> Given that at the moment in Ubuntu we are choosing to not
> force-merge users on upgrade.

[2] https://lwn.net/ml/debian-
devel/CANBHLUhCjuSKNu5CzoPcProi0BkUjtCQ9crLU1Q9-=WDm-L==a...@mail.gmail.com/

It seems we need to support both usrmerge and non-usrmerged systems. In
which case, non-usrmerge systems will install libgcrypt.so.20.hmac to
/lib/x86_64-linux-gnu/.libgcrypt.so.20.hmac.

This is not limited to libgcrypt, as the following files in 
/usr/share/initramfs-tools/hooks need changing to support both /lib and 
/usr/lib:
-rwxr-xr-x 1 root root 3171 Jul 30  2020 fips*
-rwxr-xr-x 1 root root  631 Jul  8  2020 fips-libgcrypt*
-rwxr-xr-x 1 root root  707 Sep 22  2020 fips-openssl*
-rwxr-xr-x 1 root root  553 Mar 17  2021 ubuntu-fips*

A workaround for the time being is to install the usrmerge package, and
opt into usrmerged directories, and then enable FIPS.

[Testcase]

Start an 18.04.6 LTS system.

Perform an upgrade to Focal with do-release-upgrade.

Note the directory structure has no symlinks on reboot:

$ ls -l /
total 112
drwxr-xr-x  23 root root  4096 Sep 21 04:34 ./
drwxr-xr-x  23 root root  4096 Sep 21 04:34 ../
drwxr-xr-x   2 root root 12288 Sep 21 04:03 bin/
drwxr-xr-x   4 root root  4096 Sep 21 04:03 boot/
drwxr-xr-x  19 root root  3940 Sep 21 04:34 dev/
drwxr-xr-x  98 root root 12288 Sep 21 04:34 etc/
drwxr-xr-x   3 root root  4096 Sep 21 03:18 home/
drwxr-xr-x  23 root root  4096 Sep 21 03:49 lib/
drwxr-xr-x   2 root root  4096 Sep 21 03:35 lib64/
drwx--   2 root root 16384 Aug 17 15:51 lost+found/
drwxr-xr-x   2 root root  4096 Aug 17 15:48 media/
drwxr-xr-x   2 root root  4096 Aug 17 15:48 mnt/
drwxr-xr-x   2 root root  4096 Aug 17 15:48 opt/
dr-xr-xr-x 223 root root 0 Sep 21 04:34 proc/
drwx--   4 root root  4096 Sep 21 03:47 root/
drwxr-xr-x  28 root root   840 Sep 21 04:35 run/
drwxr-xr-x   2 root root 12288 Sep 21 04:03 sbin/
drwxr-xr-x   6 root root  4096 Sep 21 03:47 snap/
drwxr-xr-x   2 root root  4096 Aug 17 15:48 srv/
dr-xr-xr-x  13 root root 0 Sep 21 04:34 sys/
drwxrwxrwt  11 root root  4096 Sep 21 04:35 tmp/
drwxr-xr-x  12 root root  4096 Sep 21 03:42 usr/
drwxr-xr-x  13 root root  4096 Aug 17 15:51 var/

Attempt to enable FIPS

$ sudo ua attach 
$ sudo ua enable fips
Setting up ubuntu-fips (1.2.1) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-84-generic
Failed to copy HMAC file "/usr/lib/x86_64-linux-gnu/.libgcrypt.so.20.hmac".
E: /usr/share/initramfs-tools/hooks/fips-libgcrypt failed with return 1.
update-initramfs: failed for /boot/initrd.img-5.4.0-84-generic with 1.
dpkg: error processing package ubuntu-fips (--configure):
 installed ubuntu-fips package post-installation script subprocess returned 
error exit status 1

$ ls -l /usr/lib/x86_64-linux-gnu/.libgcrypt.so.20.hmac
ls: cannot access '/usr/lib/x86_64-linux-gnu/.libgcrypt.so.20.hmac': No such 
file or directory
$ ls -l /lib/x86_64-linux-gnu/.libgcrypt.so.20.hmac
-rw-r--r-- 1 root root 126 Jul  8  2020 
/lib/x86_64-linux-gnu/.libgcrypt.so.20.hmac

[Where problems can occur]

We need to be compatible with both systems upgraded from bionic to
focal, and also new focal installs, which means we need to be okay with
usrmerged and non usrmerged systems.

If we change the initramfs script to point to /lib/x86_64-linux-
gnu/.libgcrypt.so.20.hmac it should be safe, since on usrmerged systems
it will follow the symlink to /usr/lib/x86_64-linux-
gnu/.libgcrypt.so.20.hmac

If a regression were to occur, it would affect users of FIPS, and if the
system is not configured correctly, FIPS might not be able to enabled,
and the kernel may refuse to start if it detects a configuration is
wrong. I am unsure if missing hmac files will trigger that kernel check
though.

** Affects: ubuntu-advantage-tools (Ubuntu)
 Importance: High
 Status: New


** Tags: sts

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Importance: Undecided => High

** Tags added: sts

-- 
You received this bug notification because you are a 

[Bug 1921495] Re: package maven 3.6.3-1 failed to install/upgrade: installed maven package post-installation script subprocess returned error exit status 2

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

** Changed in: maven (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/1921495

Title:
  package maven 3.6.3-1 failed to install/upgrade: installed maven
  package post-installation script subprocess returned error exit status
  2

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


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

[Bug 1944402] [NEW] Chromebook Pixel 2013 not waking up from suspend

2021-09-20 Thread yeowool suh
Public bug reported:

I'm using a Chromebook Pixel 2013 (link) on Ubuntu 21.04 and my laptop
wouldn't wake from suspend and show black screen despite I could hear
the fan & lightbar LED running. This is the kernel bug part from the
/var/log/syslog

Sep 21 09:58:01 yeowool-Link kernel: [  407.473841] BUG: unable to handle page 
fault for address: ff95
Sep 21 09:58:01 yeowool-Link kernel: [  407.473853] #PF: supervisor read access 
in kernel mode
Sep 21 09:58:01 yeowool-Link kernel: [  407.473858] #PF: error_code(0x) - 
not-present page
Sep 21 09:58:01 yeowool-Link kernel: [  407.473863] PGD 121415067 P4D 121415067 
PUD 121417067 PMD 0 
Sep 21 09:58:01 yeowool-Link kernel: [  407.473875] Oops:  [#1] SMP PTI
Sep 21 09:58:01 yeowool-Link kernel: [  407.473882] CPU: 1 PID: 1080 Comm: 
kworker/1:5 Not tainted 5.11.0-34-generic #36-Ubuntu
Sep 21 09:58:01 yeowool-Link kernel: [  407.473890] Hardware name: GOOGLE 
Link/Link, BIOS MrChromebox-4.14 07/25/2021
Sep 21 09:58:01 yeowool-Link kernel: [  407.473895] Workqueue: pm 
pm_runtime_work
Sep 21 09:58:01 yeowool-Link kernel: [  407.473907] RIP: 
0010:snd_hda_codec_load_dsp_prepare+0x64/0x130 [snd_hda_codec]
Sep 21 09:58:01 yeowool-Link kernel: [  407.473937] Code: 00 00 00 8b 8b a0 05 
00 00 4c 8d a0 18 ff ff ff eb 18 49 8b 84 24 e8 00 00 00 4c 8d a0 18 ff ff ff 
48 39 c2 0f 84 8a 00 00 00 <41> 0f b6 44 24 7d 39 c8 75 de 4c 8d ab 98 04 00 00 
4c 89 4d d0 4c
Sep 21 09:58:01 yeowool-Link kernel: [  407.473944] RSP: 0018:964680e83b38 
EFLAGS: 00010286
Sep 21 09:58:01 yeowool-Link kernel: [  407.473951] RAX:  RBX: 
895487c19018 RCX: 0004
Sep 21 09:58:01 yeowool-Link kernel: [  407.473956] RDX: 895487c19490 RSI: 
0047 RDI: 89548d9ce000
Sep 21 09:58:01 yeowool-Link kernel: [  407.473960] RBP: 964680e83b70 R08: 
0001 R09: 895381c030c0
Sep 21 09:58:01 yeowool-Link kernel: [  407.473964] R10: 0001 R11: 
 R12: ff18
Sep 21 09:58:01 yeowool-Link kernel: [  407.473969] R13: 0001 R14: 
0047 R15: 0008
Sep 21 09:58:01 yeowool-Link kernel: [  407.473974] FS:  () 
GS:8954cb28() knlGS:
Sep 21 09:58:01 yeowool-Link kernel: [  407.473979] CS:  0010 DS:  ES:  
CR0: 80050033
Sep 21 09:58:01 yeowool-Link kernel: [  407.473984] CR2: ff95 CR3: 
00010a7fc003 CR4: 001706e0
Sep 21 09:58:01 yeowool-Link kernel: [  407.473990] Call Trace:
Sep 21 09:58:01 yeowool-Link kernel: [  407.473997]  
dspxfr_one_seg.constprop.0+0x30e/0x5e0 [snd_hda_codec_ca0132]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474019]  
dspxfr_image.constprop.0+0x20a/0x440 [snd_hda_codec_ca0132]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474036]  
dspload_image.constprop.0+0x5e/0x310 [snd_hda_codec_ca0132]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474053]  
ca0132_download_dsp_images+0xc1/0x240 [snd_hda_codec_ca0132]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474069]  
ca0132_download_dsp+0x145/0x180 [snd_hda_codec_ca0132]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474086]  ca0132_init+0xdc/0x540 
[snd_hda_codec_ca0132]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474101]  
hda_call_codec_resume+0x149/0x160 [snd_hda_codec]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474123]  
hda_codec_runtime_resume+0x3e/0x70 [snd_hda_codec]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474144]  ? 
hda_call_codec_resume+0x160/0x160 [snd_hda_codec]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474165]  __rpm_callback+0x8c/0x160
Sep 21 09:58:01 yeowool-Link kernel: [  407.474172]  ? 
hda_call_codec_resume+0x160/0x160 [snd_hda_codec]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474196]  rpm_callback+0x24/0x80
Sep 21 09:58:01 yeowool-Link kernel: [  407.474203]  ? 
hda_call_codec_resume+0x160/0x160 [snd_hda_codec]
Sep 21 09:58:01 yeowool-Link kernel: [  407.474225]  rpm_resume+0x52a/0x7e0
Sep 21 09:58:01 yeowool-Link kernel: [  407.474232]  ? __switch_to+0x1fb/0x400
Sep 21 09:58:01 yeowool-Link kernel: [  407.474241]  pm_runtime_work+0x7d/0xa0
Sep 21 09:58:01 yeowool-Link kernel: [  407.474248]  
process_one_work+0x220/0x3c0
Sep 21 09:58:01 yeowool-Link kernel: [  407.474256]  worker_thread+0x50/0x370
Sep 21 09:58:01 yeowool-Link kernel: [  407.474263]  kthread+0x11f/0x140
Sep 21 09:58:01 yeowool-Link kernel: [  407.474271]  ? 
process_one_work+0x3c0/0x3c0
Sep 21 09:58:01 yeowool-Link kernel: [  407.474277]  ? 
set_kthread_struct+0x50/0x50
Sep 21 09:58:01 yeowool-Link kernel: [  407.474285]  ret_from_fork+0x22/0x30
Sep 21 09:58:01 yeowool-Link kernel: [  407.474295] Modules linked in: exfat 
ccm rfcomm cmac algif_hash algif_skcipher af_alg bnep nls_iso8859_1 
snd_hda_codec_hdmi snd_hda_codec_ca0132 joydev snd_hda_intel intel_rapl_msr 
snd_intel_dspcfg soundwire_intel soundwire_generic_allocation soundwire_cadence 
isl29018 industrialio atmel_mxt_ts snd_hda_codec snd_hda_core 

[Bug 1944400] [NEW] Install does not finish when using interactive-sections: identity

2021-09-20 Thread Jacob Grigg
Public bug reported:

Subiquity has the following issues when `interactive-sections: identity`
is specified in a custom `user-data`. I am installing using Ubuntu
20.04.3 and have `ds=nocloud-net` set.

 - The identity screen is shown but nothing configured on it ends up being 
applied.
 -  Filling in the `Choose a password` and `Confirm your password` fields 
is forced even though a password has been specified in `user-data`.
 - The installer gets stuck on and does not run `executing late commands`.
 - The installer does not reboot.

The user specified on the `identity` screen is not created. This was
verified by running `sudo cat /target/etc/shadow` from a shell after
this installer was stuck.

Once in the stuck state, I wait for any HDD or network activity to
finish before leaving the installer for over 10 minutes before forcing a
reboot.

The install works as expected if `interactive-sections: identity` is
commented out or replaced with `interactive-sections: network`.

Following is the custom `user-data` config which which I am using:

```
#cloud-config
autoinstall:
  version: 1
  interactive-sections: 
- identity
  locale: en_AU.UTF-8
  refresh-installer:
update: no
  proxy: http://172.16.10.220:3128
  identity:
hostname: set-hostname-here
password: [REDACTED]
username: ansible
  timezone: Australia/Adelaide
  ssh:
  install-server: yes
  authorized-keys:
- [REDACTED]
  allow-pw: yes
  packages:
- avahi-daemon
  late-commands: 
- echo "ansible ALL=(ALL:ALL) NOPASSWD:ALL" > /target/etc/sudoers.d/ansible
- 'echo "IPv4: \\\4" >> /target/etc/issue && echo "IPv6: \\\6" >> 
/target/etc/issue && echo "" >> /target/etc/issue'
```

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

** Attachment added: "subiquity-server-debug.log"
   
https://bugs.launchpad.net/bugs/1944400/+attachment/5526569/+files/subiquity-server-debug.log

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

Title:
  Install does not finish when using interactive-sections: identity

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


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

[Bug 1929999] Re: [SRU] libreoffice 6.4.7.2.M3 for Focal

2021-09-20 Thread Rico Tzschichholz
** Description changed:

  [Impact]
  
  * LibreOffice 6.4.7.2.M3 is a bug-fix release of the 6.4 line:
  It receives important bug-fixes on top of the 6.4 branch which is EOL 
since November 30, 2020. Currently maintained by Andras Timar for France's MIMO 
(https://blog.documentfoundation.org/blog/2013/06/17/the-document-foundation-welcomes-frances-mimo-in-the-advisory-board/)
  
  * Version 6.4.7 is currently released in focal.
  https://cgit.freedesktop.org/libreoffice/core/log/?h=distro/mimo/mimo-6-4
  (that's a total of ?? bugs)
  
  * Given the nature of the project, the complexity of the codebase and
  the high level of quality assurance upstream, it is preferable to SRU a
  minor release rather than cherry-pick selected bug fixes.
  
  [Testing]
  
  * Launchpad testing. The libreoffice packages include autopkgtests that were 
run and verified as passing.
- 
https://launchpad.net/~ricotz/+archive/ubuntu/ppa/+sourcepub/12419370/+listing-archive-extra
+ 
https://launchpad.net/~ricotz/+archive/ubuntu/ppa/+sourcepub/12712294/+listing-archive-extra
  
- * [amd64] ...
- * [arm64] ...
- * [armhf] ...
- * [ppc64el] ...
- * [s390x] ...
+ * [amd64] 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal-ricotz-ppa/focal/amd64/libr/libreoffice/20210921_030416_a2220@/log.gz
+ * [arm64] 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal-ricotz-ppa/focal/arm64/libr/libreoffice/20210921_010758_2afcd@/log.gz
+ * [armhf] 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal-ricotz-ppa/focal/armhf/libr/libreoffice/20210920_223713_b4dfd@/log.gz
+ * [ppc64el] 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal-ricotz-ppa/focal/ppc64el/libr/libreoffice/20210920_232648_4df4d@/log.gz
+ * [s390x] 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal-ricotz-ppa/focal/s390x/libr/libreoffice/20210921_020008_6c843@/log.gz
  
  * General smoke testing of all the applications in the office suite were
  carried out by going through the manual testplan as documented by:
  https://wiki.ubuntu.com/Process/Merges/TestPlans/libreoffice
  
  [Regression Potential]
  
  * A minor release with a total of ?? bug fixes always carries the
  potential for introducing regressions, even though it is a bug-fix-only
  release, meaning that no new features were added, and no existing
  features were removed.
  
  * A combination of autopkgtests and careful smoke testing as described
  above should provide reasonable confidence that no regressions sneaked
  in.

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

Title:
  [SRU] libreoffice 6.4.7.2.M3 for Focal

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


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

[Bug 1942895] Re: Build fails on riscv64

2021-09-20 Thread Alexandre Ghiti
Patch was applied upstream
(https://github.com/pocl/pocl/commit/9bd3b404a2ac307b0f238970381c4265a5b734f4)
and bug report was open in debian (https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=994797).

The attached debdiff was updated with DEP-3 header and debian version
numbering.

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

** Patch added: "pocl_debdiff.patch"
   
https://bugs.launchpad.net/ubuntu/+source/pocl/+bug/1942895/+attachment/5526568/+files/pocl_debdiff.patch

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

Title:
  Build fails on riscv64

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


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

[Bug 1409536] Re: After testing settings cannot return to Mouse & Touchpad settings

2021-09-20 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity
for 60 days.]

** Changed in: hundredpapercuts
   Status: Incomplete => Expired

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

Title:
  After testing settings cannot return to Mouse & Touchpad settings

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


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

[Bug 1409536] Re: After testing settings cannot return to Mouse & Touchpad settings

2021-09-20 Thread Launchpad Bug Tracker
[Expired for unity-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: unity-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  After testing settings cannot return to Mouse & Touchpad settings

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


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

[Bug 1908082] Re: Ubuntu Firefox is 15% slower than Flatpak Firefox for speedometer benchmark

2021-09-20 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

** Changed in: firefox (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Ubuntu Firefox is 15% slower than Flatpak Firefox for speedometer
  benchmark

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


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

[Bug 1943963] Re: python3.8 from a riscv64 snap fails to run

2021-09-20 Thread William Grant
The specific issue is that patchelf on a non-PIE binary can shift the
base load address of the image forward, which on riscv64 falls afoul of
mmap_min_addr, manifesting as an EPERM from ld-linux.so and a segfault.

The impact is fairly narrow because most Ubuntu binaries are PIE, but
Python's debian/rules explicitly disables it. Other architectures are
also basically immune due to luck: amd64 tends to base images up at
0x40 while mmap_min_addr is still 0x1, while armhf/arm64 base
images at 0x1 like riscv64 but their mmap_min_addr is down at 0x8000
for unclear reasons. This means that shifting the ELF header back a few
bytes before the usual image base only breaks on riscv64, but it's by no
means riscv64's fault.

patchelf already kind of has code to handle this situation: PIE binaries
have a base of 0, so they use the shared library codepath which moves
altered sections to the end of the image, rather than to before the
start. That code hopelessly corrupts binaries that aren't based at 0,
but it was easy enough to fix and it seems to work, though patchelf is
still very dodgy and could do with cleanup.

https://github.com/wgrant/patchelf/commit/9734c99f47ba2365825269a1f131e98a17c7c328
and
https://github.com/wgrant/patchelf/commit/9edcd40f18c54bd1c92ef1b7a518abc5bc8a9290
together at least get a working snapcraft, but I'm still testing more
extensively.

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

** Summary changed:

- python3.8 from a riscv64 snap fails to run
+ patchelf creates unloadable non-PIE riscv64 executables

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

Title:
  patchelf creates unloadable non-PIE riscv64 executables

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


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

[Bug 1937178] Re: package util-linux 2.27.1-6ubuntu3.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

** Changed in: util-linux (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package util-linux 2.27.1-6ubuntu3.10 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


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

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

2021-09-20 Thread Daniel van Vugt
I wonder if it was the crash Nvidia mentioned in their latest release:

https://www.nvidia.com/en-us/drivers/results/180475/

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

Title:
  [Asus TUF Gaming FA506IV] Random system stops

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


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

[Bug 1939417] Status changed to Confirmed

2021-09-20 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/1939417

Title:
  Ubuntu GUI crashes (w and w/o Wayland), VM_L2_PROTECTION_FAULT,
  amdgpu :09:00.0: [gfxhub0] retry page fault

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


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

[Bug 1940505] Re: monero FTBFS on riscv64

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package monero - 0.17.2.0+~0+20200826-1ubuntu2

---
monero (0.17.2.0+~0+20200826-1ubuntu2) impish; urgency=medium

  * Build with -O1 on riscv64 to avoid link error (LP: #1940505)
  * Limit parallelism only on certain architectures

 -- Graham Inggs   Mon, 20 Sep 2021 16:11:23 +

** Changed in: monero (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/1940505

Title:
  monero FTBFS on riscv64

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


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

[Bug 1943480] Re: flatpak installation permission requirements different from ubuntu software

2021-09-20 Thread Alex Murray
Yes the security team favors both consistency and the principle of least
surprise for users here - ie. flatpak should follow the same model as
apt/snaps on Ubuntu so that no matter what mechanism is used to install
a particular application, the user gets the same consistent experience
in terms of being prompted for authorisation etc around updates and the
like.

As such, installation of new apps via flatpak should use polkit to
authorise the transaction - whilst upgrades should not.

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

Title:
  flatpak installation permission requirements different from ubuntu
  software

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


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

[Bug 1940133] Re: gnome-shell crashed with SIGSEGV in __strlen_avx2() from g_strdup() from g_error_copy()

2021-09-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1944388 ***
https://bugs.launchpad.net/bugs/1944388

Bug 1944388 has a better backtrace of this problem so we should use
that.

** This bug has been marked a duplicate of bug 1944388
   gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy() from 
meta_kms_page_flip_data_discard_in_impl() from g_list_foreach()

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

Title:
  gnome-shell crashed with SIGSEGV in __strlen_avx2() from g_strdup()
  from g_error_copy()

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


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

[Bug 1944388] Re: gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy() from meta_kms_page_flip_data_discard_in_impl() from g_list_foreach()

2021-09-20 Thread Daniel van Vugt
** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #1851
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1851

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

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

** Changed in: mutter (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/1944388

Title:
  gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy()
  from meta_kms_page_flip_data_discard_in_impl() from g_list_foreach()

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


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

[Bug 1944388] Re: gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy() from meta_kms_page_flip_data_discard_in_impl() from g_list_foreach()

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

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

Title:
  gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy()
  from meta_kms_page_flip_data_discard_in_impl() from g_list_foreach()

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


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

[Bug 1944388] Re: gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy() from meta_kms_page_flip_data_discard_in_impl()

2021-09-20 Thread Daniel van Vugt
** Summary changed:

- gnome-shell crashed with SIGSEGV in g_strdup()
+ gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy() from 
meta_kms_page_flip_data_discard_in_impl()

** Summary changed:

- gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy() from 
meta_kms_page_flip_data_discard_in_impl()
+ gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy() from 
meta_kms_page_flip_data_discard_in_impl() from g_list_foreach()

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1944388/+attachment/5526539/+files/CoreDump.gz

** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with SIGSEGV in g_strdup() from g_error_copy()
  from meta_kms_page_flip_data_discard_in_impl() from g_list_foreach()

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


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

[Bug 1944122] Re: GUI crash

2021-09-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1939417 ***
https://bugs.launchpad.net/bugs/1939417

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


** Summary changed:

- Xorg crash
+ GUI crash

** This bug has been marked a duplicate of bug 1939417
   Ubuntu GUI crashes (w and w/o Wayland), VM_L2_PROTECTION_FAULT,  amdgpu 
:09:00.0: [gfxhub0] retry page fault

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

Title:
  GUI crash

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


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

[Bug 1939417] Re: Ubuntu GUI crashes (w and w/o Wayland), VM_L2_PROTECTION_FAULT, amdgpu 0000:09:00.0: [gfxhub0] retry page fault

2021-09-20 Thread Daniel van Vugt
Crash also confirmed in 5.14.0-051400drmtip20210904-generic (bug
1944122)

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

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

Title:
  Ubuntu GUI crashes (w and w/o Wayland), VM_L2_PROTECTION_FAULT,
  amdgpu :09:00.0: [gfxhub0] retry page fault

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


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

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

2021-09-20 Thread Daniel van Vugt
Comment #30 is a crash in the 'nvidia' kernel module. To work around
that I can only recommend uninstalling the 470 driver and installing the
460 or 465 driver instead.

** Also affects: nvidia-graphics-drivers-470 (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/1939966

Title:
  [Asus TUF Gaming FA506IV] Random system stops

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


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

[Bug 1880405] Re: Unresponsive GUI and journal flooded with: JS ERROR: TypeError: null has no properties _onFocusChanged@resource:///org/gnome/shell/ui/closeDialog.js:135:9

2021-09-20 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  Unresponsive GUI and journal flooded with: JS ERROR: TypeError: null
  has no properties
  _onFocusChanged@resource:///org/gnome/shell/ui/closeDialog.js:135:9

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


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

[Bug 1944398] [NEW] [Bluetooth Headset, playback] auto_switch=2 doesn't work with Discord

2021-09-20 Thread Chris Harre
Public bug reported:

I am having a problem connecting a bluetooth headset as HSP/HFP
(headset_head_unit). It seems that the only way to use my headset as an
HSP/HFP device is to set module-bluetooth-policy auto_switch=2, as A2DP
is the hard-coded default. It's hard to find information because of the
overwhelming number of issues people have had getting HSP/HFP to work in
the first place. auto_switch=2 does switch the protocol to HSP/HFP, but
in such a way that Discord does not recognize that the device is
connected any longer. If I manually switch my headset to HSP/HFP before
joining a voicechat channel, everything works as expected, but I can
find no way to default my headset to HSP/HFP.

Steps to reproduce:
Open Discord, having previously set input/output to Bluetooth device
Connect Bluetooth headset
Join Voice Chat

Expected result:
Bluetooth unit sets profile to HSP/HFP
Discord outputs and inputs via the headset

Actual result:
Bluetooth unit sets profile to "off"
No output or input through Discord

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-84.94-lowlatency 5.4.133
Uname: Linux 5.4.0-84-lowlatency x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  hukt   2399 F pulseaudio
 /dev/snd/controlC0:  hukt   2399 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Mon Sep 20 21:36:10 2021
InstallationDate: Installed on 2020-04-27 (511 days ago)
InstallationMedia: Ubuntu-Studio 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: M98
Symptom_Type: None of the above
Title: [M98, playback] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/18/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0910
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8Z77-V LE PLUS
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0910:bd03/18/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLEPLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: SKU
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  [Bluetooth Headset, playback] auto_switch=2 doesn't work with Discord

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


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

[Bug 1944397] [NEW] hdmi-audio error breaks hdmi

2021-09-20 Thread satmandu
Public bug reported:

Have a HDMI display w/o audio hooked up to this RPI4B.

With the latest kernel update the screen does not turn on due to this.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-1007-raspi 5.13.0-1007.8
ProcVersionSignature: Ubuntu 5.13.0-1007.8-raspi 5.13.13
Uname: Linux 5.13.0-1007-raspi aarch64
ApportVersion: 2.20.11-0ubuntu69
Architecture: arm64
CasperMD5CheckResult: unknown
Date: Mon Sep 20 20:56:14 2021
ImageMediaBuild: 20210421
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
 TERM=vt100
 XDG_RUNTIME_DIR=
 PATH=(custom, user)
SourcePackage: linux-raspi
UpgradeStatus: Upgraded to impish on 2021-08-17 (34 days ago)

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


** Tags: apport-bug arm64 arm64-image impish package-from-proposed raspi-image

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

Title:
  hdmi-audio error breaks hdmi

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


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

[Bug 304393] Re: rpcbind grabs ports used by other daemons such as cupsd

2021-09-20 Thread Bug Watch Updater
** Changed in: fedora
   Status: Confirmed => Won't Fix

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

Title:
  rpcbind grabs ports used by other daemons such as cupsd

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


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

[Bug 304393]

2021-09-20 Thread fweimer
I filed bug 1854147 against libtirpc with the denylist additions
suggested in comment 0.

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

Title:
  rpcbind grabs ports used by other daemons such as cupsd

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


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

[Bug 304393]

2021-09-20 Thread fweimer
We are tracking this upstream. It is unclear whether bindresvport will
remain as a public API in glibc. So far, it has not been subject to the
Sun RPC transition in glibc, although libtirpc implements the symbol as
well. It may therefore be possible to turn the glibc symbol in to a
compat symbol, effectively removing it from the glibc API. In this case,
it is unlikely that upstream will implement a denylist, similar to what
is available in libtirpc today.

Applications built on Red Hat Enterprise Linux 8 can already use the
libtirpc denylist functionality for bindresvport by linking against
libtirpc.

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

Title:
  rpcbind grabs ports used by other daemons such as cupsd

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


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

[Bug 1943853] Re: Ubuntu update disconnected all snaps

2021-09-20 Thread Marcos Chirinos
Thanks for all your hard work, friends.  Really makes Ubuntu a great OS.

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

Title:
  Ubuntu update disconnected all snaps

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


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

[Bug 1941799] Re: Please merge openssh 1:8.4p1-6 from Debian unstable

2021-09-20 Thread William Wilson
Actually, a feature of openssh is being able to use a chroot that
doesn't look like a root filesystem, so we'll have to consider how to
move forward on this.

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

Title:
  Please merge openssh 1:8.4p1-6 from Debian unstable

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


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

[Bug 1943480] Re: flatpak installation permission requirements different from ubuntu software

2021-09-20 Thread Seth Arnold
This bug is part of the security team's process -- I know I'm in favor
of standardizing flatpak's rules to match apt and snap so the experience
is consistent across Ubuntu.

Alex? Marc? et al?

Thanks

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

Title:
  flatpak installation permission requirements different from ubuntu
  software

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


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

[Bug 1941799] Re: Please merge openssh 1:8.4p1-6 from Debian unstable

2021-09-20 Thread William Wilson
Mounting /proc in the chroot fixed the test. I'll prepare a patch and an
upstream bug report.

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

Title:
  Please merge openssh 1:8.4p1-6 from Debian unstable

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


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

[Bug 1944223] Re: Wayland Session can't be run on supported NVIDIA setups

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-session - 40.1.1-1ubuntu1

---
gnome-session (40.1.1-1ubuntu1) impish; urgency=medium

  * Merge with debian, containing latest stable release:
We already included most of the patches.
  * debian/patches: Install again gnome-wayland so that can be used from X11 gdm
(LP: #1944223)
  * d/p/ubuntu-sessions.patch: Add ubuntu-wayland session to support gdm on X11
(LP: #1944223, required for LP: #1942911)
  * d/p/ubuntu-sessions.patch: Skip ubuntu-xorg.desktop.in from translations.
The .in.in file is already translated.
  * gnome-session.install: Include gnome-wayland session
  * ubuntu-session.install: Include ubuntu-wayland session
  * debian/rules: Update pot file name to be generated
  * Remaining changes with debian:
- debian/control.in:
  + Recommend session-migration
  + Move xwayland dependency to gnome-session and make gnome-session
Arch: any
  + Split gnome-startup-applications to a separate binary package so
that it can be uninstalled without breaking the system
  + Add unity-session
- debian/rules: Ensure pot file is generated to translate session files
- Split ubuntu-session out of gnome-session.
- debian/data: Add old-style systemd user session used by Unity
- debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
   Moved registering gnome-session binary as a session manager to
   gnome-session-bin package
- don't install gnome-mimeapps.list (installed by desktop-file-utils in
  Ubuntu):
  debian/gnome-session-common.dirs, gnome-session-common.install,
  gnome-session-common.maintscript, gnome-session-common.postinst
- debian/patches/ubuntu/support_autostart_delay.patch:
  + Bugzilla patch to support adding a delay to autostart apps, using
a "X-GNOME-Autostart-Delay" key in the desktop file
- debian/patches/ubuntu/ubuntu_sessions.patch:
  + Add ubuntu sessions
- debian/patches/ubuntu/remove_session_saving_from_gui.patch:
  + Add GNOME_SESSION_SAVE environment variable for people wanting to
use the save session still, knowing that it can break your system
if used unwisely
- debian/patches/ubuntu/add_sessionmigration.patch:
  + launch session-migration if present at the start of the session.
This sync tool runns different session migration scripts that can be
provided in various desktop packages.
- debian/patches/ubuntu/dbus_request_shutdown.patch:
  + Add "RequestShutdown" and "RequestReboot" DBus methods to allow
other applications to shutdown or reboot the machine via the session
manager.
- debian/patches/ubuntu/ignore_gsettings_region.patch:
  + Ignore the "region" gsettings value - users' setting of LC_*
variables saved in ~/.pam_environment.
- debian/patches/revert_remove_gnome_session_properties.patch:
  + Don't merge translations into gnome-session-properties.desktop
- debian/ubuntu-settings-migrate-to-defaults.18.10.1.py:
  + Migrate users using old default ubuntu-settings to current ones
- debian/xdg_dirs_desktop_session.sh: Install a new script into
  /etc/profile.d to prepend a $DESKTOP_SESSION related directory to
  $XDG_{CONFIG,DATA}_DIRS.

gnome-session (40.1.1-1) unstable; urgency=medium

  * New upstream release
- GNOME session will now only block sleep for suspend inhibitors and will
  block shutdown if a logout inhibitor is active.
  Previously a suspend inhibitor would prevent both sleep & logout.
  Apps may need to be updated and grab both a logout & suspend inhibitor.
  * Drop patches applied in new release

gnome-session (3.38.0-4) unstable; urgency=medium

  * Team upload

  [ Marco Trevisan (Treviño) ]
  * debian/control: Bump dependency on meson 0.53 as per upstream
  * d/p/util-Disable-capturing-of-subpatterns.patch:
Cherry-pick upstream patch fixing a stack overflow when environment
variables have very long values, in particular when using fish and
LS_COLORS

  [ Didier Roche ]
  * debian/55gnome-session_gnomerc:
Protect against multiple additions of the same path.
Do not append the same path to XDG_DATA_DIRS, resulting to duplication
on consecutive logout/logins due to an older session lingering and the
environment being reused. One consequence is that Electron applications
crash (LP: #1764355)

  [ Simon McVittie ]
  * d/patches: Turn upstream bug reference into a URL
  * d/patches: Actively remove undesired variables from activation
environment.
This works around bugs in cinnamon-session and mate-session-manager,
which do not yet have an equivalent of gnome-session's variable_blacklist
and so will upload login-session-specific variables like XDG_SESSION_ID
into `dbus-daemon --session` and, indirectly, `systemd --user`.
(Closes: #973474)

 -- Marco Trevisan (Treviño)   Mon, 20 Sep 2021
20:34:00 +0200

** 

[Bug 1913186] Re: Backport the adaptive engine from v2.4.1 upstream

2021-09-20 Thread Eugene86
This fix caused another bug:
https://bugs.launchpad.net/ubuntu/+source/thermald/+bug/1944389

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

Title:
  Backport the adaptive engine from v2.4.1 upstream

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


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

[Bug 1912118] Re: assertion failure in message_part_finish when searching large folder

2021-09-20 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~bryce/ubuntu/+source/dovecot/+git/dovecot/+merge/408909

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

Title:
  assertion failure in message_part_finish when searching large folder

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


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

[Bug 1912118] Re: assertion failure in message_part_finish when searching large folder

2021-09-20 Thread Bryce Harrington
** Changed in: dovecot (Ubuntu Focal)
   Status: Incomplete => In Progress

** Description changed:

  [Impact]
  
  Searching emails triggers a assertion failure if malformed emails are
  present in the mail box.
  
  [Test Case]
- * TBD
+ With an INBOX containing a malformed email, perform a server-side search, 
such as:
+ 
+   # doveadm index
+   # doveadm search -u ubuntu mailbox inbox body blah
+ 
+ or
+ 
+   # doveadm search -u ubuntu mailbox inbox body JPMorgan
+ 
+ In an affected situation, this triggers an assertion failure in 
message-parser.c.
+ In an unaffected case, these searches will return one or more hash ids of 
email messages.
  
  [Where Problems Could Occur]
  This patch alters code involving iteration over a C linked list in
  relation to an assertion, so problems to look for would involve
  assertions, crashes or memory handling issues particularly associated
  with message handling functionality.  Further, as this section of code
  involves message processing, issues related to searching, organizizing,
  or otherwise iterating through email messages may be of relevance.
  
  Mitigating the risk is that the patch's actual change is simply to add a
  pre-condition to a section of logic, meaning that any issues would
  probably be limited to situations where preparsed messages are being
  handled.
  
  [Original Report]
  I'm experiencing identical behaviour to Debian bug #970386 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970386) ... Can we please 
have this fix applied to dovecot-core 1:2.3.7.2-1ubuntu3? Searching is fairly 
broken atm.
  
  Thanks!

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

Title:
  assertion failure in message_part_finish when searching large folder

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


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

[Bug 457035]

2021-09-20 Thread Raydart
Created attachment 141712
New crash information added by DrKonqi

kpat (21.8.1) using Qt 5.15.2

- What I was doing when the application crashed: I tried to change the deck in 
Kpat klondike by adding the missing 'change appearance' setting to the 'setting 
for 'configure toolbar'' app, but when I executed the 'toolbar app' the system 
crashed (newly installed openSuse O/S). I restarted the programme and repeated 
these actions with the same result, so I unistalled the programme and 
re-installed it again with the same result, then uninstalled it again. I 
downloaded all the update files from the first openSuse 'install', then 
re-installed Kpat to find that the behaviour was just the same.
I'm new to this style of 'reportage' (and the file systems used), but could 
there be a need for a 'graphical interface' to simplify the identity of 'duff 
sectors' of an old HD such as I use for this O/S (similar to the 'win' 'chkdsk' 
application)? If there is one it needs to be 'advertised'.

- Custom settings of the application: None. This activity caused the
'crash'.

Hope this helps. Best regards, Ray Dart (aka suricat).

-- Backtrace (Reduced):
#6  0xb65bf9c3 in QObject::objectName (this=0x0) at kernel/qobject.cpp:1226
#7  0xb5b5d7c5 in Ui_DownloadWidget::setupUi (DownloadWidget=0x0, 
this=0x2340fd4) at 
/usr/src/debug/knewstuff-5.86.0-1.1.i386/build/src/ui_downloadwidget.h:97
#8  KNS3::DownloadWidgetPrivate::init (configFile=..., this=0x2340fc0) at 
/usr/src/debug/knewstuff-5.86.0-1.1.i386/src/downloadwidget.cpp:226
#9  KNS3::DownloadWidget::init (this=0x2342d60, configFile=...) at 
/usr/src/debug/knewstuff-5.86.0-1.1.i386/src/downloadwidget.cpp:54
#10 0xb5b60d76 in KNS3::DownloadWidget::DownloadWidget (this=, 
configFile=..., parent=, this=, configFile=..., 
parent=) at 
/usr/src/debug/knewstuff-5.86.0-1.1.i386/src/downloadwidget.cpp:49

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

Title:
  kate crashed with SIGSEGV in KEditToolBar::showEvent()

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


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

[Bug 1944389] Re: Thermald 1.9.1-1ubuntu0.6 keeps Tigerlake GPU frequency on 400 MHz

2021-09-20 Thread Srinivas Pandruvada
Try the upstream version
https://github.com/intel/thermal_daemon

May be missing some backports.

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

Title:
  Thermald 1.9.1-1ubuntu0.6 keeps Tigerlake GPU frequency on 400 MHz

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


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

[Bug 1912118] Re: assertion failure in message_part_finish when searching large folder

2021-09-20 Thread Bryce Harrington
Hi Dave,

Thanks for confirming the fix.  We've had a second confirmation of the
issue and fix by Timo, so although I've not been able to reproduce this
myself, I'll proceed with rolling the fix out.  I'll need to ask help
from you and Timo to perform the validation when the SRU team requests
it.

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

Title:
  assertion failure in message_part_finish when searching large folder

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


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

[Bug 1917148] Update Released

2021-09-20 Thread Brian Murray
The verification of the Stable Release Update for procps has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  ps version is UNKNOWN in procps 2:3.3.16-1ubuntu2

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


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

[Bug 1917148] Re: ps version is UNKNOWN in procps 2:3.3.16-1ubuntu2

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package procps - 2:3.3.16-1ubuntu2.3

---
procps (2:3.3.16-1ubuntu2.3) focal; urgency=medium

  * Fixes version output of utilities (LP: #1917148)
- d/p/fix_version.patch

 -- Kellen Renshaw   Thu, 09 Sep 2021
08:59:24 -0400

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

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

Title:
  ps version is UNKNOWN in procps 2:3.3.16-1ubuntu2

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


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

[Bug 1943114] Re: changelogs of "native" packages are missing

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package livecd-rootfs - 2.738

---
livecd-rootfs (2.738) impish; urgency=medium

  [ Thomas Bechtold ]
  * Keep changelogs for native deb pkgs in minimized builds.  LP: #1943114.

 -- Steve Langasek   Mon, 20 Sep 2021
09:40:28 -0700

** Changed in: livecd-rootfs (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  changelogs of "native" packages are missing

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


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

[Bug 1939292] Re: Error when attempting search on server, fix already upstream

2021-09-20 Thread Bryce Harrington
*** This bug is a duplicate of bug 1912118 ***
https://bugs.launchpad.net/bugs/1912118

Excellent, thanks!

I will proceed with a stable release update (SRU) for this, on bug
#1912118, to hopefully get this rolled out to more users.  I'll
subscribe you to that bug report, and ask that you assist with the
verification of the SRU.  Thanks ahead of time!

** This bug has been marked a duplicate of bug 1912118
   assertion failure in message_part_finish when searching large folder

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

Title:
  Error when attempting search on server, fix already upstream

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


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

[Bug 1943768] Re: gsd defaults to wrong keymap for Sinhala (Sri Lanka) locale

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-settings-daemon -
40.0.1-1ubuntu3

---
gnome-settings-daemon (40.0.1-1ubuntu3) impish; urgency=medium

  * d/p/ubuntu/keyboard-Use-ibus-sources-from-locale.patch: add si_LK to the
list of locales for which we prefer m17n.  LP: #1943768.

 -- Steve Langasek   Wed, 15 Sep 2021
15:58:15 -0700

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  gsd defaults to wrong keymap for Sinhala (Sri Lanka) locale

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


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

[Bug 1912811] Re: Update dwarves-dfsg in focal to version 1.21 from impish

2021-09-20 Thread Dimitri John Ledkov
Uploaded new dwarves-dfsg SRUs that use embeded libbpf (which in turn is
updated to the same source as used in impish).

This makes dwarves-dfsg SRU stand-alone, without introducing or
upgrading the system-wide libbpf.

** Changed in: libbpf (Ubuntu Focal)
   Status: Confirmed => Won't Fix

** Changed in: libbpf (Ubuntu Hirsute)
   Status: Incomplete => Won't Fix

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

Title:
  Update dwarves-dfsg in focal to version 1.21 from impish

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


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

[Bug 1944390] [NEW] Fix ignoring ct state match of OVS offload to TC/HW

2021-09-20 Thread Bodong Wang
Public bug reported:

* Explain the bug
 
When using OVS with tc to offload connection tracking flows, if user matches on 
ct_state other then trk and est, such as ct_state +rpl, it will be silently 
ignored by TC/HW and might result in wrong actions being executed.
 
* How to test
 
Create OVS bridge with 2 devices $dev1, $dev2 (can be any devices)
Enable HW offload and configure connection tracking OpenFlow rules which match
on ct_state +rpl and do different actions based on that match.

e.g:
ovs-ofctl del-flows br-ovs
ovs-ofctl add-flow br-ovs arp,actions=normal
ovs-ofctl add-flow br-ovs "table=0, ip,ct_state=-trk actions=ct(table=1)"
ovs-ofctl add-flow br-ovs "table=1, ip,ct_state=+trk+new 
actions=ct(commit),normal"
ovs-ofctl add-flow br-ovs "table=1, ip,ct_state=+trk+est-rpl, actions=$dev1"
ovs-ofctl add-flow br-ovs "table=1, ip,ct_state=+trk+est+rpl, actions=$dev2"

With commits, ovs dump-flows (or tc show on devs) will have ct_state +rpl 
match, and without they don't have,
meaning the match is ignored.
 
* What it could break.

NA

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

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

Title:
  Fix ignoring ct state match of OVS offload to TC/HW

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


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

[Bug 1203592] Re: Keyboard backlight does not work in Samsung Series 9 NP900X4C

2021-09-20 Thread Eduardo Casteluci
Recently, I noticed that, from time to time, efivars values are
automatically restored to default thus making necessary to redo all the
steps in the aforementioned solution. Does anyone know if it is possible
to change this behavior? 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/1203592

Title:
  Keyboard backlight does not work in Samsung Series 9 NP900X4C

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


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

[Bug 1935855] Re: dbgsym contains no debug symbols

2021-09-20 Thread Kelsey Skunberg
** Also affects: linux-kvm (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: linux-kvm (Ubuntu Bionic)
 Assignee: (unassigned) => Kelsey Skunberg (kelsey-skunberg)

** Changed in: linux-kvm (Ubuntu Focal)
 Assignee: dann frazier (dannf) => Kelsey Skunberg (kelsey-skunberg)

** Changed in: linux-kvm (Ubuntu Bionic)
   Status: New => Fix Committed

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

Title:
  dbgsym contains no debug symbols

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


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

[Bug 1939287] Re: dbgsym package is missing for ubuntu focal hwe kernel 5.11

2021-09-20 Thread Dimitri John Ledkov
** Changed in: linux-hwe-5.13 (Ubuntu Focal)
   Status: Confirmed => In Progress

** Changed in: linux-hwe-5.13 (Ubuntu Focal)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

Title:
  dbgsym package is missing for ubuntu focal hwe kernel 5.11

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


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

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-20 Thread Fábio Blanco
@anonymouse67 and @miguelpires1, sorry for the delay, I was not at the
office today.

@miguelpires1, you're right a simple `sudo snap refresh snapd --edge`
did it.

@anonymouse67, the correction seems to work:

```
$ snap version
snap2.52+git869.g363f829
snapd   2.52+git869.g363f829
series  16
ubuntu  20.04
kernel  5.11.0-34-generic

$ snap list
NomeVersão  RevA seguir 
EditorNotas
core16-2.51.4   11606  latest/stable
canonical✓core
core18  202107222128   latest/stable
canonical✓base
core20  202107021081   latest/stable
canonical✓base
gnome-3-28-1804 3.28.0-19-g98f9e67.98f9e67  161latest/stable
canonical✓-
gnome-3-34-1804 0+git.3556cb3   72 latest/stable/…  
canonical✓-
gtk-common-themes   0.1-52-gb92ac40 1515   latest/stable/…  
canonical✓-
intellij-idea-ultimate  2021.2.2319latest/stable
jetbrains✓classic
skype   8.75.0.140  183latest/stable
skype✓-
snap-store  3.38.0-64-g23c4c77  547latest/stable/…  
canonical✓-
snapd   2.52+git869.g363f82913449  latest/edge  
canonical✓snapd
telegram-desktop3.1.0   3119   latest/stable
telegram.desktop  -

$ snap --help
O comando snap permite instalar, configurar, atualizar e remover snaps.
Os Snaps são pacotes que funcionam em muitas distribuições Linux diferentes,
permitindo a entrega e operação seguras das aplicações e utilitários mais 
recentes.

Uso: snap  [...]
...

```

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

Title:
  snap pt_BR locale shows warning every time

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


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

[Bug 1939287] Re: dbgsym package is missing for ubuntu focal hwe kernel 5.11

2021-09-20 Thread Dimitri John Ledkov
** Description changed:

+ [Impact]
+ 
+  * Due to disk space constraints previously hwe-5.11 disabled building
+ dbgsyms packages
+ 
+  * This has been resolved in hwe-5.13, thus builds with debug symbols
+ can be re-enabled
+ 
+ [Test Plan]
+ 
+  * Build new kernel, check that dbgsyms packages are published & have a
+ debug image
+ 
+ [Where problems could occur]
+ 
+  * Build may grow in size, again, and fail to build from source, again.
+ At the moment we don't see any such issues with v5.13 in impish.
+ 
+ [Other Info]
+  
+  * Original Bug description:
+ 
  Package "linux-image-unsigned-5.11.0-25-generic-dbgsym" is missing from
  http://ddebs.ubuntu.com/dists/focal-updates/main/binary-amd64/Packages
  
  This breaks our workflow when the system is automatically upgraded from
  5.8.0 to 5.11.0. We have "linux-image-unsigned-5.8.0-63-generic-dbgsym"
  for focal, which is also an HWE kernel. So why not do the same for
  5.11.0 kernels?
  
  Also, on focal, we have "linux-image-5.11.0-25-generic-dbgsym", which
  depends on the unsigned one, but the latter does not exist. This seems
  to indicate something is broken.

** Changed in: linux-hwe-5.13 (Ubuntu Focal)
   Status: New => Confirmed

** Changed in: linux-hwe-5.13 (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/1939287

Title:
  dbgsym package is missing for ubuntu focal hwe kernel 5.11

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


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

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

2021-09-20 Thread James Falcon
Two more commits have been added to this SRU:
- 
https://github.com/canonical/cloud-init/commit/dc22786980a05129c5971e68ae37b1a9f76f882d
- 
https://github.com/canonical/cloud-init/commit/612e39087aee3b1242765e7c4f463f54a6ebd723

These are specific to the Azure and Oracle datasources respectively.
These commits have been queued as cloud-init version
21.3-1-g6803368d-0ubuntu1~18.04.3, 20.04.3 and 21.04.3

** Tags removed: verification-needed verification-needed-bionic 
verification-needed-focal verification-needed-hirsute
** Tags added: verification-failed verification-failed-bionic 
verification-failed-focal verification-failed-hirsute

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

Title:
  sru cloud-init (21.2-3 to 21.3-1) Bionic, Focal, and Hirsute

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


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

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

2021-09-20 Thread Kuroš Taheri-Golværzi
Just did it again. This time, it didn't do a blackscreen outright.
Rather, the audio just suddenly started insta-repeating, and the system
clenched up and froze, and became completely unresponsive. Is there
anything I can do to help figure out what the problem is? Any sort of
tests I can run? Having my computer Epstein itself multiple times a day
is getting seriously infuriating.

** Attachment added: "prevboot-2021-09-20-b.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.11/+bug/1939966/+attachment/5526557/+files/prevboot-2021-09-20-b.txt

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

Title:
  [Asus TUF Gaming FA506IV] Random system stops

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


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

[Bug 1941046] Update Released

2021-09-20 Thread Brian Murray
The verification of the Stable Release Update for nova has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
   [SRU] Wallaby stable releases

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


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

[Bug 1941046] Re: [SRU] Wallaby stable releases

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 3:23.0.2-0ubuntu1

---
nova (3:23.0.2-0ubuntu1) hirsute; urgency=medium

  * New stable point release for OpenStack Wallaby (LP: #1941046).

 -- Chris MacNaughton   Wed, 25 Aug 2021
09:57:39 +

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

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

Title:
   [SRU] Wallaby stable releases

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


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

[Bug 1944389] [NEW] Thermald 1.9.1-1ubuntu0.6 keeps Tigerlake GPU frequency on 400 MHz

2021-09-20 Thread Eugene86
Public bug reported:

After update to 1.9.1-1ubuntu0.6 from 1.9.1-1ubuntu0.4 thermald keeps Tigerlake 
Iris Xe GPU frequency on 400 MHz after reaching some high temperature value. It 
became impossible to play video games on the laptop.
System: Ubuntu 20.04.3 LTS
Kernel: 5.10.0-1045-oem
Laptop: Dell XPS 9310, CPU: Intel Core i7-1165G7 (Tigerlake), Integrated GPU 
Iris Xe.
BIOS 2.1.1 03/25/2021
Display: 2560x1440 144Hz HDMI USB-C connection
Room temperature is 23.5-25.4 degrees
Game: Stalker Clear Sky (Wine/Proton Steam)
Note: The game itself is very old and loads 100% of one CPU core disregarding 
of frequency.

GPU frequency is monitored by intel-gpu-top
GPU frequencies (according to /sys/class/drm/card0/) min/max/boost/efficiency: 
100/1300/1300/400

Previous behavior (1.9.1-1ubuntu0.4)
After starting the game at first GPU reaches the boost value of 1300 MHz and 
CPU/package temperatures continuously increase. At this point game renders at 
~80FPS. 
After some time when threshold temperature value (~78 degrees) is reached the 
GPU frequency decreases to ~660 MHz and FPS to 40-48 FPS. Package temperature 
decreases to 66-68 degrees. It's possible to play for indefinite amount of time.

New behavior (1.9.1-1ubuntu0.4)
After starting the game at first GPU reaches the boost value of 1300 MHz and 
CPU/package temperatures continuously increase. At this point game renders at 
~80FPS.
But after reaching the threshold temperature (about 81 degrees) GPU frequency 
decreases to 400 MHz (gt_RP1_freq_mhz -- "efficiency" temperature for the GPU) 
and stays on this value for the indefinite amount of time. The temperature is 
maintained on 70-74 degrees. FPS is about 25-30 FPS, it is not possible to play 
the game anymore. The only way to return the good FPS and frequency is to fold 
the game window, wait some time and open it again.


Also there is a workaround -- limit the CPU frequency to 2001 MHz and disable 
Intel turbo boost. With such approach package temperature never reaches 80 
degrees and it is possible to play game with 500 MHz and 35-40 FPS. Better than 
nothing.


If it is needed I can perform any additional checks, provide CPU frequencies 
and so on. Most probably regression happened with 1.9.1-1ubuntu0.5, but I tried 
only versions 0.4 and 0.6

** Affects: thermald (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/1944389

Title:
  Thermald 1.9.1-1ubuntu0.6 keeps Tigerlake GPU frequency on 400 MHz

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


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

[Bug 1922389] Re: Kubuntu 21.04 Installer window too narrow in VirtualBox

2021-09-20 Thread Rik Mills
Likely related to: https://bugs.kde.org/show_bug.cgi?id=407058

e.g. limited to 800x600 in newer Virualbox with the default display
driver emulation.

** Bug watch added: KDE Bug Tracking System #407058
   https://bugs.kde.org/show_bug.cgi?id=407058

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

Title:
  Kubuntu 21.04 Installer window too narrow in VirtualBox

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


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

[Bug 1933006] Re: [SRU] Ubuntu Studio Support no longer on freenode

2021-09-20 Thread Erich Eickmeyer 
Totally spaced this. Can confirm it works.

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

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

Title:
  [SRU] Ubuntu Studio Support no longer on freenode

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


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

[Bug 1935855] Re: dbgsym contains no debug symbols

2021-09-20 Thread Kelsey Skunberg
** Description changed:

  [Impact]
- linux-image-unsigned-5.4.0-77-generic-dbgsym provides a 
/usr/lib/debug/boot/vmlinux-5.4.0-1040-kvm, but it does not contain any debug 
symbols.
+ 
+ linux-image-unsigned-5.4.0-77-generic-dbgsym provides a
+ /usr/lib/debug/boot/vmlinux-5.4.0-1040-kvm, but it does not contain any
+ debug symbols.
+ 
+ Turn on CONFIG_DEBUG_INFO to include those debug symbols.
  
  [Test Case]
+ 
  Compare:
  
  $ file /usr/lib/debug/boot/vmlinux-*
  /usr/lib/debug/boot/vmlinux-5.4.0-1040-kvm:   ELF 64-bit LSB executable, 
x86-64, version 1 (SYSV), statically linked, 
BuildID[sha1]=514891d64a7d18db4fa58aa5cfea213e0951ca9d, not stripped
  /usr/lib/debug/boot/vmlinux-5.4.0-77-generic: ELF 64-bit LSB executable, 
x86-64, version 1 (SYSV), statically linked, 
BuildID[sha1]=773d8ee85333fe092635f65d2b6850909085c11d, with debug_info, not 
stripped
  
  [What Could Go Wrong]
- linux-kvm seems heavily tuned for performance (quick booting?) - it's 
possible that there's some side-effect of producing debug symbols that 
negatively impacts this. I've not noticed any issues empirically, but I didn't 
try to measure it.
+ 
+ Since linux-kvm is tuned for performance, it's possible there's some
+ side-effect of producing debug symbols that negatively impacts this. I've not
+ noticed any issues empirically, but I didn't try to measure it.
+ 
+ This config is already succesfully turned on in Hirsute/kvm.

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

Title:
  dbgsym contains no debug symbols

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


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

[Bug 1822156] Re: Cannot parse m3u8 playlist

2021-09-20 Thread moma
Just noticed that VLC opens and plays the "radio.m3u8" stream just fine. 
(It is the "YLE Puhe" radio channel from Finland)

$ sudo apt install vlc
$ vlc Download/radio.m3u8

Ref: https://www.radio-browser.info/#/search?page=1=YLE

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

Title:
  Cannot parse m3u8 playlist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem-pl-parser/+bug/1822156/+subscriptions


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

[Bug 1942929] Re: [SRU] ubuntu-advantage-tools (27.2.2 -> 27.3) Xenial, Bionic, Focal, Hirsute

2021-09-20 Thread Grant Orndorff
** Description changed:

  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
  * more robust error handling when determining the cloud we're on LP: #1940131 
LP: #1938207
  * disallows fips on focal aws/azure LP: #1939449 LP: #1939932
  * adds/changes to ua-related recurring jobs:
-   - change in frequency to existing job: updates the apt and motd esm update 
messaging: every 6 hours
+   - change in frequency to existing job: updates the apt and motd esm update 
messaging: every 6 hours
    - new job: updates the contract details and status: every 12 hours
-   - new job: ONLY ON GCP: checks for license changes and auto-attaches if a 
pro license was added: every 5 minutes
+   - new job: ONLY ON GCP (implemented as separate timer that is only 
activated on GCP LTS when not attached): checks for license changes and 
auto-attaches if a pro license was added: every 5 minutes
+ * adds support for ros/ros-updates entitlements with --beta flag
  
- 
- This also lays the foundations for enabling ros/ros-updates as well as for 
metering pro subscriptions. However, both of these features are disabled in 
this release.
+ This also lays the foundations for metering pro subscriptions. However,
+ this feature is disabled in this release.
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/UbuntuAdvantageToolsUpdates
  
  The ubuntu-advantage-tools team will be in charge of attaching the artifacts 
and
  console output of the appropriate run to the bug.  ubuntu-advantage-tools team
  members will not mark ‘verification-done’ until this has happened.
  
  
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  We moved the trigger of the apt and motd messaging updates from a
  dedicated systemd timer to a shared timer that conditionally calls the
  messaging updates in our python code. This adds complexity. If we made a
  mistake, then either the job won't get called frequently enough or will
  get called too frequently. If the former, then some esm updates related
  messaging will be out of date in apt and motd. If the latter, then cpu
  cycles will be wasted in needlessly updating messages.
  
  We touched postinst to handle cloud-id failures more robustly. Touching
  postinst is always scary because it is the most likely way for us to
  break upgrades. In theory this change made upgrades less likely to fail,
  but if we made a mistake, it could cause new unexpected failures.
  
  We added more recurring jobs in the service of new features. This
  increases complexity and potential for mistakes. In particular, we have
  strived to avoid excessive logging from these jobs. If we made a mistake
  in our logging, we could inadvertently fill up disks with useless logs.
  Additional recurring jobs will also use more cpu over time than previous
  versions. This is at least partially addressed below.
  
  [Discussion]
  Our new timer runs every 5 minutes. This is necessary to support timely 
upgrades of gcp instances from standard ubuntu to ubuntu pro. We need to poll 
the metadata endpoint frequently to catch the license change in a timely 
manner. We exit as early as possible if there is nothing to be done for any 
given timer trigger. From our testing, this has minimal overall system 
performance impact. 
  
  [Changelog]
  

** Description changed:

  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
  * more robust error handling when determining the cloud we're on LP: #1940131 
LP: #1938207
  * disallows fips on focal aws/azure LP: #1939449 LP: #1939932
  * adds/changes to ua-related recurring jobs:
    - change in frequency to existing job: updates the apt and motd esm update 
messaging: every 6 hours
    - new job: updates the contract details and status: every 12 hours
    - new job: ONLY ON GCP (implemented as separate timer that is only 
activated on GCP LTS when not attached): checks for license changes and 
auto-attaches if a pro license was added: every 5 minutes
  * adds support for ros/ros-updates entitlements with --beta flag
  
  This also lays the foundations for metering pro subscriptions. However,
  this feature is disabled in this release.
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/UbuntuAdvantageToolsUpdates
  
  The ubuntu-advantage-tools team will be in charge of attaching the artifacts 
and
  console output of the appropriate run to the bug.  ubuntu-advantage-tools team
  

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-20 Thread Ian Johnson
Ah Miguel, thanks for realizing my error, I should have probably just
said something like

sudo snap install snapd --edge; sudo snap refresh snapd --edge

which will ensure that it's always installed and gets refreshed.

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

Title:
  snap pt_BR locale shows warning every time

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


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

[Bug 1822156] Re: Cannot parse m3u8 playlist

2021-09-20 Thread moma
Hello,
Yes, it is long time since I filed this report.

I am now using Ubuntu 21.10 (daily version).

I tried to play the file in Totem, but it does not understand the format
(or Gstreamer is missing a plugin for it).

I have installed the ubuntu-restricted-extras package.

I attached a video of my test.

Please tell me if you need additional tests or information.





** Attachment added: "Screencast from 20-09-2021 20:25:22.webm"
   
https://bugs.launchpad.net/ubuntu/+source/totem-pl-parser/+bug/1822156/+attachment/5526556/+files/Screencast%20from%2020-09-2021%2020%3A25%3A22.webm

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

Title:
  Cannot parse m3u8 playlist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem-pl-parser/+bug/1822156/+subscriptions


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

[Bug 1922389] Re: Kubuntu 21.04 Installer window too narrow in VirtualBox

2021-09-20 Thread Brian Murray
** Project changed: ubuntu-cdimage => ubiquity (Ubuntu)

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

Title:
  Kubuntu 21.04 Installer window too narrow in VirtualBox

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


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

[Bug 1933006] [ubuntustudio-menu/focal] verification still needed

2021-09-20 Thread Brian Murray
The fix for this bug has been awaiting testing feedback in the -proposed
repository for focal for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  [SRU] Ubuntu Studio Support no longer on freenode

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


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

[Bug 1922389] [NEW] Kubuntu 21.04 Installer window too narrow in VirtualBox

2021-09-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This problem has persisted across the last few releases if not more.

When you create a new Kubuntu installation in VirtualBox, the installer
window is always too narrow.  It cuts off the button used to proceed to
the next page.  I've now determined that if I tab until I hit the Back
button, then tab backwards one, I can hit return and activate the
invisible Next button.  But it's always guesswork.

Don't know if this affects other flavors or just Kubuntu.

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

-- 
Kubuntu 21.04 Installer window too narrow in VirtualBox
https://bugs.launchpad.net/bugs/1922389
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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

[Bug 1919965] Re: nginx-common nginx.service comments use wrong signal

2021-09-20 Thread Lucas Kanashiro
The last comment in the Debian bug mentions that the bug should be fixed
in version 1.19.1, so hopefully it will get fixed once the package is
updated.

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

Title:
  nginx-common nginx.service comments use wrong signal

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


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

[Bug 1929790] tigervnc debdiff (hirsute)

2021-09-20 Thread bugproxy
Default Comment by Bridge

** Attachment added: "tigervnc debdiff (hirsute)"
   
https://bugs.launchpad.net/bugs/1929790/+attachment/5526555/+files/debdiff_lp1929790_tigervnc_hirsute.patch

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

Title:
  Request to backport fix for endianness issue in TigerVNC vncviewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1929790/+subscriptions


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

[Bug 1929790] tigervnc debdiff (impish)

2021-09-20 Thread bugproxy
Default Comment by Bridge

** Attachment added: "tigervnc debdiff (impish)"
   
https://bugs.launchpad.net/bugs/1929790/+attachment/5526554/+files/debdiff_lp1929790_tigervnc_impish.patch

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

Title:
  Request to backport fix for endianness issue in TigerVNC vncviewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1929790/+subscriptions


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

[Bug 1929790] Re: Request to backport fix for endianness issue in TigerVNC vncviewer

2021-09-20 Thread Frank Heimes
@Christian, I've updated both merge proposals according to your feedback.
(I had to replace the existing MPs, so please see the new ones, incl. their 
links, below the bug description above.)

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

Title:
  Request to backport fix for endianness issue in TigerVNC vncviewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1929790/+subscriptions


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

[Bug 1929790] Re: Request to backport fix for endianness issue in TigerVNC vncviewer

2021-09-20 Thread Frank Heimes
debdiff hirsute (updated)

** Patch added: "debdiff hirsute (updated)"
   
https://bugs.launchpad.net/ubuntu/+source/tigervnc/+bug/1929790/+attachment/5526538/+files/debdiff_lp1929790_tigervnc_hirsute.patch

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

Title:
  Request to backport fix for endianness issue in TigerVNC vncviewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1929790/+subscriptions


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

[Bug 1929790] Re: Request to backport fix for endianness issue in TigerVNC vncviewer

2021-09-20 Thread Frank Heimes
debdiff impish (updated)

** Patch removed: "tigervnc debdiff (impish)"
   
https://bugs.launchpad.net/ubuntu/+source/tigervnc/+bug/1929790/+attachment/5526289/+files/debdiff_lp1929790_tigervnc_impish.patch

** Patch removed: "tigervnc debdiff (hirsute)"
   
https://bugs.launchpad.net/ubuntu/+source/tigervnc/+bug/1929790/+attachment/5526371/+files/debdiff_lp1929790_tigervnc_hirsute.patch

** Patch added: "debdiff impish (updated)"
   
https://bugs.launchpad.net/ubuntu/+source/tigervnc/+bug/1929790/+attachment/5526537/+files/debdiff_lp1929790_tigervnc_impish.patch

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

Title:
  Request to backport fix for endianness issue in TigerVNC vncviewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1929790/+subscriptions


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

[Bug 1919923] Re: mod_python statically linked to wrong python 2.7 version

2021-09-20 Thread Lucas Kanashiro
Upstream maintainer replied to Utkarsh bug report but I do not think it
will lead to a resolution.

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

Title:
  mod_python statically linked to wrong python 2.7 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/1919923/+subscriptions


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

[Bug 1937296] Re: Kernel Hang During "Loading initial ramdisk..."

2021-09-20 Thread Boyd Stephen Smith Jr.
On a personal note, I'm unable to be productive at work because I can no
longer find a kernel that will boot with networking in a non-line
environment.  Never had this happen with the Debian installation I have
on System76 (but not-Serval) hardware I have at home.

5.11.0-7620-generic never booted.

5.11.0-7633-generic never booted.

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

Title:
  Kernel Hang During "Loading initial ramdisk..."

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


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

[Bug 1937296] Re: Kernel Hang During "Loading initial ramdisk..."

2021-09-20 Thread Boyd Stephen Smith Jr.
5.11.0-7614-generic was updated last week, and no longer boots.

5.13.0-7614-generic had never booted.

5.8.0-43-generic boots, but comes up without audio devices or network
devices (neither wired nor wireless).  This is particularly weird since
the Ubuntu Live environment I'm writing this update from is using
5.8.0-43, and has both audio and networking working fine.

5.4.0-84-generic boots, but comes up without audio devices or network
devices.

I still need to try 5.4.0-26, but I'm not hopeful.

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

Title:
  Kernel Hang During "Loading initial ramdisk..."

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


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

[Bug 1944005] Re: System Lockup during failover

2021-09-20 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report.

I went through the logs but I was not able to spot anything that could
help us understand the why of your issue. Have you applied any change to
the default multipath config file? Could you describe better your
scenario? I'd like to gather all the information available before
spending time trying to find a reproducer in a virtual environment,
which involves setting up a bunch of things.

I am setting the Status of the bug to Incomplete, once you provide more
information please set it back to New and our team will take a look at
it again.

** Changed in: multipath-tools (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/1944005

Title:
  System Lockup during failover

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


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

[Bug 1929790] Re: Request to backport fix for endianness issue in TigerVNC vncviewer

2021-09-20 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~fheimes/ubuntu/+source/tigervnc/+git/tigervnc/+merge/408903

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

Title:
  Request to backport fix for endianness issue in TigerVNC vncviewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1929790/+subscriptions


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

[Bug 1944387] [NEW] package mldonkey-server (not installed) failed to install/upgrade: »installiertes mldonkey-server-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück

2021-09-20 Thread Bernhard Binzen
Public bug reported:

Vormals nicht ausgewähltes Paket mldonkey-server wird gewählt.
(Lese Datenbank ... 770504 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../mldonkey-server_3.1.6-1fakesync1_amd64.deb 
...
Entpacken von mldonkey-server (3.1.6-1fakesync1) ...
mldonkey-server (3.1.6-1fakesync1) wird eingerichtet ...
adduser: Es ist keine UID im Bereich 100-999 verfügbar (FIRST_SYS_UID - 
LAST_SYS_UID).
adduser: Benutzer »mldonkey« wurde nicht angelegt.
dpkg: Fehler beim Bearbeiten des Paketes mldonkey-server (--configure):
 »installiertes mldonkey-server-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 1 zurück
Trigger für man-db (2.9.1-1) werden verarbeitet ...
Trigger für systemd (245.4-4ubuntu3.13) werden verarbeitet ...
Fehler traten auf beim Bearbeiten von:
 mldonkey-server
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mldonkey-server (not installed)
ProcVersionSignature: Ubuntu 5.11.0-34.36~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-34-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Sep 19 13:13:22 2021
ErrorMessage: »installiertes mldonkey-server-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 1 zurück
InstallationDate: Installed on 2021-09-10 (10 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: mldonkey
Title: package mldonkey-server (not installed) failed to install/upgrade: 
»installiertes mldonkey-server-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package mldonkey-server (not installed) failed to install/upgrade:
  »installiertes mldonkey-server-Skript des Paketes post-
  installation«-Unterprozess gab den Fehlerwert 1 zurück

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


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

[Bug 1944008] Re: php-fpm doesn't include huge-code-pages feature support

2021-09-20 Thread Lucas Kanashiro
Thank you for taking the time to report this bug and helping to make Ubuntu
better.

This is present in Debian as well and Ubuntu currently does not make any
changes to the Debian package. Therefore, this bug would be best fixed
directly in Debian, and then Ubuntu will pick up the fix automatically.

Would you mind filing a bug with Debian please? If you do so please add
a link to the bug here.

** Changed in: php8.0 (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: php8.0 (Ubuntu)
   Status: New => Triaged

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

Title:
  php-fpm doesn't include huge-code-pages feature support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php8.0/+bug/1944008/+subscriptions


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

[Bug 1943994] Re: package samba-common-bin 2:4.13.5+dfsg-2ubuntu2 failed to install/upgrade: installed samba-common-bin package post-installation script subprocess returned error exit status 1

2021-09-20 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report.

Going through the logs was not enough for me to identify what is
happening. Could you please also provide the logs from the samba
service? Also any customized config you might have.

Since there is not enough information in your report to begin triage or to
differentiate between a local configuration problem and a bug in Ubuntu, I
am marking this bug as "Incomplete". We would be grateful if you would:
provide a more complete description of the problem, explain why you
believe this is a bug in Ubuntu rather than a problem specific to your
system, and then change the bug status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: samba (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/1943994

Title:
  package samba-common-bin 2:4.13.5+dfsg-2ubuntu2 failed to
  install/upgrade: installed samba-common-bin package post-installation
  script subprocess returned error exit status 1

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


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

[Bug 1944384] [NEW] package systraq (not installed) failed to install/upgrade: »installiertes systraq-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück

2021-09-20 Thread Bernhard Binzen
Public bug reported:

systraq (20160803-3) wird eingerichtet ...
adduser: Es ist kein UID/GID-Paar im Bereich 100-999 verfügbar (FIRST_SYS_UID - 
LAST_SYS_UID).
adduser: Benutzer »debian-systraq« wurde nicht angelegt.
dpkg: Fehler beim Bearbeiten des Paketes systraq (--configure):
 »installiertes systraq-Skript des Paketes post-installation«-Unterprozess gab 
den Fehlerwert 1 zurück
Trigger für man-db (2.9.1-1) werden verarbeitet ...
Trigger für doc-base (0.10.9) werden verarbeitet ...
3 hinzugefügte Doc-base-Dateien wird verarbeitet...
Fehler beim Verbinden von /usr/share/doc-base/snpomatic mit 
/usr/share/doc-base/snpomatic-doc: Format text bereits defin
iert.
Dokumente werden mit dwww registriert ...
Fehler traten auf beim Bearbeiten von:
 systraq
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: systraq (not installed)
ProcVersionSignature: Ubuntu 5.11.0-34.36~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-34-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Sep 15 19:32:03 2021
ErrorMessage: »installiertes systraq-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 1 zurück
InstallationDate: Installed on 2021-09-10 (10 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: systraq
Title: package systraq (not installed) failed to install/upgrade: 
»installiertes systraq-Skript des Paketes post-installation«-Unterprozess gab 
den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package systraq (not installed) failed to install/upgrade:
  »installiertes systraq-Skript des Paketes post-
  installation«-Unterprozess gab den Fehlerwert 1 zurück

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


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

[Bug 1933143] Re: Open-vm-tools release 11.3.0 has been released

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package open-vm-tools -
2:11.3.0-2ubuntu0~ubuntu20.04.1

---
open-vm-tools (2:11.3.0-2ubuntu0~ubuntu20.04.1) focal; urgency=medium

  * Update to latest release v11.3.0 (LP: #1933143)
Remaining changes:
- Revert "build-depend on libgdk-pixbuf-xlib-2.0-dev"
  * Dropped [ is in 11.3.0-2]
- Revert "Add net-tools as dependency again." as we don't want to
  modify the focal seed/ISO content without a real issue behind it.

open-vm-tools (2:11.3.0-2) experimental; urgency=medium

  * d/copyright: further fix licenses after consulting SPDX
  * d/copyright: state multi-license under one glob pattern
  * d/control: enable arm64 which is ready in 11.3.0
  * d/control: drop no more needed net-tools dependency

open-vm-tools (2:11.3.0-1) experimental; urgency=medium

  * New upstream version 11.3.0 (Closes: #990163)(LP: #1933143)
- d/rules: install new binary vmwgfxctrl into open-vm-tools-desktop
- d/rules: add new binary vmware-alias-import to open-vm-tools
- d/rules: add new vmsvc plugins libguestStore.so and libgdp.so
  to open-vm-tools
  * d/open-vm-tools.maintscript: remove stale conffiles (Closes: #868273)
  * d/control: add myself to uploaders
  * Cleanups flagged by tracker.debian.org
- d/watch: fix to work with upstreams github tags
- d/control: bump Standards-Version to 4.5.1 (no changes needed)
  * Cleanups for various Lintian findings
- d/source/lintian-overrides: allow helper scripts by setting
  patch-file-present-but-not-mentioned-in-series
- d/{open-vm-tools,open-vm-tools-dev}.lintian-overrides tolerate
  package-name-doesnt-match-sonames
- d/{open-vm-tools,open-vm-tools-desktop}.lintian-overrides: tolerate
  no-manual-page until upstream issue 526 is resolved
- d/control: fix skip-systemd-native-flag-missing-pre-depends warning by
  adding misc:Pre-Depends
- d/copyright: rename non allowed license names to fix
  space-in-std-shortname-in-dep5-copyright warning
- d/open-vm-tools-desktop.lintian-overrides: fix setuid override
- d/rules: drop no more needed handling of pam vmtoolsd-x64
- d/rules: put libs and .pc files in correct multiarch directories
- d/rules: do not ship vmware-vgauth-smoketest (only meant for build,
  per upstream it can wipe system config and therefore should not be
  shipped after build - upstream issue 527)
  * d/control: Remove constraints unnecessary since stretch (from Janitor)

 -- Christian Ehrhardt   Tue, 31 Aug
2021 12:05:31 +0200

** Changed in: open-vm-tools (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  Open-vm-tools release 11.3.0 has been released

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


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

[Bug 1933143] Update Released

2021-09-20 Thread Brian Murray
The verification of the Stable Release Update for open-vm-tools has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Open-vm-tools release 11.3.0 has been released

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


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

[Bug 1933143] Re: Open-vm-tools release 11.3.0 has been released

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package open-vm-tools -
2:11.3.0-2ubuntu0~ubuntu21.04.1

---
open-vm-tools (2:11.3.0-2ubuntu0~ubuntu21.04.1) hirsute; urgency=medium

  * Update to latest release v11.3.0 (LP: #1933143)

open-vm-tools (2:11.3.0-2) experimental; urgency=medium

  * d/copyright: further fix licenses after consulting SPDX
  * d/copyright: state multi-license under one glob pattern
  * d/control: enable arm64 which is ready in 11.3.0
  * d/control: drop no more needed net-tools dependency

open-vm-tools (2:11.3.0-1) experimental; urgency=medium

  * New upstream version 11.3.0 (Closes: #990163)(LP: #1933143)
- d/rules: install new binary vmwgfxctrl into open-vm-tools-desktop
- d/rules: add new binary vmware-alias-import to open-vm-tools
- d/rules: add new vmsvc plugins libguestStore.so and libgdp.so
  to open-vm-tools
  * d/open-vm-tools.maintscript: remove stale conffiles (Closes: #868273)
  * d/control: add myself to uploaders
  * Cleanups flagged by tracker.debian.org
- d/watch: fix to work with upstreams github tags
- d/control: bump Standards-Version to 4.5.1 (no changes needed)
  * Cleanups for various Lintian findings
- d/source/lintian-overrides: allow helper scripts by setting
  patch-file-present-but-not-mentioned-in-series
- d/{open-vm-tools,open-vm-tools-dev}.lintian-overrides tolerate
  package-name-doesnt-match-sonames
- d/{open-vm-tools,open-vm-tools-desktop}.lintian-overrides: tolerate
  no-manual-page until upstream issue 526 is resolved
- d/control: fix skip-systemd-native-flag-missing-pre-depends warning by
  adding misc:Pre-Depends
- d/copyright: rename non allowed license names to fix
  space-in-std-shortname-in-dep5-copyright warning
- d/open-vm-tools-desktop.lintian-overrides: fix setuid override
- d/rules: drop no more needed handling of pam vmtoolsd-x64
- d/rules: put libs and .pc files in correct multiarch directories
- d/rules: do not ship vmware-vgauth-smoketest (only meant for build,
  per upstream it can wipe system config and therefore should not be
  shipped after build - upstream issue 527)
  * d/control: Remove constraints unnecessary since stretch (from Janitor)

 -- Christian Ehrhardt   Tue, 31 Aug
2021 12:00:49 +0200

** Changed in: open-vm-tools (Ubuntu Hirsute)
   Status: Fix Committed => Fix Released

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

Title:
  Open-vm-tools release 11.3.0 has been released

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


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

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

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 2:21.2.2-0ubuntu1

---
nova (2:21.2.2-0ubuntu1) focal; urgency=medium

  * New stable point release for OpenStack Ussuri (LP: #1941048).

 -- Chris MacNaughton   Wed, 25 Aug 2021
12:04:00 +

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

Title:
   [SRU] Ussuri stable releases

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


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

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

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package horizon - 3:18.3.4-0ubuntu1

---
horizon (3:18.3.4-0ubuntu1) focal; urgency=medium

  * New stable point release for OpenStack Ussuri (LP: #1941048).

 -- Chris MacNaughton   Wed, 25 Aug 2021
12:03:50 +

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

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

Title:
   [SRU] Ussuri stable releases

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


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

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

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package octavia - 6.2.1-0ubuntu1

---
octavia (6.2.1-0ubuntu1) focal; urgency=medium

  * New stable point release for OpenStack Ussuri (LP: #1941048).

 -- Chris MacNaughton   Wed, 25 Aug 2021
12:04:07 +

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

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

Title:
   [SRU] Ussuri stable releases

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


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

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

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package glance - 2:20.1.0-0ubuntu1

---
glance (2:20.1.0-0ubuntu1) focal; urgency=medium

  * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.
  * d/watch: Add trailing slash to fix download.
  * New stable point release for OpenStack Ussuri (LP: #1941048).

 -- Chris MacNaughton   Wed, 25 Aug 2021
12:03:41 +

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

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

Title:
   [SRU] Ussuri stable releases

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


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

[Bug 1941048] Update Released

2021-09-20 Thread Brian Murray
The verification of the Stable Release Update for cinder has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
   [SRU] Ussuri stable releases

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


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

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

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package designate - 1:10.0.1-0ubuntu1

---
designate (1:10.0.1-0ubuntu1) focal; urgency=medium

  * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.
  * d/watch: Add trailing slash to fix download.
  * New stable point release for OpenStack Ussuri (LP: #1941048).
  * d/p/disable-edgegrid.patch: Refreshed.

 -- Chris MacNaughton   Wed, 25 Aug 2021
12:37:16 +

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

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

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

Title:
   [SRU] Ussuri stable releases

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


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

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

2021-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package cinder - 2:16.4.0-0ubuntu1

---
cinder (2:16.4.0-0ubuntu1) focal; urgency=medium

  * New stable point release for OpenStack Ussuri (LP: #1941048).

 -- Chris MacNaughton   Wed, 25 Aug 2021
12:03:15 +

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

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

Title:
   [SRU] Ussuri stable releases

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


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

[Bug 1940400] Re: [SRU] Pi 4B 2GB boot failure

2021-09-20 Thread Brian Murray
@Dave Jones - Could you add some more details regarding the verification
that you did. Did you test booting on all the Pi models?

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

Title:
  [SRU] Pi 4B 2GB boot failure

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


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

[Bug 1925349] Re: Strings are not translated in installer's welcome slideshow.

2021-09-20 Thread vofka
It is now translated.
https://translations.launchpad.net/ubuntu/impish/+source/ubiquity-slideshow-ubuntu/+pots/ubiquity-slideshow-ubuntu/ru/30/+translate
https://translations.launchpad.net/ubuntu/impish/+source/ubiquity-slideshow-ubuntu/+pots/ubiquity-slideshow-oem-config-ubuntu/ru/30/+translate
https://translations.launchpad.net/ubuntu/impish/+source/ubiquity-slideshow-ubuntu/+pots/slideshow-ubuntu-mate/ru/33/+translate
https://translations.launchpad.net/ubuntu/impish/+source/ubiquity-slideshow-ubuntu/+pots/slideshow-oem-config-ubuntu-mate/ru/33/+translate

** Changed in: ubuntu-translations
   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/1925349

Title:
   Strings are not translated in installer's welcome slideshow.

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


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

[Bug 1927149] Re: Irrelevant translatable strings

2021-09-20 Thread Gunnar Hjalmarsson
On 2021-09-20 04:14, Matthias Klumpp wrote:
> I still think this is a dumb fix, especially since you loose the
> feature to actually mark strings from being untranslatable by
> dropping the appstream dependency.

And I still don't understand that part of your reasoning.

If appstreams's version of metainfo.its is not present when the POT file
is generated, it falls back to gettext's version which does not extract
 strings at all. And that's what we want to achieve in Ubuntu,
at least as long as GNOME keeps appstream's metainfo.its away when
generating the upstream POT file. Did you see this issue:

https://gitlab.gnome.org/Infrastructure/damned-lies/-/issues/149

> A proper workaround would be to leave that in, possibly backport the
> ITS patch for appstream to update the file, and then mark the release
> entries you don't want to have translated with `translate="no"` in
> the XML.

That's a possible way to deal with it in the future once the GNOME
Software maintainer (and all other GNOME project maintainers...) have
reached an agreement with the Damned Lies admins on the matter.

Please note that several `translatable="no"` have already been added:

https://gitlab.gnome.org/GNOME/gnome-software/-/commit/7dc44712

(seems to be effective only for GNOME 41) But the  strings for
40+ are still translatable, so even if the problem is reduced compared
to when I first filed this bug report, it's still present.

If the Damned Lies admins would change their mind, we still have the
problem with the very latest  info. Let's study the release of
gnome-software 40.4 as an example. The NEWS file and the appdata.xml
file were updated in the same commit (surprise, surprise) on August 13:

https://gitlab.gnome.org/GNOME/gnome-software/-/commit/70c23e4a

The actual release HAPPENED ON THE SAME DAY!! So even if those strings
had been passed to the GNOME translators via Damned Lies, the strings
for 40.4 would still have been shipped untranslated. You can't just snap
your fingers to have strings translated. Translators need time.

As you already know, I think it was an unfortunate mistake to consider
the  strings translatable by default. If some project owners
wanted them to be translatable, it would have been much better to give
those projects a possibility to opt in for translation. The maintainers
of projects which opted in could be assumed to be aware of the required
translation workflow for this to make sense.

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

Title:
  Irrelevant translatable strings

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


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

[Bug 1929790] Re: Request to backport fix for endianness issue in TigerVNC vncviewer

2021-09-20 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~fheimes/ubuntu/+source/tigervnc/+git/tigervnc/+merge/408899

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

Title:
  Request to backport fix for endianness issue in TigerVNC vncviewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1929790/+subscriptions


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

[Bug 1944112] Re: segfault in the amdgcn assembler

2021-09-20 Thread Matthias Klose
** Tags added: rls-ii-incoming

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

Title:
  segfault in the amdgcn assembler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-9/+bug/1944112/+subscriptions


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

[Bug 1944381] [NEW] package wx3.0-i18n (not installed) failed to install/upgrade: trying to overwrite '/usr/share/locale/ca/LC_MESSAGES/wxstd.mo', which is also in package wx3.1-i18n 3.1.3-1.bionic

2021-09-20 Thread Will Jackson
Public bug reported:

Trying to install Opencpn 5.2.4
Description:Ubuntu 20.04.3 LTS
Release:20.04

"Preparing to unpack .../3-wx3.0-i18n_3.0.4+dfsg-15build1_all.deb ...
Unpacking wx3.0-i18n (3.0.4+dfsg-15build1) ...
dpkg: error processing archive 
/tmp/apt-dpkg-install-Ed0Xdp/3-wx3.0-i18n_3.0.4+dfsg-15build1_all.deb 
(--unpack):
 trying to overwrite '/usr/share/locale/ca/LC_MESSAGES/wxstd.mo', which is also 
in package wx3.1-i18n 3.1.3-1.bionic
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Selecting previously unselected package opencpn-data.
Errors were encountered while processing:
 /tmp/apt-dpkg-install-Ed0Xdp/3-wx3.0-i18n_3.0.4+dfsg-15build1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
"

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: wx3.0-i18n (not installed)
ProcVersionSignature: Ubuntu 5.4.0-84.94-lowlatency 5.4.133
Uname: Linux 5.4.0-84-lowlatency x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Sep 20 18:30:03 2021
ErrorMessage: trying to overwrite '/usr/share/locale/ca/LC_MESSAGES/wxstd.mo', 
which is also in package wx3.1-i18n 3.1.3-1.bionic
InstallationDate: Installed on 2018-09-01 (1115 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python3.8, Python 3.8.10, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: wxwidgets3.0
Title: package wx3.0-i18n (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/locale/ca/LC_MESSAGES/wxstd.mo', which is also in package 
wx3.1-i18n 3.1.3-1.bionic
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: wxwidgets3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package wx3.0-i18n (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/locale/ca/LC_MESSAGES/wxstd.mo', which is
  also in package wx3.1-i18n 3.1.3-1.bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wxwidgets3.0/+bug/1944381/+subscriptions


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

[Bug 1943847] Re: virsh migrate with LVM volume as disk fails

2021-09-20 Thread Krešimir Kovačević
Hi Christian,

I agree. It works as expected.
As you said it is stated on the man page that images must exist on same 
location on destination host.

It just confused me because migration without image on destination host
really works in case of qcow2 image.

BR,
Krešimir

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

Title:
  virsh migrate with LVM volume as disk fails

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


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

  1   2   3   >