deploy: system-error "kexec-load-file" "~A" ("Invalid argument") (22)

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 2 months ago
(address . bug-guix@gnu.org)
87ikqvzy42.fsf@wolfsden.cz
Hello,

when I try to deploy my system, I see the following warning:

Toggle snippet (12 lines)
The following derivations will be built:
/gnu/store/w8cxahgkf6xkial3pnmv4hlpqybf5bad-kexec-load-system.scm.drv
/gnu/store/7zaprr6p1w6w3bjg00ai3s0f247a7gax-remote-exp.scm.drv
building /gnu/store/w8cxahgkf6xkial3pnmv4hlpqybf5bad-kexec-load-system.scm.drv...
successfully built /gnu/store/w8cxahgkf6xkial3pnmv4hlpqybf5bad-kexec-load-system.scm.drv
building /gnu/store/7zaprr6p1w6w3bjg00ai3s0f247a7gax-remote-exp.scm.drv...
successfully built /gnu/store/7zaprr6p1w6w3bjg00ai3s0f247a7gax-remote-exp.scm.drv
guix deploy: sending 2 store items (0 MiB) to '127.0.0.1'...
guix deploy: warning: failed to load system of '127.0.0.1' for kexec reboot:
system-error "kexec-load-file" "~A" ("Invalid argument") (22)

This is run with `-v 99'. I am unsure how to debug this further,
nothing useful is printed anywhere I can see.

It is just a warning, the deploy seems to succeed, but

1. There is no --no-kexec for guix-deploy, so I am unsure how to
suppress the warning.

2. It would obviously be better if it worked, so I would not need to
suppress the warning.

Any ideas?

Tomas

--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
Ludovic Courtès wrote 1 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 75320@debbugs.gnu.org)
875xloa1ra.fsf@gnu.org
Hi,

Tomas Volf <~@wolfsden.cz> skribis:

Toggle quote (3 lines)
> guix deploy: warning: failed to load system of '127.0.0.1' for kexec reboot:
> system-error "kexec-load-file" "~A" ("Invalid argument") (22)

This may be because you’re running an older kernel, which is now fixed:


Please close this bug if that is the case.

Thanks,
Ludo’.
Tomas Volf wrote 1 months ago
control message for bug #75320
(address . control@debbugs.gnu.org)
ac9a680b7951ddfc67d291e2632040a1@wolfsden.cz
close 75320
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75320@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75320
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help