[Bug 1885403] Re: posttls-finger fails to connect to private/tlsmgr

2021-09-01 Thread Christian Ehrhardt 
I realized that gdb and maps (that I both had already) give me all that I need.
When stopping at a function from libpostfix-tls.so I can print where I am and 
check which file is mapped there:

Breakpoint 1, tls_log_mask (log_param=0xc6f8 "-L option", 
log_level=0x555728c0 "routine,certmatch") at 
/build/postfix-9Thbkc/postfix-3.5.6/src/tls/tls_misc.c:545
(gdb) info regs
...
rip0x77fa43f8  0x77fa43f8 
$ cat /proc/$(pidof posttls-finger)/maps  | grep -e 'xp.*tls.so' -e 
'xp.*posttls-finger'
7000-c000 r-xp 3000 00:ba 87205  
/usr/sbin/posttls-finger
77fa-77fb8000 r-xp 9000 00:ba 86770  
/usr/lib/postfix/libpostfix-tls.so

So whatever detail I miss from my ltrace incantaton, the code of
tls_log_mask really is from the shared library. And while that makes
tracing the calls slightly harder it is relieving as it eliminates at
least one kind of craziness :-)

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

Title:
  posttls-finger fails to connect to private/tlsmgr

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


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

[Bug 1885403] Re: posttls-finger fails to connect to private/tlsmgr

2021-09-01 Thread Christian Ehrhardt 
As I have mentioned before I assume as-needed [1] could play a role, at least 
for pthread that you wondered about it most likely does.
-lpthread might be listed somewhere, but if not needed it will not effectvely 
be linked in Ubuntu but t will in Debian.

No guarantees, but I'd not expect pthread to play a big role here - at
least to my gut feeling - that non usage of /usr/lib/postfix/libpostfix-
tls.so. That might also be a red herring, but it is mine :-)

@miriam - default used compiler/linker flags used effectively in a setup you 
can mostly get via:
  $ apt install dpkg-dev
  # get built in -m options
  $ gcc -Q --help=target
  # Get any -f and similar options built in or derived from default distro 
buildflags
  $ echo "int main(void) {}" | gcc $(dpkg-buildflags --get LDFLAGS) -o 
/dev/null -v -x c - &> /dev/stdout| grep collect
  # Get linker options built in or derived from default distro buildflags
  $ echo "int main(void) {}" | gcc $(dpkg-buildflags --get CFLAGS) -o /dev/null 
-v -x c - 2>&1 | grep 'cc1'
  # If a package build inserts some further flags you can add them as well in 
this call

@miriam - how about you looking for a comparison of these flags and then
approximating them until they match - that could identify one option
that causes the effect which will help our theory-crafting.

I can have look at ltrace/function probing in the same time, just to
understand what is going on there.

[1]: https://wiki.ubuntu.com/ToolChain/CompilerFlags#A-Wl.2C--as-needed

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

Title:
  posttls-finger fails to connect to private/tlsmgr

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


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

[Bug 1938043] Re: ubuntu-security-status

2021-09-01 Thread Chad Smith
Looks like logic in ubuntu-security-status bases that message only on
whether livepatch is enabled or not.  this is an invalid test because
containers will not have livepatch enabled and neither will UA attached
VMs with FIPS enabled.


So the following test is not an accurate representation of whether the system 
is attached to a license:


if lts and not livepatch_enabled:
 print("\nThis machine is not attached to an Ubuntu Advantage "
   "subscription.\nSee https://ubuntu.com/advantage;)


Attached is a patch that would allow ubuntu-security-updates to determine both 
attach status and service enabled/disabled by processing `ua status 
--format=json` or the JSON status cache provided by UA


** Patch added: "ubuntu-security-status-from-ua-status.patch"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1938043/+attachment/5522439/+files/ubuntu-security-status-from-ua-status.patch

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

Title:
  ubuntu-security-status

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


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

[Bug 1938043] Re: ubuntu-security-status

2021-09-01 Thread Chad Smith
Looks like logic in ubuntu-security-status bases that message only on
whether livepatch is enabled or not.  this is an invalid test because
containers will not have livepatch enabled and neither will UA attached
VMs with FIPS enabled.


So the following test is not an accurate representation of whether the system 
is attached to a license:


if lts and not livepatch_enabled:
 print("\nThis machine is not attached to an Ubuntu Advantage "
   "subscription.\nSee https://ubuntu.com/advantage;)


Attached is a patch that would allow ubuntu-security-updates to determine both 
attach status and service enabled/disabled by processing `ua status 
--format=json` or the JSON status cache provided by UA


** Patch added: "ubuntu-security-status-from-ua-status.patch"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1938043/+attachment/5522440/+files/ubuntu-security-status-from-ua-status.patch

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

Title:
  ubuntu-security-status

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


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

Re: [Bug 1940780] Re: [HP EliteBook Folio G1] Screen keeps flickering on ubuntu 20.04

2021-09-01 Thread kevin mwangi
Find the videos attached,
Thank you.


Regards,
On Wed, Aug 25, 2021 at 5:15 AM Daniel van Vugt <1940...@bugs.launchpad.net>
wrote:

> Please:
>
> 1. Tell us the contents of /proc/cmdline
>
> 2. Attach a video of the problem so we can better understand what you
> are seeing.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1940780
>
> Title:
>   [HP EliteBook Folio G1] Screen keeps flickering on ubuntu 20.04
>
> Status in linux-hwe-5.11 package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Just installed ubuntu 20.04 and the screen has been flickering all
>   through. tried applying the ubuntu on Wayland solution but no change.
>   Please help with a solution on workaround for this.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: xorg 1:7.7+19ubuntu14
>   ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
>   Uname: Linux 5.11.0-27-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu27.18
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CasperMD5CheckResult: skip
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sun Aug 22 21:39:46 2021
>   DistUpgraded: Fresh install
>   DistroCodename: focal
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: I just need to know a workaround
>   GraphicsCard:
>Intel Corporation HD Graphics 515 [8086:191e] (rev 07) (prog-if 00 [VGA
> controller])
>  Subsystem: Hewlett-Packard Company HD Graphics 515 [103c:8170]
>   InstallationDate: Installed on 2021-08-22 (0 days ago)
>   InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64
> (20210209.1)
>   MachineType: HP HP EliteBook Folio G1
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-27-generic
> root=UUID=4b37b99a-c4bf-42ca-9e24-733b7a991c4d ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 07/19/2016
>   dmi.bios.release: 1.10
>   dmi.bios.vendor: HP
>   dmi.bios.version: N91 Ver. 01.10
>   dmi.board.name: 8170
>   dmi.board.vendor: HP
>   dmi.board.version: KBC Version 29.68
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: HP
>   dmi.ec.firmware.release: 41.104
>   dmi.modalias:
> dmi:bvnHP:bvrN91Ver.01.10:bd07/19/2016:br1.10:efr41.104:svnHP:pnHPEliteBookFolioG1:pvr:rvnHP:rn8170:rvrKBCVersion29.68:cvnHP:ct10:cvr:
>   dmi.product.family: 103C_5336AN G=N L=BUS B=HP S=ELI
>   dmi.product.name: HP EliteBook Folio G1
>   dmi.product.sku: Z5Z39US#ABA
>   dmi.sys.vendor: HP
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.105-3~20.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.1
>   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
>   version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20200226-1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.11/+bug/1940780/+subscriptions
>
>

-- 
*Maina Kelvin Mwangi*


** Attachment added: "Screencast from 08-31-2021 10:40:38 PM.webm"
   
https://bugs.launchpad.net/bugs/1940780/+attachment/5522436/+files/Screencast%20from%2008-31-2021%2010%3A40%3A38%20PM.webm

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

Title:
  [HP EliteBook Folio G1] Screen keeps flickering on ubuntu 20.04

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


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

[Bug 1942385] [NEW] [SOF - sof-bytcht rt5640, playback] fails after a while

2021-09-01 Thread Bret Joseph
Public bug reported:

I am experiencing beep sound and audio from zoom, firefox, or vlc. It might 
play media for some seconds then beep. This has something to do with pipewire 
and sof driver and S16_LE format.( I read online).
If I switch the profile Play HiFi quality Music in pavucontrol it does correct 
the beep sound for some few seconds then it

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: alsa-base 1.0.25+dfsg-0ubuntu7
ProcVersionSignature: Ubuntu 5.13.0-14.14-generic 5.13.1
Uname: Linux 5.13.0-14-generic x86_64
ApportVersion: 2.20.11-0ubuntu68
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  bret   1249 F pulseaudio
 /dev/snd/pcmC0D0c:   bret   1249 F...m pulseaudio
 /dev/snd/pcmC0D0p:   bret   1249 F...m pulseaudio
 /dev/snd/timer:  bret   1249 f pulseaudio
CasperMD5CheckResult: pass
CurrentDesktop: XFCE
Date: Thu Sep  2 05:25:01 2021
InstallationDate: Installed on 2021-08-29 (3 days ago)
InstallationMedia: Xubuntu 21.10 "Impish Indri" - Alpha amd64 (20210612)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - sof-bytcht rt5640
Symptom_PulseAudioLog:
 Sep 02 05:24:14 toshiba systemd[826]: pulseaudio.service: Deactivated 
successfully.
 Sep 02 05:24:25 toshiba systemd[826]: pulseaudio.socket: Deactivated 
successfully.
Symptom_Type: Sound works for a while, then breaks
Title: [SOF - sof-bytcht rt5640, playback] fails after a while
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/02/2015
dmi.bios.release: 5.20
dmi.bios.vendor: INSYDE Corp.
dmi.bios.version: 5.20
dmi.board.name: 0700
dmi.board.vendor: FF50
dmi.board.version: Type2 - Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: OEM Chassis ManuFacturer
dmi.chassis.version: OEM Chassis Version
dmi.ec.firmware.release: 5.20
dmi.modalias: 
dmi:bvnINSYDECorp.:bvr5.20:bd11/02/2015:br5.20:efr5.20:svnTOSHIBA:pnSATELLITEClickMiniL9W-B:pvrPDW0FE-002005EN:skuINVALID:rvnFF50:rn0700:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
dmi.product.family: INVALID
dmi.product.name: SATELLITE Click Mini L9W-B
dmi.product.sku: INVALID
dmi.product.version: PDW0FE-002005EN
dmi.sys.vendor: TOSHIBA

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


** Tags: amd64 apport-bug impish

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

Title:
  [SOF - sof-bytcht rt5640, playback] fails after a while

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


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

[Bug 1678187] Re: Removing a linux-image-extra package fails, if /boot is about full

2021-09-01 Thread Jarno Suni
Well, you could search for support in askubuntu.com. I think it may be a
bug that you have two flavors of kernels installed, if you did not
install the other manually. You might need to make a separate bug report
about that; removing the other flavor might be a workaround.

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

Title:
  Removing a linux-image-extra package fails, if /boot is about full

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


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

[Bug 1936708] Re: Wobbly graphics on built-in display since linux-image-5.11.0-22-generic

2021-09-01 Thread Kai-Heng Feng
Alex can you please give this kernel a try:
https://people.canonical.com/~khfeng/lp1936708/

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

Title:
  Wobbly graphics on built-in display since linux-
  image-5.11.0-22-generic

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


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

[Bug 1929892] Re: [TGL] enable USB-dw3

2021-09-01 Thread Brad Figg
We get this for free with the move to a 5.13 based focal:linux-intel kernel.

** Changed in: intel
   Status: New => Invalid

** Changed in: linux-intel (Ubuntu)
   Status: In Progress => Invalid

** Changed in: intel
 Assignee: (unassigned) => Brad Figg (brad-figg)

** Changed in: linux-intel (Ubuntu)
 Assignee: Hsuan-Yu Lin (shanelin) => Brad Figg (brad-figg)

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

Title:
  [TGL] enable USB-dw3

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


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

[Bug 1929901] Re: [EHL][TGL] EDAC support

2021-09-01 Thread Brad Figg
This commit already exists in the focal:linux-intel intel-5.13-next. 

** Changed in: intel
   Status: New => Fix Committed

** Changed in: intel
 Assignee: (unassigned) => Brad Figg (brad-figg)

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

Title:
  [EHL][TGL] EDAC support

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


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

[Bug 1936047] Re: [snap] GUI not show. Thunderbird snap won't open with AMD Ryzen 4750 Pro (Ubuntu 21.04)

2021-09-01 Thread Eduardo Rojas Rodríguez
** Tags added: snap

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

Title:
  [snap] GUI not show. Thunderbird snap won't open with AMD Ryzen 4750
  Pro (Ubuntu 21.04)

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


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

[Bug 1936051] Re: [snap] GUI not show. Any LibreOffice app snap won't open with AMD 4750 Pro (Ubuntu 21.04)

2021-09-01 Thread Eduardo Rojas Rodríguez
** Tags added: snap

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

Title:
  [snap] GUI not show. Any LibreOffice app snap won't open with AMD 4750
  Pro (Ubuntu 21.04)

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


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

[Bug 1906418] Re: igc driver for Comet Lake onboard 15f3 NIC drops all igmp packets

2021-09-01 Thread Marc Culler
You are right!  With the 5.11 kernel I am now seeing igmp packets over
ethernet.  Thanks!

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

Title:
  igc driver for Comet Lake  onboard 15f3 NIC drops all igmp packets

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


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

[Bug 1906418] Re: igc driver for Comet Lake onboard 15f3 NIC drops all igmp packets

2021-09-01 Thread Marc Culler
Marking this fixed, since the problem does not occur with the current
kernel for Ubuntu 20.04.

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

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

Title:
  igc driver for Comet Lake  onboard 15f3 NIC drops all igmp packets

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


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

[Bug 1942352] Re: Ubuntu's use of -Bsymbolic-functions prevents linking a shared object from static FFmpeg

2021-09-01 Thread Apteryx
I've peeked at the fix that was done for the fox1.6, which was also
negatively impacted by -Bsymbolic-functions, and it was doing this in
its debian/rules file:

# Ubuntu defaults to use -Bsymbolic-functions, which breaks linking
# shared objects with static FFmpeg archives (see:
# https://bugs.launchpad.net/ubuntu/+source/ffmpeg/+bug/1942352).
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
ifneq (,$(LDFLAGS))
  LDFLAGS := $(filter-out %-Bsymbolic-functions,$(LDFLAGS))
endif
endif

It is a good workaround.

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

Title:
  Ubuntu's use of -Bsymbolic-functions prevents linking a shared object
  from static FFmpeg

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


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

[Bug 1942276] Re: glibc 2.34 upgrade will break some essential services

2021-09-01 Thread Dan Bungert
https://sourceware.org/pipermail/libc-alpha/2021-June/127273.html

stuff from nss_files was moved into glibc proper.
for libnss-db, we addressed this by no longer explicitly linking against 
-lnss_files.

LP: #1939918

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

Title:
  glibc 2.34 upgrade will break some essential services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1942276/+subscriptions


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

[Bug 1942276] Re: glibc 2.34 upgrade will break some essential services

2021-09-01 Thread Michael Hudson-Doyle
Wait a minute...

root@upgrade-testing:~# readelf --wide -s /usr/lib/x86_64-linux-
gnu/libnss_files.so.2

Symbol table '.dynsym' contains 6 entries:
   Num:Value  Size TypeBind   Vis  Ndx Name
 0:  0 NOTYPE  LOCAL  DEFAULT  UND 
 1:  0 NOTYPE  WEAK   DEFAULT  UND 
_ITM_deregisterTMCloneTable
 2:  0 NOTYPE  WEAK   DEFAULT  UND __gmon_start__
 3:  0 NOTYPE  WEAK   DEFAULT  UND 
_ITM_registerTMCloneTable
 4:  0 FUNCWEAK   DEFAULT  UND 
__cxa_finalize@GLIBC_2.2.5 (3)
 5:  0 OBJECT  GLOBAL DEFAULT  ABS GLIBC_PRIVATE

This doesn't look even close to correct!

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

Title:
  glibc 2.34 upgrade will break some essential services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1942276/+subscriptions


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

[Bug 1942276] Re: glibc 2.34 upgrade will break some essential services

2021-09-01 Thread Michael Hudson-Doyle
So my previous comment isn't quite right.

For one thing, I *don't* think this affects DynamicUser=, only User= and
Group=. And  https://sourceware.org/legacy-ml/libc-
help/2016-12/msg6.html says that nss modules are supposed to be ABI
compatible between releases but it appears that for whatever reason,
nss_files from 2.34 is not compatible with glibc 2.33. Now to look into
why that might be.

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

Title:
  glibc 2.34 upgrade will break some essential services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1942276/+subscriptions


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

[Bug 1790468] Re: system-summary shows wrong physical volume state

2021-09-01 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1790468

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  system-summary shows wrong physical volume state

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


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

[Bug 1942378] Re: some programs dont display proper

2021-09-01 Thread jason christie
** Attachment added: "Screenshot from 2021-08-30 23-07-32.png"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1942378/+attachment/5522411/+files/Screenshot%20from%202021-08-30%2023-07-32.png

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

Title:
  some programs dont display proper

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


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

[Bug 1942378] [NEW] some programs dont display proper

2021-09-01 Thread jason christie
Public bug reported:

even my activity to change the time

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-1007.7-raspi 5.11.12
Uname: Linux 5.11.0-1007-raspi aarch64
ApportVersion: 2.20.11-0ubuntu65
Architecture: arm64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep  1 16:48:36 2021
DistUpgraded: Fresh install
DistroCodename: hirsute
DistroVariant: ubuntu
DpkgLog:
 
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 
ImageMediaBuild: 20210421
Lspci-vt: -[:00]---00.0-[01]00.0  VIA Technologies, Inc. VL805 USB 3.0 
Host Controller
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=0 
snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 
video=HDMI-A-1:1280x1024M@60 smsc95xx.macaddr=DC:A6:32:E9:1C:96 
vc_mem.mem_base=0x3eb0 vc_mem.mem_size=0x3ff0  dwc_otg.lpm_enable=0 
console=tty1 root=LABEL=writable rootfstype=ext4 elevator=deadline rootwait 
fixrtc quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
acpidump:
 
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.104-1build1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.1-2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

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


** Tags: apport-bug arm64 arm64-image corruption hirsute raspi-image ubuntu 
wayland-session

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

Title:
  some programs dont display proper

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


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

[Bug 1942276] Re: glibc 2.34 upgrade will break some essential services

2021-09-01 Thread Michael Hudson-Doyle
What appears to be going on here is that systemd is not restarted as
part of the upgrade of glibc so it is still running glibc 2.33. When
starting a service that does anything even slightly funky with users and
groups (so things that use DynamicUser= like systemd-resolved but also
things like docker which just uses Group= on a socket) it forks itself
and calls Name Service Switch apis which dlopen nss modules like
/lib/x86_64-linux-gnu/libnss_files.so.2. But these now come from the
glibc 2.34 package and are not compatible with the libc already loaded
into the forked process and so the nss calls all fail.

I don't know why this didn't bite us for other glibc upgrades -- nss
modules are basically never cross version compatible afaik. Maybe
systemd has changed and used to have an execve between the fork and any
access to nss apis?

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

Title:
  glibc 2.34 upgrade will break some essential services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1942276/+subscriptions


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

[Bug 1940411] Re: 20.04.1 LTS messages after update to linux-firmware_1.187.16_all.deb

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

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

Title:
  20.04.1 LTS messages after update to linux-firmware_1.187.16_all.deb

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


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

[Bug 1795483] Re: Experimental setting to enable fractional Hi-DPI scaling offers no option larger than 200% on 15.6 inch, 3840 x 2160 pixel display (Dell XPS 15 9575)

2021-09-01 Thread Michael Zanetti
I'm using this patch on hirsute since the day Marco created it and it's
working fine for me with the package from the ci-train manually
installed. It is working just fine on the Dell XPS 15 9575, where I'm
using 250% scaling.

For the verification now, I've removed the package, enabled the proposed
repo and installed gnome-control-center from there. Then I changed
scaling a bit down and back up to 250.

Everything working with that too.

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

Title:
  Experimental setting to enable fractional Hi-DPI scaling offers no
  option larger than 200% on 15.6 inch, 3840 x 2160 pixel display (Dell
  XPS 15 9575)

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


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

[Bug 1795483] Re: Experimental setting to enable fractional Hi-DPI scaling offers no option larger than 200% on 15.6 inch, 3840 x 2160 pixel display (Dell XPS 15 9575)

2021-09-01 Thread Michael Zanetti
** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute

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

Title:
  Experimental setting to enable fractional Hi-DPI scaling offers no
  option larger than 200% on 15.6 inch, 3840 x 2160 pixel display (Dell
  XPS 15 9575)

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


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

[Bug 1942377] Missing required logs.

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

apport-collect 1942377

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

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

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

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

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

Title:
  Linux 5.14 fails to boot

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


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

[Bug 1942377] Re: Linux 5.14 fails to boot

2021-09-01 Thread Gannet
A related one on bugzilla (closed as invalid):
https://bugzilla.kernel.org/show_bug.cgi?id=214227

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

Title:
  Linux 5.14 fails to boot

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


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

[Bug 1942377] [NEW] Linux 5.14 fails to boot

2021-09-01 Thread Gannet
Public bug reported:

Downloaded and installed packages of 5.14 from
https://kernel.ubuntu.com/~kernel-ppa/mainline/ I found it is not able
to boot. Please, look in attachment.

Motherboard: Asus P5Q3
CPU: Intel(R) Xeon(R) CPU X5482
OS: Kubuntu 21.04

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

** Attachment added: "Trace screenshot"
   
https://bugs.launchpad.net/bugs/1942377/+attachment/5522394/+files/photo_2021-08-30_21-40-47.jpg

** Bug watch added: Linux Kernel Bug Tracker #214227
   https://bugzilla.kernel.org/show_bug.cgi?id=214227

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

Title:
  Linux 5.14 fails to boot

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


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

[Bug 1942376] Re: Merge dovecot from Debian for 22.04

2021-09-01 Thread Bryce Harrington
** Changed in: dovecot (Ubuntu)
   Importance: Undecided => Medium

** Changed in: dovecot (Ubuntu)
Milestone: None => later

** Changed in: dovecot (Ubuntu)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Summary changed:

- Merge dovecot from Debian for 22.04
+ Merge dovecot from Debian Unstable for 22.04

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

Title:
  Merge dovecot from Debian Unstable for 22.04

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


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

[Bug 1942255] Re: FTBFS with Go 1.17

2021-09-01 Thread William Wilson
** Patch added: "golang-github-urfave-cli-v2.debdiff"
   
https://bugs.launchpad.net/debian/+source/golang-github-urfave-cli-v2/+bug/1942255/+attachment/5522393/+files/lp1942255_v2.debdiff

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

Title:
  FTBFS with Go 1.17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-urfave-cli/+bug/1942255/+subscriptions


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

[Bug 1942255] Re: FTBFS with Go 1.17

2021-09-01 Thread William Wilson
** Bug watch added: Debian Bug tracker #993484
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993484

** Also affects: golang-github-urfave-cli (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993484
   Importance: Unknown
   Status: Unknown

** Changed in: golang-github-urfave-cli (Ubuntu)
 Assignee: (unassigned) => William Wilson (jawn-smith)

** Changed in: golang-github-urfave-cli-v2 (Ubuntu)
 Assignee: (unassigned) => William Wilson (jawn-smith)

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

** Also affects: golang-github-urfave-cli-v2 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993483
   Importance: Unknown
   Status: Unknown

** Patch added: "golang-github-urfave-cli.debdiff"
   
https://bugs.launchpad.net/debian/+source/golang-github-urfave-cli-v2/+bug/1942255/+attachment/5522392/+files/lp1942255_v1.debdiff

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

Title:
  FTBFS with Go 1.17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-urfave-cli/+bug/1942255/+subscriptions


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

[Bug 1795483] Re: Experimental setting to enable fractional Hi-DPI scaling offers no option larger than 200% on 15.6 inch, 3840 x 2160 pixel display (Dell XPS 15 9575)

2021-09-01 Thread Brian Murray
Is there anybody who can verify this bug fix for Hirsute?

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

Title:
  Experimental setting to enable fractional Hi-DPI scaling offers no
  option larger than 200% on 15.6 inch, 3840 x 2160 pixel display (Dell
  XPS 15 9575)

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


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

[Bug 1942376] [NEW] Merge dovecot from Debian for 22.04

2021-09-01 Thread Bryce Harrington
Public bug reported:

[NOTE: This is a POC bug for canonical-server merge planning/workflow
changes]

Upstream: 2.3.16
Debian: 1:2.3.13+dfsg1-2
Ubuntu: 1:2.3.13+dfsg1-1ubuntu3
Scheduled-For: 2022.02

Debian does new releases regularly, so it's likely there will be newer
versions available before FF that we can pick up if this merge is done
later in the cycle.


### New Debian Changes ###

dovecot (1:2.3.13+dfsg1-2) unstable; urgency=high

  * Import upstream fixes for security issues (Closes: #990566):
- CVE-2021-29157: Path traversal issue allowing an attacker with
  access to the local filesystem can trick OAuth2 authentication into
  using an HS256 validation key from an attacker-controlled location
- CVE-2021-33515: Sensitive information could be redirected to an
  attacker-controlled address because of a STARTTLS command injection
  bug in the submission service

 -- Noah Meyerhans   Tue, 20 Jul 2021 08:05:19 -0700


### Old Ubuntu Delta ###

dovecot (1:2.3.13+dfsg1-1ubuntu3) impish; urgency=medium

  * No-change rebuild due to OpenLDAP soname bump.

 -- Sergio Durigan Junior   Mon, 21 Jun
2021 17:46:46 -0400

dovecot (1:2.3.13+dfsg1-1ubuntu2) impish; urgency=medium

  * SECURITY UPDATE: incorrectly escapes kid and azp fields in JWT tokens
- debian/patches/CVE-2021-29157.patch: improve escaping in
  src/lib-dict-extra/dict-fs.c, src/lib-oauth2/oauth2-jwt.c,
  src/lib-oauth2/test-oauth2-jwt.c.
- CVE-2021-29157
  * SECURITY UPDATE: plaintext command injection before STARTTLS
- debian/patches/CVE-2021-33515.patch: properly handle command queue in
  src/lib-smtp/smtp-server-cmd-starttls.c,
  src/lib-smtp/smtp-server-connection.c.
- CVE-2021-33515

 -- Marc Deslauriers   Wed, 16 Jun 2021
09:02:15 -0400

dovecot (1:2.3.13+dfsg1-1ubuntu1) hirsute; urgency=medium

  * Package references hidden symbols during an LTO link.  This needs further
investigation.  Until then, disable LTO.

 -- Matthias Klose   Tue, 30 Mar 2021 17:23:55 +0200

dovecot (1:2.3.13+dfsg1-1build1) hirsute; urgency=high

  * No change rebuild against clucene-core

 -- Balint Reczey   Thu, 18 Feb 2021 18:19:47 +0100


### Newer Upstream Releases ###

https://github.com/dovecot/core/blob/2.3.14/NEWS
https://github.com/dovecot/core/blob/2.3.15/NEWS
https://github.com/dovecot/core/blob/2.3.16/NEWS

** Affects: dovecot (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/1942376

Title:
  Merge dovecot from Debian for 22.04

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


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

[Bug 1823490] Re: Incron causes defunct processes

2021-09-01 Thread Philippe Cloutier
This was reported upstream as https://github.com/ar-/incron/issues/52

** Bug watch added: github.com/ar-/incron/issues #52
   https://github.com/ar-/incron/issues/52

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

Title:
   Incron causes defunct processes

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


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

[Bug 1942375] [NEW] autopkgtest failure on armhf

2021-09-01 Thread Dan Bungert
Public bug reported:

vip-manager currently will consistently fail in autopkgtest on armhf.
This does not appear to be related to glibc2.34, as we do have one example of a 
passing test there.
Also, locally this test consistently passes for me.

Example failure:

https://autopkgtest.ubuntu.com/results/autopkgtest-
impish/impish/armhf/v/vip-manager/20210901_213607_5779b@/log.gz

2021/09/01 21:35:37 Problems with generating the virtual ip manager: Cannot run 
vip-manager on the loopback device
as its hardware address is the local address (00:00:00:00:00:00),
which prohibits sending of gratuitous ARP messages

This statement in the logs represents a fatal error for the test suite.
The test script attempts to select a network device, but tries to select a 
non-'lo' device in the process.

Adjusting test/behaviour_test.sh such that:
dev=lo
can produce very similar test failures to the above, so I suspect that in the 
test environment we are selecting the lo device for some reason.

** Affects: vip-manager (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/1942375

Title:
  autopkgtest failure on armhf

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


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

[Bug 1823490] Re: Incron causes defunct processes

2021-09-01 Thread Philippe Cloutier
This is probably solved in all supported releases, as bionic uses
0.5.10-3build1, and 0.5.10 is apparently not affected.

That being said, I am experiencing a similar bug with bionic in a Docker
container, where incrond itself becomes a zombie process (and therefore
stops working).

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

Title:
   Incron causes defunct processes

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


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

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

2021-09-01 Thread Matthieu Clemenceau
** 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/1940400

Title:
  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 49613] Re: [MASTER] Adobe Flash does not support WMODE (Flash content always rendered on top of web pages)

2021-09-01 Thread Anderson Cavalcante
Muito interessante, eu fiz o teste no site abaixo e me parece normal.

https://manutencaoemcelular.com.br/

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

Title:
  [MASTER] Adobe Flash does not support WMODE (Flash content always
  rendered on top of web pages)

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


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

[Bug 1942265] Re: FTBFS with GCC/GFortran 11

2021-09-01 Thread Sergio Durigan Junior
Uploaded:

$ dput mpich_3.4.1-5ubuntu1_source.changes
Trying to upload package to ubuntu
Checking signature on .changes
gpg: /home/sergio/work/mpich/mpich_3.4.1-5ubuntu1_source.changes: Valid 
signature from 106DA1C8C3CBBF14
Checking signature on .dsc
gpg: /home/sergio/work/mpich/mpich_3.4.1-5ubuntu1.dsc: Valid signature from 
106DA1C8C3CBBF14
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading mpich_3.4.1-5ubuntu1.dsc: done.
  Uploading mpich_3.4.1-5ubuntu1.debian.tar.xz: done.
  Uploading mpich_3.4.1-5ubuntu1_source.buildinfo: done.
  Uploading mpich_3.4.1-5ubuntu1_source.changes: done.
Successfully uploaded packages.

I've also linked the existing Debian bug, and forwarded the patch there.

Thanks.

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

Title:
  FTBFS with GCC/GFortran 11

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


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

[Bug 1942265] Re: FTBFS with GCC/GFortran 11

2021-09-01 Thread Sergio Durigan Junior
** Bug watch added: Debian Bug tracker #984242
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984242

** Also affects: mpich (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984242
   Importance: Unknown
   Status: Unknown

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

Title:
  FTBFS with GCC/GFortran 11

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


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

[Bug 1936708] Re: Wobbly graphics on built-in display since linux-image-5.11.0-22-generic

2021-09-01 Thread alex dekker
OK, linux-modules was installed but linux-modules-extra was not. I
installed that package and booted from 5.11.0-34 and the distortion is
back. I removed it, rebooted, and still the distortion was there, but
the desktop and network was working. I cannot repeat what happened the
first time I booted 5.11.0-34, but it definitely was that version as
journalctl  --boot=-6 shows it.

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

Title:
  Wobbly graphics on built-in display since linux-
  image-5.11.0-22-generic

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


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

[Bug 1942276] Re: glibc 2.34 upgrade will break some essential services

2021-09-01 Thread Sergio Durigan Junior
** Description changed:

+ Try this:
+ 
+ $ lxc launch ubuntu-daily:impish test-docker
+ $ lxc shell test-docker
+ # cat 

[Bug 1942276] Re: docker 20.10.7-0ubuntu2 fails to start when installed inside Impish LXD container

2021-09-01 Thread Sergio Durigan Junior
FWIW, I was able to reproduce this problem even inside a VM, which means
that this is not related specifically to LXD containers.

Another interesting point here is the fact that a lot of important
systemd services are unable to restart after the libc upgrade.  We end
up with a system without internet connectivity, for example.

I'm adding a glibc task to this bug and a block-proposed tag, as well as
retitling it.

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

** Changed in: glibc (Ubuntu)
   Importance: Undecided => High

** Tags added: block-proposed

** Summary changed:

- docker 20.10.7-0ubuntu2 fails to start when installed inside Impish LXD 
container
+ glibc 2.34 upgrade will break some essential services

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

Title:
  glibc 2.34 upgrade will break some essential services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1942276/+subscriptions


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

[Bug 1942368] Re: [FFe] Move fence_mpath to the -base package

2021-09-01 Thread Lucas Kanashiro
Thanks Brian! I already added a reference to this bug in the changelog.

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

Title:
  [FFe] Move fence_mpath to the -base package

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


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

[Bug 1942369] [NEW] installing Ubuntu 20.04 on Win 10 dual boot and fatal error at grub/something

2021-09-01 Thread Alden Kendall Coolidge
Public bug reported:

Installing 20.04 LTS from USB hoping to dual-boot Windows 10. Install
did not recognize that Win 10 was already there, so I installed as
"Something else" and allocated the necessary drives from free space:
/home, /boot, Swap area, and root /. Before install started, told me to
go back a create a 256MB EFI partition which I did.

Install failed well in with the following:

Executing 'grub-install /dev/sda' failed.
This is a fatal error.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.10
ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-43-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
Date: Wed Sep  1 16:10:45 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 (20210209.1)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


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

** Description changed:

- Installing 20.04 LTS from USB. Install did not recognize that Win 10 was
- already there, so I installed as "Something else" and allocated the
- necessary drives from free space: /home, /boot. Swap area, and root /.
- Before install started, told me to go back a create a 254MB EFI
- partition which I did.
+ Installing 20.04 LTS from USB hoping to dual-boot Windows 10. Install
+ did not recognize that Win 10 was already there, so I installed as
+ "Something else" and allocated the necessary drives from free space:
+ /home, /boot. Swap area, and root /. Before install started, told me to
+ go back a create a 254MB EFI partition which I did.
  
  Install failed well in with the following:
  
  Executing 'grub-install /dev/sda' failed.
  This is a fatal error.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubiquity 20.04.15.10
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-43-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  Date: Wed Sep  1 16:10:45 2021
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
  LiveMediaBuild: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Installing 20.04 LTS from USB hoping to dual-boot Windows 10. Install
  did not recognize that Win 10 was already there, so I installed as
  "Something else" and allocated the necessary drives from free space:
- /home, /boot. Swap area, and root /. Before install started, told me to
+ /home, /boot, Swap area, and root /. Before install started, told me to
  go back a create a 254MB EFI partition which I did.
  
  Install failed well in with the following:
  
  Executing 'grub-install /dev/sda' failed.
  This is a fatal error.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubiquity 20.04.15.10
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-43-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  Date: Wed Sep  1 16:10:45 2021
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
  LiveMediaBuild: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Installing 20.04 LTS from USB hoping to dual-boot Windows 10. Install
  did not recognize that Win 10 was already there, so I installed as
  "Something else" and allocated the necessary drives from free space:
  /home, /boot, Swap area, and root /. Before install started, told me to
- go back a create a 254MB EFI partition which I did.
+ go back a create a 256MB EFI partition which I did.
  
  Install failed well in with the following:
  
  Executing 'grub-install /dev/sda' failed.
  This is a fatal error.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubiquity 20.04.15.10
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-43-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  Date: Wed Sep  1 16:10:45 2021
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz 

[Bug 1913421] Re: Load of pre-upgrade qemu modules needs to avoid noexec

2021-09-01 Thread Dan Streetman
Ok, so I know I should have complained (more) in the Debian bug,
earlier. It's been merged already. This is just about backporting.

However, reading the merge requests just makes me...itchy.

First, let me recap what the point of all this is:
When qemu is upgraded from version X to version Y, the loadable block modules 
for version X need to be saved somewhere, in case an instance already running 
with version X later needs to load a block module (so it can attach a volume). 
So we need to save the version X block modules somewhere that existing 
instances can load from, which means it needs to be some fs that isn't noexec. 
Also, since we're guaranteed that all instances running version X will be gone 
after a reboot, we want the place we save version X block modules to be 
transient - it should disappear automatically after a reboot.

That's it. We don't need anything else.

One proposed method was, at time of uninstalling version X, to mkdir a
new directory in the normal filesystem to store the version X block
modules, and to add a generic tmpfiles.d config that would clean out
this temporary-storage location on each boot. That was dismissed in the
Debian bug due to the Debian qemu maintainer using a completely read-
only root filesystem, meaning the version X modules wouldn't be cleaned
up on boot.

The previous approach was to mkdir a new subdirectory under /run and put
the version X modules there. The problem with that is /run is typically
mounted with noexec, so qemu isn't able to load executable modules
located under /run.

This approach now adds an entirely new systemd mount unit to mount
/run/qemu without noexec, and then store version X modules there. This
new mount unit must be managed in the maintainer scripts, including
installing it, reloading systemd, enabling it, starting it, and leaving
it mounted all the time, for each boot.

Personally, I find all this more than overcomplicated. Let's remember
what we need to do - save a few files onto a filesystem that isn't
mounted noexec, and that will be gone after a reboot. And that needs to
happen *only* when the qemu package is removed or upgraded, not all the
time. Even adding the additional directory to load modules from and the
tmpfiles.d conf felt like it was overcomplicating things to me; having
to add an entirely new mount unit and make sure it's properly running
after install and also after boot...

I really don't want to *further* overcomplicate all this, but at the
same time I really don't feel like i can give my +1 to the merge
requests. Personally, I wouldn't have done it that way in Debian. If we
don't want to 'mkdir -p /usr/lib/@ARCH@/qemu/VERSION_X/ ; cp
/usr/lib/@ARCH@/qemu/block*.so /usr/lib/@ARCH@/qemu/VERSION_X/' in the
postinst script (along with the tmpfiles.d conf to remove them at boot),
because some users might leave their root filesystems read-only except
during package upgrades, then fine, let's just 'mkdir -p
/run/qemu/VERSION_X/ ; cp /usr/lib/@ARCH@/qemu/block*.so
/run/qemu/VERSION_X/' instead (which avoids the need for any tmpfiles.d
conf) and throw in a check for 'noexec' in the postinst and actually do
a quick manual tmpfs mount without noexec at /run/qemu (or some subdir)
if needed. No mount unit we need to install and manage and tie into the
boot transaction so it's always mounted.

Maybe I'm just making the backporting more difficult by complaining
about it being more complex than should be needed for the relatively
simple operation we need to do. So like I said, I can't give my +1 to
the backports, but at the same time I don't want to block anything. If
it works, and someone else from the server team +1's them, don't let me
stop this. We need to do something for this bug.

So, I'll mark myself as abstaining from the merge request reviews.

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

Title:
  Load of pre-upgrade qemu modules needs to avoid noexec

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


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

[Bug 1942368] Re: [FFe] Move fence_mpath to the -base package

2021-09-01 Thread Brian Murray
I'm fine with this change being uploaded but please either add the bug
number to changelog or close this after the package has migrated.
Thanks!

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

Title:
  [FFe] Move fence_mpath to the -base package

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


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

[Bug 1876990] Re: zfs modules in Focal kernel taint kernel

2021-09-01 Thread Glenn Washburn
I'm running into this as well. I'd like to boot the Live CD such that
the kernel is untainted, but since the zfs modules are automatically
loaded, the kernel is tainted at boot.

I was able to ensure that the zfs modules were not loaded at boot by
adding the kernel parameter "systemd.mask=zfs.target" in the grub
bootloader.

I don't think there's a "fix" for this issue, but maybe this will help
someone else running in to this issue.

One thing that would be nice though would be for the kernel parameter
"zfs=(off|no|0)" would disable this target. Just as it disabled module
loading in /etc/initd.d/zfs-import (via /etc/zfs/zfs-functions in
function checksystem).

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

Title:
  zfs modules in Focal kernel taint kernel

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


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

[Bug 1942368] [NEW] [FFe] Move fence_mpath to the -base package

2021-09-01 Thread Lucas Kanashiro
Public bug reported:

I'd like to move the fence_mpath agent from the fence-agents-extra
binary package to the fence-agents-base package. The -base package
contains the agents curated by the Ubuntu Server team, and now we have
some automated tests in place for it. The change that I'd like to apply
is the following:

https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/fence-
agents/+git/fence-agents/+merge/405982

As you can see it was approved by the team but I did not upload it until
we have automated tests in place.

I'd like to request a feature freeze exception to move the fence_mpath
to the fence-agents-base binary package.

** Affects: fence-agents (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/1942368

Title:
  [FFe] Move fence_mpath to the -base package

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


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

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-01 Thread Gunnar Hjalmarsson
I uploaded gnome-shell without the workaround.

The original problem, i.e. refusal to import msgstr[0] strings without
%d, is not present any longer.

It complains about the Turkish PO file, but those complaints are
probably motivated due to absent msgstr[1] lines in the upstream PO.

Other complaints, which were there also when the workaround (i.e.
deleted "#, javascript-format" lines in the POT) was in place, are about
strings which are no longer in the POT, and hence don't matter much.
@Colin: Does LP really try to import such strings?

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

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

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


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

[Bug 1942364] Re: sonixb camera is unusable on Chromium

2021-09-01 Thread Olivier Tilloy
Can you please share the output of `snap connections chromium` ?

** Changed in: chromium-browser (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/1942364

Title:
  sonixb camera is unusable on Chromium

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


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

[Bug 1942314] Re: XOrg crashes/bugs on Dual GPU 20.04 / 21.04

2021-09-01 Thread JXT
[   46.504672] xfce4-session[1220]: segfault at 0 ip 7f52d3e7fb7e sp
7ffd390d35f8 error 4 in libc-2.31.so[7f52d3d1e000+178000]

I had added a Firefox complaint but it looks to have been removed or
Firefox didn't submit correctly before it died. Basically says two cards
from the same vendor and it can't determine who to run on.

X doesn't crash explicitly but it seems most things that rely on X do or
have issues so I will be curious to see if what is deemed to actually be
the problem if not X.

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

Title:
  XOrg crashes/bugs on Dual GPU 20.04 / 21.04

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


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

[Bug 1942314] Re: XOrg crashes/bugs on Dual GPU 20.04 / 21.04

2021-09-01 Thread JXT
** Description changed:

  Install 20.04 or 21.04, install the proprietary drivers. Add a second
  XScreen so you can enable the primary GPU and its screens and
  applications start to crash. System is unusable.
- 
- [   46.504672] xfce4-session[1220]: segfault at 0 ip 7f52d3e7fb7e sp
- 7ffd390d35f8 error 4 in libc-2.31.so[7f52d3d1e000+178000]
- 
- (I had added a firefox complaint but it looks to have been removed?)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-27-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
  .proc.driver.nvidia.capabilities.gpu1: Error: path was not a regular file.
  .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
  .proc.driver.nvidia.gpus..25.00.0: Error: path was not a regular file.
  .proc.driver.nvidia.gpus..26.00.0: Error: path was not a regular file.
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  470.57.02  Tue Jul 13 
16:14:05 UTC 2021
   GCC version:  gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Wed Sep  1 03:57:12 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 470.57.02, 5.11.0-27-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] [10de:1c03] (rev a1) 
(prog-if 00 [VGA controller])
     Subsystem: ZOTAC International (MCO) Ltd. GP106 [GeForce GTX 1060 6GB] 
[19da:1438]
   NVIDIA Corporation TU116 [GeForce GTX 1660] [10de:2184] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: ZOTAC International (MCO) Ltd. TU116 [GeForce GTX 1660] 
[19da:5543]
  InstallationDate: Installed on 2021-09-01 (0 days ago)
  InstallationMedia: Xubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 
(20210819.1)
  MachineType: Micro-Star International Co., Ltd MS-7C02
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-27-generic 
root=UUID=087d1eaa-f486-4779-ac4a-d57e4f8dc551 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/22/2021
  dmi.bios.release: 5.17
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: 1.H5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B450 TOMAHAWK (MS-7C02)
  dmi.board.vendor: Micro-Star International Co., Ltd
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Micro-Star International Co., Ltd
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvr1.H5:bd04/22/2021:br5.17:svnMicro-StarInternationalCo.,Ltd:pnMS-7C02:pvr1.0:rvnMicro-StarInternationalCo.,Ltd:rnB450TOMAHAWK(MS-7C02):rvr1.0:cvnMicro-StarInternationalCo.,Ltd:ct3:cvr1.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7C02
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.105-3~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

Title:
  XOrg crashes/bugs on Dual GPU 20.04 / 21.04

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


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

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-01 Thread Nicolas Bock
This patch is included upstream since Victoria.

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

** Changed in: cloud-archive/victoria
   Status: Invalid => Fix Released

** Changed in: cloud-archive/stein
   Status: New => In Progress

** Changed in: cloud-archive/stein
 Assignee: (unassigned) => Nicolas Bock (nicolasbock)

** Changed in: cloud-archive/train
   Status: New => In Progress

** Changed in: cloud-archive/train
 Assignee: (unassigned) => Nicolas Bock (nicolasbock)

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

** Changed in: cloud-archive/ussuri
 Assignee: (unassigned) => Nicolas Bock (nicolasbock)

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

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

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


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

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-01 Thread Nicolas Bock
** Patch added: "bionic-ussuri.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+attachment/5522377/+files/bionic-ussuri.debdiff

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

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

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


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

[Bug 1932103] Re: 2.3.4+dfsg.1-2 is FTBFS

2021-09-01 Thread nick black
hrmmm, new versions don't seem to be entering Impish. is that due to
something changing since the release of Debian Bullseye, or is notcurses
misbehaving on Ubuntu CI?

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

Title:
  2.3.4+dfsg.1-2 is FTBFS

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


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

[Bug 1942366] [NEW] PrintScreen button unresponsive after trying to take a window screenshot of a notification

2021-09-01 Thread Yu Yang Lin Hou
Public bug reported:

Steps to reproduce:
1. trigger a notification pop-up (e.g. ``notify-send Date "`date`"``)
2. mouse over the notification to bring it into focus
3. press `Alt`+`PrintScreen` to attempt to take a screenshot of the window in 
focus
4. nothing happens and the `PrintScreen` button becomes unresponsive

Nothing is logged and no crash reports are generated. The button simply
becomes unresponsive. Restarting Gnome (`Alt`+`F2` and typing
`r`restores the functionality of the `PrintScreen` button).

I am running Ubuntu 18.04.5 LTS.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-screenshot 3.25.0-0ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-81.91~18.04.1-generic 5.4.128
Uname: Linux 5.4.0-81-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.24
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep  1 20:03:23 2021
DistributionChannelDescriptor:
 # This is the distribution channel descriptor for the OEM CDs
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-bionic-amd64-20180608-47+north-bay-14-15-15p+X56
InstallationDate: Installed on 2020-03-28 (521 days ago)
InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
SourcePackage: gnome-screenshot
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  PrintScreen button unresponsive after trying to take a window
  screenshot of a notification

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


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

[Bug 1396379] Re: installer uses first EFI system partition found even when directed otherwise

2021-09-01 Thread TJ
This was just brought to my attention so I took a look at the source-
code. Thanks to oldfred's comment #20 showing part of the installer log
that helps isolate the source-code responsible.

It looks like this is a result of this code - written in 206 - assuming
a debconf entry that is empty and in consequence choosing a default
device. Adding some debug prints into the code might confirm that and
allow it to be fixed.

See specifically line 45 in grubinstaller.py (Python code)

https://git.launchpad.net/ubuntu/+source/ubiquity/tree/ubiquity/components/grubinstaller.py#n45

Calling misc.grub_default() from:

https://git.launchpad.net/ubuntu/+source/ubiquity/tree/ubiquity/misc.py#n370

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

Title:
  installer uses first EFI system partition found even when directed
  otherwise

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


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

[Bug 1942357] Re: Regression in openssl 1.0.1f for trusty/esm after last update

2021-09-01 Thread Leonidas S. Barbosa
https://ubuntu.com/security/notices/USN-5051-4

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

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

Title:
  Regression in openssl 1.0.1f for trusty/esm after last update

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


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

[Bug 1942365] [NEW] playing podcast with weird characters in title will trigger error _dbus_check_is_valid_utf8

2021-09-01 Thread Frits Brusse
Public bug reported:

playing podcast from phone via BT :


Sep  1 20:52:00 t-14 bluetoothd[1478227]: 
profiles/audio/player.c:media_player_set_playlist_item() 0
Sep  1 20:52:00 t-14 bluetoothd[1478227]: 
profiles/audio/player.c:media_player_set_metadata() Title: electronic drugs��
Sep  1 20:52:00 t-14 bluetoothd[1478227]: dbus[1478227]: arguments to 
dbus_message_iter_append_basic() were incorrect, assertion 
"_dbus_check_is_valid_utf8 (*string_p)" failed in file 
../../../dbus/dbus-message.c line 2754.
Sep  1 20:52:00 t-14 bluetoothd[1478227]: This is normally a bug in some 
application using the D-Bus library.
Sep  1 20:52:00 t-14 bluetoothd[1478227]:   D-Bus not built with -rdynamic so 
unable to print a backtrace
Sep  1 20:52:00 t-14 bluetoothd[1478227]: 
profiles/audio/player.c:media_player_set_metadata() Artist: 3×33: Eternal 
Bronze Medallists   (Bad Voltage) • 8/5/21
Sep  1 20:52:00 t-14 bluetoothd[1478227]: 
profiles/audio/player.c:media_player_set_metadata() Album: Bad Voltage
Sep  1 20:52:00 t-14 bluetoothd[1478227]: 
profiles/audio/player.c:media_player_set_metadata() TrackNumber: 0
Sep  1 20:52:00 t-14 bluetoothd[1478227]: 
profiles/audio/player.c:media_player_set_metadata() NumberOfTracks: 5
Sep  1 20:52:00 t-14 bluetoothd[1478227]: 
profiles/audio/player.c:media_player_set_metadata() Genre: 
Sep  1 20:52:00 t-14 bluetoothd[1478227]: 
profiles/audio/player.c:media_player_set_metadata() Duration: 3273717
Sep  1 20:52:00 t-14 acpid: input device has been disconnected, fd 25
Sep  1 20:52:00 t-14 /usr/lib/gdm3/gdm-x-session[3139]: (II) config/udev: 
removing device moto g 5G plus (AVRCP)
Sep  1 20:52:00 t-14 /usr/lib/gdm3/gdm-x-session[3139]: (**) Option "fd" "135"
Sep  1 20:52:00 t-14 /usr/lib/gdm3/gdm-x-session[3139]: (II) event29 - moto g 
5G plus (AVRCP): device removed
Sep  1 20:52:00 t-14 /usr/lib/gdm3/gdm-x-session[3139]: (II) UnloadModule: 
"libinput"
Sep  1 20:52:00 t-14 /usr/lib/gdm3/gdm-x-session[3139]: (II) systemd-logind: 
releasing fd for 13:93
Sep  1 20:52:00 t-14 systemd[1]: bluetooth.service: Main process exited, 
code=dumped, status=6/ABRT
Sep  1 20:52:00 t-14 systemd[1]: bluetooth.service: Failed with result 
'core-dump'.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: bluetooth (not installed)
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep  1 21:04:02 2021
InstallationDate: Installed on 2021-06-28 (65 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
InterestingModules: rfcomm bnep btusb bluetooth
MachineType: LENOVO 20UDCTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.11.0-27-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/20/2020
dmi.bios.release: 1.27
dmi.bios.vendor: LENOVO
dmi.bios.version: R1BET58W(1.27 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20UDCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.27
dmi.modalias: 
dmi:bvnLENOVO:bvrR1BET58W(1.27):bd10/20/2020:br1.27:efr1.27:svnLENOVO:pn20UDCTO1WW:pvrThinkPadT14Gen1:rvnLENOVO:rn20UDCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad T14 Gen 1
dmi.product.name: 20UDCTO1WW
dmi.product.sku: LENOVO_MT_20UD_BU_Think_FM_ThinkPad T14 Gen 1
dmi.product.version: ThinkPad T14 Gen 1
dmi.sys.vendor: LENOVO
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 34:C9:3D:2D:B9:BD  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING PSCAN 
RX bytes:132675554 acl:14461701 sco:424673 events:444297 errors:0
TX bytes:317940345 acl:442716 sco:423984 commands:909 errors:0

** Affects: bluez (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/1942365

Title:
  playing podcast with weird characters in title will trigger error
  _dbus_check_is_valid_utf8

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


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

[Bug 1942010] Re: Ensure lockout for failed password attempts is configured

2021-09-01 Thread Scott E. MacKenzie
Please find attached.

** Attachment added: "common-account.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1942010/+attachment/5522351/+files/common-account.txt

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

Title:
  Ensure lockout for failed password attempts is configured

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


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

[Bug 1942010] Re: Ensure lockout for failed password attempts is configured

2021-09-01 Thread Scott E. MacKenzie
Please find attached.

** Attachment added: "common-auth.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1942010/+attachment/5522352/+files/common-auth.txt

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

Title:
  Ensure lockout for failed password attempts is configured

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


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

[Bug 1942364] [NEW] sonixb camera is unusable on Chromium

2021-09-01 Thread FurretUber
Public bug reported:

I'm trying to use an USB camera on Chromium, however it is not being
detected. lsusb shows it as:

Bus 001 Device 076: ID 0c45:6001 Microdia Genius VideoCAM NB

While this camera isn't the best I've ever seen, it works properly when
using ffplay and guvcview. The following is the output of some utilities
related to the camera:

$ v4l2-ctl --info

Driver Info:
Driver name  : sonixb
Card type: USB camera
Bus info : usb-:00:14.0-1
Driver version   : 5.11.22
Capabilities : 0x8521
Video Capture
Read/Write
Streaming
Extended Pix Format
Device Capabilities
Device Caps  : 0x0521
Video Capture
Read/Write
Streaming
Extended Pix Format


$ v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
Type: Video Capture

[0]: 'S910' (GSPCA SN9C10X, compressed)
Size: Discrete 160x120
Size: Discrete 176x144
Size: Discrete 320x240
Size: Discrete 352x288
[1]: 'BA81' (8-bit Bayer BGBG/GRGR)
Size: Discrete 160x120
Size: Discrete 176x144

ProblemType: Bug
DistroRelease: Ubuntu 20.04
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Wed Sep  1 15:12:28 2021
InstallationDate: Installed on 2017-06-13 (1540 days ago)
InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Snap: chromium 92.0.4515.159 (latest/candidate)
SnapSource: ubuntu/+source/chromium-browser
UpgradeStatus: Upgraded to focal on 2019-12-22 (618 days ago)

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal snap

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

Title:
  sonixb camera is unusable on Chromium

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


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

[Bug 1823490] Re: Incron causes defunct processes

2021-09-01 Thread Gerry
There are some serious bugs in incron.

It should probably be deprecated and removed from the repos for security
reasons.

* https://github.com/ar-/incron/issues/67
* https://github.com/ar-/incron/issues/72
* https://github.com/ar-/incron/issues/68


** Bug watch added: github.com/ar-/incron/issues #67
   https://github.com/ar-/incron/issues/67

** Bug watch added: github.com/ar-/incron/issues #72
   https://github.com/ar-/incron/issues/72

** Bug watch added: github.com/ar-/incron/issues #68
   https://github.com/ar-/incron/issues/68

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

Title:
   Incron causes defunct processes

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


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

[Bug 1886705] Re: ratbagd, segrault

2021-09-01 Thread Stephen Kitt
This was fixed in 0.14-1.

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

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

Title:
  ratbagd, segrault

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


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

[Bug 1853797] Re: pmu in ubuntu_kvm_unit_tests fails

2021-09-01 Thread Luke Nowakowski-Krijger
Found new failures on bionic/linux-oracle/5.4.0-1054.58~18.04.1 on
VM.DenseIO2.8 and VM.Standard2.1

2 newly added tests failed

18:12:43 DEBUG| [stdout] FAIL: all counters
18:12:43 DEBUG| [stdout] PASS: overflow: cntr-0
18:12:43 DEBUG| [stdout] PASS: overflow: status-0
18:12:43 DEBUG| [stdout] PASS: overflow: status clear-0
18:12:43 DEBUG| [stdout] PASS: overflow: irq-0
18:12:43 DEBUG| [stdout] PASS: overflow: cntr-1
18:12:43 DEBUG| [stdout] PASS: overflow: status-1
18:12:43 DEBUG| [stdout] PASS: overflow: status clear-1
18:12:43 DEBUG| [stdout] PASS: overflow: irq-1
18:12:43 DEBUG| [stdout] PASS: overflow: cntr-2
18:12:43 DEBUG| [stdout] PASS: overflow: status-2
18:12:43 DEBUG| [stdout] PASS: overflow: status clear-2
18:12:43 DEBUG| [stdout] PASS: overflow: irq-2
18:12:43 DEBUG| [stdout] PASS: overflow: cntr-3
18:12:43 DEBUG| [stdout] PASS: overflow: status-3
18:12:43 DEBUG| [stdout] PASS: overflow: status clear-3
18:12:43 DEBUG| [stdout] PASS: overflow: irq-3
18:12:43 DEBUG| [stdout] PASS: overflow: cntr-4
18:12:43 DEBUG| [stdout] PASS: overflow: status-4
18:12:43 DEBUG| [stdout] PASS: overflow: status clear-4
18:12:43 DEBUG| [stdout] PASS: overflow: irq-4
18:12:43 DEBUG| [stdout] PASS: cmask
18:12:43 DEBUG| [stdout] FAIL: running counter wrmsr: cntr
18:12:43 DEBUG| [stdout] FAIL: running counter wrmsr: status
18:12:43 DEBUG| [stdout] Unhandled exception 13 #GP at ip 0040127f
18:12:43 DEBUG| [stdout] error_code=  rflags=00010002  cs=0008
18:12:44 DEBUG| [stdout] rax=00619cf5 rcx=0345 
rdx=0002 rbx=
18:12:44 DEBUG| [stdout] rbp=00519f30 rsi=00418117 
rdi=00619cf5
18:12:44 DEBUG| [stdout]  r8=  r9=0020 
r10=000d r11=2492492492492493
18:12:44 DEBUG| [stdout] r12=07300402 r13=0603 
r14= r15=
18:12:44 DEBUG| [stdout] cr0=80010011 cr2= 
cr3=01007000 cr4=0020
18:12:44 DEBUG| [stdout] cr8=
18:12:44 DEBUG| [stdout]STACK: @40127f 400338
18:12:44 DEBUG| [stdout] FAIL pmu 

** Also affects: linux-oracle-5.4 (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: 5.4 sru-20210816

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

Title:
  pmu in ubuntu_kvm_unit_tests fails

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


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

[Bug 1913476] Re: /usr/bin/update-manager:TypeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update:_make_groups:__contains__

2021-09-01 Thread Brian Murray
update-manager (1:20.04.10.6) focal; urgency=medium

  * UpdateManager/Core/UpdateList.py: change to a regex from a static list 
of packages to be grouped under Ubuntu Base (LP: #1902025)
  * Clean up apt cache binary files left behind by tests
  * Rename meta_pkgs to ubuntu_base_pkgs to make it more clear to the
reader which packages should be included
  * Add tests in to ensure Ubuntu base packages are not grouped when 
staged for removal (LP: #1912718)

 -- William 'jawn-smith' Wilson   Wed, 10
Feb 2021 14:39:27 -0600


** Changed in: update-manager (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/1913476

Title:
  /usr/bin/update-manager:TypeError:/usr/bin/update-
  
manager@118:start_update:start_available:refresh_cache:update:_make_groups:__contains__

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


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

[Bug 1942255] Re: FTBFS with Go 1.17

2021-09-01 Thread William Wilson
** Also affects: golang-github-urfave-cli (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/1942255

Title:
  FTBFS with Go 1.17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-urfave-cli/+bug/1942255/+subscriptions


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

[Bug 1942363] [NEW] apport-bug unusably broken

2021-09-01 Thread ralphb
Public bug reported:

For a regarding LibreOffice Calc, I started apport-cli in order to
submit a bug report.

Attached picture #1 shows the second screen of apport.  I'm not
reporting a display problem, but I've chosen "Other problem" before.
And "I don't know" isn't exactly the correct option, "Neither of those"
would be more accurate.

Picture #2 shows the collection of information.  There isn't really
anything to collect in my case, so I'd rather not have apport attach
random data.

Picture #3 shows the result of the collection.  No idea.  Pressing
Cancel yields another one of those windows.

How are we supposed to submit bug reports?  Especially since the link to
manually report a bug is buried in very long list of things that could
go wrong on a random web page.

Kindly fix apport-cli so that bug reporting is possible (or make manual
reporting easier).

***

Description:Ubuntu 20.04.3 LTS
Release:20.04

apport:
  Installed: 2.20.11-0ubuntu27.18
  Candidate: 2.20.11-0ubuntu27.18
  Version table:
 *** 2.20.11-0ubuntu27.18 500
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
500 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages
100 /var/lib/dpkg/status
 2.20.11-0ubuntu27 500
500 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu focal/main i386 Packages

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

** Attachment added: "Problem kind"
   
https://bugs.launchpad.net/bugs/1942363/+attachment/5522346/+files/apport0.png

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

Title:
  apport-bug unusably broken

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


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

[Bug 1942363] Re: apport-bug unusably broken

2021-09-01 Thread ralphb
** Attachment added: "Wat"
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1942363/+attachment/5522348/+files/apport2.png

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

Title:
  apport-bug unusably broken

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


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

[Bug 1942363] Re: apport-bug unusably broken

2021-09-01 Thread ralphb
** Attachment added: "Collecting"
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1942363/+attachment/5522347/+files/apport1.png

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

Title:
  apport-bug unusably broken

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


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

[Bug 1786013] Autopkgtest regression report (linux-meta-azure-5.11/5.11.0.1015.16~20.04.14)

2021-09-01 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-azure-5.11 
(5.11.0.1015.16~20.04.14) for focal have finished running.
The following regressions have been reported in tests triggered by the package:

lxc/1:4.0.6-0ubuntu1~20.04.1 (amd64)


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

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

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

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 1633938] Re: [needs-packaging] Needs packaging for Xenial Xerus

2021-09-01 Thread Stephen Kitt
Xenial is obsolete; mednaffe is available in all supported releases of
Ubuntu.

** Changed in: mednaffe (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/1633938

Title:
  [needs-packaging] Needs packaging for Xenial Xerus

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


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

[Bug 1942361] [NEW] Wrong terminus font-size

2021-09-01 Thread Miguel Angel Noguera
Public bug reported:

1) Kubuntu Impish Indri (development branch) / Release: 21.10 / konsole 21.07.90
2) xfonts-terminus 4.48-3

3) font size must be selectable between from 9 to 24 px

4) only 9 px is available, wich is too small in most cases.

Same bug in debian 11.0 / ubuntu 21.04

PCLinuxOS (version 4.48) and openSUSE tumbleweed (version 4.49.1)
performs the right way

Downgrading to 4.40-2 (focal package) also fixes the problem.

Switching from xorg to wayland doesnt affect.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: xfonts-terminus 4.40-2
ProcVersionSignature: Ubuntu 5.13.0-14.14-generic 5.13.1
Uname: Linux 5.13.0-14-generic x86_64
ApportVersion: 2.20.11-0ubuntu68
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Wed Sep  1 20:08:46 2021
InstallationDate: Installed on 2021-08-21 (10 days ago)
InstallationMedia: Kubuntu 21.10 "Impish Indri" - Alpha amd64 (20210821)
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANGUAGE=es
 LANG=es_ES.UTF-8
 XDG_RUNTIME_DIR=
 PATH=(custom, no user)
SourcePackage: xfonts-terminus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xfonts-terminus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish

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

Title:
  Wrong terminus font-size

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


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

[Bug 1931004] Fix included in openstack/cinder 18.1.0

2021-09-01 Thread OpenStack Infra
This issue was fixed in the openstack/cinder 18.1.0 release.

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

Title:
  Add support for Pacific to RBD driver

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


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

[Bug 1942360] [NEW] LibreCalc: Missing entry fields in dialog

2021-09-01 Thread ralphb
Public bug reported:

Some of the user dialogs within LibreCalc (version 6.4.7.2, on Kubuntu
20.04) do not show entry fields.  In particular, all dialogs for
Conditional Formatting are affected.

See the attachment as an example for a bad dialog: There should be an entry 
field for the formula, but it is completely absent.  That this is a bug has 
been confirmed at the LibreOffice forum:
https://ask.libreoffice.org/t/librecalc-conditional-formatting-for-separate-ranges/67552

Alas, I don't have a screenshot showing the correct dialog.

(I hope the package is right, but the search broke with an error
message.)

***

Description:Ubuntu 20.04.3 LTS
Release:20.04

libreoffice-calc:
  Installed: 1:6.4.7-0ubuntu0.20.04.1
  Candidate: 1:6.4.7-0ubuntu0.20.04.1
  Version table:
 *** 1:6.4.7-0ubuntu0.20.04.1 500
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:6.4.2-0ubuntu3 500
500 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages

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


** Tags: librecalc

** Attachment added: "Dialog missing entry field"
   
https://bugs.launchpad.net/bugs/1942360/+attachment/5522340/+files/condform.png

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

Title:
  LibreCalc: Missing entry fields in dialog

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


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

[Bug 1923162] Re: riscv64 images fail to boot in qemu

2021-09-01 Thread William Wilson
** Changed in: u-boot (Ubuntu Hirsute)
   Status: Confirmed => Fix Released

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

Title:
  riscv64 images fail to boot in qemu

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


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

[Bug 1940450] Re: XSS The data-template attribute of the tooltip and popover plugins lacks input sanitization and may allow attacker to execute arbitrary JavaScript.

2021-09-01 Thread Heather Lemon
I take back my earlier comment, backporting the commit from upstream 
https://github.com/twbs/bootstrap/pull/28236/commits/5efa9b531d25927b907e3fa24b818608bc38a2f0
 
to both bionic and then xenial(if supported) with debian/changelog etc added is 
the correct way.

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

Title:
  XSS The data-template attribute of the tooltip and popover plugins
  lacks input sanitization and may allow attacker to execute arbitrary
  JavaScript.

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


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

[Bug 1940450] Re: XSS The data-template attribute of the tooltip and popover plugins lacks input sanitization and may allow attacker to execute arbitrary JavaScript.

2021-09-01 Thread Corey Bryant
For the Ubuntu horizon package, we vendor in the xstatic files (see
debian/README.source). So this could be as simple as refreshing the
xstatic files.

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

Title:
  XSS The data-template attribute of the tooltip and popover plugins
  lacks input sanitization and may allow attacker to execute arbitrary
  JavaScript.

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


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

[Bug 1940450] Re: XSS The data-template attribute of the tooltip and popover plugins lacks input sanitization and may allow attacker to execute arbitrary JavaScript.

2021-09-01 Thread Heather Lemon
** Tags added: cloud-archive

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

Title:
  XSS The data-template attribute of the tooltip and popover plugins
  lacks input sanitization and may allow attacker to execute arbitrary
  JavaScript.

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


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

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-01 Thread Dan Streetman
unsubscribing sts-sponsors, as this appears to be a cloudy bug that i
assume the o7k team will sponsor, please feel free to re-subscribe us if
you would like us to review/sponsor

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

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

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


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

[Bug 1942357] [NEW] Regression in openssl 1.0.1f for trusty/esm after last update

2021-09-01 Thread Leonidas S. Barbosa
Public bug reported:

A security regression was reported by Johannes Wegener that is causing a
regression in the last openssl1.0.1f in trusty/esm.

[How to reproduce]
1. Install Openssl/libssl1.0.0 Version 1.0.1f-1ubuntu2.27+esm3 on
ubuntu 14.04
2. openssl s_client -connect wikipedia.org:443 2>&1 < /dev/null | sed -n 
'/-BEGIN/,/-END/p' > wikipedia.pem 
3. openssl x509 -noout -ocsp_uri -in wikipedia.pem 

Expected it prints: http://r3.o.lencr.org
Issue: it's not printing anything.

Thanks Johannes for report this issue.

** Affects: openssl (Ubuntu)
 Importance: Undecided
 Assignee: Leonidas S. Barbosa (leosilvab)
 Status: In Progress

** Affects: openssl (Ubuntu Trusty)
 Importance: Undecided
 Status: Confirmed

** Changed in: openssl (Ubuntu)
   Status: New => In Progress

** Changed in: openssl (Ubuntu)
 Assignee: (unassigned) => Leonidas S. Barbosa (leosilvab)

** Also affects: openssl (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: openssl (Ubuntu Trusty)
   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/1942357

Title:
  Regression in openssl 1.0.1f for trusty/esm after last update

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


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

[Bug 1942355] [NEW] app icons briefly flash before being replaced by icons swooping in

2021-09-01 Thread Matthew Derrick
Public bug reported:

when clicking on the 'show applications' button, all the apps show up
for about a half-second before disappearing and then being replaced by
the animation of the apps swooping in from the 'show applications'
button. not a huge deal, just a display bug.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-shell 3.38.4-1ubuntu3~21.04.1
ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
Uname: Linux 5.11.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep  1 12:15:30 2021
DisplayManager: gdm3
InstallationDate: Installed on 2021-09-01 (0 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 3.38.4-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute

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

Title:
  app icons briefly flash before being replaced by icons swooping in

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


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

[Bug 1678187] Re: Removing a linux-image-extra package fails, if /boot is about full

2021-09-01 Thread Hayden Clark
I've not yet found a way to make a USB boot that would allow me to start
the machine in the event of something going wrong. Without a plan to
revert the change, I'm a bit nervous. I know it *should* work fine - but
I don't want to suddenly have an unbootable laptop I can't rescue.

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

Title:
  Removing a linux-image-extra package fails, if /boot is about full

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


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

[Bug 1942313] StacktraceSource.txt

2021-09-01 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1942313/+attachment/5522322/+files/StacktraceSource.txt

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

Title:
  gnome-shell crashed with SIGSEGV in __vfprintf_internal()

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


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

[Bug 1942313] ThreadStacktrace.txt

2021-09-01 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1942313/+attachment/5522323/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1942313/+attachment/5522195/+files/CoreDump.gz

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Medium

** Summary changed:

- gnome-shell crashed with SIGSEGV in g_hash_table_lookup()
+ gnome-shell crashed with SIGSEGV in __vfprintf_internal()

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

Title:
  gnome-shell crashed with SIGSEGV in __vfprintf_internal()

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


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

[Bug 1942313] Stacktrace.txt

2021-09-01 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1942313/+attachment/5522321/+files/Stacktrace.txt

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

Title:
  gnome-shell crashed with SIGSEGV in __vfprintf_internal()

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


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

[Bug 1942313] gnome-shell crashed with SIGSEGV in g_hash_table_lookup()

2021-09-01 Thread Apport retracing service
StacktraceTop:
 __vfprintf_internal (s=0x7ffd010d9cf0, format=0x224 , ap=0x227, mode_flags=372424428) at 
vfprintf-internal.c:1404
 ?? ()
 ?? ()
 close_and_return_error (resplen2=0x0, statp=0x55fcd4a27b70) at res_send.c:489
 send_vc (statp=0x55fcd4a27b70, buf=, buflen=, 
buf2=, buflen2=, ansp=, 
anssizp=, terrno=, ns=, 
anscp=, ansp2=, anssizp2=, 
resplen2=, ansp2_malloced=) at res_send.c:630

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

Title:
  gnome-shell crashed with SIGSEGV in __vfprintf_internal()

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


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

[Bug 1940011] Re: Reduce cron spam from weekly update-notifier-common

2021-09-01 Thread Brian Murray
** 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/1940011

Title:
  Reduce cron spam from weekly update-notifier-common

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


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

[Bug 1942352] [NEW] Ubuntu's use of -Bsymbolic-functions prevents linking a shared object from static FFmpeg

2021-09-01 Thread Apteryx
Public bug reported:

Hello,

I've spent much time trying to figure out why linking the Jami daemon
[0] as a shared library against Ubuntu's own build of FFmpeg or our own
would *not* work (any version, from 18.04 to 21.04), while it would link
just fine in Debian.

It turns out this is caused by Ubuntu's usage of -Bsymbolic-functions by
default:

ffmpeg/libavcodec$ gcc -shared -Wl,-Bsymbolic -o libfoo.so h264_cabac.o
cabac.o => OK

But,

ffmpeg/libavcodec$ gcc -shared -Wl,-Bsymbolic -o libfoo.so h264_cabac.o cabac.o 
-Wl,-Bsymbolic-functions
/usr/bin/ld: h264_cabac.o: relocation R_X86_64_PC32 against symbol 
`ff_h264_cabac_tables' can not be used when making a shared object; recompile 
with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status

This is rather confusing!

Any idea of how this can be resolved/worked around?

Thanks,

Maxim

[0]  https://git.jami.net/savoirfairelinux/ring-daemon

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


** Tags: ffmpeg linking pic static

** Package changed: xfe (Ubuntu) => ffmpeg (Ubuntu)

** Description changed:

  Hello,
  
  I've spent much time trying to figure out why linking the Jami daemon
  [0] as a shared library against Ubuntu's own build of FFmpeg or our own
  would *not* work (any version, from 18.04 to 21.04), while it would link
  just fine in Debian.
  
  It turns out this is caused by Ubuntu's usage of -Bsymbolic-functions by
  default:
  
  ffmpeg/libavcodec$ gcc -shared -Wl,-Bsymbolic -o libfoo.so h264_cabac.o
  cabac.o => OK
  
  But,
  
  ffmpeg/libavcodec$ gcc -shared -Wl,-Bsymbolic -o libfoo.so h264_cabac.o 
cabac.o -Wl,-Bsymbolic-functions
  /usr/bin/ld: h264_cabac.o: relocation R_X86_64_PC32 against symbol 
`ff_h264_cabac_tables' can not be used when making a shared object; recompile 
with -fPIC
  /usr/bin/ld: final link failed: bad value
  collect2: error: ld returned 1 exit status
  
  This is rather confusing!
  
  Any idea of how this can be resolved/worked around?
  
  Thanks,
  
  Maxim
+ 
+ [0]  https://git.jami.net/savoirfairelinux/ring-daemon

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

Title:
  Ubuntu's use of -Bsymbolic-functions prevents linking a shared object
  from static FFmpeg

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


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

[Bug 1941714] ThreadStacktrace.txt

2021-09-01 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1941714/+attachment/5522308/+files/ThreadStacktrace.txt

** Tags added: apport-failed-retrace

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

Title:
  rsyslogd crashed with SIGABRT in __vfprintf_internal()

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


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

[Bug 1941714] Stacktrace.txt

2021-09-01 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1941714/+attachment/5522307/+files/Stacktrace.txt

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

Title:
  rsyslogd crashed with SIGABRT in __vfprintf_internal()

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


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

[Bug 1941714] rsyslogd crashed with SIGABRT in __vfprintf_internal()

2021-09-01 Thread Apport retracing service
StacktraceSource:
 #0  0x7f9e293a8fab in __vfprintf_internal (s=0x7f9e28fa9c30, 
format=0x118 , ap=0x1, mode_flags=694712652) at vfprintf-internal.c:1404
   [Error: vfprintf-internal.c was not found in source tree]
 #1  0x in ?? ()
StacktraceTop:
 __vfprintf_internal (s=0x7f9e28fa9c30, format=0x118 , ap=0x1, mode_flags=694712652) at 
vfprintf-internal.c:1404
 ?? ()

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

Title:
  rsyslogd crashed with SIGABRT in __vfprintf_internal()

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


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

Fwd: [Bug 1940202] Re: [Dell Inspiron 14-3467] touchpad

2021-09-01 Thread prijay maharjan
thank you to reply

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

Title:
  [Dell Inspiron 14-3467] touchpad

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


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

[Bug 1942347] Missing required logs.

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

apport-collect 1942347

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

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

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

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

** Tags added: hirsute

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

Title:
  proc01 from ubuntu_ltp.fs fails to read spl/hostid on s390x on Hirsute

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


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

[Bug 1940450] Re: XSS The data-template attribute of the tooltip and popover plugins lacks input sanitization and may allow attacker to execute arbitrary JavaScript.

2021-09-01 Thread Heather Lemon
Yes, it's sufficient to upgrade the requirements.txt because it does not
require code changes, but package upgrades. The debian/changelog does
not track the requirements.txt file changes but need to be done
manually. I'll try adding a patch this week.

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

Title:
  XSS The data-template attribute of the tooltip and popover plugins
  lacks input sanitization and may allow attacker to execute arbitrary
  JavaScript.

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


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

[Bug 1940450] Re: XSS The data-template attribute of the tooltip and popover plugins lacks input sanitization and may allow attacker to execute arbitrary JavaScript.

2021-09-01 Thread Heather Lemon
Attached screenshot showing difference between Bootstrap versions with
missing sanitize functions

** Attachment added: "Screenshot from 2021-08-23 15-55-14.png"
   
https://bugs.launchpad.net/horizon/+bug/1940450/+attachment/5522304/+files/Screenshot%20from%202021-08-23%2015-55-14.png

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

Title:
  XSS The data-template attribute of the tooltip and popover plugins
  lacks input sanitization and may allow attacker to execute arbitrary
  JavaScript.

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


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

[Bug 1942347] Re: proc01 from ubuntu_ltp.fs fails to read spl/hostid on s390x on Hirsute

2021-09-01 Thread Kleber Sacilotto de Souza
** Description changed:

  Testcase proc01 from ubuntu_ltp.fs fails on Hirsute s390x systems with:
  
  12:48:34 DEBUG| [stdout] proc01  1  TFAIL  :  proc01.c:400: read
  failed: /proc/sys/kernel/spl/hostid: errno=EFAULT(14): Bad address
+ 
+ I was also able to reproduce this on a amd64 VM running
+ 5.11.0-31-generic by loading the spl module and running:
+ 
+ $ sudo cat /proc/sys/kernel/spl/hostid 
+ cat: /proc/sys/kernel/spl/hostid: Bad address
+ 
+ This is probably not a regression, affecting only s390x now likely
+ because the spl module wasn't loaded on the previous runs. s390x systems
+ are not re-deployed for the regression tests, so this could be a
+ lingering module loaded for previous tests.

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

Title:
  proc01 from ubuntu_ltp.fs fails to read spl/hostid on s390x on Hirsute

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


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

[Bug 1942347] [NEW] proc01 from ubuntu_ltp.fs fails to read spl/hostid on s390x on Hirsute

2021-09-01 Thread Kleber Sacilotto de Souza
Public bug reported:

Testcase proc01 from ubuntu_ltp.fs fails on Hirsute s390x systems with:

12:48:34 DEBUG| [stdout] proc01  1  TFAIL  :  proc01.c:400: read
failed: /proc/sys/kernel/spl/hostid: errno=EFAULT(14): Bad address

** Affects: ubuntu-kernel-tests
 Importance: Undecided
 Status: New

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

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

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

** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Hirsute)
   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/1942347

Title:
  proc01 from ubuntu_ltp.fs fails to read spl/hostid on s390x on Hirsute

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


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

[Bug 1915911] Re: Tomcat9 package is old version with many security issues

2021-09-01 Thread Timo Wege
In the meantime, several security vulnerabilities have been found with
the current version.

https://portswigger.net/daily-swig/http-request-smuggling-vulnerability-
in-apache-tomcat-has-been-present-since-2015

Furthermore, you should skip to version 9.0.48 because there is a BUG in
connection with HTTP2:

https://bz.apache.org/bugzilla/show_bug.cgi?id=65448

** Bug watch added: bz.apache.org/bugzilla/ #65448
   https://bz.apache.org/bugzilla/show_bug.cgi?id=65448

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

Title:
  Tomcat9 package is old version with many security issues

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


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

  1   2   3   >