GNU bug report logs -
#71173
‘static-networking’ service can remain in ‘starting’ state forever
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Fri, 24 May 2024 14:43:01 UTC
Severity: normal
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71173 in the body.
You can then email your comments to 71173 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#71173
; Package
guix
.
(Fri, 24 May 2024 14:43:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 24 May 2024 14:43:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The ‘static-networking’ service can remain in ‘starting’ state forever
when it specifies a nonexistent NIC.
This can be reproduced by running a system such as hydra/bayfront.scm
(in maintenance.git) in ‘guix system vm’: shepherd will wait for
‘networking’ to start forever, preventing the machine from being cleanly
halted.
I believe this is due to indefinite blocking in ‘network-set-up/linux’:
;; Before going any further, wait for the
;; device to show up.
(wait-for-link
#$(network-address-device address)
#:blocking? #f)
It should instead wait for a limited amount of time (info "(shepherd)
Defining Services").
Ludo’.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#71173
; Package
guix
.
(Wed, 25 Dec 2024 21:39:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 71173 <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès <ludo <at> gnu.org> skribis:
> The ‘static-networking’ service can remain in ‘starting’ state forever
> when it specifies a nonexistent NIC.
>
> This can be reproduced by running a system such as hydra/bayfront.scm
> (in maintenance.git) in ‘guix system vm’: shepherd will wait for
> ‘networking’ to start forever, preventing the machine from being cleanly
> halted.
>
> I believe this is due to indefinite blocking in ‘network-set-up/linux’:
>
> ;; Before going any further, wait for the
> ;; device to show up.
> (wait-for-link
> #$(network-address-device address)
> #:blocking? #f)
>
> It should instead wait for a limited amount of time (info "(shepherd)
> Defining Services").
Proposed fix: <https://issues.guix.gnu.org/75100>.
Ludo'.
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Wed, 08 Jan 2025 23:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
bug acknowledged by developer.
(Wed, 08 Jan 2025 23:26:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 71173-done <at> debbugs.gnu.org (full text, mbox):
Pushed:
20a74ce28d tests: Run without the Linux kernel “quiet” argument.
431ab10344 services: static-networking: Fail when devices don’t show up.
8d649a8d17 services: static-networking: Run set-up/tear-down as a separate process.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 06 Feb 2025 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 35 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.