Re: [Refdb-users] refdbctl do not stop deamon
Status: Beta
Brought to you by:
mhoenicka
|
From: Wei-Wei G. <ww...@gm...> - 2009-05-11 07:40:19
|
Markus Hoenicka 写道: >> # refdbctl stop >> /usr/bin/refdbctl stop: /usr/bin/refdbd is not running >> >> Am I do anything wrong? >> > > Not necessarily. It might be a permission problem or a parsing problem > of the grep output as well. After starting refdbd using refdbctl, do you > see a file called "refdbd.pid" in /var/run/? If yes, could you please > post the contents? There is only one line in /var/run/refdbd.pid: 2908 It is the PID of refdbd. $ ps -C refdbd PID TTY TIME CMD 2908 ? 00:00:00 refdbd > Please also check the setting of the "pidfile" > variable in your refdbdrc. It should have the value > "/var/run/refdbd.pid" as well. > Here is the 'pidfile' line in refdbdrc: pidfile /var/run/refdbd.pid Best wishes, Wei-Wei |