hi,
I m using ASG 7.305 and on the daily executive report that I receive, I see an impossible value for "traffic processed" under Summary-->Network Usage ( I think it's the sum of all the values recorded until now, but I m not sure )
Searching on the posts archive I 've found other similar issue, so I tried to restart the ulogd service but without obtaining result. Then I see on the system.log file and I found these lines about the procedure rotate_adbs.plx :
2008:12:10-02:30:01 (none) /usr/sbin/cron[32390]: (root) CMD (nice -n19 /usr/local/bin/rotate_adbs.plx)
2008:12:10-02:30:02 (none) system: websec_aud log rotation starting
2008:12:10-02:30:02 (none) system: websec_aud log rotation finished
2008:12:10-02:30:02 (none) system: websec_aud rotation took 0 seconds to complete
2008:12:10-02:30:02 (none) system: websec_au log rotation starting
2008:12:10-02:30:02 (none) system: websec_au log rotation finished
2008:12:10-02:30:02 (none) system: websec_au rotation took 0 seconds to complete
2008:12:10-02:30:02 (none) system: ips log rotation starting
2008:12:10-02:30:02 (none) postgres[32412]: [3-1] ERROR: could not open relation 16969/16519/16563: No such file or directory
2008:12:10-02:30:02 (none) postgres[32412]: [3-2] STATEMENT: select distinct dayabs from ips where dayabs < $1
2008:12:10-02:32:01 (none) /usr/sbin/cron[32542]: (root) CMD ( nice -n19 /usr/local/bin/gen_inline_reporting_data.plx)
2008:12:10-02:32:02 (none) /usr/sbin/cron[32544]: (root) CMD (/sbin/auisys.plx --nosys)
2008:12:10-02:32:04 (none) postgres[32553]: [3-1] ERROR: could not open relation 16969/16519/16534: No such file or directory
I receive the same error if i try to do :
# psql -U reporting reporting
Welcome to psql 8.3.4, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
reporting=> SELECT * from accounting_data ;
ERROR: could not open relation 16969/16519/16534: No such file or directory
It' s here the problem? How can I resolve it?
many thanks