RE: What is /dev/shm ?

2001-11-20 Thread Jason Taylor
-BEGIN PGP SIGNED MESSAGE- I believe that it appeared with devfs. you may want to look into devfs to tell you more... HTH, - -Jason - - FreeBSD magneto.office.precisioncs.net 4.4-STABLE 7:50AM up 23 mins, 1 user, load averages: 1.05, 0.95, 0.55 -Original Message-

RE: Error Compiling Kernel

2001-11-20 Thread Jason Taylor
-BEGIN PGP SIGNED MESSAGE- It is possible that there were old .o files laying around from an older compile, 'make mrproper' deletes everything, (e.g. .config file, etc.) 'make clean' does not, it just removes the leftover compile files and such. Glad it worked for you. :-) TTFN, -

RE: Two Nic Cards

2001-11-13 Thread Jason Taylor
-BEGIN PGP SIGNED MESSAGE- you need to make sure that IP routing is enabled in the kernel, you don't need firewalling, just IP routing. - -Jason -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 15:18 To: [EMAIL PROTECTED]

RE: Two Nic Cards

2001-11-13 Thread Jason Taylor
-BEGIN PGP SIGNED MESSAGE- Not necessarily, do a 'cat /proc/sys/net/ipv4/ip_forward' if you back a 0 then it is not enabled, if you get a 1 back, it is enabled. You can probably do an echo 1 /proc/sys/net/ipv4/ip_forward to enable it if you wish. Otherwise, yes you will have to

RE: Problem with 7.2 Upgrade: eth0 not recognized

2001-11-13 Thread Jason Taylor
-BEGIN PGP SIGNED MESSAGE- You can try recompiling the kernel for support for your NIC. I am quite certain the 503 is in there, you might be able to insmod it if it is built as a module. - -Jason -Original Message- From: Mike Watson [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: Two Nic Cards

2001-11-13 Thread Jason Taylor
/etc/sysctl.conf and change the first line from a 0 to a 1. This way on every bootup ip forwarding will be enabled. Ray - Original Message - From: Jason Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 6:54 PM Subject: RE: Two Nic Cards