all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH installer] d/control: record util-linux-extra as dependency
@ 2025-12-19 19:03 Christoph Heiss
  2026-03-30 16:06 ` applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Heiss @ 2025-12-19 19:03 UTC (permalink / raw)
  To: pve-devel

In unconfigured.sh, we use waitpid(1) from util-linux-extra, which
currently is not pulled into the installer environment.

It only triggers under certain circumstances. The `command not found`
can be e.g. triggered by starting the auto-installer with an unreachable
answer server - which would drop users into the debug shell, then
pressing Ctrl+C will hit the `waitpid` path in `real_reboot`.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 9659924..17e4843 100644
--- a/debian/control
+++ b/debian/control
@@ -48,6 +48,7 @@ Depends: chrony,
          libjson-perl,
          proxmox-kernel-helper,
          squashfs-tools,
+         util-linux-extra,
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends},
-- 
2.51.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


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

end of thread, other threads:[~2026-03-30 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-19 19:03 [pve-devel] [PATCH installer] d/control: record util-linux-extra as dependency Christoph Heiss
2026-03-30 16:06 ` applied: " Thomas Lamprecht

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal