From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 23:04:37 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C0216A4D1 for ; Tue, 1 Feb 2005 23:04:37 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED66243D31 for ; Tue, 1 Feb 2005 23:04:36 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id j11N4aux025463; Tue, 1 Feb 2005 15:04:36 -0800 (PST) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)j11N4Y5r025546; Tue, 1 Feb 2005 15:04:35 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 1 Feb 2005 18:04:33 -0500 To: Gert Cuykens X-Mailer: Apple Mail (2.619.2) cc: freebsd-questions@freebsd.org Subject: Re: service and network comando X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 23:04:37 -0000 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