Re: JFS2 on freebsd

2005-10-02 Thread Kamal R. Prasad
On 09-Sep-05, at 5:43 PM, Sergey Babkin wrote: From: Mike Silbersack [EMAIL PROTECTED] On Fri, 9 Sep 2005, Kamal R. Prasad wrote: would a port of JFS2 be of interest to freebsd core? thanks -kamal There are many things that would be of interest to FreeBSD users, but that's not a good

Re: freebsd-5.4-stable panics

2005-10-02 Thread Don Lewis
On 1 Oct, Don Lewis wrote: On 30 Sep, John Baldwin wrote: It turns out that the sysctl buffer is already wired in one of the two cases that this function is called, so I moved the wiring up to the upper layer in the other case and cut out a bunch of the locking gymnastics as a result.

serial port question

2005-10-02 Thread Divacky Roman
Hi, I need to set serial port to given parity/speed/etc. and then cat from it... when I: stty -f /dev/cuaa0 speed 1200 its still at 9600 (the default setting) how do I alter speed of serial port? minicom/cu is able to do it but I want to do it via stty. how can this be done? thnx for answer

Re: serial port question

2005-10-02 Thread Gary Jennejohn
Divacky Roman writes: Hi, I need to set serial port to given parity/speed/etc. and then cat from it... when I: stty -f /dev/cuaa0 speed 1200 its still at 9600 (the default setting) how do I alter speed of serial port? minicom/cu is able to do it but I want t o do it via stty. how

Re: panic in propagate_priority w/ postgresql under heavy load

2005-10-02 Thread Koen Martens
Robert Watson wrote: I can't speak to the problem with the core dumps, as it sounds like that is device/firmware related. However, I probably can lend a hand in debugging the problems you're seeing. I don't think the dump problem is device/firmware related, as a reboot -d gives me a dump

Importing bio aka RAID Management Framework from OpenBSD

2005-10-02 Thread Joao Barros
Hi all, I proposed to import bio aka RAID Management Framework from OpenBSD. I have studied how bio is implemented in OpenBSD and here is a quick resume of the 3 components that make bio: - bio - ioctl tunnel pseudo-device /dev/bio.c biovar.h The bio driver provides userland applications ioctl

Re: FreeBSD 5.4 AMD64 MPD

2005-10-02 Thread Gleb Smirnoff
On Wed, Sep 28, 2005 at 04:00:08PM -0300, Daniel Dias Gon?alves wrote: D I installed MPD and it doesn't start, NETGRAPH is enable on kernel. mpd-3.18 doesn't work on AMD64. Future mpd-3.19 will work. However, the problem is already fixed in mpd port. You need to update your ports tree and

How to troubleshoot solid freeze-up?

2005-10-02 Thread David S. Madole
I'm looking for some tips on how to troubleshoot a possible driver problem. Here is the scenario: 1. Using a Pentium II 333Mhz mobile processor, 82443BX motherboard, and Intel i82559 NIC (fxp driver). 2. A combination of heavy disk I/O, high CPU utilization, and high network traffic causes

Re: How to troubleshoot solid freeze-up?

2005-10-02 Thread Kris Kennaway
On Sun, Oct 02, 2005 at 03:59:50PM -0400, David S. Madole wrote: I'm looking for some tips on how to troubleshoot a possible driver problem. Here is the scenario: 1. Using a Pentium II 333Mhz mobile processor, 82443BX motherboard, and Intel i82559 NIC (fxp driver). 2. A combination of

Re: freebsd-5.4-stable panics

2005-10-02 Thread Don Lewis
On 2 Oct, Don Lewis wrote: It turns out that fill_kinfo_thread() grabs a bunch of locks to grab things out of struct proc, which breaks badly if sched_lock is grabbed before calling fill_kinfo_thread(). I refactored fill_kinfo_thread() into two functions, one of which doesn't need any