Re: msync() differences between Linux and FreeBSD

2008-07-04 Thread Peter Jeremy
On 2008-Jul-02 05:00:02 -0700, Marcus Reid <[EMAIL PROTECTED]> wrote: > It seems that in FreeBSD, msync() waits for bits to be >committed to disk even when MS_ASYNC is specified. Your previous ktrace output suggests that, at least for the way rrdtool is using mmap(2), physical I/O is being perfor

Re: connect(): Operation not permitted

2008-07-04 Thread Kian Mohageri
On Fri, Jul 4, 2008 at 4:32 AM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: > On Thu, Jul 03, 2008 at 08:55:21AM -0700, Kian Mohageri wrote: >> On Wed, Jul 2, 2008 at 5:39 PM, Stef <[EMAIL PROTECTED]> wrote: >> > Kian Mohageri wrote: >> >> On Sun, May 18, 2008 at 3:33 AM, Johan Ström <[EMAIL PROTECT

Re: DigiBoard Xem with 2 extenal modules

2008-07-04 Thread Alexandre Biancalana
On 7/4/08, Gavin Atkinson <[EMAIL PROTECTED]> wrote: > It's not a solution, but it may well be a great help in diagnosing where > the problem lies: it would be useful to know if the driver is simply > failing to detect the correct number of ports, or if the driver > physically cannot use them.

Re: installdate of a port/package?

2008-07-04 Thread Norberto Meijome
On Tue, 1 Jul 2008 16:34:47 +0100 Alex Trull <[EMAIL PROTECTED]> wrote: > e.g. $ find $dir -mtime +2 -type f -xdev -print > > Add a little guesswork/pkg_info to determine which ports they're from. you can use pkg_info -W {file} to find out which port installed {file} _ {

Re: connect(): Operation not permitted

2008-07-04 Thread Jeremy Chadwick
On Fri, Jul 04, 2008 at 04:32:13AM -0700, Jeremy Chadwick wrote: > On Thu, Jul 03, 2008 at 08:55:21AM -0700, Kian Mohageri wrote: > > A similar/related problem was addressed in OpenBSD 4.3 > > (http://www.openbsd.org/plus43.html). > > > > * In pf(4), allow state reuse if both sides are in FIN_WA

Re: connect(): Operation not permitted

2008-07-04 Thread Jeremy Chadwick
On Thu, Jul 03, 2008 at 08:55:21AM -0700, Kian Mohageri wrote: > On Wed, Jul 2, 2008 at 5:39 PM, Stef <[EMAIL PROTECTED]> wrote: > > Kian Mohageri wrote: > >> On Sun, May 18, 2008 at 3:33 AM, Johan Ström <[EMAIL PROTECTED]> wrote: > >>> On May 18, 2008, at 9:19 AM, Matthew Seaman wrote: > >>> > >>>