On Mon, Mar 14, 2005 at 06:08:39PM -0500, pryzbyj wrote: > On second thought, I'm not sure where you are seeing the reported > error (in a logfile?). > > It might help to use the following lines in /etc/init.d/iptables: It should be $@, not @$:
mkfifo /tmp/fifo; tee -a /tmp/iptables.out 0</tmp/fifo & echo -en "\n$(date)\n$0 $@" >>/tmp/fifo; exec 1>>/tmp/fifo 2>&1 Also, what steps are you taking in webmin to cause the error? Thanks, > Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]