Is the 24.04 arm image broken from maas.io? I was able to deploy yesterday (12/09/2024), but now I cannot.
22.04 is working fine.
MAAS v3.4.2
Is the 24.04 arm image broken from maas.io? I was able to deploy yesterday (12/09/2024), but now I cannot.
22.04 is working fine.
MAAS v3.4.2
What’s the error you get?
Thank you for the prompt response. It seems like it’s breaking trying to find the 6.8.0-50-generic kernel.
finish: cmd-install/stage-curthooks/builtin/cmd-curthooks/installing-kernel: FAIL: installing kernel
finish: cmd-install/stage-curthooks/builtin/cmd-curthooks: FAIL: curtin command curthooks
Traceback (most recent call last):
File "/curtin/curtin/commands/main.py", line 202, in main
ret = args.func(args)
^^^^^^^^^^^^^^^
File "/curtin/curtin/commands/curthooks.py", line 1918, in curthooks
builtin_curthooks(cfg, target, state)
File "/curtin/curtin/commands/curthooks.py", line 1752, in builtin_curthooks
install_kernel(cfg, target)
File "/curtin/curtin/commands/curthooks.py", line 385, in install_kernel
install(kernel_package)
File "/curtin/curtin/commands/curthooks.py", line 362, in install
distro.install_packages([pkg], target=target, env=env)
File "/curtin/curtin/distro.py", line 526, in install_packages
return install_cmd('install', args=pkglist, opts=opts, target=target,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/curtin/curtin/distro.py", line 308, in run_apt_command
cmd_rv = apt_install(mode, args, opts=opts, env=env, target=target,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/curtin/curtin/distro.py", line 356, in apt_install
cmd_rv = inchroot.subp(cmd + dl_opts + packages, env=env,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/curtin/curtin/util.py", line 792, in subp
return subp(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/curtin/curtin/util.py", line 280, in subp
return _subp(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^
File "/curtin/curtin/util.py", line 144, in _subp
raise ProcessExecutionError(stdout=out, stderr=err,
curtin.util.ProcessExecutionError: Unexpected error while running command.
Command: ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmpheckkt0i/target', 'apt-get', '--quiet', '--assume-yes', '--option=Dpkg::options::=--force-unsafe-io', '--option=Dpkg::Options::=--force-confold', 'install', '--download-only', 'linux-generic']
Exit code: 100
Reason: -
Stdout: ''
Stderr: ''
Unexpected error while running command.
Command: ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmpheckkt0i/target', 'apt-get', '--quiet', '--assume-yes', '--option=Dpkg::options::=--force-unsafe-io', '--option=Dpkg::Options::=--force-confold', 'install', '--download-only', 'linux-generic']
Exit code: 100
Reason: -
Stdout: ''
Stderr: ''
There are some issues with some linux-*
packages for noble because there are missing dependencies, the responsible team is already aware and they are working on this. The only way to have this fixed right now is to use an APT mirror with the package from yesterday.
In any case it is going to be fixed very soon (i.e. hours)
It looks like it is fixed, thank you! I appreciate all the hard work everyone is doing over there.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.