Setting the Debug level in Kolab2.1

Volker Stoppe Grenzlaeufer at gmx.net
Fri Mar 14 10:21:48 CET 2008


Am 14.03.2008, 01:10 Uhr, schrieb Luca Fornasari <luca at furna.com>:

> Did you already tried Alain suggestion:
>
> in /etc/syslog.conf replace something like
> mail.*                                                  -/var/log/maillog
> into
> mail.info                                              -/var/log/maillog
>
> and restart your syslog?

Yes I did. I have sysklogd installed. Though I don´t think that it will  
change something. All my kolab-logging goes to:
/kolab/var/<servicename>/log/<logfile>.log

Excerpt from my syslog.conf:

auth,authpriv.*                 /var/log/auth.log
*.*;auth,authpriv.none          -/var/log/syslog
#cron.*                         /var/log/cron.log
daemon.*                        -/var/log/daemon.log
kern.*                          -/var/log/kern.log
lpr.*                           -/var/log/lpr.log
mail.info                       -/var/log/mail.log
user.*                          -/var/log/user.log
uucp.*                          /var/log/uucp.log


Am 14.03.2008, 01:31 Uhr, schrieb Alain Spineux <aspineux at gmail.com>:

> Did you run ?
> # /kolab/bin/openpkg rc imapd restart
>
> If so why did you keep a copy of your original fsl.imapd in the
> /etc/fsl directory ? Remove it :-)

Ok, I somekind "removed" it

mail:/kolab/etc/fsl# ls -l fsl.imapd*
-rw-r--r-- 1 kolab kolab 2431 2007-02-05 22:01 fsl.imapd.alt



---------------------------------------------------------------

I also experimented with the rc.fsl I did
openpkg rc fsl config   .... and
openpkg rc fsl daily

and restarted all the daemons. Is it correct that rc.fsl doesn´t offer  
start/restart/stop commands?


mail:/kolab/etc/rc.d# cat rc.fsl
#!/kolab/bin/openpkg rc
##
##  rc.fsl -- Run-Commands
##

%config
     fsl_enable="$openpkg_rc_def"
     fsl_log_prolog="true"
     fsl_log_epilog="true"
     fsl_log_numfiles="10"
     fsl_log_minsize="1M"
     fsl_log_complevel="9"

%daily -u root
     rcService fsl enable yes || exit 0
     shtool rotate -f \
         -n ${fsl_log_numfiles} -s ${fsl_log_minsize} -d \
         -z ${fsl_log_complevel} -o kolab-r -g kolab-r -m 644 \
         -P "${fsl_log_prolog}" \
         -E "${fsl_log_epilog}" \
         /kolab/var/fsl/fsl.log


-------------------------------------------------------------

Besides an excerpt of my fsl.imapd, which didn´t bring a solution. :-(

mail:/kolab/etc/fsl# cat fsl.imapd.alt | grep -A 1 info:
         info: file(
             path="/kolab/var/imapd/log/imapd.log",
--
         info: file(
             path="/kolab/var/imapd/log/pop3d.log",
--
         info: file(
             path="/kolab/var/imapd/log/pop3d.log",
--
         info: file(
             path="/kolab/var/imapd/log/sieve.log",
--
         info: file(
             path="/kolab/var/imapd/log/lmtpd.log",
--
         info: file(
             path="/kolab/var/imapd/log/idled.log",
--
         info: file(
             path="/kolab/var/imapd/log/notifyd.log",
--
         info: file(
             path="/kolab/var/imapd/log/cyrdeliver.log",
--
         info: file(
             path="/kolab/var/imapd/log/master.log",
--
         info: file(
             path="/kolab/var/imapd/log/cyr_db.log",
--
         info: file(
             path="/kolab/var/imapd/log/misc.log",




More information about the users mailing list