kern/165863

2012-03-09 Thread Gleb Smirnoff
The following reply was made to PR kern/165863; it has been noted by GNATS. From: Gleb Smirnoff To: Eric van Gyzen , Eric van Gyzen , ema...@freebsd.org Cc: bug-follo...@freebsd.org Subject: kern/165863 Date: Fri, 9 Mar 2012 13:20:56 +0400 --BXVAT5kNtrzKuDFl Content-Type: text/plain; c

Re: Intel 82550 Pro/100 Ethernet and Microcode

2012-03-09 Thread Adrian Chadd
Hi! That's actually a really good catch! yongari/jfv, what do you think? Adrian On 8 March 2012 16:01, Andreas Longwitz wrote: > Hi, > > recently I installed FreeBSD 8.2 Stable on some older machines with > Intel 82550 and 82550C and found that the loading of microcode with the > parameter li

Re: iSCSI Target For Freebsd

2012-03-09 Thread Artyom Viklenko
09.03.2012 04:30, David Somayajulu пишет: Hi All, Is there are an iSCSI Software Target that you can recommend. I have tried using istgt ( on Freebsd7.2) with Windows iSCSI Software Initiator. The initiator is able to discover the target however it is unable to login to the target. net/iscs

Re: iSCSI Target For Freebsd

2012-03-09 Thread Matthias Gamsjager
Or try net/istgt. This one gets an update once in a while where the other one is from 2008. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.or

Re: Lagg failover does not announce the failover to switch

2012-03-09 Thread Ed Maste
On Wed, Mar 07, 2012 at 02:28:32PM +1100, Jason Leschnik wrote: > Lagg failover does not gratuitous ARP on the new interface to announce > the link failover - This leaves clients trying to access the failed > link and never making it to the up'd link. > > Bug ID: 156226 > Found on this todo list:

Re: kern/165863

2012-03-09 Thread Eric van Gyzen
The following reply was made to PR kern/165863; it has been noted by GNATS. From: Eric van Gyzen To: Gleb Smirnoff Cc: Eric van Gyzen , , , Subject: Re: kern/165863 Date: Fri, 9 Mar 2012 09:26:51 -0600 --000307010007030804050405 Content-Type: text/plain; charset="KOI8-R";

Re: iSCSI Target For Freebsd

2012-03-09 Thread Dan Nelson
In the last episode (Mar 08), David Somayajulu said: > Is there are an iSCSI Software Target that you can recommend. I have tried > using istgt ( on Freebsd7.2) with Windows iSCSI Software Initiator. The > initiator is able to discover the target however it is unable to login to > the target. > >

Re: Intel 82550 Pro/100 Ethernet and Microcode

2012-03-09 Thread Jack Vogel
I do not own, nor have ever touched the fxp driver, so don't really have an opinion. Jack On Fri, Mar 9, 2012 at 1:36 AM, Adrian Chadd wrote: > Hi! > > That's actually a really good catch! > > yongari/jfv, what do you think? > > > Adrian > > On 8 March 2012 16:01, Andreas Longwitz wrote: > >

Re: Lagg failover does not announce the failover to switch

2012-03-09 Thread Jason Leschnik
So much win, Thanks Ed I will get some boxes up to test it and report back the results. Where is the best place to report results beside the forum? Would you like then back in this thread of mail? Cheers :) On Sat, Mar 10, 2012 at 1:34 AM, Ed Maste wrote: > On Wed, Mar 07, 2012 at 02:28:32PM +1

Strong host model in IPv6?

2012-03-09 Thread Alex Yong
(Originally posted on freebsd-hackers@ - sorry) Hi all, I've been playing around with IPv6 networking on FreeBSD release 8.2 and found that there seems to be no strong incoming host model as specified in RFC 1122. I've spotted that in IPv4 there is the sysctl "net.inet.ip.check_interface" which

Re: Strong host model in IPv6?

2012-03-09 Thread Doug Barton
So I guess I'll re-ask the question here: According to https://tools.ietf.org/html/rfc1122 that RFC has been updated quite a bit over the last 23 years. Have you followed that chain upwards to make sure that your concerns are still valid? Doug On 3/9/2012 3:26 PM, Alex Yong wrote: > (Originally

Re: Strong host model in IPv6?

2012-03-09 Thread Alex Yong
On 10 March 2012 00:03, Doug Barton wrote: > So I guess I'll re-ask the question here: According to > https://tools.ietf.org/html/rfc1122 that RFC has been updated quite a > bit over the last 23 years. Have you followed that chain upwards to make > sure that your concerns are still valid? > > > D

Race condition in IPv6 DAD detection code?

2012-03-09 Thread prabhakar lakhera
Hi, I had sent a mail sometime back regarding some queries/concern regarding v6 DAD detection code. Here's what my concern is, drawing tables for the whole sequence in hopes of getting some replies: *CPU1* *CPU2* In nd6_dad_na_input... struct dadq *dp; if (ifa == NULL)

Re: kern/165879: [tcp] Syncache syncache.count overflow

2012-03-09 Thread linimon
Old Synopsis: Syncache syncache.count overflow New Synopsis: [tcp] Syncache syncache.count overflow Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat Mar 10 06:05:20 UTC 2012 Responsible-Changed-Why: tcp-related. http://www.freeb

Re: Intel 82550 Pro/100 Ethernet and Microcode

2012-03-09 Thread YongHyeon PYUN
On Fri, Mar 09, 2012 at 01:36:22AM -0800, Adrian Chadd wrote: > Hi! > > That's actually a really good catch! > > yongari/jfv, what do you think? > Give me some more time to verify it on one of i82550 controller I have. > > Adrian > > On 8 March 2012 16:01, Andreas Longwitz wrote: > > Hi, >