service and network comando

Charles Swiger cswiger at mac.com
Tue Feb 1 15:04:37 PST 2005


On Feb 1, 2005, at 5:48 PM, Gert Cuykens wrote:
> Why are there 2 mysql processes ?

Probably a shell script which restarts mysql if it dies, but ask on a 
mysql list.

> i want to start sshd, how do you fix this ?

echo 'sshd_enable="YES"' >> /etc/rc.conf
reboot

Otherwise, consider the code in /etc/rc.network (or /etc/rc.d/sshd, 
depending on which FreeBSD version you use), and/or read "man 
ssh-keygen"

-- 
-Chuck



More information about the freebsd-questions mailing list