From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 15:37:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 733931065679 for ; Fri, 5 Sep 2008 15:37:41 +0000 (UTC) (envelope-from freebsd_user@guice.ath.cx) Received: from guice.ath.cx (cpe-72-225-169-69.nyc.res.rr.com [72.225.169.69]) by mx1.freebsd.org (Postfix) with ESMTP id 1DFDB8FC14 for ; Fri, 5 Sep 2008 15:37:40 +0000 (UTC) (envelope-from freebsd_user@guice.ath.cx) Received: from [192.168.1.3] (cpe-72-225-169-69.nyc.res.rr.com [72.225.169.69]) (authenticated bits=0) by guice.ath.cx (8.14.2/8.14.2) with ESMTP id m85FasRB014137 for ; Fri, 5 Sep 2008 11:36:54 -0400 (EDT) (envelope-from freebsd_user@guice.ath.cx) Message-ID: <48C1522C.4050201@guice.ath.cx> Date: Fri, 05 Sep 2008 11:37:16 -0400 From: freebsd_user@guice.ath.cx User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Starting and using services -- Single-user mode -- TECRA_A9-S9017 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 15:37:41 -0000 I have the need to start and use service while in single_user mode. To this point I'm not able to use 'top' or 'ps' respectively. In addition,from the CLI; when I attempt to start services such as 'portmap' and 'sshd' nothing is shown running via 'ps'. All I see are the headers when I issue th 'ps aux' command. I'm sure its possible to do what I'm attempting, but given the crippled situation of this box, I'm stuck in Single-user mode and need to start enough services that will allow the use of 'scp' in order to move some zipped/crucial files from the crippled box to another machine on the same network. There are no other options, I need to do this from single-user mode.