View previous topic :: View next topic |
Author |
Message |
johnk73 n00b


Joined: 18 Dec 2002 Posts: 53 Location: Orlando, FL
|
Posted: Fri Jan 03, 2003 7:11 pm Post subject: Starting Xinetd |
|
|
Hi,
I want to run Hotwayd for accessing my hotmail account using sylpheed,
I've emerged xinetd, I can't figure out how to start xinetd.
I've tried
Code: | $ cd /usr/sbin/
$ ./xinetd |
I then try to get the pid number
Code: | $ ps -eo "%p %c" | grep xinetd |
This returns nothing so I'm assuming that xinetd hasn't started.
So how do I start xinetd and also start it at boot?
Thanks,
John |
|
Back to top |
|
 |
pilla Bodhisattva


Joined: 07 Aug 2002 Posts: 7731 Location: Underworld
|
Posted: Fri Jan 03, 2003 7:42 pm Post subject: |
|
|
rc-update --help _________________ "I'm just very selective about the reality I choose to accept." -- Calvin |
|
Back to top |
|
 |
Naan Yaar Bodhisattva

Joined: 27 Jun 2002 Posts: 1549
|
Posted: Fri Jan 03, 2003 8:08 pm Post subject: |
|
|
Plus:
Code: |
/etc/init.d/xinetd start
|
to start it up for the first time after rc-update (without a reboot).
Bloody Bastard wrote: | rc-update --help |
|
|
Back to top |
|
 |
johnk73 n00b


Joined: 18 Dec 2002 Posts: 53 Location: Orlando, FL
|
Posted: Fri Jan 03, 2003 8:41 pm Post subject: |
|
|
Great thanks for all your help  |
|
Back to top |
|
 |
|