Re: who do I report this to?

2007-11-20 Thread Remko Lodder

Can you please STOP cross posting to various mailinglists all at once?
It is causing all kinds of unneeded messages to various addresses
(yeah I am now guilty of that as well); stop it.

If you have issues with if_re, please ask it's maintainer for support, and
rule that out first and then proceed to the next item if the problem still
continues, generating loads of emails with my insert your new problem
here content which includes but this and this and this and this might
also be the combination etc is NOT going to help resolve this because the
options are too legio (could be the software, could be your hardware,
could be a user flaw, could be the remote switch etc).

Please do it step by step with the maintainers as much as possible, and
where possible please try to avoid overloading the mailinglists with
things you run into on a day by day basis, personally I find it not very
interesting to read them anymore because its just another thing, that
might not be the thing we are persuing here, but with all of your emails,
I do get this feeling.

//Remko

On Tue, November 20, 2007 8:11 am, Aryeh M. Friedman wrote:
 Who do I report the following issue to (it falls into at least 3 camps)?

 If I am downloading a torrent in deluge 0.5.6.2_1 *AND* am logged into
 gmail (*WITH* a chat open) my network connection looses about 90% of
 it's capacity (for all applications), re(4) with the following:

 rgephy0: RTL8169S/8110S/8211B media interface PHY 1 on miibus0
 rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
 1000baseT-FDX, auto




-- 
/\   Best regards,  | [EMAIL PROTECTED]
\ /   Remko Lodder   | [EMAIL PROTECTED]
 Xhttp://www.evilcoder.org/  |
/ \   ASCII Ribbon Campaign  | Against HTML Mail and News


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


Re: Package Building in the Large

2007-11-20 Thread Kris Kennaway

Jason C. Wells wrote:
I have been toying with a variety of package building methods lately.  
My latest effort involves looking into the Third Party Release 
Engineering documented here: 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng-packages/index.html. 



Where do I start if I am looking for package building tools that the 
FreeBSD project uses for burning onto ROMs? Is 
ports/Tools/scripts/release the right place?  The dates on the files 
there seem stale.


ports/Tools/portbuild/scripts/

What I am trying to do is to build 30 or so packages including the big 
ones like X, kde, gnome, plus all of their dependencies on a build host 
and then use pkg_add on various machines.  I have had a variety of 
difficulties with all of the methods I have used thus far (portmaster, 
portupgrade, homegrown).


Probably you want the tinderbox port though, unless you need to 
distribute across many build hosts.


Kris

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


Perl 5.8.2 issue with SIG{CHLD}?

2007-11-20 Thread Laurent
hello

 

I noticed that the Perl 5.8.2 port isn't handling $SIG{CHLD} signals as 

previous versions have, and wondered if anyone had experienced similar 

problems?

 

how to do ?

thanks

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


Re: who do I report this to?

2007-11-20 Thread Stephen Montgomery-Smith

Aryeh M. Friedman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Who do I report the following issue to (it falls into at least 3 camps)?

If I am downloading a torrent in deluge 0.5.6.2_1 *AND* am logged into
gmail (*WITH* a chat open) my network connection looses about 90% of
it's capacity (for all applications), re(4) with the following:

rgephy0: RTL8169S/8110S/8211B media interface PHY 1 on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto

After some experimenting this problem *only* occurs under the above
conditions.

Addtional info:

gnome 2.20.1
nv driver (latest)
Xorg 7.3

FreeBSD monster 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Nov 15
19:17:50 EST 2007
[EMAIL PROTECTED]:/usr/obj/FreeBSD/FreeBSD-current/src/sys/MONSTER  amd64



This sounds similar to my problem.  When I have my computer on for some 
time, my ndis0 driver with its Broadcom 1350 wifi card sometimes starts 
going very slowly.  And even if this doesn't happen, xorg (I have the 
same gnome and xorg set up as you) freezes up the computer while it is 
exiting.  This is on FreeBSD 7.0 Beta 3.


I reported to freebsd-stable, but I didn't get any response.

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


dependencies out of hand?

2007-11-20 Thread Mikhail Teterin
Why do I need to install cdrecord in order to build X-server?

glib and gtk seem necessary too...

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


Re: dependencies out of hand?

2007-11-20 Thread Yuri Pankov
On Tuesday 20 November 2007 17:12:33 Mikhail Teterin wrote:
 Why do I need to install cdrecord in order to build X-server?

 glib and gtk seem necessary too...

   -mi

New xorg-server utilizes sysutils/hal for hardware autodetection, glib20 
and cdrecord are dependencies of hal (can be turned off using 
WITHOUT_HAL). It also needs dbus, polkit and so on. Not sure about gtk.


HTH,
Yuri

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


Re: dependencies out of hand?

2007-11-20 Thread Yuri Pankov
On Tuesday 20 November 2007 17:27:30 Mikhail Teterin wrote:
 On вівторок 20 листопад 2007, Yuri Pankov wrote:
 = New xorg-server utilizes sysutils/hal for hardware autodetection,
 glib20 = and cdrecord are dependencies of hal (can be turned off
 using = WITHOUT_HAL). It also needs dbus, polkit and so on. Not sure
 about gtk.

 Thanks, Yuri. But I could trace the dependencies myself. My point

Well, sorry for the noise.

 was, something is wrong if an unrelated utility such as cdrecord and
 a large (and frequently changing) library such as glib are both
 /required/ to build the X-server.

 Maybe, the WITHOUT_HAL knob should be more visible... Maybe, it
 should not require cdrecord by default.

 I don't have a solution -- I'm just pointing out a problem...

   -mi


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


Re: dependencies out of hand?

2007-11-20 Thread Mikhail Teterin
On вівторок 20 листопад 2007, Yuri Pankov wrote:
= New xorg-server utilizes sysutils/hal for hardware autodetection, glib20 
= and cdrecord are dependencies of hal (can be turned off using 
= WITHOUT_HAL). It also needs dbus, polkit and so on. Not sure about gtk.

Thanks, Yuri. But I could trace the dependencies myself. My point was, 
something is wrong if an unrelated utility such as cdrecord and a large (and 
frequently changing) library such as glib are both /required/ to build the 
X-server.

Maybe, the WITHOUT_HAL knob should be more visible... Maybe, it should not 
require cdrecord by default.

I don't have a solution -- I'm just pointing out a problem...

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


Re: Perl 5.8.2 issue with SIG{CHLD}?

2007-11-20 Thread Mathieu Arnold
+-Le 20/11/07 00:20 +0100, Laurent a dit :
| how to do ?

Hum, perl 5.8.2 got released on 5 Nov 2003, that's four years old, there
have been a few releases since, the last one being 5.8.8, which is a year
and a half old. Maybe you could upgrade ?

-- 
Mathieu Arnold

pgpLwcI4hwKjI.pgp
Description: PGP signature


Re: Total Ports System Failure

2007-11-20 Thread Vivek Khera


On Nov 20, 2007, at 2:05 AM, Sean McLaughlin wrote:


===  Configuring for arj-3.10.22_1
---  Installing the new version via the port
gmake: GNUmakefile: No such file or directory
gmake: *** No rule to make target `GNUmakefile'.  Stop.
cd /usr/ports/archivers/arj/work/arj-3.10.22/doc  install  -o root  
-g


did you replace your system make with gmake?  ports depends on the BSD  
make.


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


(no subject)

2007-11-20 Thread J. Porter Clark
Newsgroups: mailing.freebsd.ports
Subject: Re: dependencies out of hand?
References: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (J. Porter Clark)
Organization: http://www.angelfire.com/ego/porterclark/

[EMAIL PROTECTED] (Mikhail Teterin) writes:

Thanks, Yuri. But I could trace the dependencies myself. My point was,

How do you trace the dependencies?  I have found this uncommonly
difficult.

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


RE: who do I report this to?

2007-11-20 Thread Andrew Atrens

Are you on asymmetric DSL (ADSL) or some other residential connection s.t. the 
uplink pipe is
considerably smaller than the downlink pipe?

If so you could be seeing ACK starvation - it's a well understood problem, as 
is the solution -

http://www.benzedrine.cx/ackpri.html

--Andrew

-Original Message-
From: [EMAIL PROTECTED] on behalf of Stephen Montgomery-Smith
Sent: Tue 11/20/2007 8:48 AM
To: Aryeh M. Friedman
Cc: [EMAIL PROTECTED]; FreeBSD Questions; freebsd-ports@freebsd.org
Subject: Re: who do I report this to?
 
Aryeh M. Friedman wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Who do I report the following issue to (it falls into at least 3 camps)?
 
 If I am downloading a torrent in deluge 0.5.6.2_1 *AND* am logged into
 gmail (*WITH* a chat open) my network connection looses about 90% of
 it's capacity (for all applications), re(4) with the following:
 
 rgephy0: RTL8169S/8110S/8211B media interface PHY 1 on miibus0
 rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
 1000baseT-FDX, auto
 
 After some experimenting this problem *only* occurs under the above
 conditions.
 
 Addtional info:
 
 gnome 2.20.1
 nv driver (latest)
 Xorg 7.3
 
 FreeBSD monster 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Nov 15
 19:17:50 EST 2007
 [EMAIL PROTECTED]:/usr/obj/FreeBSD/FreeBSD-current/src/sys/MONSTER  amd64


This sounds similar to my problem.  When I have my computer on for some 
time, my ndis0 driver with its Broadcom 1350 wifi card sometimes starts 
going very slowly.  And even if this doesn't happen, xorg (I have the 
same gnome and xorg set up as you) freezes up the computer while it is 
exiting.  This is on FreeBSD 7.0 Beta 3.

I reported to freebsd-stable, but I didn't get any response.

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

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


Re: Total Ports System Failure

2007-11-20 Thread Sean McLaughlin
On Tuesday, November 20, 2007 06:56:07 am Vivek Khera wrote:
 On Nov 20, 2007, at 2:05 AM, Sean McLaughlin wrote:
  ===  Configuring for arj-3.10.22_1
  ---  Installing the new version via the port
  gmake: GNUmakefile: No such file or directory
  gmake: *** No rule to make target `GNUmakefile'.  Stop.
  cd /usr/ports/archivers/arj/work/arj-3.10.22/doc  install  -o root
  -g

 did you replace your system make with gmake?  ports depends on the BSD
 make.

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

# which make
/usr/bin/make
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


overlay troubles with mplayer

2007-11-20 Thread [LoN]Kamikaze
The following scenario

FreeBSD 7.0-Beta-2 on i386 with a Radeon Mobility 7500

$ xrandr
Screen 0: minimum 320 x 200, current 2464 x 900, maximum 3072 x 1536
VGA-0 connected 1440x900+1024+0 (normal left inverted right x axis y axis)
410mm x 257mm
   1440x900   59.9*+   75.0 59.9
LVDS connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768   59.9*+   60.0
S-video disconnected (normal left inverted right x axis y axis)


I want to play a video on the right screen (external 16:10 LCD screen) with
mplayer. Moving the window to the screen and resizing works fine, but as soon
as I hit F for the full screen mode the video is scaled inside a 1024x768
region in the top left corner of screen (the remaining space is black), as if
it was meant to be drawn on the first screen.

The workaround is to make the larger screen the primary one by moving it to
the left

$ xrandr --output VGA-0 --left-of LVDS

I don't know weather this is a bug in mplayer or in xorg, so I'm sending this
to ports@ and [EMAIL PROTECTED]

Suggestions about the cause as well as workarounds that don't require me to
move the monitors around (from an xrandr perspective) are highly appreciated.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: (no subject)

2007-11-20 Thread Mark Linimon
On Tue, Nov 20, 2007 at 09:37:47AM -0600, J. Porter Clark wrote:
 How do you trace the dependencies?  I have found this uncommonly
 difficult.

make all-depends-list
make build-depends-list
make package-depends-list
make actual-package-depends
make run-depends-list
make pretty-print-build-depends-list
make pretty-print-run-depends-list

and

ports/ports-mgmt/pkg_tree

are pretty good places to start.

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


Re: Total Ports System Failure

2007-11-20 Thread Vivek Khera


On Nov 20, 2007, at 11:37 AM, Sean McLaughlin wrote:

did you replace your system make with gmake?  ports depends on the  
BSD

make.



# which make
/usr/bin/make


what's the output of

/usr/bin/make --version

did you redefine the MAKE variable in your /etc/make.conf?

There are many ways to replace make with gmake :-)

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


Re: Total Ports System Failure

2007-11-20 Thread Sean McLaughlin
 what's the output of

 /usr/bin/make --version
An illegal option error.

 did you redefine the MAKE variable in your /etc/make.conf?
No.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stlport

2007-11-20 Thread Thierry Thomas
Le Lun 19 nov 07 à  7:28:48 +0100, Thierry Thomas [EMAIL PROTECTED]
 écrivait :
 Le Lun 19 nov 07 à  3:56:50 +0100, Stephen Montgomery-Smith [EMAIL 
 PROTECTED]
  écrivait :
  
  Is anyone working on this?  If not, would you guys be kind enough to 
  make my patch more proper?
 
 I'm working on a patch to upgrade it to the latest STLport-5.1.4 (from
 http://www.stlport.org/ ).

If you want to test it, my patch is available at
http://people.freebsd.org/~thierry/ports/stlport.diff.

It does not seem bad on i386, but there is a problem on amd64: it builds
and installs fine, but the regression tests eat all the memory! (If no
solution is found, I shall mark it broken on != i386).

Regards,
-- 
Th. Thomas.


pgpvxbJiIbroU.pgp
Description: PGP signature


a2ps users with HP Deskjets/OfficeJets?

2007-11-20 Thread Chuck Robey
I was wondering if there are any a2ps users who have HP DeskJet or 
OfficeJet printers?  I wanted to confirm something before i sent some 
patches upstream.  It's the size of the print offsets, which are smaller 
on those printers.  The default setup in the a2ps-letterdj port is wrong 
 for me, and I suspect it would be for you also.  There's a line in the 
/usr/local/etc/a2ps.cfg file that sets the size of the letterdj offsets, 
and I changed mine from:


Medium:  Letterdj   612 792 24  40  588 768

to

Medium: Letterdj612 792 18  36  594 756

I'd just like someone else with this kind of printer to tell me if these 
setups work better for you.  Specifically, they more correctly set the 
right hand margins and the size of the page..

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


Re: testing skype

2007-11-20 Thread Marcin Cieslak

Chuck Robey wrote:
Anybody who has skype up and working, and has a few free minutes, would 
you care to help me test my brand new skype setup?  Write me privately, ok?


There is a test robot you can call and talk to - it's called echo123.
(Sorry don't have skype here right now).

--Marcin

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


Re: stlport

2007-11-20 Thread Stephen Montgomery-Smith

Thierry Thomas wrote:

Le Lun 19 nov 07 à  7:28:48 +0100, Thierry Thomas [EMAIL PROTECTED]
 écrivait :

Le Lun 19 nov 07 à  3:56:50 +0100, Stephen Montgomery-Smith [EMAIL PROTECTED]
 écrivait :
 
Is anyone working on this?  If not, would you guys be kind enough to 
make my patch more proper?

I'm working on a patch to upgrade it to the latest STLport-5.1.4 (from
http://www.stlport.org/ ).


If you want to test it, my patch is available at
http://people.freebsd.org/~thierry/ports/stlport.diff.

It does not seem bad on i386, but there is a problem on amd64: it builds
and installs fine, but the regression tests eat all the memory! (If no
solution is found, I shall mark it broken on != i386).

Regards,


It didn't build at all on my system.  I am sure it is a problem with 
stlport/config/stl_gcc.h.


What version of FreeBSD are you using?  Did you build it with gcc or icc?

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


Re: stlport

2007-11-20 Thread Stephen Montgomery-Smith

Stephen Montgomery-Smith wrote:

Thierry Thomas wrote:

Le Lun 19 nov 07 à  7:28:48 +0100, Thierry Thomas [EMAIL PROTECTED]
 écrivait :
Le Lun 19 nov 07 à  3:56:50 +0100, Stephen Montgomery-Smith 
[EMAIL PROTECTED]

 écrivait :
 
Is anyone working on this?  If not, would you guys be kind enough to 
make my patch more proper?

I'm working on a patch to upgrade it to the latest STLport-5.1.4 (from
http://www.stlport.org/ ).


If you want to test it, my patch is available at
http://people.freebsd.org/~thierry/ports/stlport.diff.

It does not seem bad on i386, but there is a problem on amd64: it builds
and installs fine, but the regression tests eat all the memory! (If no
solution is found, I shall mark it broken on != i386).

Regards,


It didn't build at all on my system.  I am sure it is a problem with 
stlport/config/stl_gcc.h.


What version of FreeBSD are you using?  Did you build it with gcc or icc?



Scatch what I said about stl_gcc.h.  It doesn't even exist on this 
version of stlport.  Let me look at it a bit more and report back. 
Sorry about the noise, but it truly didn't build on my system.

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


Re: stlport

2007-11-20 Thread Stephen Montgomery-Smith

Stephen Montgomery-Smith wrote:

Thierry Thomas wrote:

Le Lun 19 nov 07 à  7:28:48 +0100, Thierry Thomas [EMAIL PROTECTED]
 écrivait :
Le Lun 19 nov 07 à  3:56:50 +0100, Stephen Montgomery-Smith 
[EMAIL PROTECTED]

 écrivait :
 
Is anyone working on this?  If not, would you guys be kind enough to 
make my patch more proper?

I'm working on a patch to upgrade it to the latest STLport-5.1.4 (from
http://www.stlport.org/ ).


If you want to test it, my patch is available at
http://people.freebsd.org/~thierry/ports/stlport.diff.

It does not seem bad on i386, but there is a problem on amd64: it builds
and installs fine, but the regression tests eat all the memory! (If no
solution is found, I shall mark it broken on != i386).

Regards,


It didn't build at all on my system.  I am sure it is a problem with 
stlport/config/stl_gcc.h.


What version of FreeBSD are you using?  Did you build it with gcc or icc?


Adding this attached file to stlport/files made it work for my system.

--- stlport/stl/config/_gcc.h.orig  2007-11-20 18:33:19.0 -0600
+++ stlport/stl/config/_gcc.h   2007-11-20 18:34:45.0 -0600
@@ -352,9 +352,9 @@
 /*
 * Before version 3.4.0 the 0 patch level was not part of the include path:
 */
-#  elif defined (__GNUC_PATCHLEVEL__)  ((__GNUC_PATCHLEVEL__  0) || \
+#  elif (defined (__GNUC_PATCHLEVEL__)  ((__GNUC_PATCHLEVEL__  0) || \
   (__GNUC__ == 3  __GNUC_MINOR__ 
= 4) || \
-  (__GNUC__  3))
+  (__GNUC__  3)))  !defined( 
__FreeBSD__ )
 #define _STLP_NATIVE_INCLUDE_PATH 
../__GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
 #  else
 #define _STLP_NATIVE_INCLUDE_PATH ../__GNUC__.__GNUC_MINOR__
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

problems with linux ports

2007-11-20 Thread Chuck Robey
I sam working to try getting a current flash working, and I found 
something that seems screwy.  I've had pr0blems with the way that ports 
do/don't respect LOCALBASE/X11BASE so far, and while I guess I was 
wrong, I think I would ask someone else to check this ... the 
www/linux-firefox-devel (and probably the linux-firefox) ports sticks 
its large selection of shared libs intoa subdir named firefox-devel, but 
instead of this going into /usr/compat/linux/usr/lib like I was 
expecting, its being stuck into /usr/local/lib.  The files aren't bsd 
llibs, they're SYSV libs, so i dono't think that the linux ldconfig 
should go hunting over there.


I think it's installing in the wrong spot.  So I can continue with my 
work on the Adobe stuff, I'm going to fix my stuff here anyhow.  Let me 
know if I'm right, ok?  I'd file the PR if you wanted, I just want 
someone to verify this as wrong.

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


Re: ports/11854: commit references a PR

2007-11-20 Thread dfilter service
The following reply was made to PR ports/11854; it has been noted by GNATS.

From: [EMAIL PROTECTED] (dfilter service)
To: [EMAIL PROTECTED]
Cc:  
Subject: Re: ports/11854: commit references a PR
Date: Wed, 21 Nov 2007 06:26:08 + (UTC)

 dhartmei2007-11-21 06:26:00 UTC
 
   FreeBSD src repository
 
   Modified files:(Branch: RELENG_6)
 sys/contrib/pf/net   pf.c 
   Log:
   restrict the tcp.finwait timeout (45s) to state combinations where we have   
   seen a FIN from both sides (whether ACKed or not) and use tcp.closing (900s) 
   for half closed connections.  otherwise half closed connections will time 
out   within 45s.
   
   PR: kern/11854
   Submitted by:   Jan Srzednicki
   Approved by:re@ (kensmith@)
   Obtained from:  OpenBSD (r1.494)
   
   Revision  ChangesPath
   1.34.2.7  +3 -3  src/sys/contrib/pf/net/pf.c
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]