nos-tun multihomed machines

2001-03-16 Thread Eugene Polovnikov
hi! Please, review the following PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=25847 Same patch is in the attach. -- -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/CC/IT d-@ s: a- C++ UBSC$ P+@ L- E--- W+ N++ o? K? w-- O- M- V- PS@ PE@ Y+ PGP+ t 5 X R tv- b+++() DI-- D+(++)

Re: nos-tun multihomed machines

2001-03-16 Thread Jeroen Ruigrok/Asmodai
-On [20010316 10:43], Eugene Polovnikov ([EMAIL PROTECTED]) wrote: Please, review the following PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=25847 Same patch is in the attach. Just a question, the gif interface now part of the system does tunneling as well in as much the same way as nos-tun

Re: nos-tun multihomed machines

2001-03-16 Thread Ruslan Ermilov
On Fri, Mar 16, 2001 at 10:50:26AM +0100, Jeroen Ruigrok/Asmodai wrote: -On [20010316 10:43], Eugene Polovnikov ([EMAIL PROTECTED]) wrote: Hello, Engene! Hope you are doing well! :-) Please, review the following PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=25847 Same patch

Re: nos-tun multihomed machines

2001-03-16 Thread Jeroen Ruigrok/Asmodai
-On [20010316 12:45], Ruslan Ermilov ([EMAIL PROTECTED]) wrote: On Fri, Mar 16, 2001 at 10:50:26AM +0100, Jeroen Ruigrok/Asmodai wrote: -On [20010316 10:43], Eugene Polovnikov ([EMAIL PROTECTED]) wrote: [gif versus nos-tun] Yes, gif(4) works the same way, and multihomed enabled (see gifconfig

Re: nos-tun multihomed machines

2001-03-16 Thread Ruslan Ermilov
[-current dropped (Bcc'ed)] On Fri, Mar 16, 2001 at 12:58:06PM +0100, Jeroen Ruigrok/Asmodai wrote: -On [20010316 12:45], Ruslan Ermilov ([EMAIL PROTECTED]) wrote: On Fri, Mar 16, 2001 at 10:50:26AM +0100, Jeroen Ruigrok/Asmodai wrote: -On [20010316 10:43], Eugene Polovnikov ([EMAIL

sys/ata.h still breaks world

2001-03-16 Thread Harti Brandt
ata.h 1.2 (the latest) has an extra semicolon: #define ATAACOUSTIC _IOWR('a', 7, int); and struct ata_sleep is not defined in that file: #define ATASLEEP_IOWR('a', 8, struct ata_sleep) This breaks compiling kdump. harti PS: and, yes, I have cvsuped more than once to be sure.

Re: sys/ata.h still breaks world

2001-03-16 Thread Soren Schmidt
It seems Harti Brandt wrote: ata.h 1.2 (the latest) has an extra semicolon: #define ATAACOUSTIC _IOWR('a', 7, int); and struct ata_sleep is not defined in that file: #define ATASLEEP _IOWR('a', 8, struct ata_sleep) This breaks compiling kdump. ARGH!!! Thats the price of

libdevstat

2001-03-16 Thread Sergey A. Osokin
Hello, -currenters. What do you think about add to libdevstat in/out/other statistics? I think transfer great too, but sometimes that's not enough. iostat can't show read and write stats separatly, because compute_stats from libdevstat simply sum up all results (in/out/other). -- Rgdz,

Re: libdevstat

2001-03-16 Thread Dan Nelson
In the last episode (Mar 16), Sergey A. Osokin said: Hello, -currenters. What do you think about add to libdevstat in/out/other statistics? I think transfer great too, but sometimes that's not enough. iostat can't show read and write stats separatly, because compute_stats from libdevstat

Re: Ethernet entropy harvesting seriously pessimizes performance

2001-03-16 Thread Paul Richards
"Matthew N. Dodd" wrote: On Mon, 12 Mar 2001, Mark Murray wrote: Lots of security minded people what _all_ the interrupt entropy they can get, and this method gives them that while allowing others to throttle the harvester back. Lots of -CURRENT users want to be able to use their

RE: Latest version of mega header file POSIX update

2001-03-16 Thread Garrett Wollman
On Thu, 15 Mar 2001 14:32:20 -0800 (PST), John Baldwin [EMAIL PROTECTED] said: I don't think the sys/conf/Makefile.i386 change is needed. :) Oops. Sorry, that one leaked out Nothing else jumped out at me while I glanced over it however, and it seems fine at first glance. But did you

Re: libdevstat

2001-03-16 Thread Sergey A. Osokin
On Fri, Mar 16, 2001 at 09:27:30AM -0600, Dan Nelson wrote: In the last episode (Mar 16), Sergey A. Osokin said: Hello, -currenters. What do you think about add to libdevstat in/out/other statistics? I think transfer great too, but sometimes that's not enough. iostat can't show read

Re: Ethernet entropy harvesting seriously pessimizes performance

2001-03-16 Thread Maxim Sobolev
Paul Richards wrote: "Matthew N. Dodd" wrote: On Mon, 12 Mar 2001, Mark Murray wrote: Lots of security minded people what _all_ the interrupt entropy they can get, and this method gives them that while allowing others to throttle the harvester back. Lots of -CURRENT users want

Re: libdevstat

2001-03-16 Thread Alfred Perlstein
* Sergey A. Osokin [EMAIL PROTECTED] [010316 08:27] wrote: On Fri, Mar 16, 2001 at 09:27:30AM -0600, Dan Nelson wrote: In the last episode (Mar 16), Sergey A. Osokin said: Hello, -currenters. What do you think about add to libdevstat in/out/other statistics? I think transfer

Re: libdevstat

2001-03-16 Thread Sergey A. Osokin
On Fri, Mar 16, 2001 at 08:43:51AM -0800, Alfred Perlstein wrote: * Sergey A. Osokin [EMAIL PROTECTED] [010316 08:27] wrote: On Fri, Mar 16, 2001 at 09:27:30AM -0600, Dan Nelson wrote: In the last episode (Mar 16), Sergey A. Osokin said: Hello, -currenters. What do you think

Re: libdevstat

2001-03-16 Thread Dan Nelson
In the last episode (Mar 16), Alfred Perlstein said: In the last episode (Mar 16), Sergey A. Osokin said: What do you think about add to libdevstat in/out/other statistics? I think transfer great too, but sometimes that's not enough. iostat can't show read and write stats

make buildworld chokes on kdump

2001-03-16 Thread Poul-Henning Kamp
Is this fixed ? syv# cd /usr/src/*/kdump syv# make cc -O -pipe -I/syv/src/usr.bin/kdump/../ktrace -I/syv/src/usr.bin/kdump/../.. -c ioctl.c In file included from ioctl.c:96: /usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined /usr/include/pccard/cardinfo.h:81: warning: this is

request for ftp and ftpd testcases.

2001-03-16 Thread gary meyer
I am doing validation testing on ftp and ftpd in freebsd 4.2 for a project I am working on and I would like any information you could help me with regarding known issues and any testing information such as test methodologies or what test cases have been used to verify it. Any information you

RE: Latest version of mega header file POSIX update

2001-03-16 Thread John Baldwin
On 16-Mar-01 Garrett Wollman wrote: On Thu, 15 Mar 2001 14:32:20 -0800 (PST), John Baldwin [EMAIL PROTECTED] said: Nothing else jumped out at me while I glanced over it however, and it seems fine at first glance. But did you *test* it? I know it compiles. No, not yet. I can try it

gcc-2.95.3 is released. (fwd)

2001-03-16 Thread Dennis Glatting
FYI -- Forwarded message -- Date: Fri, 16 Mar 2001 15:52:00 + (GMT) From: Bernd Schmidt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: gcc-2.95.3 is released. gcc version 2.95.3 is now available from

Re: cvs commit: src/lib/libc/gen glob.c

2001-03-16 Thread Will Andrews
On Fri, Mar 16, 2001 at 11:05:20AM -0800, Jonathan Lemon wrote: Log: Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. Add some comments explaining that this is an arbitrary limit. Why shouldn't this be tunable via sysctl? -- wca PGP signature

Re: cvs commit: src/lib/libc/gen glob.c

2001-03-16 Thread Jonathan Lemon
On Fri, Mar 16, 2001 at 03:58:13PM -0500, Will Andrews wrote: On Fri, Mar 16, 2001 at 11:05:20AM -0800, Jonathan Lemon wrote: Log: Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. Add some comments explaining that this is an arbitrary limit. Why shouldn't this be

Re: cvs commit: src/lib/libc/gen glob.c

2001-03-16 Thread Will Andrews
On Fri, Mar 16, 2001 at 02:58:31PM -0600, Jonathan Lemon wrote: Uh, because this is user space, not kernel space? Oh yeah, never mind. =) -- wca PGP signature

Re: Latest version of mega header file POSIX update

2001-03-16 Thread Bruce Evans
On Thu, 15 Mar 2001, Garrett Wollman wrote: The patch has now gotten too large for some e-mail systems, so I'm making it available via the Web at http://khavrinen.lcs.mit.edu/includes.patch. Please include it in the mail anyway so that it is easier to see and reply if the e-mail system

Re: cvs commit: src/sys/i386/isa apic_vector.s icu_vector.s

2001-03-16 Thread David Malone
I'm still getting panics with a messed up stack in -current. I've made some progress on getting useful ktr traces though. No, the other handler on that swi is the softclock handler. This just means you are getting clock interrutps from the i8254, which is good. :) We just happen to hang

Mylex eXtremeRAID 2000 timeout/hang

2001-03-16 Thread James FitzGibbon
We are trying to install a Mylex eXtreme 2000 card with a Dell Powervault 12 drive SCA housing. The drives in the array are numbered 0-5 and 8-13. The backplane of the array is id 15. During the kernel probe, we see the message mly0: drive at 03:15 not responding five times after the

Re: status of KSE?

2001-03-16 Thread Julian Elischer
Peter Pentchev wrote: On Fri, Mar 16, 2001 at 12:59:24PM +0800, David Xu wrote: Hello Julian, Friday, March 16, 2001, 12:18:15 PM, you wrote: JE David Xu wrote: I wonder status of KSE, I am dreaming rewrite our application server using kqueue+pthread(KSE), current, we use

Re: status of KSE?

2001-03-16 Thread Peter Pentchev
On Fri, Mar 16, 2001 at 12:59:24PM +0800, David Xu wrote: Hello Julian, Friday, March 16, 2001, 12:18:15 PM, you wrote: JE David Xu wrote: I wonder status of KSE, I am dreaming rewrite our application server using kqueue+pthread(KSE), current, we use poll()+pthread because

make buildkernel breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread David Wolfskill
Since I first saw this, I've CVSupped a couple of times; most recent time ended at 11:32:39 hrs. PST (8 hrs. west of GMT/UTC) today. And I blew away /usr/obj completely (just in case anything was left lying about), and tried it with the GENERIC kernel (vs. my customized one); I'm not able to get

Re: make buildkernel breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread Dima Dorfman
David Wolfskill [EMAIL PROTECTED] writes: machine - /usr/src/sys/i386/include echo "#define INET 1" opt_inet.h touch opt_inet6.h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I @/../include -I/usr/obj/usr/src/i386/usr/include

Re: make buildkernel breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread David Wolfskill
Date: Fri, 16 Mar 2001 16:22:35 -0800 From: Dima Dorfman [EMAIL PROTECTED] David Wolfskill [EMAIL PROTECTED] writes: ... === if_ef @ - /usr/src/sys machine - /usr/src/sys/i386/include echo "#define IPX 1" opt_ipx.h echo "#define INET 1" opt_inet.h echo " Try building make(1) manually,

Re: make buildkernel breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread Dima Dorfman
David Wolfskill [EMAIL PROTECTED] writes: So I'd have thought that the "make buildkernel" process should have been using the freshly-made "make" over in /usr/obj -- or am I confused (again)? buildkernel tries to use all the newly-built binaries. I think make is an exception, though. The

very strange problem with ps

2001-03-16 Thread Brooks Davis
I'm seeing a very strange problem with ps. I was calling "ps -U operator" to check the status of some dumps and it was working fine, but then I ran it again and got a kinfo_proc size mismatch. Calling it with no args still works, but calling it with -U doesn't. This is with a current as of

Re: very strange problem with ps

2001-03-16 Thread Alex Zepeda
On Fri, Mar 16, 2001 at 06:12:29PM -0800, Brooks Davis wrote: I'm seeing a very strange problem with ps. I was calling "ps -U From what I can tell (I've seen this for a while), calling ps -U username where username has no running processes (or none shown), will return such an error. ps -U

Re: very strange problem with ps

2001-03-16 Thread Brooks Davis
On Fri, Mar 16, 2001 at 06:17:37PM -0800, Alex Zepeda wrote: On Fri, Mar 16, 2001 at 06:12:29PM -0800, Brooks Davis wrote: I'm seeing a very strange problem with ps. I was calling "ps -U From what I can tell (I've seen this for a while), calling ps -U username where username has no

Re: libdevstat

2001-03-16 Thread Kenneth D. Merry
On Fri, Mar 16, 2001 at 08:43:51 -0800, Alfred Perlstein wrote: * Sergey A. Osokin [EMAIL PROTECTED] [010316 08:27] wrote: On Fri, Mar 16, 2001 at 09:27:30AM -0600, Dan Nelson wrote: In the last episode (Mar 16), Sergey A. Osokin said: Hello, -currenters. What do you think