Re: Size of arp database.

1999-10-20 Thread Wiktor
On Tue, 19 Oct 1999, Ruslan Ermilov wrote: This is because none of your ethernet interfaces matches `pc7'. 1/ What does `route -n -v get -host pc7' show? bash-2.02# route -n -v get -host pc7 u: inet 195.117.4.106; u: link ; RTM_GET: Report Metrics: len 128, pid: 0, seq 1 , errno 0,

Re: Class C hack instead of ifconfig aliases

1999-10-20 Thread John Hay
What do you mean by "bind a class C"? Make an interface so it will respond to incoming requests for 10.1.2.x? ewww, yuck! Is it any less elegant than having in_localaddr() trawling through each item on the address list? Perhaps 1024 items if you've got a large vweb server? That's

Help to delete entry from the routing table

1999-10-20 Thread Ruslan Ermilov
Hi! Does anyone have an idea what is going on here? : # route add -host 10.0.0.13 -iface sl8 : add host 10.0.0.13: gateway sl8 : # netstat -rn | grep ^10.0.0.13 : 10.0.0.13 sl8UHS 00 sl8 : # arp -s 10.0.0.13 1:1:1:1:1:1 pub : # netstat -rn | grep

Re: Update the name of a filesystem (more details)

1999-10-20 Thread Neil Blakey-Milner
On Mon 1999-10-18 (15:46), Zhihui Zhang wrote: I am trying to change the mount point of a mounted filesystem (from /testme to /test) with the update option (-u): That's not how -u works. From the man page: -u The -u flag indicates that the status of an already mounted file

Re: IPFW Improvements. (comments?)

1999-10-20 Thread Daniel C. Sobral
Julian Elischer wrote: On Mon, 18 Oct 1999, Jerry Bell wrote: I have a few proposed additions to IPFW that I'd like to get feedback on. The changes are mostly from my experience with other (commercial) firewalls. Change source and destination identifier in the rule processing from

Re: Class C hack instead of ifconfig aliases

1999-10-20 Thread Mike Bristow
On Wed, Oct 20, 1999 at 12:52:49PM +0200, John Hay wrote: I think somebody sent patches to do it a while back. I think it might be in GNATS. Yes, and yes. http://www.freebsd.org/cgi/query-pr.cgi?pr=12071 -- perl -wMstrict -e'$,="PLEASE";$;=" DO ";@_=map{$?=255256+$!-$_;$!=$_;++$.%4-2?

Re: IETF gettogether

1999-10-20 Thread Robert Watson
On Tue, 19 Oct 1999, Graham Wheeler wrote: On Mon, 18 Oct 1999, Robert Watson wrote: Can't help you with the PnP stuff, but I will be at the Washington, DC IETF meeting in November :-). Would be great to do a FreeBSD-oriented get-together... That said, people are rapidly claiming the

Re: Class C hack instead of ifconfig aliases

1999-10-20 Thread Geoff Buckingham
On Wed, Oct 20, 1999 at 11:02:08AM +0100, Nick Hilliard wrote: What do you mean by "bind a class C"? Make an interface so it will respond to incoming requests for 10.1.2.x? ewww, yuck! Is it any less elegant than having in_localaddr() trawling through each item on the address list?

Re: Search a symbol in the source tree

1999-10-20 Thread Greg Lehey
On Monday, 18 October 1999 at 3:17:31 +0900, ?$B8EC+?(B ?$BE/O:?(B wrote: From: Jacques Vidrine [EMAIL PROTECTED] Subject: Re: Search a symbol in the source tree Date: Sun, 17 Oct 1999 11:37:11 -0500 n On 18 October 1999 at 0:39, Tetsuro Teddy FURUYA

Re: Class C hack instead of ifconfig aliases

1999-10-20 Thread Matthew Reimer
Here's a way to do it without patches: 1. in your webserver: a. ipfw add fwd localhost from any to 1.2.3/24 http b. add VirtualHost... sections, like this: VirtualHost 1.2.3.4 ServerName web.freebsd.org ServerAdmin [EMAIL PROTECTED] DocumentRoot

ipfw to bind class Cs to an interface

1999-10-20 Thread Sam Samalin
I am considering using ipfw to bind class C's to an interface. Does anyone do this? What may be the pros/cons? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

The meaning of each iozone tests

1999-10-20 Thread Zhihui Zhang
The iozone performs 10 operations: read, write, re-read, re-write, read backwards, read strided, fread, fwrite, random read, pread. Can anyone explain to me a little more than what their names imply or give me some references? Any help is appreciated. -Zhihui To Unsubscribe: send mail to

getopt.h

1999-10-20 Thread Jeroen Ruigrok/Asmodai
Well I searched the mailinglists and didn't really got further than discovering that unistd.h goes a little way to provide functionality which getopt.h from glibc provides. And seeing that a question of Bill early 1999 never got answered correctly. I cc:'d Bruce on this since I value his

soundcard.h

1999-10-20 Thread Jeroen Ruigrok/Asmodai
Hi, just been messing with some more include files and I am curious about something. [Note: CURRENT system] I have a soundcard.h in both include/sys and include/machine. Which should have preference over the other, why does one simply not include the other. In other words, why two _exactly_

Re: Status of UMAPFS

1999-10-20 Thread Bill Studenmund
On Sat, 16 Oct 1999, Zhihui Zhang wrote: On Fri, 15 Oct 1999, Zhihui Zhang wrote: Is the UMAPFS working? I add "options UMAPFS" to the configuration file of FreeBSD 3.3-Release and rebuilt the kernel. I got the following errors: loading kernel umap_vnops.o: In function

Re: getopt.h

1999-10-20 Thread Bruce Evans
In unistd.h we have definitions for getopt, optarg, optind, opterr, and optopt. These are the standard POSIX (.2?) declarations. The things I propose to add to unistd.h are the following: struct option { char*name; int has_arg; int *flag; int

Re: soundcard.h

1999-10-20 Thread Dan Nelson
In the last episode (Oct 20), Jeroen Ruigrok/Asmodai said: just been messing with some more include files and I am curious about something. [Note: CURRENT system] I have a soundcard.h in both include/sys and include/machine. Which should have preference over the other, why does one

Re: getopt.h

1999-10-20 Thread Jamie Howard
On Wed, 20 Oct 1999, Jeroen Ruigrok/Asmodai wrote: Well I searched the mailinglists and didn't really got further than discovering that unistd.h goes a little way to provide functionality which getopt.h from glibc provides. And seeing that a question of Bill early 1999 never got answered

IEEE1394 driver page

1999-10-20 Thread Jun-ichiro itojun Hagino
as mentioned in FreeBSDCon, IEEE1394 driver for FreeBSD (for TI chipset) is here: http://www.sfc.wide.ad.jp/DVTS/ hope this helps. itojun To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message