View Single Post
  #11 (permalink)  
Old 02-16-2006, 11:09 AM
DMRDave DMRDave is offline
Active Member
 
Posts: 49
Default

Quote:
Originally Posted by marcmac
This is weird.
It's a special talent i have.

Looks like none of them failed.

zimbra@dmrmail01:/tmp> /opt/zimbra/bin/zmprov gacf | egrep '^zimbraLogRawLifetime'
zimbraLogRawLifetime: 31d
zimbra@dmrmail01:/tmp> /opt/zimbra/bin/zmprov gacf | egrep '^zimbraLogRawLifetime' | sed -e 's/zimbraLogRawLifetime: //'
31d
zimbra@dmrmail01:/tmp> /opt/zimbra/bin/zmprov gacf | egrep '^zimbraLogSummaryLifetime'
zimbraLogSummaryLifetime: 731d
zimbra@dmrmail01:/tmp> /opt/zimbra/bin/zmprov gacf | egrep '^zimbraLogSummaryLifetime' | sed -e 's/zimbraLogSummaryLifetime: //'
731d
zimbra@dmrmail01:/tmp> /opt/zimbra/bin/zmprov gacf | egrep '^zimbraLogSummaryLifetime' | sed -e 's/zimbraLogSummaryLifetime: //'
731d

I ran /opt/zimbra/bin/zmlogprocess after the above commands and still returned the text below:

Aggregating hour disk from 2006-02-16 09:00:00 to 2006-02-16 10:00:00
Aggregating hour disk from 2006-02-16 10:00:00 to 2006-02-16 11:00:00
Aggregating day disk from 2006-02-15 00:00:00 to 2006-02-16 00:00:00
RAW: 31
sed: -e expression #1, char 28: unterminated `s' command
grep: write error: Broken pipe
SUM:
Pruning raw mta logs from 2006-01-16 00:00:00
Pruning raw amavis logs from 2006-01-16 00:00:00

I have been editing some of my SuSE files with Pico. Specifically, the zmlogprocess script and the syslog-ng file. Is it possible i just made a typo somewhere? To troubleshoot that, I undid my changes but the issue still existed, so i am under the assumption that my edits are not the issue. Thanks again.
Reply With Quote