Subiquity crash on Lenovo X13s when executing udevadm

Bug #2003200 reported by Heinrich Schuchardt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
netplan.io (Ubuntu)
New
Undecided
Unassigned
subiquity (Ubuntu)
Confirmed
High
Unassigned

Bug Description

PythonArgs: ['/usr/sbin/netplan', 'apply']
Traceback:
 Traceback (most recent call last):
   File "/usr/sbin/netplan", line 23, in <module>
     netplan.main()
   File "/usr/share/netplan/netplan/cli/core.py", line 50, in main
     self.run_command()
   File "/usr/share/netplan/netplan/cli/utils.py", line 231, in run_command
     self.func()
   File "/usr/share/netplan/netplan/cli/commands/apply.py", line 61, in run
     self.run_command()
   File "/usr/share/netplan/netplan/cli/utils.py", line 231, in run_command
     self.func()
   File "/usr/share/netplan/netplan/cli/commands/apply.py", line 254, in command_apply
     subprocess.check_call(['udevadm', 'settle'])
   File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
     raise CalledProcessError(retcode, cmd)
 subprocess.CalledProcessError: Command '['udevadm', 'settle']' returned non-zero exit status 1

When I run 'udevadm settle' in a shell I get return code $? = 0

Revision history for this message
Heinrich Schuchardt (xypron) wrote :
description: updated
Revision history for this message
Danilo Egea Gondolfo (danilogondolfo) wrote :

The netplan crash report was generated at Wed Jan 18 12:36:55 2023

At that time, subquity was in some sort of retry storm calling udevadm settle as well.

...lots of the same lines before...
 2023-01-18 12:35:59,915 DEBUG subiquitycore.utils:77 run_command ['udevadm', 'settle', '-t', '0'] exited with code 1
 2023-01-18 12:35:59,916 DEBUG subiquity.server.controllers.filesystem:671 waiting 0.1 to let udev event queue settle
 2023-01-18 12:36:00,016 DEBUG subiquitycore.utils:64 run_command called: ['udevadm', 'settle', '-t', '0']
 2023-01-18 12:36:00,026 DEBUG subiquitycore.utils:77 run_command ['udevadm', 'settle', '-t', '0'] exited with code 1
 2023-01-18 12:36:00,026 DEBUG subiquity.server.controllers.filesystem:671 waiting 0.1 to let udev event queue settle
 2023-01-18 12:36:00,129 DEBUG subiquitycore.utils:64 run_command called: ['udevadm', 'settle', '-t', '0']
 2023-01-18 12:36:00,140 DEBUG subiquitycore.utils:77 run_command ['udevadm', 'settle', '-t', '0'] exited with code 1
 2023-01-18 12:36:00,140 DEBUG subiquity.server.controllers.filesystem:671 waiting 0.1 to let udev event queue settle
 2023-01-18 12:36:00,241 DEBUG subiquitycore.utils:64 run_command called: ['udevadm', 'settle', '-t', '0']
 2023-01-18 12:36:00,251 DEBUG subiquitycore.utils:77 run_command ['udevadm', 'settle', '-t', '0'] exited with code 1
 2023-01-18 12:36:00,251 DEBUG subiquity.server.controllers.filesystem:671 waiting 0.1 to let udev event queue settle
 2023-01-18 12:36:00,357 DEBUG subiquitycore.utils:64 run_command called: ['udevadm', 'settle', '-t', '0']
... lots of the same lines after...

Dan Bungert (dbungert)
Changed in subiquity (Ubuntu):
importance: Undecided → High
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.