[Touch-packages] [Bug 778627] Re: bash completion now quotes shell variable references rather than expanding them

2021-06-26 Thread dani
I still get \$HOME when pressing Tab in bash 5.0 & 5.1 (ubuntu 20.4)
Can the bug we reopened?

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

Title:
  bash completion now quotes shell variable references rather than
  expanding them

Status in bash package in Ubuntu:
  Fix Released
Status in bash source package in Precise:
  Fix Released
Status in bash source package in Quantal:
  Fix Released
Status in bash source package in Raring:
  Fix Released
Status in bash package in Debian:
  Fix Released
Status in bash package in Fedora:
  New

Bug description:
  Binary package hint: bash

  NB! NB! NB!

  After applying the update to resolve this problem one _also_ must
  enable direxpand option by issuing:

  shopt -s direxpand

  If you do not do this, the variable expansion will not happen.

  NB! NB! NB!

  [Impact]
  Bash-4.2 tries to leave completed directory names as the user typed them,
  without expanding them to a full pathname.  One effect of this is that
  shell variables used in pathnames being completed (e.g., $HOME) are left
  unchanged, but the `$' is quoted by readline because it is a special
  character to the shell.

  [Test Case]
  - [Current test case showing expected behavior]

  Items to address so far:
    - that $ is escaped less
    - that direxpand does not expand as expected
    - that direxpand option is available and if enabled, expands directories 
with variable names.

  zef:~/Projects/precise-amd64$ mkdir -p /tmp/testd/finger/toe
  zef:~/Projects/precise-amd64$ cd /tmp/testd/
  zef:/tmp/testd$ td=`pwd`
  zef:/tmp/testd$ cd ../
  zef:/tmp$ ls \$td/finger

  zef:/tmp$ shopt -s direxpand
  zef:/tmp$ ls $td/fing
  zef:/tmp$ ls /tmp/testd/finger/
  toe

  - [Previous Test Case showing non-working bash installation]
  ~$ mkdir -p /tmp/testd/finger/toe
  /tmp$ cd /tmp/testd
  /tmp/testd$ td=`pwd`
  /tmp/testd$ cd ../
  /tmp$ ls $td/fing

  Type a TAB character at this point, and bash completion makes the line:
  /tmp$ ls \$td/finger

  Note that while 'fing' has been expanded to 'finger ' (with a space at the 
end), the $td variable reference has had the
  $ character quoted with a backslash.  This prevents further extension of the 
pathname, and in fact makes
  the command invalid; if I type a newline at this point, I get:
  ls: cannot access $td/finger: No such file or directory

  This is not useful behavior.  I believe that in Ubuntu 10.10, the $td 
variable would have been expanded
  to  '/tmp/testd', and subsequent completions starting from 
'/tmp/testd/finger' would have worked.

  [The version of /etc/bash_completion.d/acroread.sh that is installed
  starts with:

  # _filedir : to handle file and directories with spaces in their names.
  if ! type _filedir &> /dev/null ; then

  so I don't think that file is overriding /etc/bash_completion's
  _filedir ...]

  [Regression Potential]
  - (#32) low potential for regressions since this bug is related to the 
interactive command line and would not influence any scripts.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: bash 4.2-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Fri May  6 09:48:29 2011
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US:en
  SourcePackage: bash
  UpgradeStatus: Upgraded to natty on 2011-04-30 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/778627/+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 1933746] Re: package dbus 1.12.20-1ubuntu1 failed to install/upgrade: triggers looping, abandoned

2021-06-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package dbus 1.12.20-1ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

Status in dbus package in Ubuntu:
  New

Bug description:
  I keep getting error message after 20.04 - 20.10 update. good work ^^

  ProblemType: Package
  DistroRelease: Ubuntu 20.10
  Package: dbus 1.12.20-1ubuntu1
  ProcVersionSignature: Ubuntu 5.8.0-59.66-generic 5.8.18
  Uname: Linux 5.8.0-59-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.7
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sun Jun 27 03:35:35 2021
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2021-06-19 (7 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.20.5ubuntu2
   apt  2.1.10ubuntu0.3
  SourcePackage: dbus
  Title: package dbus 1.12.20-1ubuntu1 failed to install/upgrade: triggers 
looping, abandoned
  UpgradeStatus: Upgraded to groovy on 2021-06-27 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1933746/+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 1927705] Re: package libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-5ubuntu0.2 failed to install/upgrade: triggers looping, abandoned

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

** Changed in: gdk-pixbuf (Ubuntu)
   Status: New => Confirmed

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

Title:
  package libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-5ubuntu0.2 failed to
  install/upgrade: triggers looping, abandoned

Status in gdk-pixbuf package in Ubuntu:
  Confirmed

Bug description:
  upgrade from 20.04 to 20.10

  ProblemType: Package
  DistroRelease: Ubuntu 20.10
  Package: libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-5ubuntu0.2
  ProcVersionSignature: Ubuntu 5.6.0-1055.59-oem 5.6.19
  Uname: Linux 5.6.0-1055-oem x86_64
  ApportVersion: 2.20.11-0ubuntu50.6
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Fri May  7 10:11:41 2021
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2021-04-22 (14 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.20.5ubuntu2
   apt  2.1.10ubuntu0.3
  SourcePackage: gdk-pixbuf
  Title: package libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-5ubuntu0.2 failed to 
install/upgrade: triggers looping, abandoned
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1927705/+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 1933746] [NEW] package dbus 1.12.20-1ubuntu1 failed to install/upgrade: triggers looping, abandoned

2021-06-26 Thread Ahmet Hamdi ARSLAN
Public bug reported:

I keep getting error message after 20.04 - 20.10 update. good work ^^

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: dbus 1.12.20-1ubuntu1
ProcVersionSignature: Ubuntu 5.8.0-59.66-generic 5.8.18
Uname: Linux 5.8.0-59-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.7
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Jun 27 03:35:35 2021
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2021-06-19 (7 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.5ubuntu2
 apt  2.1.10ubuntu0.3
SourcePackage: dbus
Title: package dbus 1.12.20-1ubuntu1 failed to install/upgrade: triggers 
looping, abandoned
UpgradeStatus: Upgraded to groovy on 2021-06-27 (0 days ago)

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


** Tags: amd64 apport-package groovy need-duplicate-check

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

Title:
  package dbus 1.12.20-1ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

Status in dbus package in Ubuntu:
  New

Bug description:
  I keep getting error message after 20.04 - 20.10 update. good work ^^

  ProblemType: Package
  DistroRelease: Ubuntu 20.10
  Package: dbus 1.12.20-1ubuntu1
  ProcVersionSignature: Ubuntu 5.8.0-59.66-generic 5.8.18
  Uname: Linux 5.8.0-59-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.7
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sun Jun 27 03:35:35 2021
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2021-06-19 (7 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.20.5ubuntu2
   apt  2.1.10ubuntu0.3
  SourcePackage: dbus
  Title: package dbus 1.12.20-1ubuntu1 failed to install/upgrade: triggers 
looping, abandoned
  UpgradeStatus: Upgraded to groovy on 2021-06-27 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1933746/+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 1933741] [NEW] zmq.hpp claims to be 4.7.0 when it isn't

2021-06-26 Thread Yichao Yu
Public bug reported:

The zmq.hpp appears to be using a pre-released version of `zmq.hpp` that
has the version set to `4.7.0` while not containing all the features in
that version. In particular, this does not include
https://github.com/zeromq/cppzmq/commit/a3e5b54c3cad9dc1c4e86555e47365c2d3950e63.
Since the commit introduces a deprecation warning that recommends a new
feature introduced in the same commit, attempting to fix it using a
version check causes a compilation error on Ubuntu 20.04 due to missing
feature.

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

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

Title:
  zmq.hpp claims to be 4.7.0 when it isn't

Status in zeromq3 package in Ubuntu:
  New

Bug description:
  The zmq.hpp appears to be using a pre-released version of `zmq.hpp`
  that has the version set to `4.7.0` while not containing all the
  features in that version. In particular, this does not include
  
https://github.com/zeromq/cppzmq/commit/a3e5b54c3cad9dc1c4e86555e47365c2d3950e63.
  Since the commit introduces a deprecation warning that recommends a
  new feature introduced in the same commit, attempting to fix it using
  a version check causes a compilation error on Ubuntu 20.04 due to
  missing feature.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeromq3/+bug/1933741/+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 1933738] [NEW] Xorg freeze

2021-06-26 Thread Oscar Valini
Public bug reported:

Black screen appears after some minutes idle on battery, using the open
source driver, Possibly a problem with suspension. Hangs in a few
minutes using the nvidia 460 and 465 driver, on battery or charging,
Possibly a problem with the driver. Dual boot with Windows 10 system
with bitlocker.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-59-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun 26 16:44:27 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Several times a day
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation Device [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0a03]
InstallationDate: Installed on 2021-06-24 (2 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
MachineType: Dell Inc. Vostro 5402
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-59-generic 
root=UUID=195c13ee-2b5c-414e-b67e-ebdc2420003a ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/30/2021
dmi.bios.release: 1.4
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.4.1
dmi.board.name: 0TMFFT
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.1:bd03/30/2021:br1.4:svnDellInc.:pnVostro5402:pvr:rvnDellInc.:rn0TMFFT:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Vostro
dmi.product.name: Vostro 5402
dmi.product.sku: 0A03
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal freeze 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/1933738

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  Black screen appears after some minutes idle on battery, using the
  open source driver, Possibly a problem with suspension. Hangs in a few
  minutes using the nvidia 460 and 465 driver, on battery or charging,
  Possibly a problem with the driver. Dual boot with Windows 10 system
  with bitlocker.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-59-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 26 16:44:27 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Device [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0a03]
  InstallationDate: Installed on 2021-06-24 (2 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Vostro 5402
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-59-generic 
root=UUID=195c13ee-2b5c-414e-b67e-ebdc2420003a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/30/2021
  dmi.bios.release: 1.4
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.4.1
  dmi.board.name: 0TMFFT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.1:bd03/30/2021:br1.4:svnDellInc.:pnVostro5402:pvr:rvnDellInc.:rn0TMFFT:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Vostro
  

[Touch-packages] [Bug 1861558] Re: Snap 'ed applicaitons have garbage on top of the window Close [x] button

2021-06-26 Thread Alexander Browne
This doesn't just occur with GNOME. I am seeing it on Plasma desktop
(X11), running on Kubuntu impish, with the GTK theme set to Yaru and the
icon theme set to the Breeze theme (the Kubuntu/Plasma default).

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

Title:
  Snap 'ed applicaitons have garbage on top of the window Close [x]
  button

Status in adwaita-icon-theme package in Ubuntu:
  Confirmed
Status in gnome-themes-extra package in Ubuntu:
  Confirmed
Status in humanity-icon-theme package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Confirmed
Status in ubuntu-mono package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 19.10 installed
  2. Install GNOME application as a Snap - for example with

  sudo snap install gedit gnome-calculator

  3. Open GNOME Tweaks -> Appearance tab, then switch Icon set to the
  one of the following:

  * Adwaita
  * DMZ-Black
  * DMZ-White
  * hicolor
  * HighContrast
  * Humanity
  * Humanity-Dark
  * LoginIcons

  For example - Adwaita theme with Adwaita icon set.

  4. Open GNOME Calculator as a Snap application:

 /snap/bin/gnome-calculator

  Expected result:

  * GNOME Calculator looks as any other GTK application

  Actual result:

  * GNOME Calculator has garbage on top of the window Close [x] button

  ---

  Notes: 
  1. Problem was first seen on AskUbuntu - https://askubuntu.com/q/1206868
  2. one can use the script below to check all possible Theme<->Icon 
combinations:

  ```
  #!/bin/bash

  DISPLAY=:0

  for t in $(ls -1 /usr/share/themes/)
  do 
for i in $(ls -1 /usr/share/icons/)
do

  echo -e "\nTheme: $t, Icons: $i\n"

gsettings set org.gnome.desktop.interface gtk-theme "$t"
gsettings set org.gnome.desktop.interface icon-theme "$i"

  /snap/bin/gnome-calculator

#read -r -s -p "Press  for next theme"   
done
  done

  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: snapd 2.41+19.10.1
  ProcVersionSignature: Ubuntu 5.3.0-29.31-generic 5.3.13
  Uname: Linux 5.3.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb  1 17:55:09 2020
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: snapd
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1861558/+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 1791958] Re: iptables-restore is missing -w option

2021-06-26 Thread Eric Desrochers
Look like a potential patchset to backport without having to bump
version in stable release:

6e2e169eb iptables: remove duplicated argument parsing code
24f81746 xshared: do not lock again and again if "-w" option is not specified
72bb3dbf0 xshared: using the blocking file lock request when we wait 
indefinitely
999eaa24 iptables-restore: support acquiring the lock.
65801d02 iptables-restore.8: document -w/-W options
21ba5b38 ip{,6}tables-restore: Don't accept wait-interval without wait

I'll test it, and then will talk w/ the SRU verification team to see if
eligible for SRU.

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

Title:
  iptables-restore is missing -w option

Status in iptables package in Ubuntu:
  Confirmed

Bug description:
  For CRIU we need to have iptables version 1.6.2 which includes the
  '-w' option in iptables-restore.

  This is a request to update iptables to 1.6.2 in 18.10 and if possible
  backport the necessary changes to 18.04.

  The CRIU project gets right now many bug reports (mostly in the
  combination LXD + CRIU) due to the missing '-w' option in iptables-
  restore. Especially as 18.04 will be around for some time it would be
  good to have iptables-restore available with '-w'.

  This is one example bug report: https://github.com/checkpoint-
  restore/criu/issues/551

  But not only CRIU would benefit from this change. It seems also
  problematic with Kubernetes:
  https://github.com/kubernetes/kubernetes/pull/60978

  So if possible, please update iptables to 1.6.2 (or backport changes)
  to support -w in iptables-restore.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/1791958/+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 1635573] Re: package zlib1g-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/include/x86_64-linux-gnu/zconf.h', which is also in package lib64z1-dev:i386

2021-06-26 Thread Paul White
We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner.

Ubuntu 16.04 (xenial) reached end-of-life on April 29, 2021.

I'm setting this bug to "Incomplete" as it's not seen any activity for
some time. If this is still an issue when using a currently maintained
release of Ubuntu then please let us know otherwise this bug report can
be left to expire in approximately 60 days time.


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

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

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

Title:
  package zlib1g-dev (not installed) failed to install/upgrade: trying
  to overwrite '/usr/include/x86_64-linux-gnu/zconf.h', which is also in
  package lib64z1-dev:i386 1:1.2.8.dfsg-2ubuntu4

Status in One Hundred Papercuts:
  Incomplete
Status in zlib package in Ubuntu:
  Incomplete

Bug description:
  error occurred with installing apt packages.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: zlib1g-dev (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Fri Oct 21 15:00:35 2016
  DuplicateSignature:
   package:zlib1g-dev:(not installed)
   Unpacking libc6-dev-amd64:i386 (2.23-0ubuntu3) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libc6-dev-amd64_2.23-0ubuntu3_i386.deb (--unpack):
trying to overwrite '/usr/include/bits', which is also in package 
libc6-dev-i386 2.23-0ubuntu3
  ErrorMessage: trying to overwrite '/usr/include/x86_64-linux-gnu/zconf.h', 
which is also in package lib64z1-dev:i386 1:1.2.8.dfsg-2ubuntu4
  InstallationDate: Installed on 2016-10-20 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: zlib
  Title: package zlib1g-dev (not installed) failed to install/upgrade: trying 
to overwrite '/usr/include/x86_64-linux-gnu/zconf.h', which is also in package 
lib64z1-dev:i386 1:1.2.8.dfsg-2ubuntu4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1635573/+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 1668741] Re: libcurl4-gnutls-dev:i386 and libcurl4-gnutls-dev:amd64 conflict on shared file '/usr/include/curl/curlbuild.h'

2021-06-26 Thread Paul White
We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner.

Ubuntu 16.04 (xenial) reached end-of-life on April 29, 2021.

I'm setting this bug to "Incomplete" as it's not seen any activity for
some time. If this is still an issue when using a currently maintained
release of Ubuntu then please let us know otherwise this bug report can
be left to expire in approximately 60 days time.


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

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

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

Title:
  libcurl4-gnutls-dev:i386 and libcurl4-gnutls-dev:amd64 conflict on
  shared file '/usr/include/curl/curlbuild.h'

Status in One Hundred Papercuts:
  Incomplete
Status in curl package in Ubuntu:
  Incomplete

Bug description:
  libcurl4-gnutls-dev:i386 and libcurl4-gnutls-dev:amd64 can't be
  installed together because they both contain a file
  '/usr/include/curl/curlbuild.h' but it's different.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libcurl4-gnutls-dev (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-64.85-generic 4.4.44
  Uname: Linux 4.4.0-64-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  AptOrdering:
   libcurl4-gnutls-dev: Install
   libcurl4-gnutls-dev: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Tue Feb 28 20:54:17 2017
  DpkgTerminalLog:
   Preparing to unpack .../libcurl4-gnutls-dev_7.47.0-1ubuntu2.2_amd64.deb ...
   Unpacking libcurl4-gnutls-dev:amd64 (7.47.0-1ubuntu2.2) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libcurl4-gnutls-dev_7.47.0-1ubuntu2.2_amd64.deb 
(--unpack):
trying to overwrite shared '/usr/include/curl/curlbuild.h', which is 
different from other instances of package libcurl4-gnutls-dev:amd64
  DuplicateSignature:
   package:libcurl4-gnutls-dev:(not installed)
   Unpacking libcurl4-gnutls-dev:amd64 (7.47.0-1ubuntu2.2) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libcurl4-gnutls-dev_7.47.0-1ubuntu2.2_amd64.deb 
(--unpack):
trying to overwrite shared '/usr/include/curl/curlbuild.h', which is 
different from other instances of package libcurl4-gnutls-dev:amd64
  ErrorMessage: trying to overwrite shared '/usr/include/curl/curlbuild.h', 
which is different from other instances of package libcurl4-gnutls-dev:amd64
  InstallationDate: Installed on 2016-08-25 (187 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: curl
  Title: package libcurl4-gnutls-dev (not installed) failed to install/upgrade: 
trying to overwrite shared '/usr/include/curl/curlbuild.h', which is different 
from other instances of package libcurl4-gnutls-dev:amd64
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1668741/+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 1234458] Re: Indicator stuck on mouse icon, along with "estimating..."

2021-06-26 Thread Paul White
Further to comment #35, closing Papercuts task.

** Changed in: hundredpapercuts
   Status: In Progress => Fix Released

** Changed in: indicator-power
   Status: In Progress => Fix Released

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

Title:
  Indicator stuck on mouse icon, along with "estimating..."

Status in One Hundred Papercuts:
  Fix Released
Status in indicator-power:
  Fix Released
Status in indicator-power package in Ubuntu:
  Fix Released

Bug description:
  indicator-power 12.10.6+13.10.20130918.2-0ubuntu1, Ubuntu 13.10

  My power indicator is stuck on the mouse icon. When I click on it, it
  says "Mouse (estimating)".

  Why is it stuck on "estimating"?
  Why show the icon at all if I'm using a Logitech mouse with a battery?

  
  : "The brief time-remaining 
string for a component should be:
  * the time remaining for it to empty or fully charge, if estimable, in H:MM 
format; otherwise
  * 'estimating…' if the time remaining has been inestimable for less than 30 
seconds; otherwise
  * 'unknown' if the time remaining has been inestimable for between 30 seconds 
and one minute; otherwise
  * the empty string."

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1234458/+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 1933727] [NEW] Lightdm not working since system updates 2021-06-15

2021-06-26 Thread AO
Public bug reported:

On Ubuntu Impish.
Since the system was updated 2021-06-15, Lightdm is not working anymore, the 
system loads to a black screen with a cursor.
Gdm3 does work.
Reproducible on two separate computers

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: lightdm 1.30.0-0ubuntu4
ProcVersionSignature: Ubuntu 5.11.0-20.21+21.10.1-generic 5.11.21
Uname: Linux 5.11.0-20-generic x86_64
ApportVersion: 2.20.11-0ubuntu67
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: Unity:Unity7:ubuntu
Date: Sat Jun 26 09:59:15 2021
InstallationDate: Installed on 2020-03-15 (467 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200106)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.apport: [modified]
mtime.conffile..etc.default.apport: 2020-03-15T11:56:34.801446

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


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

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

Title:
  Lightdm not working since system updates 2021-06-15

Status in lightdm package in Ubuntu:
  New

Bug description:
  On Ubuntu Impish.
  Since the system was updated 2021-06-15, Lightdm is not working anymore, the 
system loads to a black screen with a cursor.
  Gdm3 does work.
  Reproducible on two separate computers

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: lightdm 1.30.0-0ubuntu4
  ProcVersionSignature: Ubuntu 5.11.0-20.21+21.10.1-generic 5.11.21
  Uname: Linux 5.11.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu67
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sat Jun 26 09:59:15 2021
  InstallationDate: Installed on 2020-03-15 (467 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200106)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-03-15T11:56:34.801446

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1933727/+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 1933724] Re: Screen goes blank after login

2021-06-26 Thread MichaelE
I am seeing error messages in the log that may have to do with the
problem:

2021-06-26T13:52:58.075527+02:00 mothership systemd[32763]: Starting GNOME 
Shell on Wayland...
2021-06-26T13:52:58.222505+02:00 mothership gnome-shell[33029]: pci id for fd 
9: 1a03:2000, driver (null)
2021-06-26T13:52:58.222634+02:00 mothership gnome-shell[33029]: MESA-LOADER: 
failed to open ast (search paths 
/usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
2021-06-26T13:52:58.222679+02:00 mothership gnome-shell[33029]: failed to load 
driver: ast
2021-06-26T13:52:58.257536+02:00 mothership gnome-shell[33029]: Failed to 
initialize accelerated iGPU/dGPU framebuffer sharing: Do not want to use 
software renderer (llvmpipe (LLVM 11.0.0, 256 bits)), falling back to CPU copy 
path

[...]

2021-06-26T14:27:22.564213+02:00 mothership gnome-shell[23054]: Failed
to initialize accelerated iGPU/dGPU framebuffer sharing: Do not want to
use software renderer (llvmpipe (LLVM 11.0.0, 256 bits)), falling back
to CPU copy path

[...]

2021-06-26T14:27:25.305014+02:00 mothership gnome-shell[23054]: Failed to post 
KMS update: drmModePageFlip on CRTC 33 failed: Nicht genügend Hauptspeicher 
verfügbar
2021-06-26T14:27:25.318910+02:00 mothership gnome-shell[23054]: GNOME Shell 
started at Sat Jun 26 2021 14:27:22 GMT+0200 (CEST)
2021-06-26T14:27:25.319761+02:00 mothership gnome-shell[23054]: Registering 
session with GDM

** Summary changed:

- Screen goes blank after login
+ Screen goes blank after login (Aspeed graphics)

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

Title:
  Screen goes blank after login (Aspeed graphics)

Status in xorg package in Ubuntu:
  New

Bug description:
  Server with Aspeed built-in graphics system and driver ast. Used to work, but 
since a few weeks scfeen goes blank after login. Login screen with lightdm 
works only after boot.
  User is logged in properly, just screen is left blank.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-59-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sat Jun 26 14:35:50 2021
  DistUpgraded: ProcessLookupError: [Errno 3] Kein passender Prozess gefunden
  DistroCodename: focal
  DistroVariant: ubuntu
  GraphicsCard:
   ASPEED Technology, Inc. ASPEED Graphics Family [1a03:2000] (rev 30) (prog-if 
00 [VGA controller])
 Subsystem: Super Micro Computer Inc ASPEED Graphics Family [15d9:0895]
  MachineType: Supermicro Super Server
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.8.0-59-generic 
root=UUID=ceb2127b-bad8-4e5a-a9bc-104bde7e6b93 ro rootflags=subvol=@ 
gfxpayload=true nomdmonddf nomdmonisw intel_iommu=on
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-08-21 (308 days ago)
  dmi.bios.date: 09/18/2020
  dmi.bios.release: 5.12
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.4
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X11SAE-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 1.01
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.4:bd09/18/2020:br5.12:svnSupermicro:pnSuperServer:pvr0123456789:rvnSupermicro:rnX11SAE-F:rvr1.01:cvnSupermicro:ct17:cvr0123456789:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Super Server
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro
  version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
  version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.2.6-0ubuntu0.20.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~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
  xserver.bootTime: Sat Jun 26 14:24:46 2021
  xserver.configfile: default
  xserver.errors:
   ast: module ABI major version (23) doesn't match the server's version (24)
   Failed to load module "ast" (module requirement mismatch, 0)
   ast: module ABI major version (23) doesn't match the server's version (24)
   Failed to load module "ast" (module requirement mismatch, 0)
   modeset(0): glamor initialization failed
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 

[Touch-packages] [Bug 1933725] Re: package ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 failed to install/upgrade: installed ntp package post-installation script subprocess returned error exit status 1

2021-06-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 failed to
  install/upgrade: installed ntp package post-installation script
  subprocess returned error exit status 1

Status in ntp package in Ubuntu:
  New

Bug description:
  while installing the NTP this error occures

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sat Jun 26 16:41:45 2021
  DuplicateSignature:
   package:ntp:1:4.2.8p12+dfsg-3ubuntu4.20.04.1
   Setting up ntp (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ...
   The group `ntp' already exists and is not a system group. Exiting.
   dpkg: error processing package ntp (--configure):
installed ntp package post-installation script subprocess returned error 
exit status 1
  ErrorMessage: installed ntp package post-installation script subprocess 
returned error exit status 1
  InstallationDate: Installed on 2021-06-24 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  NtpStatus: ntpq: read: Connection refused
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=fa3cbf2e-ae5e-47dc-824e-c36bf24bcfce ro quiet splash
  Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.5
  SourcePackage: ntp
  Title: package ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 failed to 
install/upgrade: installed ntp package post-installation script subprocess 
returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1933725/+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 1933725] [NEW] package ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 failed to install/upgrade: installed ntp package post-installation script subprocess returned error exit status 1

2021-06-26 Thread shaho ahmed
Public bug reported:

while installing the NTP this error occures

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Jun 26 16:41:45 2021
DuplicateSignature:
 package:ntp:1:4.2.8p12+dfsg-3ubuntu4.20.04.1
 Setting up ntp (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ...
 The group `ntp' already exists and is not a system group. Exiting.
 dpkg: error processing package ntp (--configure):
  installed ntp package post-installation script subprocess returned error exit 
status 1
ErrorMessage: installed ntp package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2021-06-24 (2 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
NtpStatus: ntpq: read: Connection refused
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=fa3cbf2e-ae5e-47dc-824e-c36bf24bcfce ro quiet splash
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: ntp
Title: package ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 failed to install/upgrade: 
installed ntp package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 failed to
  install/upgrade: installed ntp package post-installation script
  subprocess returned error exit status 1

Status in ntp package in Ubuntu:
  New

Bug description:
  while installing the NTP this error occures

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sat Jun 26 16:41:45 2021
  DuplicateSignature:
   package:ntp:1:4.2.8p12+dfsg-3ubuntu4.20.04.1
   Setting up ntp (1:4.2.8p12+dfsg-3ubuntu4.20.04.1) ...
   The group `ntp' already exists and is not a system group. Exiting.
   dpkg: error processing package ntp (--configure):
installed ntp package post-installation script subprocess returned error 
exit status 1
  ErrorMessage: installed ntp package post-installation script subprocess 
returned error exit status 1
  InstallationDate: Installed on 2021-06-24 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  NtpStatus: ntpq: read: Connection refused
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=fa3cbf2e-ae5e-47dc-824e-c36bf24bcfce ro quiet splash
  Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.5
  SourcePackage: ntp
  Title: package ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 failed to 
install/upgrade: installed ntp package post-installation script subprocess 
returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1933725/+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 1933724] [NEW] Screen goes blank after login

2021-06-26 Thread MichaelE
Public bug reported:

Server with Aspeed built-in graphics system and driver ast. Used to work, but 
since a few weeks scfeen goes blank after login. Login screen with lightdm 
works only after boot.
User is logged in properly, just screen is left blank.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-59-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Jun 26 14:35:50 2021
DistUpgraded: ProcessLookupError: [Errno 3] Kein passender Prozess gefunden
DistroCodename: focal
DistroVariant: ubuntu
GraphicsCard:
 ASPEED Technology, Inc. ASPEED Graphics Family [1a03:2000] (rev 30) (prog-if 
00 [VGA controller])
   Subsystem: Super Micro Computer Inc ASPEED Graphics Family [15d9:0895]
MachineType: Supermicro Super Server
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.8.0-59-generic 
root=UUID=ceb2127b-bad8-4e5a-a9bc-104bde7e6b93 ro rootflags=subvol=@ 
gfxpayload=true nomdmonddf nomdmonisw intel_iommu=on
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to focal on 2020-08-21 (308 days ago)
dmi.bios.date: 09/18/2020
dmi.bios.release: 5.12
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3.4
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X11SAE-F
dmi.board.vendor: Supermicro
dmi.board.version: 1.01
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 0123456789
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.4:bd09/18/2020:br5.12:svnSupermicro:pnSuperServer:pvr0123456789:rvnSupermicro:rnX11SAE-F:rvr1.01:cvnSupermicro:ct17:cvr0123456789:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: Super Server
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 0123456789
dmi.sys.vendor: Supermicro
version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.2.6-0ubuntu0.20.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~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
xserver.bootTime: Sat Jun 26 14:24:46 2021
xserver.configfile: default
xserver.errors:
 ast: module ABI major version (23) doesn't match the server's version (24)
 Failed to load module "ast" (module requirement mismatch, 0)
 ast: module ABI major version (23) doesn't match the server's version (24)
 Failed to load module "ast" (module requirement mismatch, 0)
 modeset(0): glamor initialization failed
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.20.9-2ubuntu1.2~20.04.2
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug 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/1933724

Title:
  Screen goes blank after login

Status in xorg package in Ubuntu:
  New

Bug description:
  Server with Aspeed built-in graphics system and driver ast. Used to work, but 
since a few weeks scfeen goes blank after login. Login screen with lightdm 
works only after boot.
  User is logged in properly, just screen is left blank.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-59-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sat Jun 26 14:35:50 2021
  DistUpgraded: ProcessLookupError: [Errno 3] Kein passender Prozess gefunden
  DistroCodename: focal
  DistroVariant: ubuntu
  GraphicsCard:
   ASPEED Technology, Inc. ASPEED Graphics Family [1a03:2000] (rev 30) (prog-if 
00 [VGA controller])
 Subsystem: Super Micro Computer Inc ASPEED Graphics Family [15d9:0895]
  MachineType: Supermicro Super Server
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.8.0-59-generic 
root=UUID=ceb2127b-bad8-4e5a-a9bc-104bde7e6b93 ro rootflags=subvol=@ 
gfxpayload=true nomdmonddf nomdmonisw intel_iommu=on
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-08-21 (308 days ago)
  dmi.bios.date: 09/18/2020
  dmi.bios.release: 5.12
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.4
  dmi.board.asset.tag: To be filled by 

[Touch-packages] [Bug 1510781] Re: The network manager icon is missing from the top task bar

2021-06-26 Thread Paul White
We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner.

I'm setting this bug to "Incomplete" as it's not seen any activity for
some time. If this is still an issue when using a maintained release of
Ubuntu then please let us know otherwise this bug report can be left to
expire in approximately 60 days time.


** Changed in: network-manager (Ubuntu)
 Assignee: smita  (smitaprabhu95) => (unassigned)

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

** Changed in: network-manager (Ubuntu)
   Status: Confirmed => Incomplete

** Tags added: vivid

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

Title:
  The network manager icon is missing from the top task bar

Status in One Hundred Papercuts:
  Incomplete
Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  I have recently updated  from 15.04 to 15.10 , now the network manager
  icon is missing from the top task bar and i am not able to chose wifi
  networks . i tried ti open the network settings and is shows an
  message ' The system network services are not compatible with this
  version'. I am able to access internet sometimes but don't know which
  wi-fi I am currently connected to. I have referred online and tried to
  downgrade the network manager but event that didn't fixed the problem
  so I upgraded it back to the latest.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Oct 28 09:37:16 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-10-13 (14 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static  metric 600 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.48  metric 
600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to wily on 2015-10-27 (0 days ago)
  nmcli-con:
   Error: command ['nmcli', '-f', 'all', 'con'] failed with exit code 1: 
   (process:4223): nmcli-CRITICAL **: Error: Could not create NMClient object: 
Timeout was reached.
  nmcli-dev:
   Error: command ['nmcli', '-f', 'all', 'dev'] failed with exit code 1: 
   (process:4219): nmcli-CRITICAL **: Error: Could not create NMClient object: 
Timeout was reached.
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.
  no_proxy: localhost,127.0.0.0/8,::1

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1510781/+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