[7.260] Accounting errors ind System.log [CONFIRMED]

Hello again.

i notice some Errors in my system.log was soon as i enable "accounting" under "Reporting"


2008:07:26-00:46:12 (none) postgres[15021]: [3-1] ERROR:  invalid page header in block 485 of relation "accounting"
2008:07:26-00:46:12 (none) postgres[15021]: [3-2] STATEMENT:  INSERT INTO public.accounting
2008:07:26-00:46:12 (none) postgres[15021]: [3-3]  (ip_saddr,ip_daddr,ip_protocol,l4_dport,raw_in_pktlen,raw_in_pktcount,raw_out_pktlen,raw_out_pktcount,flow_start_day,flow_start
2008:07:26-00:46:12 (none) postgres[15021]: [3-4] _sec,flow_duration) VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11);
2008:07:26-00:46:12 (none) ulogd[2580]: pg1: ERROR:  invalid page header in block 485 of relation "accounting"
2008:07:26-00:46:12 (none) ulogd[2580]: pg1: commit failed


anybody else?

Cheers
 Daniel
  • I've had this problem too. I've updated to v7.301 and still have the problem.

    I dropped the table and recreated it via the instructions below from another thread, and it seems good now.

    Specifically the instructions are:
    1.) /etc/init.d/ulog stop
    2.) /etc/init.d/syslogng stop
    3.) /var/storage/pgsql/init/reporting_db_init.sh
    4.) /etc/init.d/syslogng start
    5.) /etc/init.d/ulog start

    Function complete.