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/ttys and modify line 45 as follows:

ttyv8   /usr/local/bin/kdm   xterm  on secure

Save the file, reboot.  Of course, you need to have KDE installed.



Shouldn't have to reboot.  'kill -HUP 1'   should do it. If not,
'shutdown now', hit return,   followed by ^D will do it ...
  


This is even easier to remember:

# init q

It's the same for 'kill -HUP 1'
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 configuration file. Most 
apps handle the HUP signal specifically.



_
{Beto|Norberto|Numard} Meijome

He has Van Gogh's ear for music.
  Billy Wilder

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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   xterm  on secure

Save the file, reboot.  Of course, you need to have KDE installed.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 as follows:
 
 ttyv8   /usr/local/bin/kdm   xterm  on secure
 
 Save the file, reboot.  Of course, you need to have KDE installed.

Shouldn't have to reboot.  'kill -HUP 1'   should do it. If not,
'shutdown now', hit return,   followed by ^D will do it ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 a wait 5
  kdm, but i see this as a bodge.

 Thanks

In /etc/ttys I have:

ttyv8   /usr/local/bin/kdm -nodaemon  xterm   on  secure

Jeff


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 works fine if executed on a root shell. Someone told me to do a wait 5
  kdm, but i see this as a bodge.

 Thanks

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]