Re: Compilation Error for Nvidia Geforce4 Drivers

2003-01-19 Thread randall ehren
reeBSD-1.0-3203/module/../src/nvidia_ctl.c In file included from /usr/home/dt/downloads/NVIDIA_FreeBSD-1.0-3203/src/nvidia_ctl.c:14: /usr/home/dt/downloads/NVIDIA_FreeBSD-1.0-3203/src/nv-freebsd.h:31:2: #error This driver does not support F

Re: FreeBSD 4.7 cannot fit to 200MB disk!!

2003-01-15 Thread randall ehren
I wouldve bet the minimal install would fit in 200 megs.. i have a minimal install (the 'minimal' distribution option from the insaller), along with these packages: autoconf213-2.13.000227_5, lcdproc-0.4.3, libgnugetopt-1.2, libtool-1.3.4_4, lsof-4.65, m4-1.4_1, netcat-1.10_1, poptop-1.1.3_1,

Re: buildworld/installworld problem

2003-01-14 Thread randall ehren
Go back to your original scheme. Make knows what the true path was when you did the build and it has to look like that on the clients. If you link /array/src as /usr/src, make knows it was really /array/src. You would have to nfs_mount /array/src and link it to /usr/src. Why do that when you

buildworld/installworld problem

2003-01-13 Thread randall ehren
hi, i have a machine that i use for building freebsd for a bunch of other machines. in my old setup, all worked well, but now i am experiencing a few problems which seem related to symlinking and mount points. in the old setup /usr/src /usr/obj were just your typical partitions on a single

Re: bridging question

2003-01-07 Thread randall ehren
I have a -stable box that I would like to bridge ethernet across 2 of 3 interfaces. If I read the man page correctly, all I have to do is set net.link.ether.bridge to 1 and set net.link.ether.bridge_cfg to a comma- seperated list of interfaces. Eg sysctl

RE: Selecting a specific list of ports to update

2003-01-05 Thread randall ehren
And have it just updates those specific apps, not the whole branch. I realize that I can just download the individual ports I want, and install them, without using cvsup, but I like being able to leave it in my cron, and have them update automatically, and tell me when there are new versions

Re: incoming bandwidth limiting using ipfilter

2003-01-03 Thread randall ehren
Is there a way to limit incoming traffic (bandwidth) using ipfilter/ipfw or any such software tool?. I am running a mail server and I pay per GB transfered. If I have my ISP do the limiting, they charge extra $$ for it. I know I can limit incoming mail size via the mail server. But still

Re: incoming bandwidth limiting using ipfilter

2003-01-03 Thread randall ehren
Is there anything that limits us from using ipfilter on top of this ipfw b/w control? doesn't appear so... from http://home.earthlink.net/~jaymzh666/ipf/IPFfreebsd.html#12: IPF and IPFW both have features I want to use, must I choose between them? No. You can run them both on a single

Re: incoming bandwidth limiting using ipfilter

2003-01-03 Thread randall ehren
Does anyone know any hardware (of the size of a regular home DSL router) that can give me a simple limit of X bps for two IP addresses. I am running out of time and removing ipfilter (which I use now) and adding ipfw, learning dummynet and then figuring out will take time (at least 5 days

Re: opinions on my plan

2003-01-02 Thread randall ehren
I'm open to all suggestions, links or any other comments. This is new territory for me. how-to on building a freebsd firewall with ipfilter: http://www.schlacter.net/public/FreeBSD-STABLE_and_IPFILTER.html NAT with ipfilter: http://www.isber.ucsb.edu/~randall/wireless/ipnat.html ipfilter

Re: Is there a way to get a MAC address from an IP address

2003-01-02 Thread randall ehren
Is there a way if given an IP address to get the MAC address. The problem I am having is that there are two nic's that are using the same IP address on my network, but the error message my FBSD box gives me is only the MAC address for the offending card. I belive that the offending card does

Re: Internet connection sharing

2002-12-22 Thread randall ehren
or you can use IPFILTER, less involved setup: http://www.isber.ucsb.edu/~randall/wireless/ipnat.html the above URL refers to a page containing some info on setting up ipnat with one network card: URL:http://forum.redigital.org/read.php?f=2i=9t=8 However, that URL appears to no longer be

Re: mountroot Please Help / URGENT..

2002-12-22 Thread randall ehren
I then type: mountroot ufs:/dev/ad0s1a and it lets me log in with read-only access and browsing is limited to the /root /dev /etc directory. once there, just type % mount / % mount /usr that will at least get you access to your data. -randall -- :// randall s. ehren

RE: compact flash use

2002-12-20 Thread randall ehren
I took a look at the adapter, and it appears to support multiple formats. This could be the source of your problem. I use a much simpler CF - IDE adapter for programming FreeBSD images to CF devices for use in embedded systems. My adapter has an IDE header, CF slot and LED - that's it. CF

compact flash use

2002-12-17 Thread randall ehren
hi, i was testing out a compact flash to ide adapter for use in a freebsd box. it seems that the device will not work when the disk is formatted with UFS or whatever the default type freebsd uses. i have tested the adapter under windows xp and formatted the card as fat32. all went well. i then