Re: Buildworld on Athlon, NFS installworld on Pentium
--- ALing <[EMAIL PROTECTED]> wrote: >Hope this isn't a FAQ, but couldn't find anything directly in > archives, > handbook, etc. I'd like to buildworld on a more recent Athlon, then > NFS > installworld on an ancient Pentium I, which is still running FreeBSD > 3.4 > It doesn't seem that there should be any special problems with this, > but > just thought I'd ask before having to make world entirely on the > Pentium. > TIA, > Alex there is a good article about doing just that on the FreeBsd Diary. http://www.freebsddiary.org/makeworld-2boxes.php is the one (what do you know, it was in my browser history. :-P although i haven't actually done it yet, the sysinstall isn't finding my PCMCIA NIC yet :-/ ) -justin __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
RE: IPFilter, no such process?
--- Normand Leclerc <[EMAIL PROTECTED]> wrote: > I unfortunately did a cvsupdate so I'm running on 4.4-pre. Ipf is > v3.4.16 and kernel seems to be v3.4.20 ... Of course I should be > upgrading ipf but unfortunately, cvsup for src-sbin gives a Makefile > and > an empty dir in ipf directory i just scoped out the CVS repository and found some commits mentioning removing files from src/contrib/ipfilter/ because of duplicates in src/sys/contrib/ipfilter/netinet/. makes sense when you think of it since ipfilter is getting compiled as part of the kernel anyway. -Justin __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: firewall config (CTFM)
On Monday, January 28, 2002, at 12:19 , Nate Williams wrote: >> i'm not trying to be mean, but if you don't read the docs > > A comment in a configuration file that the user should never have to see > is considered documentation? no, the user _should_ making a point to see that configuration file. if they're changing /etc/rc.conf, they should be reading the corresponding defaults file. if they're changing /etc/rc.conf without previously reading the defaults file, too bad. by your logic, when someone configures a new kernel, they shouldn't need to look at LINT? -Justin White [EMAIL PROTECTED] http://justinfinity.2y.net/ AIM:just6979 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: firewall config (CTFM)
On Monday, January 28, 2002, at 02:44 , David Raistrick wrote: > >>> no, the user _should_ making a point to see that configuration file. >>> if >>> they're changing /etc/rc.conf, they should be reading the >>> corresponding >>> defaults file. if they're changing /etc/rc.conf without previously >>> reading the defaults file, too bad. > > I have to definitely disagree here. The place to read would be > man rc.conf, would it not? good idea. i didn't even think about the man page. > I obviously missed the first part of this...is the specific variable in > question covered in the rc.conf man page? firewall_enable (bool) Set to ``YES'' to load firewall rules at startup. If the kernel was not built with IPFIREWALL, the ipfw ker- nel module will be loaded. See also ipfilter_enable. sounds like it does what it's supposed to. it might be named funny, and might have a misleading comment in the default config file, it does do what the man page says (although others have said the config file doesn't qualify as documentation...) -Justin White [EMAIL PROTECTED] http://justinfinity.2y.net/ AIM:just6979 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message