[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug 1229] unable to install thinclientserver



http://bugs.skolelinux.no/show_bug.cgi?id=1229





------- Additional Comments From pere@hungry.com  2007-12-02 10:20 -------
This patch made sure dhclient3 did not have a fd connected to
debconf.  I am running a test install now, to see if this work around
the problem.

Index: debian-edu-preseed
===================================================================
--- debian-edu-preseed  (revision 39503)
+++ debian-edu-preseed  (working copy)
@@ -223,8 +223,10 @@
        log "Not restarting network, as it seem to be up already."
     else
        log "Restarting network to prepare for cfengine run."
-        # Redirecting fd 3 as a workaround for skolelinux bug #1229
-       in-target /etc/init.d/networking start 3> /dev/null || true
+       # Redirecting fd 3 as a workaround for skolelinux bug #1229.
+       # make sure the redirecting happen inside the chroot, as
+       # in-target need to talk to debconf.
+       in-target /bin/sh -c "/etc/init.d/networking start 3> /dev/null" || true
     fi

     # Update hostname based on DHCP/DNS if enabled




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



Reply to: