From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 07:24:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1C94016A420 for ; Sat, 14 Jan 2006 07:24:00 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B7E43D46 for ; Sat, 14 Jan 2006 07:23:58 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 9241 invoked by uid 510); 14 Jan 2006 07:27:33 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.87/1146. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-3.9/5.0):. Processed in 2.634532 secs); 14 Jan 2006 07:27:33 -0000 X-Spam-Status: No, hits=-3.9 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-3.9/5.0):. Processed in 2.634532 secs Process 9234) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 14 Jan 2006 07:27:31 +0000 From: Robert Slade To: je killen In-Reply-To: References: Content-Type: text/plain Message-Id: <1137223650.8726.30.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sat, 14 Jan 2006 07:27:30 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Re FreeBSD v 6.0 (boxed cd set) 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: Sat, 14 Jan 2006 07:24:00 -0000 On Sat, 2006-01-14 at 01:01, je killen wrote: > (On e-Machine with Intel Sempron processor and 256 mb memory). > I'm not able to log into x via kdm as root and not able to su to root > when in Gnome (or KDE for that matter). > It also goes through what seem to be excessive sleep cycles (two > lasting at least a minute apiece) during the boot process > to establish the system's name. Sounds like it is trying to contact a dhcp server and then timing out. What does messages or your error logs say? They are in /var/logs > It refused ssh from my Mac OSX machine (It starts sshd on boot, which > also takes a noticeable amount of time) Check your sshd setup, see man sshd, there are some defaults set in the conf file there which are causing the restriction. > What ftp server is recommended for FreeBSD? (There doesn't seem to be > any provided by default install) You should have been asked if you wanted a ftp server during installation. The default is ftp. There are others in the ports though. See the handbook. > How do I tell it who it really is? (Is it trying to contact a DNS > server and/or /etc/hosts ?) The host name etc is set in /etc/rc.conf. Again you should have set this during installation. You can re run the installation process just type sysinstall. > How can I get set up to su to root in a console window? (Or do I have > to learn to live with it?) The default allows only members of the wheel group to su to root. > If I can't get set up to su to root in a console window, how can I log > into an x session as root? You should be able to log on as root and run an x session as root (not recommended). > (Does it have to do with security levels, or who is a member of the > 'wheel' group? Even Mac OSX only allows sudo -- and it is based on > FreeBSD, isn't it?) See above. There could also be an issue with security, it depends how you set it during install. > > Thanks > JK > This is definitely the most active list I've subscribed to (203 total > e-mail load yesterday when usually 30 -50 per day with 3 other tech > related list subscriptions) JK Welcome, >From your questions you are new :-), I was some 5 months ago. Most of the answers can be got from the handbook. I've tried to give you some pointers to help, but not too much as you do need to become familiar with the basics. There are a number of resources about, Google helps too. Be prepared for a number of reinstalls :-). A couple of pointers - try asking one question at a time and use a meaningful subject. That way your problem is likely to standout in the number of messages. I would also suggest that we you get the basic system working, you update it, your CDs are likely to be at 6.0R there has been some updates since. I would suggest that you stay with the 6.0 branch for now. Good luck. Rob