[Desktop-packages] [Bug 2077969] Re: my ubuntu taskbar disappeared and when I go to settings>ubuntu desktop this messages appears "no ubuntu settings found" and "oops, something has gone wrong. Please

2024-08-27 Thread Chris Peterson
Hi there and thanks for the report. Was this during an installation or
just during normal operation of your installed system?

** Also affects: gnome-control-center (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2077969

Title:
  my ubuntu taskbar disappeared and when I go to settings>ubuntu desktop
  this messages appears "no ubuntu settings found" and   "oops,
  something has gone wrong. Please report a bug in Launchpad"

Status in subiquity:
  New
Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  my ubuntu taskbar disappeared and when I go to settings>ubuntu desktop this 
messages appears "no ubuntu settings found" and   "oops, something has gone 
wrong. Please report a bug in Launchpad". I think I deleted some package 
wrongly while trying to use tactile app and gnome-extensions. Can you guys help 
me? Didnt find anything on internet. 
  Best regards.

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: subiquity (unknown)
  ProcVersionSignature: Ubuntu 6.8.0-41.41-generic 6.8.12
  Uname: Linux 6.8.0-41-generic x86_64
  ApportVersion: 2.28.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Aug 27 10:41:49 2024
  InstallationDate: Installed on 2024-06-16 (73 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: subiquity
  Symptom: installation
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1974483] Re: autoinstall ssh:install-server:false is misleading in 22.04

2024-08-06 Thread Chris Peterson
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1974483

Title:
  autoinstall ssh:install-server:false is misleading in 22.04

Status in subiquity:
  Fix Released
Status in livecd-rootfs package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in livecd-rootfs source package in Jammy:
  Fix Committed
Status in ubuntu-meta source package in Jammy:
  Fix Committed

Bug description:
  [ Impact ] 
  openssh-server is always installed to the target machine regardless of the 
user's explicit choice to not have it installed. 

  Backporting the fix will allow image builds to pick up it up and
  become available for the next point release.

  The upload fixes the bug by removing ssh-import-id from the server-
  minimal seed and meta-package such that it's not part of the base
  layer copied over during install.

  [ Test Plan ]

  live images -- Test 1:
   1. Download the latest server installer image from 
https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-live/
   2. Perform a regular install using the image and on the "SSH configuration" 
screen make sure "Install OpenSSH server" is NOT selected.
   3. Finish the install and reboot the machine.
   4. Login to the rebooted machine using the credentials provided during 
install.
   5. Using "apt-cache policy openssh-server" and "apt-cache policy 
ssh-import-id" confirm neither are installed.

  live images -- Test 2:
  - Perform Test 1 but instead opt-in to installing openssh-server and ensure 
it is installed in the target system.

  live-images -- Test 3:
  - Perform Test 2 but in a completely offline fashion.

  pre-installed images:
  - Download the latest preinstalled image from: 
https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-preinstalled/
  - Boot the image and, using the same commands as above, confirm 
openssh-server and ssh-import-id ARE installed

  [ Where problems could occur ]
  - openssh-server could be included in the build through other means than 
identified by the proposed upload, causing the package to be still installed by 
default.
  - openssh-server and ssh-import-id could fail to become part of the pool, 
prohibiting offline install of the packages.
  - Changes to the seeds could cause preinstalled images to lack the package.
  - The image build(s) may produce errors if they rely on openssh-server or 
ssh-import-id already being available in a layer in which it's now no longer 
included. (I can't say it's likely but it is worth mentioning)

  [ Other Info ]
   
   * I have built test images for ubuntu-cpc, both minimized and non-minimized, 
with my seed changes and verified those images will still correctly contain 
ssh-import-id and open-ssh-server

  
  [ Original Description]

  With 22.04, openssh-server is baked into the image curtin copies to
  the target. The ssh:install-server key no longer controls whether
  openssh-server gets installed. It should be easy enough to have the
  bit of code that installs openssh-server when the key is true also
  remove it when the key is false.

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


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


[Desktop-packages] [Bug 1974483] Re: autoinstall ssh:install-server:false is misleading in 22.04

2024-08-06 Thread Chris Peterson
I performed the preinstalled image tests today using the amd64 image
from [1] and can confirm openssh-server and ssh-import-id are installed.


[1] 
https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-preinstalled/20240805.1/

** Changed in: ubuntu-meta (Ubuntu Jammy)
Milestone: ubuntu-22.04.2 => ubuntu-22.04.5

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1974483

Title:
  autoinstall ssh:install-server:false is misleading in 22.04

Status in subiquity:
  Fix Released
Status in livecd-rootfs package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in livecd-rootfs source package in Jammy:
  Fix Committed
Status in ubuntu-meta source package in Jammy:
  Fix Committed

Bug description:
  [ Impact ] 
  openssh-server is always installed to the target machine regardless of the 
user's explicit choice to not have it installed. 

  Backporting the fix will allow image builds to pick up it up and
  become available for the next point release.

  The upload fixes the bug by removing ssh-import-id from the server-
  minimal seed and meta-package such that it's not part of the base
  layer copied over during install.

  [ Test Plan ]

  live images -- Test 1:
   1. Download the latest server installer image from 
https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-live/
   2. Perform a regular install using the image and on the "SSH configuration" 
screen make sure "Install OpenSSH server" is NOT selected.
   3. Finish the install and reboot the machine.
   4. Login to the rebooted machine using the credentials provided during 
install.
   5. Using "apt-cache policy openssh-server" and "apt-cache policy 
ssh-import-id" confirm neither are installed.

  live images -- Test 2:
  - Perform Test 1 but instead opt-in to installing openssh-server and ensure 
it is installed in the target system.

  live-images -- Test 3:
  - Perform Test 2 but in a completely offline fashion.

  pre-installed images:
  - Download the latest preinstalled image from: 
https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-preinstalled/
  - Boot the image and, using the same commands as above, confirm 
openssh-server and ssh-import-id ARE installed

  [ Where problems could occur ]
  - openssh-server could be included in the build through other means than 
identified by the proposed upload, causing the package to be still installed by 
default.
  - openssh-server and ssh-import-id could fail to become part of the pool, 
prohibiting offline install of the packages.
  - Changes to the seeds could cause preinstalled images to lack the package.
  - The image build(s) may produce errors if they rely on openssh-server or 
ssh-import-id already being available in a layer in which it's now no longer 
included. (I can't say it's likely but it is worth mentioning)

  [ Other Info ]
   
   * I have built test images for ubuntu-cpc, both minimized and non-minimized, 
with my seed changes and verified those images will still correctly contain 
ssh-import-id and open-ssh-server

  
  [ Original Description]

  With 22.04, openssh-server is baked into the image curtin copies to
  the target. The ssh:install-server key no longer controls whether
  openssh-server gets installed. It should be easy enough to have the
  bit of code that installs openssh-server when the key is true also
  remove it when the key is false.

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


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


[Desktop-packages] [Bug 1974483] Re: autoinstall ssh:install-server:false is misleading in 22.04

2024-08-05 Thread Chris Peterson
I performed all of the live-image tests today using [1] and can confirm
they pass.

I had also considered the fact that the changes might regress the
installer's ability to use ssh-import-id during the install process, so
I tested that too and can confirm it still works.


[1] 
https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-live/20240802.1/jammy-live-server-amd64.iso

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1974483

Title:
  autoinstall ssh:install-server:false is misleading in 22.04

Status in subiquity:
  Fix Released
Status in livecd-rootfs package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in livecd-rootfs source package in Jammy:
  Fix Committed
Status in ubuntu-meta source package in Jammy:
  Fix Committed

Bug description:
  [ Impact ] 
  openssh-server is always installed to the target machine regardless of the 
user's explicit choice to not have it installed. 

  Backporting the fix will allow image builds to pick up it up and
  become available for the next point release.

  The upload fixes the bug by removing ssh-import-id from the server-
  minimal seed and meta-package such that it's not part of the base
  layer copied over during install.

  [ Test Plan ]

  live images -- Test 1:
   1. Download the latest server installer image from 
https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-live/
   2. Perform a regular install using the image and on the "SSH configuration" 
screen make sure "Install OpenSSH server" is NOT selected.
   3. Finish the install and reboot the machine.
   4. Login to the rebooted machine using the credentials provided during 
install.
   5. Using "apt-cache policy openssh-server" and "apt-cache policy 
ssh-import-id" confirm neither are installed.

  live images -- Test 2:
  - Perform Test 1 but instead opt-in to installing openssh-server and ensure 
it is installed in the target system.

  live-images -- Test 3:
  - Perform Test 2 but in a completely offline fashion.

  pre-installed images:
  - Download the latest preinstalled image from: 
https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-preinstalled/
  - Boot the image and, using the same commands as above, confirm 
openssh-server and ssh-import-id ARE installed

  [ Where problems could occur ]
  - openssh-server could be included in the build through other means than 
identified by the proposed upload, causing the package to be still installed by 
default.
  - openssh-server and ssh-import-id could fail to become part of the pool, 
prohibiting offline install of the packages.
  - Changes to the seeds could cause preinstalled images to lack the package.
  - The image build(s) may produce errors if they rely on openssh-server or 
ssh-import-id already being available in a layer in which it's now no longer 
included. (I can't say it's likely but it is worth mentioning)

  [ Other Info ]
   
   * I have built test images for ubuntu-cpc, both minimized and non-minimized, 
with my seed changes and verified those images will still correctly contain 
ssh-import-id and open-ssh-server

  
  [ Original Description]

  With 22.04, openssh-server is baked into the image curtin copies to
  the target. The ssh:install-server key no longer controls whether
  openssh-server gets installed. It should be easy enough to have the
  bit of code that installs openssh-server when the key is true also
  remove it when the key is false.

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


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


[Desktop-packages] [Bug 2055418] Re: autoinstall crashing on 24.04 desktop daily build

2024-04-18 Thread Chris Peterson
Hi Jeff, apologies for the delay in getting back to you. Based on the
crash report provided it looks like it was a bug with the tracker
package. I think this should be sorted by now though!

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to tracker in Ubuntu.
https://bugs.launchpad.net/bugs/2055418

Title:
  autoinstall crashing on 24.04 desktop daily build

Status in subiquity:
  Invalid
Status in tracker package in Ubuntu:
  New

Bug description:
  Classis 24.04
  Daily build 02-28-2024
  AMD64

  Using the following autoinstall user-data file, the installer crashes
  as soon as it loads in the GUI.

  ```
  #cloud-config
  autoinstall:
version: 1

apt:
  geoip: true
  preserve_sources_list: false
  primary:
  - arches: [amd64, i386]
uri: http://archive.ubuntu.com/ubuntu
  - arches: [default]
uri: http://ports.ubuntu.com/ubuntu-ports

kernel:
  package: linux-generic-hwe-22.04

codecs:
  install: false
drivers:
  install: false

oem:
  install: auto
source:
  id: ubuntu-desktop-minimal
  search_drivers: false
timezone: America/Chicago
updates: security

identity: 
  hostname: tiny
  password: 
$6$NtXwPsM/enBpRMOS$lxsTsJPuSzovFVWJdN3TF89yaqVzLTeqthUD8feRljnTs6EENgkOqttrkd3fiNWJFqRqi.5/m7RUi6.IgKkwb0
  username: ubuntu
keyboard: 
  layout: us
  toggle: null
  variant: ''
locale: en_US
#refresh-installer:
#  update: yes


  

storage:
  layout:
name: hybrid
encrypted: yes



  
ssh:
  allow-pw: true
  install-server: true
  authorized-keys: 

- [key-1]
- [key-2]
  ```

  An ubuntu GUI crash report window appears, saying that the process
  /usr/libexec/tracker-extract-3 is what crashed.

  Attached is the entirety of the /var/log/installer directory.

  This same autoinstall file used in conjunction with a 23.10.1 ISO
  works perfectly fine.  TPM+FDE and all.

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


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


[Desktop-packages] [Bug 2060335] Re: upower/1.90.2-8build3 autopkgtest failure on arm64

2024-04-12 Thread Chris Peterson
That works! Thanks Andreas.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/2060335

Title:
  upower/1.90.2-8build3 autopkgtest failure on arm64

Status in upower package in Ubuntu:
  Fix Committed

Bug description:
  autopkgtests fail, only on arm64, after a no-change-rebuild, with the
  following output:

  689s TI:22:39:23 Handling SIGTERM
  689s .
  689s ==
  689s ERROR: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/lib/python3.12/shutil.py", line 785, in rmtree
  689s _rmtree_safe_fd(fd, path, onexc)
  689s   File "/usr/lib/python3.12/shutil.py", line 717, in _rmtree_safe_fd
  689s onexc(os.unlink, fullname, err)
  689s   File "/usr/lib/python3.12/shutil.py", line 715, in _rmtree_safe_fd
  689s os.unlink(entry.name, dir_fd=topfd)
  689s FileNotFoundError: [Errno 2] No such file or directory: 
'history-time-full-G935_Gaming_Headset.dat.KL0SL2'
  689s
  689s ==
  689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/libexec/upower/integration-test.py", line 2558, in 
test_daemon_restart
  689s self.stop_daemon()
  689s   File "/usr/libexec/upower/integration-test.py", line 239, in 
stop_daemon
  689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
  689s AssertionError: -15 != 0
  689s
  689s ==
  689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/libexec/upower/integration-test.py", line 173, in tearDown
  689s self.stop_daemon()
  689s   File "/usr/libexec/upower/integration-test.py", line 239, in 
stop_daemon
  689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
  689s AssertionError: -15 != 0
  689s
  689s --
  689s Ran 66 tests in 194.378s
  689s
  689s FAILED (failures=2, errors=1)

  full log:

  https://autopkgtest.ubuntu.com/results/autopkgtest-
  noble/noble/arm64/u/upower/20240405_224518_5cff1@/log.gz

  These test passed in the previous version: 
  
https://autopkgtest.ubuntu.com/results/autopkgtest-noble/noble/arm64/u/upower/20240405_224754_d187c@/log.gz

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


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


[Desktop-packages] [Bug 2060335] Re: upower/1.90.2-8build3 autopkgtest failure on arm64

2024-04-08 Thread Chris Peterson
Yes, a no-change rebuild fixes the issue.

Please see attached debdiff for the fix.

I have provided a PPA with the build and tests:

PPA: https://launchpad.net/~cpete/+archive/ubuntu/upower

arm64 autopkgtest log:

https://autopkgtest.ubuntu.com/results/autopkgtest-noble-cpete-
upower/noble/arm64/u/upower/20240407_191552_37f4e@/log.gz

arm64 autopkgtests artifacts:

https://autopkgtest.ubuntu.com/results/autopkgtest-noble-cpete-
upower/noble/arm64/u/upower/20240407_191552_37f4e@/artifacts.tar.gz



** Patch added: "upower_1.90.2-8build3_1.90.2-8build4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/2060335/+attachment/5762206/+files/upower_1.90.2-8build3_1.90.2-8build4.debdiff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/2060335

Title:
  upower/1.90.2-8build3 autopkgtest failure on arm64

Status in upower package in Ubuntu:
  In Progress

Bug description:
  autopkgtests fail, only on arm64, after a no-change-rebuild, with the
  following output:

  689s TI:22:39:23 Handling SIGTERM
  689s .
  689s ==
  689s ERROR: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/lib/python3.12/shutil.py", line 785, in rmtree
  689s _rmtree_safe_fd(fd, path, onexc)
  689s   File "/usr/lib/python3.12/shutil.py", line 717, in _rmtree_safe_fd
  689s onexc(os.unlink, fullname, err)
  689s   File "/usr/lib/python3.12/shutil.py", line 715, in _rmtree_safe_fd
  689s os.unlink(entry.name, dir_fd=topfd)
  689s FileNotFoundError: [Errno 2] No such file or directory: 
'history-time-full-G935_Gaming_Headset.dat.KL0SL2'
  689s
  689s ==
  689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/libexec/upower/integration-test.py", line 2558, in 
test_daemon_restart
  689s self.stop_daemon()
  689s   File "/usr/libexec/upower/integration-test.py", line 239, in 
stop_daemon
  689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
  689s AssertionError: -15 != 0
  689s
  689s ==
  689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/libexec/upower/integration-test.py", line 173, in tearDown
  689s self.stop_daemon()
  689s   File "/usr/libexec/upower/integration-test.py", line 239, in 
stop_daemon
  689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
  689s AssertionError: -15 != 0
  689s
  689s --
  689s Ran 66 tests in 194.378s
  689s
  689s FAILED (failures=2, errors=1)

  full log:

  https://autopkgtest.ubuntu.com/results/autopkgtest-
  noble/noble/arm64/u/upower/20240405_224518_5cff1@/log.gz

  These test passed in the previous version: 
  
https://autopkgtest.ubuntu.com/results/autopkgtest-noble/noble/arm64/u/upower/20240405_224754_d187c@/log.gz

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


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


[Desktop-packages] [Bug 2060335] [NEW] upower/1.90.2-8build3 autopkgtest failure on arm64

2024-04-06 Thread Chris Peterson
Public bug reported:

autopkgtests fail, only on arm64, after a no-change-rebuild, with the
following output:

689s TI:22:39:23   Handling SIGTERM
689s .
689s ==
689s ERROR: test_daemon_restart (__main__.Tests.test_daemon_restart)
689s --
689s Traceback (most recent call last):
689s   File "/usr/lib/python3.12/shutil.py", line 785, in rmtree
689s _rmtree_safe_fd(fd, path, onexc)
689s   File "/usr/lib/python3.12/shutil.py", line 717, in _rmtree_safe_fd
689s onexc(os.unlink, fullname, err)
689s   File "/usr/lib/python3.12/shutil.py", line 715, in _rmtree_safe_fd
689s os.unlink(entry.name, dir_fd=topfd)
689s FileNotFoundError: [Errno 2] No such file or directory: 
'history-time-full-G935_Gaming_Headset.dat.KL0SL2'
689s
689s ==
689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
689s --
689s Traceback (most recent call last):
689s   File "/usr/libexec/upower/integration-test.py", line 2558, in 
test_daemon_restart
689s self.stop_daemon()
689s   File "/usr/libexec/upower/integration-test.py", line 239, in stop_daemon
689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
689s AssertionError: -15 != 0
689s
689s ==
689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
689s --
689s Traceback (most recent call last):
689s   File "/usr/libexec/upower/integration-test.py", line 173, in tearDown
689s self.stop_daemon()
689s   File "/usr/libexec/upower/integration-test.py", line 239, in stop_daemon
689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
689s AssertionError: -15 != 0
689s
689s --
689s Ran 66 tests in 194.378s
689s
689s FAILED (failures=2, errors=1)

full log:

https://autopkgtest.ubuntu.com/results/autopkgtest-
noble/noble/arm64/u/upower/20240405_224518_5cff1@/log.gz

These test passed in the previous version: 
https://autopkgtest.ubuntu.com/results/autopkgtest-noble/noble/arm64/u/upower/20240405_224754_d187c@/log.gz

** Affects: upower (Ubuntu)
 Importance: Undecided
 Assignee: Chris Peterson (cpete)
 Status: In Progress


** Tags: update-excuse

** Description changed:

- autopkgtests fail, only on arm64, with the following output:
+ autopkgtests fail, only on arm64, after a no-change-rebuild, with the
+ following output:
  
  689s TI:22:39:23 Handling SIGTERM
  689s .
  689s ==
  689s ERROR: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/lib/python3.12/shutil.py", line 785, in rmtree
  689s _rmtree_safe_fd(fd, path, onexc)
  689s   File "/usr/lib/python3.12/shutil.py", line 717, in _rmtree_safe_fd
  689s onexc(os.unlink, fullname, err)
  689s   File "/usr/lib/python3.12/shutil.py", line 715, in _rmtree_safe_fd
  689s os.unlink(entry.name, dir_fd=topfd)
  689s FileNotFoundError: [Errno 2] No such file or directory: 
'history-time-full-G935_Gaming_Headset.dat.KL0SL2'
- 689s 
+ 689s
  689s ==
  689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/libexec/upower/integration-test.py", line 2558, in 
test_daemon_restart
  689s self.stop_daemon()
  689s   File "/usr/libexec/upower/integration-test.py", line 239, in 
stop_daemon
  689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
  689s AssertionError: -15 != 0
- 689s 
+ 689s
  689s ==
  689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/libexec/upower/integration-test.py", line 173, in tearDown
  689s self.stop_daemon()
  689s   File "/usr/libexec/upower/integration-test.py", line 239, in 
stop_daemon
  689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
  689s AssertionError: -15 != 0
- 689s 
+ 689s
  689s --
  689s Ran 66 tests in 194.378s
- 689s 
+ 689s
  689s FAILED (fai

[Desktop-packages] [Bug 2060335] Re: upower/1.90.2-8build3 autopkgtest failure on arm64

2024-04-06 Thread Chris Peterson
I estimate another ncr could fix the issue. Building and testing in a
ppa.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/2060335

Title:
  upower/1.90.2-8build3 autopkgtest failure on arm64

Status in upower package in Ubuntu:
  In Progress

Bug description:
  autopkgtests fail, only on arm64, after a no-change-rebuild, with the
  following output:

  689s TI:22:39:23 Handling SIGTERM
  689s .
  689s ==
  689s ERROR: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/lib/python3.12/shutil.py", line 785, in rmtree
  689s _rmtree_safe_fd(fd, path, onexc)
  689s   File "/usr/lib/python3.12/shutil.py", line 717, in _rmtree_safe_fd
  689s onexc(os.unlink, fullname, err)
  689s   File "/usr/lib/python3.12/shutil.py", line 715, in _rmtree_safe_fd
  689s os.unlink(entry.name, dir_fd=topfd)
  689s FileNotFoundError: [Errno 2] No such file or directory: 
'history-time-full-G935_Gaming_Headset.dat.KL0SL2'
  689s
  689s ==
  689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/libexec/upower/integration-test.py", line 2558, in 
test_daemon_restart
  689s self.stop_daemon()
  689s   File "/usr/libexec/upower/integration-test.py", line 239, in 
stop_daemon
  689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
  689s AssertionError: -15 != 0
  689s
  689s ==
  689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart)
  689s --
  689s Traceback (most recent call last):
  689s   File "/usr/libexec/upower/integration-test.py", line 173, in tearDown
  689s self.stop_daemon()
  689s   File "/usr/libexec/upower/integration-test.py", line 239, in 
stop_daemon
  689s self.assertEqual(self.daemon.wait(timeout=5.0), 0)
  689s AssertionError: -15 != 0
  689s
  689s --
  689s Ran 66 tests in 194.378s
  689s
  689s FAILED (failures=2, errors=1)

  full log:

  https://autopkgtest.ubuntu.com/results/autopkgtest-
  noble/noble/arm64/u/upower/20240405_224518_5cff1@/log.gz

  These test passed in the previous version: 
  
https://autopkgtest.ubuntu.com/results/autopkgtest-noble/noble/arm64/u/upower/20240405_224754_d187c@/log.gz

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


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


[Desktop-packages] [Bug 2060080] Re: 23.13.9-2ubuntu5 is FTBFS on armhf

2024-04-02 Thread Chris Peterson
So something changed to add -Werror=implicit-function-declaration at
build time (gcc didn't change so maybe dpkg?), which should have caused
the other arches to fail as well but since they ran at different times
they pulled different versions of build dependencies. This will likely
get fixed on a rebuild and these are getting queued en masse, so I'm
marking as invalid unless we have a reason to track this later.

** Changed in: accountsservice (Ubuntu)
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/2060080

Title:
  23.13.9-2ubuntu5 is FTBFS on armhf

Status in accountsservice package in Ubuntu:
  Invalid

Bug description:
  The armhf build fails with the following build error:

  ../subprojects/mocklibc-1.0/src/netgroup-debug.c: In function 
‘netgroup_debug_print_entry’:
  ../subprojects/mocklibc-1.0/src/netgroup-debug.c:25:3: error: implicit 
declaration of function ‘print_indent’ [-Werror=implicit-function-declaration]
 25 |   print_indent(stream, indent);
|   ^~~~
  cc1: some warnings being treated as errors

  
  See the logs here:

  https://launchpadlibrarian.net/722843641/buildlog_ubuntu-noble-
  armhf.accountsservice_23.13.9-2ubuntu5_BUILDING.txt.gz

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


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


[Desktop-packages] [Bug 2060080] [NEW] 23.13.9-2ubuntu5 is FTBFS on armhf

2024-04-02 Thread Chris Peterson
Public bug reported:

The armhf build fails with the following build error:

../subprojects/mocklibc-1.0/src/netgroup-debug.c: In function 
‘netgroup_debug_print_entry’:
../subprojects/mocklibc-1.0/src/netgroup-debug.c:25:3: error: implicit 
declaration of function ‘print_indent’ [-Werror=implicit-function-declaration]
   25 |   print_indent(stream, indent);
  |   ^~~~
cc1: some warnings being treated as errors


See the logs here:

https://launchpadlibrarian.net/722843641/buildlog_ubuntu-noble-
armhf.accountsservice_23.13.9-2ubuntu5_BUILDING.txt.gz

** Affects: accountsservice (Ubuntu)
 Importance: Undecided
 Assignee: Chris Peterson (cpete)
 Status: In Progress

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/2060080

Title:
  23.13.9-2ubuntu5 is FTBFS on armhf

Status in accountsservice package in Ubuntu:
  In Progress

Bug description:
  The armhf build fails with the following build error:

  ../subprojects/mocklibc-1.0/src/netgroup-debug.c: In function 
‘netgroup_debug_print_entry’:
  ../subprojects/mocklibc-1.0/src/netgroup-debug.c:25:3: error: implicit 
declaration of function ‘print_indent’ [-Werror=implicit-function-declaration]
 25 |   print_indent(stream, indent);
|   ^~~~
  cc1: some warnings being treated as errors

  
  See the logs here:

  https://launchpadlibrarian.net/722843641/buildlog_ubuntu-noble-
  armhf.accountsservice_23.13.9-2ubuntu5_BUILDING.txt.gz

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


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


[Desktop-packages] [Bug 2055418] Re: autoinstall crashing on 24.04 desktop daily build

2024-03-04 Thread Chris Peterson
Hi,

Thanks for your report and providing some logs! Could you try the
install again and run `sudo apport-cli -u 2055418 -c /var/crash/*.crash`
in the terminal? This should collect a bit more information and dump it
here so we can investigate further.

Thank you,
Chris

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to tracker in Ubuntu.
https://bugs.launchpad.net/bugs/2055418

Title:
  autoinstall crashing on 24.04 desktop daily build

Status in subiquity:
  New
Status in tracker package in Ubuntu:
  New

Bug description:
  Classis 24.04
  Daily build 02-28-2024
  AMD64

  Using the following autoinstall user-data file, the installer crashes
  as soon as it loads in the GUI.

  ```
  #cloud-config
  autoinstall:
version: 1

apt:
  geoip: true
  preserve_sources_list: false
  primary:
  - arches: [amd64, i386]
uri: http://archive.ubuntu.com/ubuntu
  - arches: [default]
uri: http://ports.ubuntu.com/ubuntu-ports

kernel:
  package: linux-generic-hwe-22.04

codecs:
  install: false
drivers:
  install: false

oem:
  install: auto
source:
  id: ubuntu-desktop-minimal
  search_drivers: false
timezone: America/Chicago
updates: security

identity: 
  hostname: tiny
  password: 
$6$NtXwPsM/enBpRMOS$lxsTsJPuSzovFVWJdN3TF89yaqVzLTeqthUD8feRljnTs6EENgkOqttrkd3fiNWJFqRqi.5/m7RUi6.IgKkwb0
  username: ubuntu
keyboard: 
  layout: us
  toggle: null
  variant: ''
locale: en_US
#refresh-installer:
#  update: yes


  

storage:
  layout:
name: hybrid
encrypted: yes



  
ssh:
  allow-pw: true
  install-server: true
  authorized-keys: 

- [key-1]
- [key-2]
  ```

  An ubuntu GUI crash report window appears, saying that the process
  /usr/libexec/tracker-extract-3 is what crashed.

  Attached is the entirety of the /var/log/installer directory.

  This same autoinstall file used in conjunction with a 23.10.1 ISO
  works perfectly fine.  TPM+FDE and all.

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


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


[Desktop-packages] [Bug 791464] Re: clock-applet crashed with SIGABRT in raise()

2011-09-13 Thread Chris Peterson
This bug is 100% reproducible. I am using Lucid Lynx. If I click on the
click applet, the calendar pops up but is hung. After a few seconds, the
clock applet crashes.

I have attached my crash file. I enabled apport, but it refuses to
upload the crash file:

"The problem cannot be reported: The program crashed on an assertion
failure, but the message could not be retrieved. Apport does not support
reporting these crashes."

** Attachment added: "_usr_lib_gnome-panel_clock-applet.1002.crash"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/791464/+attachment/2399582/+files/_usr_lib_gnome-panel_clock-applet.1002.crash

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/791464

Title:
  clock-applet crashed with SIGABRT in raise()

Status in “gnome-panel” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gnome-panel

  clicked on it once to show calendar, clicked again to hide calendar,
  it then crashed.  vmware workstation was running on the same screen,
  behind the panel.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gnome-panel 1:2.32.1-0ubuntu6.5
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Jun  1 12:31:49 2011
  ExecutablePath: /usr/lib/gnome-panel/clock-applet
  GConfNonDefault:
   
/apps/panel/general/applet_id_list=[applet_1,indicator_applet_screen0,notification_area_screen0,applet_4,applet_5,applet_3,applet_6,trashapplet_screen1,workspace_switcher_screen1,window_list_screen1,show_desktop_button_screen1,indicator_applet_screen1,notification_area_screen1]
   
/apps/panel/general/object_id_list=[menu_bar_screen0,object_1,browser_launcher_screen1,menu_bar_screen1]
   
/apps/panel/general/toplevel_id_list=[top_panel_screen0,bottom_panel_screen1,top_panel_screen1]
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcCmdline: /usr/lib/gnome-panel/clock-applet
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
  Signal: 6
  SourcePackage: gnome-panel
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message (domain=, file=, line=, func=0x4255a0 
"calendar_client_handle_query_completed", message=0x17dc7c0 "assertion failed: 
(source->query_in_progress != FALSE)") at 
/build/buildd/glib2.0-2.28.6/./glib/gtestutils.c:1358
   g_assertion_message_expr (domain=0x0, file=0x424f88 "calendar-client.c", 
line=1309, func=0x4255a0 "calendar_client_handle_query_completed", expr=) at /build/buildd/glib2.0-2.28.6/./glib/gtestutils.c:1369
   ?? ()
  Title: clock-applet crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to natty on 2011-05-02 (30 days ago)
  UserGroups: adm admin audio cdrom dialout disk fuse jgibson kvm lpadmin 
netdev plugdev sambashare video

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

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


[Desktop-packages] [Bug 580735] Re: Clock Applet crashes for no reason

2011-09-13 Thread Chris Peterson
This bug is 100% reproducible. I am using Lucid Lynx.

I have attached my crash file. I enabled apport, but it refuses to
upload the crash:

"The problem cannot be reported: The program crashed on an assertion
failure, but the message could not be retrieved. Apport does not support
reporting these crashes."

Why are assertions enabled in production code? And if you choose to
enable them, the apport bug reporter should be able to handle them like
any other crash.


** Attachment added: "_usr_lib_gnome-panel_clock-applet.1002.crash"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/580735/+attachment/2399536/+files/_usr_lib_gnome-panel_clock-applet.1002.crash

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/580735

Title:
  Clock Applet crashes for no reason

Status in “gnome-panel” package in Ubuntu:
  Invalid

Bug description:
  At random times of the day, the clock-applet will stop working.  I
  won't know until I check the time and notice that it is incorrect
  based on another time source (i.e. phone, laptop, etc..)  Running TOP
  I find a zombie process.  I kill the zombie process and an error will
  pop up with the message "CLOCK" has quit unexpectedly and give me two
  options, close or reload the applet.  I can reload, and the applet
  will start up again, but at a random time, will stop and create the
  zombie process again.  I I choose to close the error, the clock-applet
  no longer displays on my panel.  I can through the "ADD TO PANEL"
  dialog add the clock back to the panel and it will start, but within a
  random amount of time will stop again.

  Ubuntu Version: 10.04 LTS

  What is expected to happen: Clock applet should run without a problem.

  What happens instead: Clock applet stops working after a random period
  of time and a reload is required.

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

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