[Touch-packages] [Bug 1919977] Re: heap-buffer-overflow in old libwebp

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libwebp in Ubuntu.
https://bugs.launchpad.net/bugs/1919977

Title:
  heap-buffer-overflow in old libwebp

Status in libwebp package in Ubuntu:
  Expired

Bug description:
  
  I found an overflow error when testing the security of ImageMagick on 
ubuntu20.02. The error exists in the libwebp library, and the old version is 
used in the system source. When ImageMagick calls the libwebp library to parse 
the webp file, an overflow occurs.

  system info:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 20.04.2 LTS
  Release:  20.04
  Codename: focal

  Edith by issues:https://github.com/ImageMagick/ImageMagick/issues/3403

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1835660] Re: initramfs unpacking failed

2021-08-07 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1835660

Title:
  initramfs unpacking failed

Status in OEM Priority Project:
  Fix Released
Status in grub2 package in Ubuntu:
  Invalid
Status in initramfs-tools package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Fix Released
Status in grub2 source package in Focal:
  Invalid
Status in initramfs-tools source package in Focal:
  Invalid
Status in linux source package in Focal:
  Fix Released
Status in grub2 source package in Groovy:
  Invalid
Status in initramfs-tools source package in Groovy:
  Invalid
Status in linux source package in Groovy:
  Fix Released
Status in grub2 source package in Hirsute:
  Invalid
Status in initramfs-tools source package in Hirsute:
  Invalid
Status in linux source package in Hirsute:
  Fix Released

Bug description:
  "initramfs unpacking failed: Decoding failed",  message appears on
  boot up.

  If I "update-initramfs" using gzip instead of lz, then boot up passes
  without decoding failed message.

  ---

  However, we currently believe that the decoding error reported in
  dmesg is actually harmless and has no impact on usability on the
  system.

  Switching from lz4 to gzip compression, simply papers over the
  warning, without any benefits, and slows down boot.

  Kernel should be fixed to correctly parse lz4 compressed initrds, or
  at least lower the warning, to not be user visible as an error.

  [Impact]

   * Decoding failure messages in dmsg with a single lz4 initrd

   * Multiple lz4 compressed initrds cannot be decompressed by kernel,
  when loaded by grub

   * Multiple lz4 compressed initrds cannot be decompressed by kernel,
  when there is padding between them

  [Test Case]

   * Create empty padding with $ dd if=/dev/zero of=pad4 bs=1 count=4

   * Create an lz4 compressed initrd with a single test-file in it with
  some content. I.e. echo "second-initrd" > test-file, and then pack
  that with cpio hewc owned by root & lz4 -l.

   * Create a combined padded initrd of stock initrd, pad4, and the
  test-marker initrd created above.

   * Boot above with "break=top" kernel command line.

   * With broken kernels, there should be dmesg error message that
  decoding failed, and one will observe that /test-file does not exist
  in the shell.

   * With fixed kernel, /test-file in the initrd shell should exist, and
  should have the expected content "second-initrd".

   * The alignment and padding in the above test case depends on the
  size of the first initrd => if a given padded initrd does not
  reproduce the problem, try varying the size of the first initrd or
  that of the padding between 0..4.

  
  [Where problems could occur]

   * This changes compatible lz4 decompressor in the kernel, which can
  also be used by other kernel modules such as cryptography, squashfs,
  zram, f2fs, comprssed kernel image, pstore. For example, previously
  rejected files with "bogus" length and extra padding may now be
  accepted, whereas they were previously getting rejected by the
  decompressor.

   * Ideally kernel should switch to the stable lz4 format which has
  better specification of end of stream.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1938005] Re: ufw ignores rules

2021-08-07 Thread Jamie Strandboge
/etc/default/ufw has:

DEFAULT_OUTPUT_POLICY="ACCEPT"

This means that all outgoing traffic is allowed. If you would like to
change that, you can use:

$ sudo ufw deny outgoing

This will make it more difficult for you to manage the firewall since
you'll have to add rules like:

$ sudo ufw allow out to any port 53

and the like.

Note, using 'ufw reload' may not work as expected if you are running
iptables commands by hand underneath it. In those case, I suggest:

$ sudo /lib/ufw/ufw-init flush-all
$ sudo ufw disable
$ sudo ufw enable

Please report back. Thanks again for the report.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ufw in Ubuntu.
https://bugs.launchpad.net/bugs/1938005

Title:
  ufw ignores rules

Status in ufw package in Ubuntu:
  Incomplete

Bug description:
  With my setting I shouldn't be able to surf web, but I can do it (without 
proxy/vpn)
  This problem happens after `iptables -F` and only way to solve it, is to 
reboot PC. I tried `ufw reload` , too

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: ufw 0.36-7.1
  ProcVersionSignature: Ubuntu 5.11.0-25.27-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: XFCE
  Date: Mon Jul 26 11:53:17 2021
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2021-06-17 (38 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  PackageArchitecture: all
  SourcePackage: ufw
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.default.ufw: 2021-07-25T22:22:29.221649

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1939211] [NEW] Screen flickering after upgrading from 5.8 kernel to 5.11 kernel

2021-08-07 Thread Ben Bromley
Public bug reported:

Hello!

After the upgrade to the 5.8 series kernel to the 5.11 series kernel, I
have noticed some screen flickering. I had the same problem previously
on Fedora after upgrading to the 5.0 series kernel, but this was not
present on Ubuntu 20.04 on either the 5.4 or 5.8 series kernels. On
Fedora, it was fixed by turning off panel self-refresh on my Dell XPS 13
9380. I can try that again here if you all think it would be a useful
piece of information. In the Fedora bug, it was reported that this
problem is fixed in the 5.13 kernel. Let me know whatever else I can do.

Thanks!
Ben

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
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: Sat Aug  7 18:56:38 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DpkgLog:
 
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation UHD Graphics 620 (Whiskey Lake) [8086:3ea0] (prog-if 00 [VGA 
controller])
   Subsystem: Dell UHD Graphics 620 (Whiskey Lake) [1028:08af]
InstallationDate: Installed on 2021-06-24 (44 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
MachineType: Dell Inc. XPS 13 9380
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/usr/bin/fish
ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_l80o1s@/vmlinuz-5.11.0-25-generic 
root=ZFS=rpool/ROOT/ubuntu_l80o1s ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/27/2021
dmi.bios.release: 1.14
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.14.0
dmi.board.name: 0KTW76
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.14.0:bd05/27/2021:br1.14:svnDellInc.:pnXPS139380:pvr:rvnDellInc.:rn0KTW76:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 13 9380
dmi.product.sku: 08AF
dmi.sys.vendor: Dell Inc.
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.2~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

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


** Tags: amd64 apport-bug corruption focal ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1939211

Title:
  Screen flickering after upgrading from 5.8 kernel to 5.11 kernel

Status in xorg package in Ubuntu:
  New

Bug description:
  Hello!

  After the upgrade to the 5.8 series kernel to the 5.11 series kernel,
  I have noticed some screen flickering. I had the same problem
  previously on Fedora after upgrading to the 5.0 series kernel, but
  this was not present on Ubuntu 20.04 on either the 5.4 or 5.8 series
  kernels. On Fedora, it was fixed by turning off panel self-refresh on
  my Dell XPS 13 9380. I can try that again here if you all think it
  would be a useful piece of information. In the Fedora bug, it was
  reported that this problem is fixed in the 5.13 kernel. Let me know
  whatever else I can do.

  Thanks!
  Ben

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  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: Sat Aug  7 18:56:38 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DpkgLog:
   
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 (Whiskey Lake) [8086:3ea0] (prog-if 00 
[VGA controller])
 Subsystem: Dell UHD Graphics 620 (Whiskey Lake) [1028:08af]
  InstallationDate: Installed on 2021-06-24 (44 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 13 9380
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   

[Touch-packages] [Bug 1578430] Re: package libqtcore4 4:4.8.7+dfsg-5ubuntu2 failed to install/upgrade: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from other instances of

2021-08-07 Thread Paul White
Thanks for the reply srdjan.

As this bug report and all of its duplicates refer to Ubuntu 16.04,
which is no longer supported, I'll close this as "Invalid". It may well
have been fixed in that release but it's not worth the trouble to
ascertain whether it was or not.

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

** Changed in: qt4-x11 (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/1578430

Title:
  package libqtcore4 4:4.8.7+dfsg-5ubuntu2 failed to install/upgrade:
  trying to overwrite shared '/etc/xdg/Trolltech.conf', which is
  different from other instances of package libqtcore4:i386

Status in One Hundred Papercuts:
  Invalid
Status in qt4-x11 package in Ubuntu:
  Invalid

Bug description:
  Happened while installing skype

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libqtcore4 4:4.8.7+dfsg-5ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed May  4 19:07:03 2016
  DuplicateSignature:
   Unpacking libqtcore4:i386 (4:4.8.7+dfsg-5ubuntu2) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_i386.deb (--unpack):
trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different 
from other instances of package libqtcore4:i386
  ErrorMessage: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is 
different from other instances of package libqtcore4:i386
  InstallationDate: Installed on 2016-04-10 (24 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: qt4-x11
  Title: package libqtcore4 4:4.8.7+dfsg-5ubuntu2 failed to install/upgrade: 
trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from 
other instances of package libqtcore4:i386
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (12 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1939202] [NEW] Driver no aparece ni Intel ni nvidia

2021-08-07 Thread jose antonio
Public bug reported:

Muy Buenas en información de software mas controladores, no aparece nada
sin embargo nvidia x  lo puse como por demanda es decir intel en segundo
lugar y baje  la resolución de pantalla a 1080x 748 ayuda donde estan
los controladores? gracias

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-25.27-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
BootLog: Error: [Errno 13] Permiso denegado: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Aug  7 17:13:30 2021
DistUpgraded: Fresh install
DistroCodename: hirsute
DistroVariant: ubuntu
DkmsStatus: nvidia, 460.91.03, 5.11.0-25-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics Controller 
[1043:228a]
   Subsystem: ASUSTeK Computer Inc. GeForce 820M [1043:228a]
Lsusb:
 Bus 001 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 002 Device 002: ID 04f2:b40a Chicony Electronics Co., Ltd USB2.0 HD UVC 
WebCam
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: ASUSTeK COMPUTER INC. X550LD
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-25-generic 
root=UUID=34ca3807-bd85-48be-8355-4184cd90c75e ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/14/2014
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X550LD.302
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X550LD
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550LD.302:bd04/14/2014:br4.6:svnASUSTeKCOMPUTERINC.:pnX550LD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550LD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: X
dmi.product.name: X550LD
dmi.product.sku: ASUS-NotebookSKU
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~21.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
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 
2:2.99.917+git20200714-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

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


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1939202

Title:
  Driver no aparece ni Intel ni nvidia

Status in xorg package in Ubuntu:
  New

Bug description:
  Muy Buenas en información de software mas controladores, no aparece
  nada sin embargo nvidia x  lo puse como por demanda es decir intel en
  segundo lugar y baje  la resolución de pantalla a 1080x 748 ayuda
  donde estan los controladores? gracias

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-25.27-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permiso denegado: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Aug  7 17:13:30 2021
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 460.91.03, 5.11.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics 
Controller [1043:228a]
 Subsystem: ASUSTeK Computer Inc. GeForce 820M [1043:228a]
  Lsusb:
   Bus 001 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 002: ID 04f2:b40a Chicony Electronics Co., Ltd USB2.0 HD UVC 
WebCam
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550LD
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-25-generic 

[Touch-packages] [Bug 1574371] Re: Launching pre-install Amazon app on Ubuntu 16.04 causes the webbrowser-app to start but it flashes uncontrollably until quit

2021-08-07 Thread Paul White
These three packages are no longer included in any currently released
version of Ubuntu so closing.

** Changed in: oxide-qt (Ubuntu)
   Status: New => Invalid

** Changed in: webapps-applications (Ubuntu)
   Status: New => Invalid

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1574371

Title:
  Launching pre-install Amazon app on Ubuntu 16.04 causes the
  webbrowser-app to start but it flashes uncontrollably until quit

Status in oxide-qt package in Ubuntu:
  Invalid
Status in webapps-applications package in Ubuntu:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  I have recently found that when launching the pre-installed Amazon app
  on Ubuntu 16.04 that it launches the webbrowser-app which flashes
  uncontrollably until quit. When running it in Terminal with "unity-
  webapps-runner --amazon --app-id=ubuntu-amazon-default" the first
  output was:

  ** (unity-webapps-runner:2246): WARNING **: Could not get a proper 
accuracy from Geoclue (NONE)
  ** Message: Launching webapp container for url 
'http://www.amazon.com/?tag=u1webapp-20' and app_id 'ubuntu-amazon-default 
(command line 'webapp-container --app-id='ubuntu-amazon-default' --webapp 
--enable-back-forward   http://www.amazon.com/?tag=u1webapp-20')

  After which it went back to '$', but then started giving more output
  and did so until I quit the browser which flashed uncontrollably and
  could not be made to do anything or display any pages:

  OpenGL Warning: glXCreatePbuffer not implemented by Chromium
  Invalid webapp webapp definition: homepage not found or fails predicate 
isString
  Could not open manifest file:  
"/usr/share/unity-webapps/userscripts/unity-webapps-amazon/manifest.json"
  qml: Loading webview on /home/tester/.local/share/ubuntu-amazon-default
  Invalid webapp webapp definition: homepage not found or fails predicate 
isString
  Could not open manifest file:  
"/usr/share/unity-webapps/userscripts/unity-webapps-amazon/manifest.json"
  QQmlExpression: Expression 
file:///usr/share/webbrowser-app/webcontainer/WebApp.qml:272:25 depends on 
non-NOTIFYable properties:
  unity::action::qml::ActionManager::globalContext
  qml: Loaded 5 UA override(s) from 
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Web/ua-overrides-mobile.js
  qml: Start browsing
  
file:///usr/share/webbrowser-app/webcontainer/ContentPickerDialog.qml:22:1: 
module "Ubuntu.Content" is not installed
  
file:///usr/share/webbrowser-app/webcontainer/ContentDownloadDialog.qml:22:1: 
module "Ubuntu.Content" is not installed
  file:///usr/share/webbrowser-app/ContentHandler.qml:20:1: module 
"Ubuntu.Content" is not installed
  file:///usr/share/webbrowser-app/Downloader.qml:22:1: module 
"Ubuntu.DownloadManager" is not installed
  file:///usr/share/webbrowser-app/Downloader.qml:23:1: module 
"Ubuntu.Content" is not installed
  file:///usr/share/webbrowser-app/Downloader.qml:22:1: module 
"Ubuntu.DownloadManager" is not installed
  file:///usr/share/webbrowser-app/Downloader.qml:23:1: module 
"Ubuntu.Content" is not installed
  qml: Loaded 5 UA override(s) from 
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Web/ua-overrides-desktop.js
  [0424/203404:ERROR:layer_tree_host_impl.cc(2263)] Forcing zero-copy tile 
initialization as worker context is missing
  [0424/203404:ERROR:buffer_manager.cc(361)] 
[.CommandBufferContext.Context-For-Testing-0x558d4431d000]GL ERROR 
:GL_INVALID_ENUM : glBufferData: <- error from previous GL command
  [0424/203408:ERROR:texture_manager.cc(2278)] 
[.CommandBufferContext.RenderCompositor-0x369c907eec00]GL ERROR 
:GL_INVALID_ENUM : glTexImage2D: <- error from previous GL command
  [0424/203408:ERROR:gles2_cmd_decoder.cc(2109)] 
[.CommandBufferContext.RenderWorker-0x369c907ee180]GL ERROR :GL_INVALID_ENUM : 
GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
  [0424/203408:ERROR:gles2_cmd_decoder.cc(2113)] 
[.CommandBufferContext.RenderWorker-0x369c907ee180]GL ERROR 
:GL_INVALID_OPERATION : ScopedTextureBinder::ctor: was unhandled
  [0424/203408:ERROR:gles2_cmd_decoder.cc(2109)] 
[.CommandBufferContext.RenderWorker-0x369c907ee180]GL ERROR :GL_INVALID_VALUE : 
ScopedTextureBinder::dtor: <- error from previous GL command
  [0424/203408:ERROR:gles2_cmd_decoder.cc(2109)] 
[.CommandBufferContext.RenderWorker-0x369c907ee180]GL ERROR :GL_INVALID_VALUE : 
ScopedTextureBinder::dtor: <- error from previous GL command
  [0424/203408:ERROR:gles2_cmd_decoder.cc(2109)] 
[.CommandBufferContext.RenderWorker-0x369c907ee180]GL ERROR :GL_INVALID_VALUE : 
ScopedTextureBinder::dtor: <- error from previous GL command
  [0424/203408:ERROR:gles2_cmd_decoder.cc(2109)] 

[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
  $ ps -Af | grep -v grep | egrep -w "PPID|$(pgrep -u $USER systemd)"
  UID  PIDPPID  C STIME TTY  TIME CMD
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
  sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
  sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
  sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
  sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
  sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal
  $ loginctl list-sessions
  SESSION  UID USER  SEAT  TTY
   99 1001 sebastien seat0
   79  126 sddm  seat0
   105 1001 sebastien seat0 tty2
  
  3 sessions listed.
  $ loginctl -n 15 session-status $(loginctl list-sessions | grep -v tty | grep 
-m1 $USER | awk '{print $1}')
  99 - sebastien (1001)
  Since: Sat 2021-08-07 15:52:39 CEST; 13min ago
     Leader: 119723
   Seat: seat0; vc1
    Display: :0
    Service: sddm; type x11; class user
    Desktop: KDE
  State: closing
   Unit: session-99.scope
  ├─120287 /usr/bin/baloo_file
  ├─120342 /usr/libexec/at-spi-bus-launcher --launch-immediately
  ├─120349 /usr/bin/dbus-daemon 
--config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork 
--print-address 3
  ├─120407 /usr/libexec/geoclue-2.0/demos/agent
  ├─120439 /usr/bin/zeitgeist-datahub
  └─122590 /usr/libexec/at-spi2-registryd --use-gnome-session
  
  Aug 07 15:52:39 michel-K72Jr systemd[1]: Started Session 99 of user sebastien.
  Aug 07 15:52:40 michel-K72Jr sddm-helper[119790]: pam_kwallet5: final socket 
path: /run/user/1001/kwallet5.socket
  Aug 07 15:52:40 michel-K72Jr sddm-helper[119795]: Adding cookie to 
"/home/sebastien/.Xauthority"
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: Checking for pam module
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: Got pam-login param
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: Waiting for hash on 7-
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: waitingForEnvironment 
on: 3
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: client connected
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: client disconnected
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: [PAM] Closing session
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: pam_unix(sddm:session): 
session closed for user sebastien
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: pam_kwallet5(sddm:session): 
pam_kwallet5: pam_sm_close_session
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: pam_kwallet5(sddm:setcred): 
pam_kwallet5: pam_sm_setcred
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: [PAM] Ended.
  
  Maybe this is related to sddm and its child processes :
  
  $ loginctl show-session $(loginctl list-sessions | awk -v user=$USER '$0 ~ 
user".* $"{print$1;exit}')
  Id=99
  User=1001
  Name=sebastien
  Timestamp=Sat 2021-08-07 15:52:39 CEST
  TimestampMonotonic=19979613418
  VTNr=1
  Seat=seat0
  

[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
  $ ps -Af | grep -v grep | egrep -w "PPID|$(pgrep -u $USER systemd)"
  UID  PIDPPID  C STIME TTY  TIME CMD
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
  sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
  sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
  sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
  sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
  sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal
  $ loginctl list-sessions
  SESSION  UID USER  SEAT  TTY
   99 1001 sebastien seat0
   79  126 sddm  seat0
   105 1001 sebastien seat0 tty2
  
  3 sessions listed.
  $ loginctl -n 15 session-status $(loginctl list-sessions | grep -v tty | grep 
-m1 $USER | awk '{print $1}')
  99 - sebastien (1001)
  Since: Sat 2021-08-07 15:52:39 CEST; 13min ago
     Leader: 119723
   Seat: seat0; vc1
    Display: :0
    Service: sddm; type x11; class user
    Desktop: KDE
  State: closing
   Unit: session-99.scope
  ├─120287 /usr/bin/baloo_file
  ├─120342 /usr/libexec/at-spi-bus-launcher --launch-immediately
  ├─120349 /usr/bin/dbus-daemon 
--config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork 
--print-address 3
  ├─120407 /usr/libexec/geoclue-2.0/demos/agent
  ├─120439 /usr/bin/zeitgeist-datahub
  └─122590 /usr/libexec/at-spi2-registryd --use-gnome-session
  
  Aug 07 15:52:39 michel-K72Jr systemd[1]: Started Session 99 of user sebastien.
  Aug 07 15:52:40 michel-K72Jr sddm-helper[119790]: pam_kwallet5: final socket 
path: /run/user/1001/kwallet5.socket
  Aug 07 15:52:40 michel-K72Jr sddm-helper[119795]: Adding cookie to 
"/home/sebastien/.Xauthority"
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: Checking for pam module
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: Got pam-login param
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: Waiting for hash on 7-
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: waitingForEnvironment 
on: 3
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: client connected
  Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: client disconnected
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: [PAM] Closing session
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: pam_unix(sddm:session): 
session closed for user sebastien
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: pam_kwallet5(sddm:session): 
pam_kwallet5: pam_sm_close_session
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: pam_kwallet5(sddm:setcred): 
pam_kwallet5: pam_sm_setcred
  Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: [PAM] Ended.
+ 
+ Maybe this is related to sddm and its child processes :
+ 
  $ loginctl show-session $(loginctl list-sessions | awk -v user=$USER '$0 ~ 
user".* $"{print$1;exit}')
  Id=99
  User=1001
  Name=sebastien
  Timestamp=Sat 2021-08-07 15:52:39 CEST
  TimestampMonotonic=19979613418
  VTNr=1
  Seat=seat0
  

[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
- $ loginctl list-sessions
- SESSION  UID USER  SEAT  TTY
-  99 1001 sebastien seat0
-  79  126 sddm  seat0
-  105 1001 sebastien seat0 tty2
- 
- 3 sessions listed.
- $ loginctl -n 15 session-status $(loginctl list-sessions | grep -v tty | grep 
-m1 $USER | awk '{print $1}')
- 99 - sebastien (1001)
-  Since: Sat 2021-08-07 15:52:39 CEST; 13min ago
- Leader: 119723
-   Seat: seat0; vc1
-Display: :0
-Service: sddm; type x11; class user
-Desktop: KDE
-  State: closing
-   Unit: session-99.scope
- ├─120287 /usr/bin/baloo_file
- ├─120342 /usr/libexec/at-spi-bus-launcher --launch-immediately
- ├─120349 /usr/bin/dbus-daemon 
--config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork 
--print-address 3
- ├─120407 /usr/libexec/geoclue-2.0/demos/agent
- ├─120439 /usr/bin/zeitgeist-datahub
- └─122590 /usr/libexec/at-spi2-registryd --use-gnome-session
- 
- Aug 07 15:52:39 michel-K72Jr systemd[1]: Started Session 99 of user sebastien.
- Aug 07 15:52:40 michel-K72Jr sddm-helper[119790]: pam_kwallet5: final socket 
path: /run/user/1001/kwallet5.socket
- Aug 07 15:52:40 michel-K72Jr sddm-helper[119795]: Adding cookie to 
"/home/sebastien/.Xauthority"
- Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: Checking for pam module
- Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: Got pam-login param
- Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: Waiting for hash on 7-
- Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: waitingForEnvironment 
on: 3
- Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: client connected
- Aug 07 15:53:09 michel-K72Jr sddm[119792]: kwalletd5: client disconnected
- Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: [PAM] Closing session
- Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: pam_unix(sddm:session): 
session closed for user sebastien
- Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: pam_kwallet5(sddm:session): 
pam_kwallet5: pam_sm_close_session
- Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: pam_kwallet5(sddm:setcred): 
pam_kwallet5: pam_sm_setcred
- Aug 07 15:53:09 michel-K72Jr sddm-helper[119723]: [PAM] Ended.
  $ ps -Af | grep -v grep | egrep -w "PPID|$(pgrep -u $USER systemd)"
  UID  PIDPPID  C STIME TTY  TIME CMD
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
  sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
  sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
  sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
  sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
  sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal
+ $ loginctl list-sessions
+ SESSION  UID USER  SEAT  TTY
+  99 1001 sebastien seat0
+  79  126 sddm  seat0
+  105 1001 sebastien seat0 tty2
+ 
+ 3 sessions listed.
+ $ 

[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
  $ loginctl list-sessions
  SESSION  UID USER  SEAT  TTY
   52 1001 sebastien seat0
   79  126 sddm  seat0
   81 1001 sebastien seat0 tty2
  
  3 sessions listed.
- $ loginctl session-status $(loginctl list-sessions | awk -v user=$USER '$0 ~ 
user".* $"{print$1;exit}')
+ $ loginctl -n 10 session-status $(loginctl list-sessions | grep -v tty | grep 
-m1 $USER | awk '{print $1}')
  52 - sebastien (1001)
  Since: Sat 2021-08-07 13:21:48 CEST; 1h 59min ago
     Leader: 70992
   Seat: seat0; vc1
    Display: :0
    Service: sddm; type x11; class user
    Desktop: KDE
  State: closing
   Unit: session-52.scope
  ├─71557 /usr/bin/baloo_file
  ├─71650 /usr/libexec/geoclue-2.0/demos/agent
  ├─71661 /bin/sh /usr/lib/lubuntu-update-notifier/lubuntu-upg-notifier.sh
  ├─71680 /usr/bin/zeitgeist-datahub
  ├─71697 /usr/libexec/at-spi-bus-launcher --launch-immediately
  ├─71714 /usr/bin/dbus-daemon 
--config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork 
--print-address 3
  └─92292 sleep 3600
  
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: Got pam-login param
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: Waiting for hash on 7-
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: waitingForEnvironment 
on: 3
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: client connected
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: client disconnected
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: [PAM] Closing session
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: pam_unix(sddm:session): 
session closed for user sebastien
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: pam_kwallet5(sddm:session): 
pam_kwallet5: pam_sm_close_session
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: pam_kwallet5(sddm:setcred): 
pam_kwallet5: pam_sm_setcred
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: [PAM] Ended.
  $ loginctl session-status $(loginctl list-sessions | grep -v tty | grep $USER 
| awk '{print $1}')
  $ ps -Af | grep -v grep | egrep -w "PPID|$(pgrep -u $USER systemd)"
  UID  PIDPPID  C STIME TTY  TIME CMD
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
  sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
  sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
  sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
  sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
  sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  .tmp.unity_support_test.0:
  
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  BootLog:
  
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  

[Touch-packages] [Bug 1777070] Re: firefox plugin libwidevinecdm.so crashes due to apparmor denial

2021-08-07 Thread Simon Déziel
> these can be added fairly soon.
> https://gitlab.com/apparmor/apparmor/-/merge_requests/684
>
> though that is just landing it upstream and I am not sure when the
> next ubuntu upload will be

At least on 20.04, the profile comes from the firefox package, not the
apparmor one:

$ dpkg -S /etc/apparmor.d/usr.bin.firefox 
firefox: /etc/apparmor.d/usr.bin.firefox

Maybe I'm missing something?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1777070

Title:
  firefox plugin libwidevinecdm.so crashes due to apparmor denial

Status in apparmor package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04, Firefox 60.0.1+build2-0ubuntu0.18.04.1

  Running firefix, then going to netflix.com and attempting to play a
  movie.  The widevinecdm plugin crashes, the following is found in
  syslog:

  
  Jun 15 19:13:22 xplt kernel: [301351.553043] audit: type=1400 
audit(1529046802.585:246): apparmor="DENIED" operation="file_mmap" 
profile="/usr/lib/firefox/firefox{,*[^s][^h]}" 
name="/home/xav/.mozilla/firefox/wiavokxk.default-1510977878171/gmp-widevinecdm/1.4.8.1008/libwidevinecdm.so"
 pid=16118 comm="plugin-containe" requested_mask="m" denied_mask="m" fsuid=1000 
ouid=1000
  Jun 15 19:13:22 xplt kernel: [301351.553236] audit: type=1400 
audit(1529046802.585:247): apparmor="DENIED" operation="ptrace" 
profile="/usr/lib/firefox/firefox{,*[^s][^h]}" pid=24714 comm="firefox" 
requested_mask="trace" denied_mask="trace" 
peer="/usr/lib/firefox/firefox{,*[^s][^h]}"
  Jun 15 19:13:22 xplt kernel: [301351.553259] plugin-containe[16118]: segfault 
at 0 ip 7fcdfdaa76af sp 7ffc1ff03e28 error 6 in 
libxul.so[7fcdfb77a000+6111000]
  Jun 15 19:13:22 xplt snmpd[2334]: error on subcontainer 'ia_addr' insert (-1)
  Jun 15 19:13:22 xplt /usr/lib/gdm3/gdm-x-session[6549]: ###!!! 
[Parent][MessageChannel::Call] Error: Channel error: cannot send/recv
  Jun 15 19:13:24 xplt kernel: [301353.960182] audit: type=1400 
audit(1529046804.994:248): apparmor="DENIED" operation="file_mmap" 
profile="/usr/lib/firefox/firefox{,*[^s][^h]}" 
name="/home/xav/.mozilla/firefox/wiavokxk.default-1510977878171/gmp-widevinecdm/1.4.8.1008/libwidevinecdm.so"
 pid=16135 comm="plugin-containe" requested_mask="m" denied_mask="m" fsuid=1000 
ouid=1000
  Jun 15 19:13:24 xplt kernel: [301353.960373] audit: type=1400 
audit(1529046804.994:249): apparmor="DENIED" operation="ptrace" 
profile="/usr/lib/firefox/firefox{,*[^s][^h]}" pid=24714 comm="firefox" 
requested_mask="trace" denied_mask="trace" 
peer="/usr/lib/firefox/firefox{,*[^s][^h]}"
  Jun 15 19:13:24 xplt kernel: [301353.960398] plugin-containe[16135]: segfault 
at 0 ip 7fe3b57f46af sp 7ffe6dc0b488 error 6 in 
libxul.so[7fe3b34c7000+6111000]
  Jun 15 19:13:28 xplt kernel: [301357.859177] audit: type=1400 
audit(1529046808.895:250): apparmor="DENIED" operation="file_mmap" 
profile="/usr/lib/firefox/firefox{,*[^s][^h]}" 
name="/home/xav/.mozilla/firefox/wiavokxk.default-1510977878171/gmp-widevinecdm/1.4.8.1008/libwidevinecdm.so"
 pid=16139 comm="plugin-containe" requested_mask="m" denied_mask="m" fsuid=1000 
ouid=1000
  Jun 15 19:13:28 xplt kernel: [301357.859328] audit: type=1400 
audit(1529046808.895:251): apparmor="DENIED" operation="ptrace" 
profile="/usr/lib/firefox/firefox{,*[^s][^h]}" pid=24714 comm="firefox" 
requested_mask="trace" denied_mask="trace" 
peer="/usr/lib/firefox/firefox{,*[^s][^h]}"
  Jun 15 19:13:28 xplt kernel: [301357.859349] plugin-containe[16139]: segfault 
at 0 ip 7fcf32ae06af sp 7ffeb8a136c8 error 6 in 
libxul.so[7fcf307b3000+6111000]
  Jun 15 19:13:25 xplt /usr/lib/gdm3/gdm-x-session[6549]: ###!!! 
[Parent][MessageChannel::Call] Error: Channel error: cannot send/recv
  Jun 15 19:13:29 xplt /usr/lib/gdm3/gdm-x-session[6549]: ERROR block_reap:328: 
[hamster] bad exit code 1
  Jun 15 19:13:29 xplt /usr/lib/gdm3/gdm-x-session[6549]: ###!!! 
[Parent][MessageChannel::Call] Error: Channel error: cannot send/recv
  Jun 15 19:13:29 xplt kernel: [301358.227635] audit: type=1400 
audit(1529046809.263:252): apparmor="DENIED" operation="file_mmap" 
profile="/usr/lib/firefox/firefox{,*[^s][^h]}" 
name="/home/xav/.mozilla/firefox/wiavokxk.default-1510977878171/gmp-widevinecdm/1.4.8.1008/libwidevinecdm.so"
 pid=16188 comm="plugin-containe" requested_mask="m" denied_mask="m" fsuid=1000 
ouid=1000
  Jun 15 19:13:29 xplt kernel: [301358.227811] audit: type=1400 
audit(1529046809.263:253): apparmor="DENIED" operation="ptrace" 
profile="/usr/lib/firefox/firefox{,*[^s][^h]}" pid=24714 comm="firefox" 
requested_mask="trace" denied_mask="trace" 
peer="/usr/lib/firefox/firefox{,*[^s][^h]}"
  Jun 15 19:13:29 xplt kernel: [301358.227844] plugin-containe[16188]: segfault 
at 0 ip 7fe5667c66af sp 7fffe8cc0da8 error 6 in 
libxul.so[7fe564499000+6111000]
  Jun 15 19:13:31 xplt kernel: [301360.574177] audit: 

[Touch-packages] [Bug 1914915] Re: Sound or Audio is breaking

2021-08-07 Thread Paul White
** Package changed: ubuntu => pulseaudio (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1914915

Title:
  Sound or Audio is breaking

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  When I am watching videos sound is breaking

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pulseaudio 1:13.99.1-1ubuntu3.10
  ProcVersionSignature: hostname 5.8.0-41.46~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  balashanmugam   1437 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Sun Feb  7 15:27:47 2021
  InstallationDate: Installed on 2021-02-05 (1 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  Symptom: audio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/10/2020
  dmi.bios.vendor: VMware, Inc.
  dmi.bios.version: VMW71.00V.16722896.B64.2008100651
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnVMware,Inc.:bvrVMW71.00V.16722896.B64.2008100651:bd08/10/2020:svnVMware,Inc.:pnVMware7,1:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware7,1
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
  $ loginctl list-sessions
- SESSION  UID USER  SEAT  TTY 
-  52 1001 sebastien seat0 
-  79  126 sddm  seat0 
-  81 1001 sebastien seat0 tty2
+ SESSION  UID USER  SEAT  TTY
+  52 1001 sebastien seat0
+  79  126 sddm  seat0
+  81 1001 sebastien seat0 tty2
  
  3 sessions listed.
- $ loginctl session-status $(loginctl list-sessions | grep -v tty | grep -m1 
$USER | awk '{print $1}')
+ $ loginctl session-status $(loginctl list-sessions | awk -v user=$USER '$0 ~ 
user".* $"{print$1;exit}')
  52 - sebastien (1001)
-  Since: Sat 2021-08-07 13:21:48 CEST; 1h 59min ago
- Leader: 70992
-   Seat: seat0; vc1
-Display: :0
-Service: sddm; type x11; class user
-Desktop: KDE
-  State: closing
-   Unit: session-52.scope
- ├─71557 /usr/bin/baloo_file
- ├─71650 /usr/libexec/geoclue-2.0/demos/agent
- ├─71661 /bin/sh 
/usr/lib/lubuntu-update-notifier/lubuntu-upg-notifier.sh
- ├─71680 /usr/bin/zeitgeist-datahub
- ├─71697 /usr/libexec/at-spi-bus-launcher --launch-immediately
- ├─71714 /usr/bin/dbus-daemon 
--config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork 
--print-address 3
- └─92292 sleep 3600
+ Since: Sat 2021-08-07 13:21:48 CEST; 1h 59min ago
+    Leader: 70992
+  Seat: seat0; vc1
+   Display: :0
+   Service: sddm; type x11; class user
+   Desktop: KDE
+ State: closing
+  Unit: session-52.scope
+ ├─71557 /usr/bin/baloo_file
+ ├─71650 /usr/libexec/geoclue-2.0/demos/agent
+ ├─71661 /bin/sh /usr/lib/lubuntu-update-notifier/lubuntu-upg-notifier.sh
+ ├─71680 /usr/bin/zeitgeist-datahub
+ ├─71697 /usr/libexec/at-spi-bus-launcher --launch-immediately
+ ├─71714 /usr/bin/dbus-daemon 
--config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork 
--print-address 3
+ └─92292 sleep 3600
  
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: Got pam-login param
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: Waiting for hash on 7-
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: waitingForEnvironment 
on: 3
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: client connected
  Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: client disconnected
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: [PAM] Closing session
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: pam_unix(sddm:session): 
session closed for user sebastien
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: pam_kwallet5(sddm:session): 
pam_kwallet5: pam_sm_close_session
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: pam_kwallet5(sddm:setcred): 
pam_kwallet5: pam_sm_setcred
  Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: [PAM] Ended.
  $ loginctl session-status $(loginctl list-sessions | grep -v tty | grep $USER 
| awk '{print $1}')
  $ ps -Af | grep -v grep | egrep -w "PPID|$(pgrep -u $USER systemd)"
  UID  PIDPPID  C STIME TTY  TIME CMD
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
 

[Touch-packages] [Bug 1914915] [NEW] Sound or Audio is breaking

2021-08-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When I am watching videos sound is breaking

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: pulseaudio 1:13.99.1-1ubuntu3.10
ProcVersionSignature: hostname 5.8.0-41.46~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  balashanmugam   1437 F pulseaudio
CasperMD5CheckResult: skip
Date: Sun Feb  7 15:27:47 2021
InstallationDate: Installed on 2021-02-05 (1 days ago)
InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
ProcEnviron:
 LANGUAGE=en_IN:en
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
SourcePackage: pulseaudio
Symptom: audio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/10/2020
dmi.bios.vendor: VMware, Inc.
dmi.bios.version: VMW71.00V.16722896.B64.2008100651
dmi.board.name: 440BX Desktop Reference Platform
dmi.board.vendor: Intel Corporation
dmi.board.version: None
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnVMware,Inc.:bvrVMW71.00V.16722896.B64.2008100651:bd08/10/2020:svnVMware,Inc.:pnVMware7,1:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
dmi.product.name: VMware7,1
dmi.product.version: None
dmi.sys.vendor: VMware, Inc.

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


** Tags: amd64 apport-bug focal
-- 
Sound or Audio is breaking 
https://bugs.launchpad.net/bugs/1914915
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to pulseaudio in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
+ $ loginctl list-sessions
+ SESSION  UID USER  SEAT  TTY 
+  52 1001 sebastien seat0 
+  79  126 sddm  seat0 
+  81 1001 sebastien seat0 tty2
+ 
+ 3 sessions listed.
+ $ loginctl session-status $(loginctl list-sessions | grep -v tty | grep -m1 
$USER | awk '{print $1}')
+ 52 - sebastien (1001)
+  Since: Sat 2021-08-07 13:21:48 CEST; 1h 59min ago
+ Leader: 70992
+   Seat: seat0; vc1
+Display: :0
+Service: sddm; type x11; class user
+Desktop: KDE
+  State: closing
+   Unit: session-52.scope
+ ├─71557 /usr/bin/baloo_file
+ ├─71650 /usr/libexec/geoclue-2.0/demos/agent
+ ├─71661 /bin/sh 
/usr/lib/lubuntu-update-notifier/lubuntu-upg-notifier.sh
+ ├─71680 /usr/bin/zeitgeist-datahub
+ ├─71697 /usr/libexec/at-spi-bus-launcher --launch-immediately
+ ├─71714 /usr/bin/dbus-daemon 
--config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork 
--print-address 3
+ └─92292 sleep 3600
+ 
+ Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: Got pam-login param
+ Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: Waiting for hash on 7-
+ Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: waitingForEnvironment 
on: 3
+ Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: client connected
+ Aug 07 14:32:32 michel-K72Jr sddm[71070]: kwalletd5: client disconnected
+ Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: [PAM] Closing session
+ Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: pam_unix(sddm:session): 
session closed for user sebastien
+ Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: pam_kwallet5(sddm:session): 
pam_kwallet5: pam_sm_close_session
+ Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: pam_kwallet5(sddm:setcred): 
pam_kwallet5: pam_sm_setcred
+ Aug 07 14:32:32 michel-K72Jr sddm-helper[70992]: [PAM] Ended.
  $ loginctl session-status $(loginctl list-sessions | grep -v tty | grep $USER 
| awk '{print $1}')
  $ ps -Af | grep -v grep | egrep -w "PPID|$(pgrep -u $USER systemd)"
  UID  PIDPPID  C STIME TTY  TIME CMD
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
  sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
  sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
  sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
  sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
  sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  .tmp.unity_support_test.0:
  
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  BootLog:
  
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  

[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
+ $ loginctl session-status $(loginctl list-sessions | grep -v tty | grep $USER 
| awk '{print $1}')
  $ ps -Af | grep -v grep | egrep -w "PPID|$(pgrep -u $USER systemd)"
  UID  PIDPPID  C STIME TTY  TIME CMD
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
  sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
  sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
  sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
  sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
  sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  .tmp.unity_support_test.0:
  
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  BootLog:
  
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Aug  7 13:40:23 2021
  DistUpgraded: 2020-12-26 17:43:58,639 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Park [Mobility Radeon HD 5430/5450/5470] 
[1043:1bf2]
  InstallationDate: Installed on 2015-12-27 (2049 days ago)
  InstallationMedia: Kubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: ASUSTeK Computer Inc. K72Jr
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-80-generic 
root=/dev/mapper/VG_ALL_Samsung_SSD_850_EVO_500GB-rootFS ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-12-26 (223 days ago)
  dmi.bios.date: 09/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K72Jr.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K72Jr
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK72Jr.209:bd09/06/2010:svnASUSTeKComputerInc.:pnK72Jr:pvr1.0:rvnASUSTeKComputerInc.:rnK72Jr:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K72Jr
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
  version.libdrm2: libdrm2 2.4.105-3~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.2~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.2~20.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 

[Touch-packages] [Bug 1939198] [NEW] libbz2 does not provide pkg-config

2021-08-07 Thread y-lee
Public bug reported:

This package should be patched to provide the needed pc files for pkg-
config.

$ apt-cache show libbz2-dev
Package: libbz2-dev
Architecture: amd64
Version: 1.0.8-2
Multi-Arch: same
Priority: optional
Section: libdevel
Source: bzip2
Origin: Ubuntu
...

$ pkg-config --libs bzip2
Package bzip2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `bzip2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bzip2' found

See: https://gist.github.com/steakknife/4faee8a657db9402cbeb579279156e84
 https://github.com/libimobiledevice/sbmanager/issues/1
 
https://askubuntu.com/questions/854776/bzip2-package-install-and-configure-with-sbmanager
 https://sourceforge.net/p/enlightenment/mailman/message/37332028/

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bzip2 in Ubuntu.
https://bugs.launchpad.net/bugs/1939198

Title:
  libbz2 does not provide pkg-config

Status in bzip2 package in Ubuntu:
  New

Bug description:
  This package should be patched to provide the needed pc files for pkg-
  config.

  $ apt-cache show libbz2-dev
  Package: libbz2-dev
  Architecture: amd64
  Version: 1.0.8-2
  Multi-Arch: same
  Priority: optional
  Section: libdevel
  Source: bzip2
  Origin: Ubuntu
  ...

  $ pkg-config --libs bzip2
  Package bzip2 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `bzip2.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'bzip2' found

  See: https://gist.github.com/steakknife/4faee8a657db9402cbeb579279156e84
   https://github.com/libimobiledevice/sbmanager/issues/1
   
https://askubuntu.com/questions/854776/bzip2-package-install-and-configure-with-sbmanager
   https://sourceforge.net/p/enlightenment/mailman/message/37332028/

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
- $ ps -Af | grep -v grep | egrep -w "PID|$(pgrep -u $USER systemd)"
+ $ ps -Af | grep -v grep | egrep -w "PPID|$(pgrep -u $USER systemd)"
  UID  PIDPPID  C STIME TTY  TIME CMD
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
  sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
  sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
  sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
  sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
  sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  .tmp.unity_support_test.0:
  
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  BootLog:
  
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Aug  7 13:40:23 2021
  DistUpgraded: 2020-12-26 17:43:58,639 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Park [Mobility Radeon HD 5430/5450/5470] 
[1043:1bf2]
  InstallationDate: Installed on 2015-12-27 (2049 days ago)
  InstallationMedia: Kubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: ASUSTeK Computer Inc. K72Jr
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-80-generic 
root=/dev/mapper/VG_ALL_Samsung_SSD_850_EVO_500GB-rootFS ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-12-26 (223 days ago)
  dmi.bios.date: 09/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K72Jr.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K72Jr
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK72Jr.209:bd09/06/2010:svnASUSTeKComputerInc.:pnK72Jr:pvr1.0:rvnASUSTeKComputerInc.:rnK72Jr:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K72Jr
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
  version.libdrm2: libdrm2 2.4.105-3~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.2~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.2~20.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
  

[Touch-packages] [Bug 1871726] Re: "systemd --user" and child processes fail to exit when user logs out

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1871726

Title:
  "systemd --user" and child processes fail to exit when user logs out

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  This concerns systemd 245.2-1ubuntu2 in Ubuntu focal.

  I am using the Xfce desktop. After the user logs out from a desktop
  session, numerous desktop-related processes are left over. Here is a
  listing, taken over twenty minutes after logout:

  skunk853  0.0  0.2  18912 10300 ?Ss   17:55   0:00 
/lib/systemd/systemd --user
  skunk854  0.0  0.0 103304  3496 ?S17:55   0:00 (sd-pam)
  skunk881  0.0  0.1   8076  5324 ?Ss   17:55   0:00 
/usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile 
--systemd-activation --syslog-only
  skunk970  0.0  0.1 305364  6776 ?Ssl  17:55   0:00 
/usr/libexec/at-spi-bus-launcher
  skunk975  0.0  0.1   7352  4452 ?S17:55   0:00 
/usr/bin/dbus-daemon 
--config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork 
--print-address 3
  skunk979  0.0  0.1 230196  5900 ?Sl   17:55   0:00 
/usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd
  skunk992  0.0  0.1 239704  7676 ?Ssl  17:55   0:00 
/usr/libexec/gvfsd
  skunk997  0.0  0.1 378332  6444 ?Sl   17:55   0:00 
/usr/libexec/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
  skunk   1133  0.0  0.1 156116  5596 ?Sl   17:56   0:00 
/usr/libexec/dconf-service
  skunk   1139  0.0  0.1 236884  4828 ?Sl   17:56   0:00 
/usr/libexec/geoclue-2.0/demos/agent
  skunk   1186  0.0  0.8  59324 34792 ?S17:56   0:00 
/usr/bin/python3 /usr/share/system-config-printer/applet.py
  skunk   1201  0.0  0.6 391676 25688 ?Ssl  17:56   0:00 
/usr/libexec/evolution-source-registry
  skunk   1224  0.0  0.8 616644 35492 ?Sl   17:56   0:00 
/usr/libexec/goa-daemon
  skunk   1235  0.0  0.7 708928 30512 ?Ssl  17:56   0:00 
/usr/libexec/evolution-calendar-factory
  skunk   1243  0.0  0.2 314744  8980 ?Sl   17:56   0:00 
/usr/libexec/goa-identity-service
  skunk   1271  0.0  0.7 681460 29344 ?Ssl  17:56   0:00 
/usr/libexec/evolution-addressbook-factory
  skunk   1302  0.0  0.1  43968  6432 ?Ss   17:56   0:00 
/usr/lib/bluetooth/obexd
  skunk   1322  0.0  0.2 313872  9076 ?Ssl  17:56   0:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  skunk   1327  0.0  0.1 235684  6468 ?Ssl  17:56   0:00 
/usr/libexec/gvfs-mtp-volume-monitor
  skunk   1331  0.0  0.1 237956  6876 ?Ssl  17:56   0:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  skunk   1335  0.0  0.1 235864  5760 ?Ssl  17:56   0:00 
/usr/libexec/gvfs-goa-volume-monitor
  skunk   1339  0.0  0.2 316716  8800 ?Ssl  17:56   0:00 
/usr/libexec/gvfs-afc-volume-monitor
  skunk   1347  0.0  0.1 313684  7836 ?Sl   17:56   0:00 
/usr/libexec/gvfsd-trash --spawner :1.13 /org/gtk/gvfs/exec_spaw/0
  skunk   1353  0.0  0.1 162128  6028 ?Ssl  17:56   0:00 
/usr/libexec/gvfsd-metadata

  
  When a user logs out of the system, all processes associated with the login 
session should be terminated (barring the use of nohup(1) or the like).

  If I sent a SIGINT to the "systemd --user" process above (PID 853),
  then all the processes promptly go away. This needs to occur on
  logout.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1540353] Re: xargs: invalid number for -s option

2021-08-07 Thread Paul White
python 3.4 is no longer included in any currently supported release of
Ubuntu. Further to comment #3, closing Papercuts task as being fixed.

** Changed in: python3.4 (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: hundredpapercuts
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1540353

Title:
  xargs: invalid number for -s option

Status in One Hundred Papercuts:
  Fix Released
Status in python3.4 package in Ubuntu:
  Invalid
Status in python3.5 package in Debian:
  Fix Released

Bug description:
  I ran "sudo apt-get autoremove" and when python3.4 and
  libpython3.4-minimal:amd64 were removed, the following error was shown
  on the screen:

  Removing python3.4-minimal (3.4.4-1) ...
  Unlinking and removing bytecode for runtime python3.4
  Removing libpython3.4-minimal:amd64 (3.4.4-1) ...
  xargs: invalid number for -s option
  Usage: xargs [OPTION]... COMMAND [INITIAL-ARGS]...
  Run COMMAND with arguments INITIAL-ARGS and more arguments read from input.

  ...followed by instructions on how to use xargs properly.

  Probably some maintainer scripting errors?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libpython3.4-minimal (not installed)
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb  1 13:46:27 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-28 (65 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151127)
  SourcePackage: python3.4
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
- $ ps -fu $USER | grep -v grep | grep $(pgrep -u $USER systemd)
+ $ ps -Af | grep -v grep | egrep -w "PID|$(pgrep -u $USER systemd)"
+ UID  PIDPPID  C STIME TTY  TIME CMD
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
  sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
  sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
  sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
  sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
  sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  .tmp.unity_support_test.0:
  
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  BootLog:
  
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Aug  7 13:40:23 2021
  DistUpgraded: 2020-12-26 17:43:58,639 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Park [Mobility Radeon HD 5430/5450/5470] 
[1043:1bf2]
  InstallationDate: Installed on 2015-12-27 (2049 days ago)
  InstallationMedia: Kubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: ASUSTeK Computer Inc. K72Jr
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-80-generic 
root=/dev/mapper/VG_ALL_Samsung_SSD_850_EVO_500GB-rootFS ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-12-26 (223 days ago)
  dmi.bios.date: 09/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K72Jr.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K72Jr
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK72Jr.209:bd09/06/2010:svnASUSTeKComputerInc.:pnK72Jr:pvr1.0:rvnASUSTeKComputerInc.:rnK72Jr:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K72Jr
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
  version.libdrm2: libdrm2 2.4.105-3~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.2~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.2~20.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
  version.xserver-xorg-video-ati: 

[Touch-packages] [Bug 1939196] Re: systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
** Description changed:

  Hi,
  
  After each logout from KDE, I can find the `systemd --user` process when
  I log into a tty{2..6} console and its remaining 23 children still
  running :
  
- $ ps -fu $USER | grep -v grep | grep $(pgrep -u $USER -o systemd)
+ $ ps -fu $USER | grep -v grep | grep $(pgrep -u $USER systemd)
  sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd 
--user
  sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
  sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
  sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
  sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
  sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
  sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
  sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
  sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
  sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
  sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
  sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
  sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
  sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
  sebasti+   65339   64862  0 13:13 ?00:00:01 
/usr/libexec/gvfsd-metadata
  sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
  sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
  sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
  sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
  sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
  sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
  sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
  sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
  sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  .tmp.unity_support_test.0:
  
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  BootLog:
  
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Aug  7 13:40:23 2021
  DistUpgraded: 2020-12-26 17:43:58,639 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Park [Mobility Radeon HD 5430/5450/5470] 
[1043:1bf2]
  InstallationDate: Installed on 2015-12-27 (2049 days ago)
  InstallationMedia: Kubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: ASUSTeK Computer Inc. K72Jr
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-80-generic 
root=/dev/mapper/VG_ALL_Samsung_SSD_850_EVO_500GB-rootFS ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-12-26 (223 days ago)
  dmi.bios.date: 09/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K72Jr.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K72Jr
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK72Jr.209:bd09/06/2010:svnASUSTeKComputerInc.:pnK72Jr:pvr1.0:rvnASUSTeKComputerInc.:rnK72Jr:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K72Jr
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
  version.libdrm2: libdrm2 2.4.105-3~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.2~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.2~20.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  

[Touch-packages] [Bug 1939196] [NEW] systemd --user children processes not stopped afer logout

2021-08-07 Thread Seb Bonnard
Public bug reported:

Hi,

After each logout from KDE, I can find the `systemd --user` process when
I log into a tty{2..6} console and its remaining 23 children still
running :

$ ps -fu $USER | grep -v grep | grep $(pgrep -u $USER systemd)
sebasti+   64862   1  0 13:13 ?00:00:00 /lib/systemd/systemd --user
sebasti+   64865   64862  0 13:13 ?00:00:00 (sd-pam)
sebasti+   64881   64862  0 13:13 ?00:00:00 
/usr/libexec/tracker-miner-fs
sebasti+   64884   64862  0 13:13 ?00:00:01 /usr/bin/dbus-daemon 
--session --address=systemd: --nofork --nopidfile --systemd-activation 
--syslog-only
sebasti+   64901   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd
sebasti+   64906   64862  0 13:13 ?00:00:00 /usr/libexec/gvfsd-fuse 
/run/user/1001/gvfs -f -o big_writes
sebasti+   64908   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-udisks2-volume-monitor
sebasti+   64956   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
sebasti+   64971   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-goa-volume-monitor
sebasti+   64975   64862  0 13:13 ?00:00:00 /usr/libexec/goa-daemon
sebasti+   64998   64862  0 13:13 ?00:00:00 
/usr/libexec/goa-identity-service
sebasti+   65004   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-afc-volume-monitor
sebasti+   65010   64862  0 13:13 ?00:00:00 
/usr/libexec/gvfs-mtp-volume-monitor
sebasti+   65020   64862  0 13:13 ?00:00:00 
/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
sebasti+   65339   64862  0 13:13 ?00:00:01 /usr/libexec/gvfsd-metadata
sebasti+   65855   64862  0 13:14 ?00:00:00 /usr/libexec/dconf-service
sebasti+   66233   64862  0 13:14 ?00:00:00 /usr/bin/zeitgeist-daemon
sebasti+   66247   64862  0 13:14 ?00:00:00 
/usr/lib/zeitgeist/zeitgeist-fts
sebasti+   66341   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-document-portal
sebasti+   66356   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-permission-store
sebasti+   66463   64862  0 13:14 ?00:00:00 
/usr/lib/telepathy/mission-control-5
sebasti+   66624   64862  0 13:14 ?00:00:00 /usr/lib/bluetooth/obexd
sebasti+   66793   64862  0 13:14 ?00:00:00 
/usr/libexec/xdg-desktop-portal
sebasti+   69972   64862  0 13:20 ?00:00:00 /usr/bin/pulseaudio 
--daemonize=no --log-target=journal

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
Uname: Linux 5.4.0-80-generic x86_64
.tmp.unity_support_test.0:

ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
BootLog:

CasperMD5CheckResult: skip
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: KDE
Date: Sat Aug  7 13:40:23 2021
DistUpgraded: 2020-12-26 17:43:58,639 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Park [Mobility Radeon HD 5430/5450/5470] 
[1043:1bf2]
InstallationDate: Installed on 2015-12-27 (2049 days ago)
InstallationMedia: Kubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: ASUSTeK Computer Inc. K72Jr
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-80-generic 
root=/dev/mapper/VG_ALL_Samsung_SSD_850_EVO_500GB-rootFS ro
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to focal on 2020-12-26 (223 days ago)
dmi.bios.date: 09/06/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K72Jr.209
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K72Jr
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK72Jr.209:bd09/06/2010:svnASUSTeKComputerInc.:pnK72Jr:pvr1.0:rvnASUSTeKComputerInc.:rnK72Jr:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: K72Jr
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
version.libdrm2: libdrm2 2.4.105-3~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.2~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.2~20.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
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
xserver.bootTime: Sat Aug  7 13:16:54 2021
xserver.configfile: default
xserver.errors:
 Failed to open 

[Touch-packages] [Bug 1244285] Re: Date/time sometimes doesn’t appear in menu bar, settings greyed out

2021-08-07 Thread Paul White
Further to comments #40 and #41 I'm closing this as being fixed. The
last report of someone seeing this issue was over 5 years ago in a
desktop environment that is no longer Ubuntu's default.

If anyone does still see an issue then a new bug report should be opened
so that debug information specific to the reporting user gets added to
the bug report.

** Changed in: indicator-datetime
   Status: Confirmed => Fix Released

** Changed in: hundredpapercuts
   Status: Triaged => Fix Released

** Changed in: indicator-datetime (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1244285

Title:
  Date/time sometimes doesn’t appear in menu bar, settings greyed out

Status in One Hundred Papercuts:
  Fix Released
Status in Indicator Date and Time:
  Fix Released
Status in indicator-datetime package in Ubuntu:
  Fix Released

Bug description:
  it does not happen often, and when it happens, just a log out and re-
  log in is enough to restore it.

  http://askubuntu.com/questions/357266/how-to-show-time-in-
  ubuntu-13-10/357280

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1934221] Re: systemd-resolve segfault

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1934221

Title:
  systemd-resolve segfault

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Focal:
  Confirmed
Status in systemd source package in Hirsute:
  Confirmed
Status in systemd source package in Impish:
  Fix Released

Bug description:
  [Impact]

   * systemd-resolved stops replying to clients on the local LAN.
   * logging segfault crashes in dmesg:
  [836786.046514] systemd-resolve[872009]: segfault at 399 ip 
0399 sp 7ffd7959a6d8 error 14 in 
systemd-resolved[556398695000+9000]
  [836786.046524] Code: Bad RIP value.
  [840887.303994] traps: systemd-resolve[877019] general protection fault 
ip:55ba402e2594 sp:7ffe8cb6bbb0 error:0 in systemd-resolved[55ba402b5000+4]
  [844395.313421] systemd-resolve[878503]: segfault at 208 ip 5557a249f5fa 
sp 7ffe686f5a90 error 6 in systemd-resolved[5557a2472000+4]
  [844395.313431] Code: 48 85 c0 74 0e 48 8b 8d 00 01 00 00 48 89 88 00 01 00 
00 48 8b 85 00 01 00 00 48 85 c0 0f 84 1d 01 00 00 48 8b 95 f8 00 00 00 <48> 89 
90 f8 00 00 00 48 c7 85 00 01 00 00 00 00 00 00 48 c7 85 f8

   * The upload backports the upstream fix
  (https://github.com/systemd/systemd/pull/18832) to Focal & Hirsute.

  [Test Plan]

   * Setup /etc/systemd/resolved.conf:
  [Resolve]
  DNS=46.182.19.48#dns2.digitalcourage.de 1.1.1.1#cloudflare-dns.com 
9.9.9.9#dns.quad9.net
  DNSSEC=yes
  DNSOverTLS=opportunistic
  MulticastDNS=no
  LLMNR=no
  Cache=yes
  DNSStubListener=yes
  Domains=~.

   * wait for ~24-48 hours and observe if any crash happens

  [Where problems could occur]

   * Any regression would likely cause crashes in systemd-resolved,
  making it unresponsive to DNS network name requests to local
  applications.

  [Other Info]
   
   * Reported upstream: https://github.com/systemd/systemd/issues/18427
   * Fixed upstream in v248: https://github.com/systemd/systemd/pull/18832

  === Original description ===

  
  systemd-resolve keep crashing and it is very annoying as sometimes it 
severely interrupt normal dns resolving.

  Last uploaded report is 2d9e7378-d89b-11eb-9e14-fa163ee63de6
  Typical error in dmesg:
  systemd-resolve[1792202]: segfault at 564ff982f3e0 ip 564ff982f3e0 sp 
7ffe2fd0b758 error 15

  apport hints me that problem is related to mdns

  #3  0x7f3e903c2f11 in sd_event_dispatch () from
  /lib/systemd/libsystemd-shared-245.so

  It might be (or not) related that some hosts with mdns in my network
  have ipv6 enabled.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: systemd 245.4-4ubuntu3.7
  ProcVersionSignature: Ubuntu 5.4.0-75.84-generic 5.4.119
  Uname: Linux 5.4.0-75-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jul  1 08:22:51 2021
  InstallationDate: Installed on 2018-12-05 (938 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-75-generic 
root=UUID=54b80d5c-3d61-4919-873f-0d308083e3b9 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to focal on 2020-05-22 (405 days ago)
  dmi.bios.date: 05/12/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1205
  dmi.board.asset.tag: Default string
  dmi.board.name: ROG STRIX X399-E GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1205:bd05/12/2020:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXX399-EGAMING:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1934221] Re: systemd-resolve segfault

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1934221

Title:
  systemd-resolve segfault

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Focal:
  Confirmed
Status in systemd source package in Hirsute:
  Confirmed
Status in systemd source package in Impish:
  Fix Released

Bug description:
  [Impact]

   * systemd-resolved stops replying to clients on the local LAN.
   * logging segfault crashes in dmesg:
  [836786.046514] systemd-resolve[872009]: segfault at 399 ip 
0399 sp 7ffd7959a6d8 error 14 in 
systemd-resolved[556398695000+9000]
  [836786.046524] Code: Bad RIP value.
  [840887.303994] traps: systemd-resolve[877019] general protection fault 
ip:55ba402e2594 sp:7ffe8cb6bbb0 error:0 in systemd-resolved[55ba402b5000+4]
  [844395.313421] systemd-resolve[878503]: segfault at 208 ip 5557a249f5fa 
sp 7ffe686f5a90 error 6 in systemd-resolved[5557a2472000+4]
  [844395.313431] Code: 48 85 c0 74 0e 48 8b 8d 00 01 00 00 48 89 88 00 01 00 
00 48 8b 85 00 01 00 00 48 85 c0 0f 84 1d 01 00 00 48 8b 95 f8 00 00 00 <48> 89 
90 f8 00 00 00 48 c7 85 00 01 00 00 00 00 00 00 48 c7 85 f8

   * The upload backports the upstream fix
  (https://github.com/systemd/systemd/pull/18832) to Focal & Hirsute.

  [Test Plan]

   * Setup /etc/systemd/resolved.conf:
  [Resolve]
  DNS=46.182.19.48#dns2.digitalcourage.de 1.1.1.1#cloudflare-dns.com 
9.9.9.9#dns.quad9.net
  DNSSEC=yes
  DNSOverTLS=opportunistic
  MulticastDNS=no
  LLMNR=no
  Cache=yes
  DNSStubListener=yes
  Domains=~.

   * wait for ~24-48 hours and observe if any crash happens

  [Where problems could occur]

   * Any regression would likely cause crashes in systemd-resolved,
  making it unresponsive to DNS network name requests to local
  applications.

  [Other Info]
   
   * Reported upstream: https://github.com/systemd/systemd/issues/18427
   * Fixed upstream in v248: https://github.com/systemd/systemd/pull/18832

  === Original description ===

  
  systemd-resolve keep crashing and it is very annoying as sometimes it 
severely interrupt normal dns resolving.

  Last uploaded report is 2d9e7378-d89b-11eb-9e14-fa163ee63de6
  Typical error in dmesg:
  systemd-resolve[1792202]: segfault at 564ff982f3e0 ip 564ff982f3e0 sp 
7ffe2fd0b758 error 15

  apport hints me that problem is related to mdns

  #3  0x7f3e903c2f11 in sd_event_dispatch () from
  /lib/systemd/libsystemd-shared-245.so

  It might be (or not) related that some hosts with mdns in my network
  have ipv6 enabled.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: systemd 245.4-4ubuntu3.7
  ProcVersionSignature: Ubuntu 5.4.0-75.84-generic 5.4.119
  Uname: Linux 5.4.0-75-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jul  1 08:22:51 2021
  InstallationDate: Installed on 2018-12-05 (938 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-75-generic 
root=UUID=54b80d5c-3d61-4919-873f-0d308083e3b9 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to focal on 2020-05-22 (405 days ago)
  dmi.bios.date: 05/12/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1205
  dmi.board.asset.tag: Default string
  dmi.board.name: ROG STRIX X399-E GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1205:bd05/12/2020:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXX399-EGAMING:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1938983] Re: missing modules after 5.11.0-25-generic update

2021-08-07 Thread Marco Scacchi
It seems in the kernel three those files are not missing:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
Maybe the linux-firmware package needs to be repacked as well?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1938983

Title:
  missing modules after 5.11.0-25-generic update

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  After updating to kernel 5.11.0-25-generic wireless driver failed to 
recognize WiFi card.
  Possible reasons/symptoms:
  $ sudo update-initramfs -u -k all
  update-initramfs: Generating /boot/initrd.img-5.11.0-25-generic
  W: Possible missing firmware /lib/firmware/i915/skl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/bxt_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/glk_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/cml_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/icl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/ehl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/ehl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/tgl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/tgl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/dg1_dmc_ver2_02.bin for 
module i915
  update-initramfs: Generating /boot/initrd.img-5.8.0-63-generic

  $ lsb_release -a
  LSB Version:  core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
  Distributor ID:   Ubuntu
  Description:  July2021
  Release:  20.04
  Codename: focal

  Workaround: connected Ethernet. (Inconvenient)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1578430] Re: package libqtcore4 4:4.8.7+dfsg-5ubuntu2 failed to install/upgrade: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from other instances

2021-08-07 Thread srdjan
Hi Paul,


No, I'm on qt5 now, no problems. Please close.


Cheers,

Srdjan

On 7/8/21 2:27 am, Paul White wrote:
> We are sorry that we do not always have the capacity to review all
> reported bugs in a timely manner. You reported this bug some time ago
> and there have been many changes in Ubuntu since that time.
>
> Ubuntu 16.04 (xenial) reached end-of-life on April 29, 2021.
>
> Do you still see a problem related to the one that you reported when
> using a currently supported version of Ubuntu? Please let us know if you
> do otherwise this report can be left to expire in approximately 60 days
> time.
>
>
> ** Changed in: hundredpapercuts
> Status: Confirmed => Incomplete
>
> ** Changed in: qt4-x11 (Ubuntu)
> Status: Confirmed => Incomplete
>

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/1578430

Title:
  package libqtcore4 4:4.8.7+dfsg-5ubuntu2 failed to install/upgrade:
  trying to overwrite shared '/etc/xdg/Trolltech.conf', which is
  different from other instances of package libqtcore4:i386

Status in One Hundred Papercuts:
  Incomplete
Status in qt4-x11 package in Ubuntu:
  Incomplete

Bug description:
  Happened while installing skype

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libqtcore4 4:4.8.7+dfsg-5ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed May  4 19:07:03 2016
  DuplicateSignature:
   Unpacking libqtcore4:i386 (4:4.8.7+dfsg-5ubuntu2) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_i386.deb (--unpack):
trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different 
from other instances of package libqtcore4:i386
  ErrorMessage: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is 
different from other instances of package libqtcore4:i386
  InstallationDate: Installed on 2016-04-10 (24 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: qt4-x11
  Title: package libqtcore4 4:4.8.7+dfsg-5ubuntu2 failed to install/upgrade: 
trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from 
other instances of package libqtcore4:i386
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (12 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1938983] Re: missing modules after 5.11.0-25-generic update

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

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1938983

Title:
  missing modules after 5.11.0-25-generic update

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  After updating to kernel 5.11.0-25-generic wireless driver failed to 
recognize WiFi card.
  Possible reasons/symptoms:
  $ sudo update-initramfs -u -k all
  update-initramfs: Generating /boot/initrd.img-5.11.0-25-generic
  W: Possible missing firmware /lib/firmware/i915/skl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/bxt_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/glk_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/cml_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/icl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/ehl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/ehl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/tgl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/tgl_guc_49.0.1.bin for module 
i915
  W: Possible missing firmware /lib/firmware/i915/dg1_dmc_ver2_02.bin for 
module i915
  update-initramfs: Generating /boot/initrd.img-5.8.0-63-generic

  $ lsb_release -a
  LSB Version:  core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
  Distributor ID:   Ubuntu
  Description:  July2021
  Release:  20.04
  Codename: focal

  Workaround: connected Ethernet. (Inconvenient)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp