all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75100] [PATCH 0/3] Shepherd service of 'static-networking' completes in timely fashion
@ 2024-12-25 21:08 Ludovic Courtès
  2024-12-25 21:15 ` [bug#75100] [PATCH 1/3] services: static-networking: Run set-up/tear-down as a separate process Ludovic Courtès
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ludovic Courtès @ 2024-12-25 21:08 UTC (permalink / raw)
  To: 75100; +Cc: Ludovic Courtès

Hello,

This is a fix for <https://issues.guix.gnu.org/71173>, a bug
whereby the ‘start’ method of the static-networking service could
remain in “starting” state forever.  With this patch, it now fails
within a minute.

Feedback welcome!

Ludo’.

Ludovic Courtès (3):
  services: static-networking: Run set-up/tear-down as a separate
    process.
  services: static-networking: Fail when devices don’t show up.
  tests: Run without the Linux kernel “quiet” argument.

 gnu/services/base.scm    | 370 ++++++++++++++++++++-------------------
 gnu/tests.scm            |   3 +-
 gnu/tests/networking.scm |  71 +++++++-
 3 files changed, 263 insertions(+), 181 deletions(-)


base-commit: b66b58123d9598bdd9d33b4af8334fecd2419d5f
-- 
2.46.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-25 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-25 21:08 [bug#75100] [PATCH 0/3] Shepherd service of 'static-networking' completes in timely fashion Ludovic Courtès
2024-12-25 21:15 ` [bug#75100] [PATCH 1/3] services: static-networking: Run set-up/tear-down as a separate process Ludovic Courtès
2024-12-25 21:15 ` [bug#75100] [PATCH 2/3] services: static-networking: Fail when devices don’t show up Ludovic Courtès
2024-12-25 21:15 ` [bug#75100] [PATCH 3/3] tests: Run without the Linux kernel “quiet” argument Ludovic Courtès

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.