On Fri, Sep 20, 2002 at 02:52:59AM -0400, James Dean wrote: > ttyv8 "/usr/local/bin/kdm" xterm on secure > > I keep getting these errors messages in my logs: > Sep 7 13:00:28 bsdguru kdm_config[12241]: Unknown command line option > 'ttyv8' > Sep 7 13:00:28 bsdguru kdm[12243]: Can't lock pid file /var/run/kdm.pid, > anothe > r xdm is running (pid 281)
You need to change the ttyv8 line to: ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure Your current setting is trying to spawn multiple copies of kdm, all of which (aside from the first one) are failing because the first one is running. The "Unknown command line option", you can't do anything about, so just ignore it. -- Jonathan Chen <[EMAIL PROTECTED]> ---------------------------------------------------------------------- "A person should be able to do a small bit of everything, specialisation is for insects" To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message