Re: KDM at boot

2007-06-26 Thread Norberto Meijome
On Tue, 26 Jun 2007 22:44:25 +0200 Sereno Ternullo <[EMAIL PROTECTED]> wrote: > This is even easier to remember: > > # init q > > It's the same for 'kill -HUP 1' well...not really. "init q" is specific to init. kill -HUP {pid} is the standard unix way to tell {pid} to reload its configuratio

Re: KDM at boot

2007-06-26 Thread Sereno Ternullo
Tim Daneliuk ha scritto: Eric Crist wrote: On Jun 25, 2007, at 7:39 PMJun 25, 2007, Cyrus wrote: ive done this before with Slackware 11, but read up on freebsd on how to do it, and its completley different. How do I go about having KDM start automaticly on boot? Edit /etc/tty

Re: KDM at boot

2007-06-25 Thread Tim Daneliuk
Eric Crist wrote: > On Jun 25, 2007, at 7:39 PMJun 25, 2007, Cyrus wrote: > >> ive done this before with Slackware 11, but read up on freebsd on how >> to do >> it, and its completley different. How do I go about having KDM start >> automaticly on boot? >> > > Edit /etc/ttys and modify line 45 a

Re: KDM at boot

2007-06-25 Thread Eric Crist
On Jun 25, 2007, at 7:39 PMJun 25, 2007, Cyrus wrote: ive done this before with Slackware 11, but read up on freebsd on how to do it, and its completley different. How do I go about having KDM start automaticly on boot? Edit /etc/ttys and modify line 45 as follows: ttyv8 "/usr/local/bin

KDM at boot

2007-06-25 Thread Cyrus
ive done this before with Slackware 11, but read up on freebsd on how to do it, and its completley different. How do I go about having KDM start automaticly on boot? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Kdm at boot

2004-02-06 Thread Jorn Argelo
edit /etc/ttys, and change xdm to the appropiate kdm path. Jorn On Friday 06 February 2004 16:51, Edd Barrett wrote: > What is the correct way of starting kdm at boot? I have tried echo > "/usr/local/bin/kdm >> /etc/rc.local" , but this causes the system to hang. > kdm

Re: Kdm at boot

2004-02-06 Thread Jeff Elkins
On Friday 06 February 2004 10:51 am, Edd Barrett wrote: > What is the correct way of starting kdm at boot? I have tried echo > "/usr/local/bin/kdm >> /etc/rc.local" , but this causes the system to hang. > kdm works fine if executed on a root shell. Someone told me to do

Kdm at boot

2004-02-06 Thread Edd Barrett
What is the correct way of starting kdm at boot? I have tried echo "/usr/local/bin/kdm >> /etc/rc.local" , but this causes the system to hang. kdm works fine if executed on a root shell. Someone told me to do a wait 5 && kdm, but i see