Installation hangs at "Preconfiguring packages .. Fetched..."

Thomas Lange lange at informatik.Uni-Koeln.DE
Wed Jan 19 18:11:50 CET 2005


>>>>> On Wed, 19 Jan 2005 12:21:37 +0100 (MET), "Heiko Zang" <mixtlis at gmx.de> said:


    >> redirecting stdin from </dev/null? Maybe this may help.
    > Tried that ($ROOTCMD apt-get install apache apache-common php4> /dev/null)
    > but System hangs as well.

No, that's wrong. Try this one, do not redirect stdout, but stdin

  $ROOTCMD apt-get install apache apache-common php4 < /dev/null
                                                    ---

-- 
regards Thomas



More information about the linux-fai mailing list