help-cfengine
[Top][All Lists]
Advanced

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

shellcommands: 3: Bad file descriptor


From: Michael Chesterton
Subject: shellcommands: 3: Bad file descriptor
Date: Fri, 16 Sep 2005 21:39:13 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Hello,

I'm trying to install a deb package through  shellcommands:

the apt-get install command is dying with

/var/lib/dpkg/info/nullmailer.postinst: line 31: 3: Bad file descriptor

line 31 is a debconf function which does

echo STOP >&3

above that is

exec 3>&1 1>&2

I'm completely lost, any ideas?

What's also confusing me is 

echo "$@" >&3

is run multiple times before the echo STOP with no error message.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]