From owner-freebsd-questions@FreeBSD.ORG Fri May 7 01:01:32 2004 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 AD76016A4CE for ; Fri, 7 May 2004 01:01:32 -0700 (PDT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDC243D4C for ; Fri, 7 May 2004 01:01:32 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004050716:48:37:934535.23420.2754399152 for ; Fri, 07 May 2004 16:48:37 +0900 (KST) Message-ID: <409B4259.9040300@users.sourceforge.net> Date: Fri, 07 May 2004 17:01:29 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <409B0973.7030205@solisix.com> In-Reply-To: <409B0973.7030205@solisix.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:13.35) (by Terrace) Subject: Re: Connecting to a Headless machine, after install 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: Fri, 07 May 2004 08:01:32 -0000 Bruce Hunter wrote: > I have setup a headless machine via a null modem cable. Instalation went > fine. The only problem now, is connecting to the machine after the > install. When I #cu -l /dev/cuaao/ > I see the boot process, but it gets to the date prompt but doesn't show > the login: > i did install ssh, but won't let me login with the password I set for > root. Any other methods for connecting? This system is connected in my > local network, with a firewall protecting my systems. > - i am not running xserver on this system Of course you cannot login as root over the ssh connection; that's a default behaviour for security reasons. Haven't you installed a regular user on this PC, which is also member of the wheel group to allow using su for becoming root? Funny, that I'm struggling with opposite problem: I do not get the boot messages over the serial cable, but do get the login prompt, which I do not understand :(. For the login prompt, I have following in /etc/ttys on the headless PC: ttyd0 "/usr/libexec/getty std.9600" unknown on secure but be sure the serial port is enabled in the BIOS, and you have serial port support compiled into your kernel. Your cu command should then work, I suppose. Cheers, Rob.