On Thu, Aug 17, 2006 at 02:41:13PM +0200, Steinar H. Gunderson wrote: > This is a bug in mount, checking for the wrong pid file, a duplicate of > #376931. I'm reassigning and merging. (It's definitely not "important", as > the submitter of #367931 seems to think, since it's only a textual warning; > it has no effect on the mount in any way beyond printing out the message.)
Actually to follow up: The latest nfs-common removed the pid files altogether, as they were nonsensical (the daemons don't write them themselves, and --make-pidfile to start-stop-daemon created pidfiles with the wrong pid, since the daemons fork, which caused them to be started multiple times). Thus, the entire check should simply be removed, or something more intelligent (like scanning for an rpc.idmapd process) written. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

