Ingvar - 2003-10-13

The initial data:

- FreeBSD 4.3-RELEASE
- netacct-mysql-0.73

Making and installation has ended successfully. The configuration file is resulted below:

database mysql
mysql_user acct
mysql_password acct_password
mysql_host localhost
mysql_database netacct
mysql_table accounting
pidfile/var/run/nacctd.pid
compactnet 192.168.1.0255.255.255.0
flush 300
fdelay 60
file/var/log/net-acct
dumpfile/var/log/net-acct-dump
notdev rl0
device ed0
ignoremask 255.255.255.0
ignorenet 127.0.0.0255.0.0.0
debug 2
debugfile/tmp/nacctd.debug
headers lo 1412
headers ed 1412

Problem:

Oct 13 3:12:14 PM itportal nacctd (write): error writing to file/var/log/net-acct: Undefined error: 0
Oct 13 3:12:14 PM itportal nacctd: child 72375 exited with error status 1

What's up?