Re: Signal sensitivity problem with if_rum

2009-05-03 Thread Gustavo Perez Querol
>>Hi, >> >>I'm seeing this in ubuntu 9.04 (kernel 2.6.28). It shows more or less >> the same figures we have in FBSD. > > Try older versions, 8.X perhaps. > Hi, I-m writing from a live ubuntu 8.04 right now. At work I have a Cisco Aironet 1200 (nice AP) and moving my dell latitude D

Re: CARP as a module; followup thoughts

2009-05-03 Thread Will Andrews
Look at > how PIM is implemented in ip_mroute.c for an example. > > Other than that it looks like a good start... but would hold off on > committing as-is. the more general case of registering a MAC address on an > interface should be considered. Thank you very much for your feedback.

Re: Freebsd failed to create routing prefix

2009-05-03 Thread Rommel Laranjo
Hello Hiroki-san, The box I am using is FreeBSD 7.0-Release: # uname -a FreeBSD freebsd7.example.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 On Mon, May 4, 2009 at 9:37 AM, Hiroki Sato wrote: > Rommel Laranj

Re: kern/133218: [carp] [hang] use of carp(4) causes system to freeze

2009-05-03 Thread Philip Drapeau
The following reply was made to PR kern/133218; it has been noted by GNATS. From: "Philip Drapeau" To: , Cc: Subject: Re: kern/133218: [carp] [hang] use of carp(4) causes system to freeze Date: Sun, 3 May 2009 20:09:16 -0600 I might also point out that any attempts to break into the

Re: Freebsd failed to create routing prefix

2009-05-03 Thread Hiroki Sato
Rommel Laranjo wrote in : rs> Yes, my box has two NICs and I have these lines at my rc.conf. rs> rs> ipv6_enable="YES" rs> ipv6_network_interfaces="AUTO" Ah, from 7.1R there seems a regression of handling IPv6 link-level route on a system with multiple NICs and receiving RAs. When one NIC

Re: Freebsd failed to create routing prefix

2009-05-03 Thread Rommel Laranjo
Hello Hiroki, Yes, my box has two NICs and I have these lines at my rc.conf. ipv6_enable="YES" ipv6_network_interfaces="AUTO" On Sun, May 3, 2009 at 7:16 AM, Hiroki Sato wrote: > Rommel Laranjo wrote >  in : > > rs> I hope someone could shed light on how to put this route into my ipv6 > rs>

Re: Freebsd failed to create routing prefix

2009-05-03 Thread Rommel Laranjo
Hello Jassal, Yes you are right, the problem will not occur if you put the ipv6 address at rc.conf and reboot. But, the problem I describe will occur only when if you change from Stateless IPv6 autoconfiguration to Static, without rebooting the machine. On Sun, May 3, 2009 at 6:43 AM, JASSAL Aman

Re: kern/133218: [carp] [hang] use of carp(4) causes system to freeze

2009-05-03 Thread Philip Drapeau
The following reply was made to PR kern/133218; it has been noted by GNATS. From: "Philip Drapeau" To: , Cc: Subject: Re: kern/133218: [carp] [hang] use of carp(4) causes system to freeze Date: Sun, 3 May 2009 14:21:40 -0600 This is a multipart message in MIME format. --=_Next

Re: New INTEL firmware v3.1 for device iwi (IPW 2200BG)

2009-05-03 Thread Andrew Thompson
On Sun, May 03, 2009 at 02:48:13PM +0200, Dieter Brozio wrote: > Hi there, > > To whom it may concern: > > INTEL released in March 2009 a new version 3.1 of its firmware version for > the WLAN iwi device (Pro/Wireless 2200BG). > > http://ipw2200.sourceforge.net/firmware.php > http://ipw2200.sou

New INTEL firmware v3.1 for device iwi (IPW 2200BG)

2009-05-03 Thread Dieter Brozio
Hi there, sorry for writing to the complete FBSD mailing list, but I don't know who is responsible for the WLAN iwi device firmware. To whom it may concern: INTEL released in March 2009 a new version 3.1 of its firmware version for the WLAN iwi device (Pro/Wireless 2200BG). http://ipw2200.

Re: Download 5.4 ISO file?

2009-05-03 Thread Erik Trulsson
On Sun, May 03, 2009 at 10:43:25PM +1000, Sam Wan wrote: > > Hi, > > I want to download iso file of freebsd 5.4 release. > Can anyone tell me a link? > > I want build a ipvs box in freebsd. > > Thanks > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/ -- Erik Trulsson ert

Download 5.4 ISO file?

2009-05-03 Thread Sam Wan
Hi, I want to download iso file of freebsd 5.4 release. Can anyone tell me a link? I want build a ipvs box in freebsd. Thanks ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mai

Re: Signal sensitivity problem with if_rum

2009-05-03 Thread Paul B. Mahol
On 5/3/09, Gustau Perez wrote: > >> That information is misleading, I remmember reading somewhere that linux >> rt73 >> had similar problems like rum but it got fixed, and is not present in >> new kernels. >> I think that problem originated for linux from now obsolete drivers. >> >> On what linux

Re: How to complie keepliaved from Port.

2009-05-03 Thread Sam Wan
Hi, After switched over to FreeBSD 6.4, its compilation failed with a different error: ... linking kernel.debug ip_input.o(.text+0x200): In function `ip_init': ../../../netinet/ip_input.c:312: undefined reference to `nf_sockopt_init' *** Error code 1 ... This is what I have done before "make":

Re: Signal sensitivity problem with if_rum

2009-05-03 Thread Gustau Pérez
That information is misleading, I remmember reading somewhere that linux rt73 had similar problems like rum but it got fixed, and is not present in new kernels. I think that problem originated for linux from now obsolete drivers. On what linux version and what drivers version do you experience

Re: How to complie keepliaved from Port.

2009-05-03 Thread Sam Wan
I have patched the following files, with some errors. Please provide suggestion about what I should do. Very appreciate for any suggestion. Thanks ASTest72RC2# patch -p0 < uipc_socket.c.patch Hmm... Looks like a unified diff to me... The text leading up to this was: --

Re: How to complie keepliaved from Port.

2009-05-03 Thread Sam Wan
I have patched the following files, with some errors. Please provide suggestion about what I should do. Very appreciate for any suggestion. Thanks ASTest72RC2# patch -p0 < uipc_socket.c.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -- |

Re: How to complie keepliaved from Port.

2009-05-03 Thread Sam Wan
> > Hi, > > Is there anyone knows how to compile keepalived from the port? > > Its patch only available up to version 7.0. > When I followed its instruction to patch 4 files, 1 or 2 of those have > been *rej*, and when I ignored and continue to build it, kernel > compilation caused error. > > Is th