From owner-freebsd-questions Thu Jun 28 13:20: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from carbon.btinternet.com (carbon.btinternet.com [194.73.73.92]) by hub.freebsd.org (Postfix) with ESMTP id C654C37B403 for ; Thu, 28 Jun 2001 13:19:55 -0700 (PDT) (envelope-from john.toon@btinternet.com) Received: from host213-122-48-159.btinternet.com ([213.122.48.159] helo=btinternet.com) by carbon.btinternet.com with esmtp (Exim 3.22 #9) id 15FiGQ-0002Dk-00; Thu, 28 Jun 2001 21:19:47 +0100 X-Mozilla-Status: 0801 Message-ID: <49B.5000300@btinternet.com> Date: Thu, 01 Jan 1970 00:19:39 +0000 From: John Toon User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.1-RELEASE i386; en-US; rv:0.9.1) Gecko/20010621 X-Accept-Language: en-us MIME-Version: 1.0 To: Micke Josefsson Cc: freebsd-questions@freebsd.org Subject: Re: Internet browser setup References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Micke Josefsson wrote: > On 28-Jun-01 IRCD IRCD wrote: > >>Hello, >> >>I am a new linux user running FreeBSD 4.2 on my computer currently, and i >>have also manage to gain internet access via PPP. And the desktop manager >>that i am using is GNOME, but whenever i type "startx" to start up the >>server, i recieved a message from the gnome system that there is "some >>problem with accessing gnome internet and i should include the file in >>/etc/host". Could i please get some help in fixin this problem. The hostname on your box is not properly set up; as root, edit the text file /etc/defaults/rc.conf Look for the field hostname="" and insert your chosen hostname inbetween the commas. e.g. hostname="hostfoobar" Restart networking (or reboot) for the change to take effect. This permanently sets the hostname. Otherwise, (as root) simply do hostname -s Where is your chosen hostname to set the host; however, if you reboot, you'll need to do this again. Regards, John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message