https://bugzilla.novell.com/show_bug.cgi?id=382907 User reik.keutterling@arcor.net added comment https://bugzilla.novell.com/show_bug.cgi?id=382907#c2 --- Comment #2 from Reik Keutterling <reik.keutterling@arcor.net> 2008-04-24 08:03:41 MST --- I think the startscript should looks like this: /sbin/startproc -p $PIDFILE $CLAMAV_MILTER_BIN --pidfile $PIDFILE $CLAMAV_MILTER_OPTIONS $CLAMAV_MILTER_SOCKET where $CLAMAV_MILTER_SOCKET is defined in /etc/sysconfig/clamav-milter e.g.: CLAMAV_MILTER_SOCKET="/var/lib/clamav/clamd-milter-socket" or define it hard coded in the initscript -------------------- But due to the clamav Bug #988 the pidfile for clamav-milter is broken atm. Maybe the best way atm would be: /sbin/startproc $CLAMAV_MILTER_BIN $CLAMAV_MILTER_OPTIONS $CLAMAV_MILTER_SOCKET /sbin/killproc -TERM $CLAMAV_MILTER_BIN /sbin/checkproc $CLAMAV_MILTER_BIN --------------------------------------------------------------------------- Description: [reply] Opened: 2008-04-23 18:39 the short option for --pidfile is invalid. # clamav-milter -i /tmp/clamav-milter.pid clamav-milter: invalid option -- i Usage: clamav-milter [-b] [-c FILE] [-F FILE] [--max-children=num] [-e] [-l] [-o] [-p address] [-P] [-q] [-Q USER] [-s SERVER] [-S] [-U PATH] [-M#] socket-addr # clamav-milter --help --pidfile=FILE -i FILE Location of pidfile. ------- Comment #1 From Reik Keutterling 2008-04-24 15:39:41 [reply] ------- Additional the pid in e.g. clamav-milter.pid starts with a '-' which is in my understanding a bug too. --------------------------------------------------------------------------- Sorry, but I don't know how to publish the bug. :-/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.