Re: kern/126561: commit references a PR

2008-09-03 Thread dfilter service
The following reply was made to PR kern/126561; it has been noted by GNATS.

From: [EMAIL PROTECTED] (dfilter service)
To: [EMAIL PROTECTED]
Cc:  
Subject: Re: kern/126561: commit references a PR
Date: Wed,  3 Sep 2008 07:50:20 + (UTC)

 dfr 2008-09-03 07:49:49 UTC
 
   FreeBSD src repository
 
   Modified files:(Branch: RELENG_7)
 sys/nlm  nlm_prot_server.c 
   Log:
   SVN rev 182712 on 2008-09-03 07:49:49Z by dfr
   
   MFC: r182153 - fix interoperability issues with Mac OS X.
   
   PR: 126561
   Submitted by:   Richard.Conto sy gmail.com
   Approved by:re (kensmith)
   
   Revision  ChangesPath
   1.2.2.3   +1 -0  src/sys/nlm/nlm_prot_server.c
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: strange TCP issue on RELENG_7

2008-09-03 Thread Mike Tancsa

At 01:19 PM 8/22/2008, Mike Tancsa wrote:
On one of our sendmail boxes that we are running RELENG_7, we have 
noticed an odd issue triggered or noticed by our monitoring system 
(bigbrother in this case).  The seems to have been happening ever 
since we installed it, so its not a recent commit issue.



Just following up, I am still seeing this issue on a recent stable 
from sept 2. (a sendmail box periodically sending an RST after 
successful 3way handshake)


Monitoring host - 199.212.134.2, smtp host 199.212.134.9

From the sendmail host I see

08:19:32.780772 IP 199.212.134.2.64679 > 199.212.134.9.25: S 
3568082086:3568082086(0) win 65535 3,sackOK,timestamp 1692532073 0>
08:19:32.780793 IP 199.212.134.9.25 > 199.212.134.2.64679: S 
901330786:901330786(0) ack 3568082087 win 65535 3,sackOK,timestamp 1026686506 1692532073>
08:19:32.781325 IP 199.212.134.2.64679 > 199.212.134.9.25: . ack 1 
win 8326 
08:19:32.781332 IP 199.212.134.9.25 > 199.212.134.2.64679: R 
901330787:901330787(0) win 0
08:19:32.781334 IP 199.212.134.2.64679 > 199.212.134.9.25: P 1:7(6) 
ack 1 win 8326 
08:19:32.781341 IP 199.212.134.9.25 > 199.212.134.2.64679: R 
901330787:901330787(0) win 0


From the monitoring host

08:19:32.777919 IP 199.212.134.2.64679 > 199.212.134.9.25: S 
3568082086:3568082086(0) win 65535 3,sackOK,timestamp 1692532073 0>
08:19:32.778448 IP 199.212.134.9.25 > 199.212.134.2.64679: S 
901330786:901330786(0) ack 3568082087 win 65535 3,sackOK,timestamp 1026686506 1692532073>
08:19:32.778470 IP 199.212.134.2.64679 > 199.212.134.9.25: . ack 1 
win 8326 
08:19:32.778479 IP 199.212.134.2.64679 > 199.212.134.9.25: P 1:7(6) 
ack 1 win 8326 
08:19:32.778942 IP 199.212.134.9.25 > 199.212.134.2.64679: R 
901330787:901330787(0) win 0
08:19:32.778951 IP 199.212.134.9.25 > 199.212.134.2.64679: R 
901330787:901330787(0) win 0


There is no record of the connection in sendmail itself either and I 
have the LogLevel set to 11.  On a normal connection from the 
monitoring host, I would see


something like

Sep  3 08:59:32 smtp2 sm-mta[14042]: NOQUEUE: connect from 
ns2.sentex.ca [199.212.134.2]
Sep  3 08:59:32 smtp2 sm-mta[14042]: m83CxWHh014042: Milter 
(milter-ahead): init success to negotiate
Sep  3 08:59:32 smtp2 sm-mta[14042]: m83CxWHh014042: Milter (clamav): 
init success to negotiate

Sep  3 08:59:32 smtp2 sm-mta[14042]: m83CxWHh014042: Milter: connect to filters
Sep  3 08:59:32 smtp2 sm-mta[14042]: m83CxWHh014042: ns2.sentex.ca 
[199.212.134.2] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA



I tried running without pf (or any firewall) as well as disabling 
syncache but the problem would still happen (again, once or twice a 
day, sometimes once every 2 days).  Does anyone have any other 
suggestions as to how to track down this issue ?  I am a bit 
reluctant to move my other sendmail severs to RELENG_7 if the 
monitoring system is going to be tripping false positives like this.


I am just running tcpdump on the main interface now to get a sense of 
how many times this is happening with connections in general and 
comparing it to the RELENG_6 boxes.


---Mike 


___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: strange TCP issue on RELENG_7 (probably solved)

2008-09-03 Thread Mike Tancsa

At 09:28 AM 9/3/2008, Mike Tancsa wrote:

At 01:19 PM 8/22/2008, Mike Tancsa wrote:
On one of our sendmail boxes that we are running RELENG_7, we have 
noticed an odd issue triggered or noticed by our monitoring system 
(bigbrother in this case).  The seems to have been happening ever 
since we installed it, so its not a recent commit issue.



Just following up, I am still seeing this issue on a recent stable 
from sept 2. (a sendmail box periodically sending an RST after 
successful 3way handshake)


OK, I think we might have found the issue.  On the RELENG_7 box, the 
mc file didnt have


define(`confCONNECTION_RATE_THROTTLE', `40')dnl

which the other sendmail boxes have!  Hopefully thats all it was and 
if so, sorry for the noise!


---Mike 


___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/contrib/dev/ath COPYRIGHT README ah.h ah_desc.h ah_devid.h ah_soc.h version.h src/sys/contrib/dev/ath/public alpha-elf.hal.o.uu alpha-elf.inc alpha-elf.opt_ah.h ap30.hal.o.uu a

2008-09-03 Thread Rui Paulo
On Tue, Sep 02, 2008 at 11:08:00PM +0400, Vladimir Grebenschikov wrote:
> ? Thu, 28/08/2008 ? 00:22 +, Rui Paulo ?:
> > rpaulo  2008-08-28 00:22:59 UTC
> 
> 
> After that commit my wireless stop work:

Can you tell us your ath mac+phy rev?

-- 
Rui Paulo
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"