|
From: Andy M. <red...@gm...> - 2005-05-12 15:22:36
|
try changing the startup script. I had to change this line: $DAEMON --background to this : nohup $DAEMON & > /var/log/iptablelog.log 2>&1 On 5/12/05, Tobias D=F6rkes <tdo...@ho...> wrote: > Hi list, >=20 > i have a question regarding feed_db.pl. When running feed_db.pl invoked > by start-stop-script iptableslog, it does not collect any data ... But > when starting the script without the background parameter directly from > command line everything works fine. I am running SuSE 9.1. are there any > changes i have to implement either to the script or the environment ? >=20 > If anybody needs some more information, just drop a mail. >=20 > Any help appreciated, >=20 > Tobias D=F6rkes >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_ids93&alloc_id=16281&opclick > _______________________________________________ > Iptablelog-users mailing list > Ipt...@li... > https://lists.sourceforge.net/lists/listinfo/iptablelog-users > |