Oooooo, nasty :)
I'm going to assume that you have all the necessary binaries, libraries and configuration files copied into the jail and have no problem running a representative sample of lines from the standard scripts from the command line (as the BB user).
Two things then spring to mind. First, can you append to the dev/null inside the jail? In other words, will:
echo "nonsense" >> /dev/null
work, where:
echo "nonsense" > /dev/null
will not?
Second, what are the permissions on the jailed "dev" directory? Does making it world writable help?
Cheers, Phil.
-- Ed V.
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-= To unsubscribe from this list, or to subscribe to the bb-digest list send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or- subscribe bb-digest in the BODY of the message.