Dear FreeBSD Folks, Help me...yeah...OK...so here it goes...I am brand new to FreeBSD...installed OS onto a box from a set of floppies I got off the net... Last login: Wed May 3 14:37:21 2006 from 10.10.20.20 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.9-RELEASE (GENERIC) #0: Mon Oct 27 17:51:09 GMT 2003 Wondering what I need to update my system to make sure it has everything I need to do work...like want to setup a slave DNS server and apache webserver for starters... Thanks, John Dworske John Dworske [1]www.orangeiguana.net San Francisco CA 94114 [i.p.emsmile.gif] References 1. http://www.orangeiguana.net/
On Wed, 03 May 2006 22:26:53 +0000 "John Dworske" <jdworske@hotmail.com> wrote:> FreeBSD 4.9-RELEASE (GENERIC) #0: Mon Oct 27 17:51:09 GMT 2003 > > Wondering what I need to update my system to make sure it has > everything I need to do work...like want to setup a slave DNS > server and apache webserver for starters...read the handbook :) install lynx, perhaps this still works on 4.9 as root: pkg_add -r lynx (otherwise : cd /usr/ports/www/lynx ; make install) cd /usr/share/doc/en/books/handbook/ lynx index.html (you should not be writing to freebsd-stable@ by the way, 4.9 is kinda old :-) GL! -- grtjs, albi gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
not to sound sharp, but what happened with Google for you? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bind9.html cd /usr/ports/www/apache13 && make && make install On 5/3/06, John Dworske <jdworske@hotmail.com> wrote:> > > Dear FreeBSD Folks, > > Help me...yeah...OK...so here it goes...I am brand new to > FreeBSD...installed OS onto a box from > a set of floppies I got off the net... > > Last login: Wed May 3 14:37:21 2006 from 10.10.20.20 > Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 > The Regents of the University of California. All rights > reserved. > > FreeBSD 4.9-RELEASE (GENERIC) #0: Mon Oct 27 17:51:09 GMT 2003 > > Wondering what I need to update my system to make sure it has > everything I need to do work...like want to setup a slave DNS server > and apache webserver for starters... > > Thanks, > > John Dworske > > > John Dworske > [1]www.orangeiguana.net > San Francisco CA 94114 > > [i.p.emsmile.gif] > > References > > 1. http://www.orangeiguana.net/ > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >-- Vlad
Fabian Keil
2006-May-04 00:51 UTC
Configuring FreeBSD 4.9 on a new system (was: FreeBSD Newbie...)
"John Dworske" <jdworske@hotmail.com> wrote:> Help me...yeah...OK...so here it goes...I am brand new to > FreeBSD...installed OS onto a box from > a set of floppies I got off the net... > > Last login: Wed May 3 14:37:21 2006 from 10.10.20.20 > Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 > The Regents of the University of California. All rights > reserved. > > FreeBSD 4.9-RELEASE (GENERIC) #0: Mon Oct 27 17:51:09 GMT 2003 > > Wondering what I need to update my system to make sure it has > everything I need to do work...like want to setup a slave DNS server > and apache webserver for starters...How about replacing it with FreeBSD 6.1 first? Bind is part of the base system, and Apache part of the ports collection. While this is true for FreeBSD 4.9 as well, you shouldn't use such an old release unless you have a reason. Fabian -- http://www.fabiankeil.de/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060504/85920bf4/signature.pgp
On Wed, May 03, 2006 at 10:26:53PM +0000, John Dworske wrote:> FreeBSD 4.9-RELEASE (GENERIC) #0: Mon Oct 27 17:51:09 GMT 20034.9 is no longer supported. You should use 5.4 or 6.0, or, preferably, wait for about a week and use 5.5 or 6.1. I would recommend 6.X; 5.X is at this point essentially a 'legacy branch' (5.5 is the last of its series, and intended only as an upgrade path from 5.4.) There is a lot of documentation on www.freebsd.org that you should start with; after that, if you still have questions, the freebsd-questions mailing list is probably your best bet. Good luck, you'll find there is a lot to learn. mcl