[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] other startup services
- Subject: RE: [cobalt-users] other startup services
- From: Rodolfo Paiz <rpaiz@xxxxxxxxxxxxxx>
- Date: Sun Mar 4 19:36:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 2. cd ../rc2.d and do ln -s ../init.d S75sshd
>
> 3. Log out of your SSH session temporarily enable telnet,
> telnet in and test the script as so:
>
> /etc/rc.d/rc2.d/S75sshd stop
> /etc/rc.d/rc2.d/S75sshd start
>
> 4. Log out, disable telnet and you're good to go.
Brandon,
Why not include sshd in other runlevels as well? Runlevel-2 isn't what
RaQ's normally run at, is it? I would add to your instructions.
2. cd /etc/rc.d/rc2.d
ln -s ../init.d/sshd S75sshd
cd /etc/rc.d/rc3.d
ln -s ../init.d/sshd S75sshd
cd /etc/rc.d/rc4.d
ln -s ../init.d/sshd S75sshd
cd /etc/rc.d/rc5.d
ln -s ../init.d/sshd S75sshd
This will start the SSHd daemon in runlevels, 2,3,4, and 5. It's my
understanding that 3 is multiuser with networking in text mode and 5 is
multiuser with networking in graphics mode, and that these are the two
most important useful runlevels. So, unless I am mistaken somewhere
(quite possible) your server runs in runlevel 3.
--
Rodolfo J. Paiz
rpaiz@xxxxxxxxxxxxxx <mailto:rpaiz@xxxxxxxxxxxxxx>