From owner-freebsd-questions@FreeBSD.ORG Mon Dec 28 22:20:23 2009 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 95C1D1065692 for ; Mon, 28 Dec 2009 22:20:23 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0A28FC19 for ; Mon, 28 Dec 2009 22:20:23 +0000 (UTC) Received: by pwi15 with SMTP id 15so7139441pwi.3 for ; Mon, 28 Dec 2009 14:20:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=sEWdWn19+7GD1eD09zzdfythpchUFAenWtHOK2nONeI=; b=GvTnzmJ6F167nNVs9hakumOGSCvNsSVt8ub84zw7F5Ojo94+uaEM6wVxoWHDWHXBuE eu3tAc4YX4G02kkoyhtB1r6589dqUWSEuuma8neMBcBgWRslEWturVglL0etveRjM9nV AhvGpSuqR5iwpjMs+Y8pYC/7szC6i8e9L/6Zg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=t6Ob3gBKztMDveOkyVz/DjUaiocnfQYqDgwWoEOk9wqMJ1cagNrqI3yb6Cc5PkzCKa ZJ/uQJzwgx1D2dZPmsrDMvWhfbxLPn0Tm42vqMx/0jS2lam2AVRq0zh4Ra4P3AtG5CyO 519X3kb1Pbdwj1o+CPvWF7TFaDAcZ1aq1gl+w= MIME-Version: 1.0 Received: by 10.142.2.14 with SMTP id 14mr3193578wfb.93.1262038810415; Mon, 28 Dec 2009 14:20:10 -0800 (PST) In-Reply-To: <4B3927EB.4030802@optiplex-networks.com> References: <4B3927EB.4030802@optiplex-networks.com> Date: Mon, 28 Dec 2009 16:20:10 -0600 Message-ID: <6201873e0912281420n590b173dtac94f9936cca6e3@mail.gmail.com> From: Adam Vande More To: Kaya Saman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: New user - small file server questions and quick GUI question 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: Mon, 28 Dec 2009 22:20:23 -0000 On Mon, Dec 28, 2009 at 3:49 PM, Kaya Saman wrote: > Hi guys, > > first up I hope I am in the right place as my questions are of a generic > nature about FreeBSD as I consider myself a new user not having much mileage > with the OS as of yet! > > Secondly I just wanted to wish everyone a happy Christmas and New Year also > since we are in that period :-) > > I will start with my GUI question as I believe that it is something simple: > > I attempted an install of 7.2 stable on my laptop and subsequently > installed X11also. Now I didn't have any Xorg.conf file but each time I > tried to start X from the CLI using the normal startx command (read the > documentation through fully beforehand) but I didn't manage to get the mouse > or keyboard to even work let alone starting the Gnome2 interface. > > Now I don't have that particular machine with me now as it's in another > country but just wanted to know a few possible causes for the issue. I am > guessing it's probably tied into not having the xorg.conf file but I will > install a VM of it soon and be more specific with logs etc.... as I am used > to Linux and Sun Solaris I know this is really ad-hoc and frowned upon way > of asking which will probably earn me minus brownie points but just wanted a > quick idea of what maybe so when the time comes I can investigate further! > Running with no xorg.conf is fine, but you need to make sure dbus and hal are started at boot. Follow the handbook for best results. http://www.freebsd.org/doc/en/books/handbook/x-config.html > > The second and main question that I wish to ask is more to do with peoples > opinions or experienced BSD users advice: > > I am looking to setup a small file server which I will use as DNS and NTP > server also. The reason for selecting FreeBSD is that the system I about to > install onto doesn't have much memory (not sure how much but probably in the > region of 300-500MB perhaps) and although Linux would definitely suite this > kind of system as Solaris needs round 2GB or so for OpenSolaris, I am quite > interested to learn FreeBSD but also take advantage of the ZFS file system > which is standard now in version 8. > > I won't be installing a GUI on this machine since it is going to be a > server so I would like to know if BSD has a small footprint memory and CPU > wise for me to run on the machine in question which is a PIV? > > Also just to make sure: NFS, Samba, NTPd, and ISC's Bind are all supported > on FreeBSD aren't they?? I know this is a bit of an RTFM issue here but for > example the Solaris implementation of NTP and even SNMP are slightly > different from the GNU or GPL based ones in Linux so therefor I have to ask > :-) > If you're concerned about system resources, at least from a minimalist perspective, then ZFS is not for you. Solaris can't help you with that either, ZFS is hungry. ZFS is also not "standard", but considered production ready. UFS is still the standard, and the only filesystem supported by the installer without resorting to tricks. All the other services work well on FreeBSD. -- Adam Vande More