Re: panic in propagate_priority w/ postgresql under heavy load

2005-10-05 Thread Robert Watson
On Sun, 2 Oct 2005, Koen Martens wrote: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 06 fault virtual address = 0x24 fault code = supervisor read, page not present instruction pointer = 0x8:0xc051c253 stack

Too many segments in the physical address map, giving up

2005-10-05 Thread Attila Nagy
Hello, I've got an AMD64 compatible machine which dies with Too many segments in the physical address map, giving up. This error is defined in src/sys/amd64/amd64/machdep.c Changing the following define: #define PHYSMAP_SIZE(2 * 8) to #define PHYSMAP_SIZE(2 * 16) has solved the

flock() returns EHOSTUNREACH on 5.3 with 4.5 NFS server

2005-10-05 Thread Thomas David Rivers
I'm applying flock() to a file that is on an NFS server. The program calling flock() is built on a 4.5 system, with the 4.5 libraries, etc... The NFS server is a 4.5-RELEASE system. The program running on a 4.5-release system doesn't display any problems. But - when I run that same program

diskless broken in 6.x ?

2005-10-05 Thread Marco Molteni
Hi, I am trying to boot a diskless box (via PXE), both server and diskless run FreeBSD 6.0-BETA4. The diskless machine hangs after printing the date on the console. I added debug output to /etc/rc, /etc/initdiskless and finally /sbin/init. It seems to hang in init after calling multi_user(). A

Re: diskless broken in 6.x ?

2005-10-05 Thread Brooks Davis
On Wed, Oct 05, 2005 at 09:07:58PM +0200, Marco Molteni wrote: Hi, I am trying to boot a diskless box (via PXE), both server and diskless run FreeBSD 6.0-BETA4. The diskless machine hangs after printing the date on the console. I added debug output to /etc/rc, /etc/initdiskless and finally

ggtrace

2005-10-05 Thread Ivan Voras
I'd like to announce a new utility for FreeBSD, named ggtrace. It's a graphical (X11) utility that displays I/O on a ggate device in a window. It can attach to any device or file, producing a /dev/ggateN device which can be used as usual - for example for hosting filesystems. All I/O requests

IPFW+DUMMYNET UPLOAD PROBLEM

2005-10-05 Thread Daniel Dias Gonçalves
I have the following rules: $fwcmd add 600 pipe 602 src-ip 192.168.0.0/24 out $fwcmd add 601 pipe 603 dst-ip 192.168.0.0/24 in $fwcmd pipe 602 config mask src-ip 0x00ff bw 128Kbit/s queue 10KBytes $fwcmd pipe 603 config mask dst-ip 0x00ff bw 128Kbit/s queue 10KBytes And my test speed