Package: gmetad
Version: No PID run file for gmetad
Severity: normal
-- System Information:
Debian Release: 6.0.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-486
Locale: LANG=fr_FR.utf8@euro, LC_CTYPE=fr_FR.utf8@euro (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
No PID file is created at startup. Like for gmond, the PID number will
be even wrong!
The init script is /etc/init.d/gmetad
Wrong line, option -m forgotten but even a bug stay width...
start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
--exec $DAEMON
Good line. gmetad accept a pid-file parameter
start-stop-daemon --start --quiet \
--exec $DAEMON -- --pid-file /var/run/$NAME.pid
By
gaby
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]