Bug#299223: better idea

2005-03-15 Thread Thilo Pfennig
Am Montag, den 14.03.2005, 18:19 -0500 schrieb Justin Pryzby: 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?). In Webmin. mkfifo /tmp/fifo; tee -a /tmp/iptables.out 0/tmp/fifo echo -en

Bug#299223: better idea

2005-03-15 Thread Justin Pryzby
On Tue, Mar 15, 2005 at 01:47:17PM +0100, Thilo Pfennig wrote: Am Montag, den 14.03.2005, 18:19 -0500 schrieb Justin Pryzby: 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?). In Webmin. I

Bug#299223: better idea

2005-03-14 Thread Justin Pryzby
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: mkfifo /tmp/fifo; tee -a /tmp/iptables.out 0/tmp/fifo echo -en \n$(date)\n$0 @$ /tmp/fifo; exec 1/tmp/fifo 21 And if someone knows

Bug#299223: better idea

2005-03-14 Thread Justin Pryzby
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