public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] start-stop-daemon: 1 process refused to stop (autofs restart)
@ 2008-04-27  9:20 Juergen Rose
  0 siblings, 0 replies; only message in thread
From: Juergen Rose @ 2008-04-27  9:20 UTC (permalink / raw
  To: gentoo-user-de

Hallo,

wenn ich versuche den automounter neu zu starten, erhalte ich einen
Fehler:

root@condor:/root(1)# /etc/init.d/autofs restart
 * Stopping automounter ...
[ !! ]
 * ERROR: autofs failed to stop

Wenn ich das dann per Hand wiederhole, erhalte ich folgendes:

root@condor:/root(2)# start-stop-daemon --stop --signal TERM
-p /var/run/autofs.pid 
 * start-stop-daemon: 1 process refused to stop

root@condor:/root(3)# ps -ef | grep
auto                                       
root      6227     1  0 Apr22 ?        00:00:06 /usr/sbin/automount
-p /var/run/autofs.pid
...

root@condor:/root(4)# kill  6227
root@condor:/root(5)# ps -ef | grep auto
root      6227     1  0 Apr22 ?        00:00:06 /usr/sbin/automount
-p /var/run/autofs.pid
...

Der Prozess 6227 (/usr/sbin/automount) weigert sich also auf das Signal
Term zu reagieren. Was kann die Ursache sein? SIGKILL funktioniert:

 root@condor:/root(7)# kill -9 6227
root@condor:/root(9)# /etc/init.d/autofs status 
 * status: crashed
root@condor:/root(10)# /etc/init.d/autofs zap   
 * Manually resetting autofs to stopped state
root@condor:/root(11)# /etc/init.d/autofs start
 * Starting automounter ...
[ ok ]

Gibt es neben SIGKILL eine bessere Loesung?

Juergen


-- 
gentoo-user-de@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-27  9:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27  9:20 [gentoo-user-de] start-stop-daemon: 1 process refused to stop (autofs restart) Juergen Rose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox