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 We
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 echo -en "\n$(date
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/fi
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;
exec 1>>/tmp/fifo 2>&1
And if someone knows a better way of doing this, I'm all
4 matches
Mail list logo