devfs deadlock

2006-08-18 Thread Alex Unleashed
Hello, Before anything else I'd like to say I'm working on a SoC project for Gentoo for which I have to port a sandbox-like application wrapper (in userspace) to FreeBSD, which deals with the building and installing of software so that nothing gets screwed in the filesystem. It's finished, but un

Diff & Symlinks

2006-08-18 Thread Frank Mitchell
Diff with Symlinks happens to be very convenient for me. The implementation is probably a consequence of how some standard Unix Systems Command works. But obviously it would be an idea to switch it off by default, while leaving the user with the existing option. Another issue would be getting Recu

Re: SER Core Dumps

2006-08-18 Thread Dan Nelson
In the last episode (Aug 18), Jean-Michel Hiver said: > Kris Kennaway a écrit : > >On Fri, Aug 18, 2006 at 10:37:43AM +0400, Jean-Michel Hiver wrote: > >>FreeBSD's SER port core dumps when I start it with 'fork=yes' in > >>the config file. The OS is freebsd 6.1, the platform is: > > > >Typically th

Re: SER Core Dumps

2006-08-18 Thread Jean-Michel Hiver
Kris Kennaway a écrit : On Fri, Aug 18, 2006 at 10:37:43AM +0400, Jean-Michel Hiver wrote: Hi, FreeBSD's SER port core dumps when I start it with 'fork=yes' in the config file. The OS is freebsd 6.1, the platform is: Typically this is something to take up with the software authors.

Re: SOCK_DGRAM optimization needed...

2006-08-18 Thread Oliver Fromme
Martin Eugen <[EMAIL PROTECTED]> wrote: > I have a simple application, that deals with lots of dgram sockets (UDP). > Thousands of them. Basically, its purpose is to > maintain pairs of sockets and when data is received on one of the sockets it > peeks through it (doing some simple > statistic

Re: Minidumps in FreeBSD 4

2006-08-18 Thread Devon H. O'Dell
And my apologies to those of you who found out that this file didn't exist on the server yesterday -- it should be there now. --Devon ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe,

Re: SOCK_DGRAM optimization needed...

2006-08-18 Thread Robert Watson
On Fri, 18 Aug 2006, Martin Eugen wrote: I have a simple application, that deals with lots of dgram sockets (UDP). Thousands of them. Basically, its purpose is to maintain pairs of sockets and when data is received on one of the sockets it peeks through it (doing some simple statistic calcula

Re: SER Core Dumps

2006-08-18 Thread Kris Kennaway
On Fri, Aug 18, 2006 at 10:37:43AM +0400, Jean-Michel Hiver wrote: > Hi, > > > FreeBSD's SER port core dumps when I start it with 'fork=yes' in the > config file. The OS is freebsd 6.1, the platform is: Typically this is something to take up with the software authors. Kris

SOCK_DGRAM optimization needed...

2006-08-18 Thread Martin Eugen
Hello there, I have a simple application, that deals with lots of dgram sockets (UDP). Thousands of them. Basically, its purpose is to maintain pairs of sockets and when data is received on one of the sockets it peeks through it (doing some simple statistic calculations) and then forwards it to th

SER Core Dumps

2006-08-18 Thread Jean-Michel Hiver
Hi, FreeBSD's SER port core dumps when I start it with 'fork=yes' in the config file. The OS is freebsd 6.1, the platform is: CPU: AMD Opteron(tm) Processor 146 (2010.31-MHz K8-class CPU) It says something like this on the command line: 0(65519) TOTAL: 44 free fragments = 1003912 free

RTM_LOSING (Re: Is it possible to trace the routing socket messages)

2006-08-18 Thread Dmitry Pryanishnikov
Hello! On Thu, 17 Aug 2006, Robert Watson wrote: This won't give you exactly what you want, but if you don't know about it already, you probably will find it useful. "route monitor" monitors routing socket messages generated by the kernel, and includes the pid of the process they are destine