all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: 71173@debbugs.gnu.org
Subject: bug#71173: ‘static-networking’ service can remain in ‘starting’ state forever
Date: Wed, 25 Dec 2024 22:38:17 +0100	[thread overview]
Message-ID: <87zfkj30l2.fsf@gnu.org> (raw)
In-Reply-To: <877cfj5l1j.fsf@inria.fr> ("Ludovic Courtès"'s message of "Fri, 24 May 2024 16:42:00 +0200")

Ludovic Courtès <ludo@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	other threads:[~2024-12-25 21:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-24 14:42 bug#71173: ‘static-networking’ service can remain in ‘starting’ state forever Ludovic Courtès
2024-12-25 21:38 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zfkj30l2.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=71173@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.