|
From: Stephen D. <ste...@gm...> - 2005-02-08 04:02:50
|
Bobby, You need to troubleshoot why it is not updating your mysql database. Try using command line to access your mysql db from the feeder machine. I remember having a problem with the password format not being accepted by the version of mysql that i was using. If you find that is the case look up +mysql +oldpassword on google. sgdailey On Tue, 8 Feb 2005 11:46:32 +0800, Feati University - Netadmin <net...@fe...> wrote: > Guys, > > I have problems setting-up my feeders under Fedora Core 3 and RH9 > > Machine 1: Shorewall & Feeders (Fedora Core 3) 172.23.1.1 > Machine 2: Web & MySql (RH9) 172.23.1.4 > > -- Under Machine 1 (feed_db-shorewall.pl) --- > > my $dsn = 'DBI:mysql:iptables:172.23.1.4'; > my $db_user_name = 'iptables_admin'; > my $db_password = 'xxxxx'; > my $log_file = '/var/log/messages'; > my $pid_file = "/var/run/iptablelog.pid"; > > ------------------------ > The service of iptablelog is up > (root 13667 0.0 0.8 9388 4464 ? S 11:46 0:00 > /usr/bin/perl /usr/local/bin/feed_db-shorewall.pl --background) > > but my Feeders of database didn't updating my mysql server :( > > Please help me... > > Bobby > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Iptablelog-users mailing list > Ipt...@li... > https://lists.sourceforge.net/lists/listinfo/iptablelog-users > |