Re: jail2 patchset 12

2006-09-18 Thread John Baldwin
On Sunday 17 September 2006 18:08, Alex Lyashkov wrote: > Thanks for you report. I really more test new jail2 API then old :( > Please apply this patch. > > # p4 diff -du kern_jail.c > //depot/projects/jail2/sys/kern/kern_jail.c#4 - > /root/jail2/sys/kern/kern_jail.c > @@ -316,6 +316,7 @

Re: ath driver debug

2006-09-18 Thread Sam Leffler
Johnny Choque wrote: > Hi, > > I would like to know how can I set the ath driver in debug mode. The > scanning functionality of ath0 interface only detect the associated AP but > do not the other ones. I'm trying to use the debug mode in order to detect > what the problem is. My wireless card is D

Re: isc-dhclient declining offers.

2006-09-18 Thread Brooks Davis
On Mon, Sep 18, 2006 at 04:04:55PM -0400, David Gilbert wrote: > I'm having trouble with the isc-dhclient port declining offers. On > the cosole, it says: > > dhclient.c(2174): null pointer > > each time. > > Now... the code in dhclient seems to be heavily macro'd to look like > lisp, so I'm a

isc-dhclient declining offers.

2006-09-18 Thread David Gilbert
I'm having trouble with the isc-dhclient port declining offers. On the cosole, it says: dhclient.c(2174): null pointer each time. Now... the code in dhclient seems to be heavily macro'd to look like lisp, so I'm a little lost as to the nature of this problem. Dave. -- ===

ath driver debug

2006-09-18 Thread Johnny Choque
Hi, I would like to know how can I set the ath driver in debug mode. The scanning functionality of ath0 interface only detect the associated AP but do not the other ones. I'm trying to use the debug mode in order to detect what the problem is. My wireless card is D-link DWL-AG660. Johnny ___

Re: 6-STABLE filesystem related panics/locks (kgdb output)

2006-09-18 Thread Eric Anderson
On 09/18/06 10:02, Eric Anderson wrote: Hi all, On one of our NFS servers, we've seen repeated filesystem issues with two of the filesystems (it has 4 exported via NFS). It usually manifests itself by a hung 'df -lk' (wedged in 'ufs'), and mountd becomes wedged also, not allowing new mounts,

6-STABLE filesystem related panics/locks (kgdb output)

2006-09-18 Thread Eric Anderson
Hi all, On one of our NFS servers, we've seen repeated filesystem issues with two of the filesystems (it has 4 exported via NFS). It usually manifests itself by a hung 'df -lk' (wedged in 'ufs'), and mountd becomes wedged also, not allowing new mounts, and unable to be killed. From an NFS cl

Re: anyone working on setting output items with usbhidctl(1) ?

2006-09-18 Thread Rene Ladan
2006/9/17, Rene Ladan <[EMAIL PROTECTED]>: Hi, is anyone working on setting output items with usbhidctl(1) ? I thought that something like -s "feature1=value1,feature2=value2,..." would be nice to have. I noticed that the usbhidctl(1) tool in OpenBSD has a -w option to set output and feature

Re: anyone working on setting output items with usbhidctl(1) ?

2006-09-18 Thread Ed Schouten
Hello Rene, * Rene Ladan <[EMAIL PROTECTED]> wrote: > is anyone working on setting output items with usbhidctl(1) ? > > I'm trying to add LED/rumbler support for the Xbox 360 Gamepad to > uhid(4), but there doesn't seem to be a userland tool to test output > items and the output report descriptor

Re: anyone working on setting output items with usbhidctl(1) ?

2006-09-18 Thread Rene Ladan
2006/9/18, Ed Schouten <[EMAIL PROTECTED]>: Hello Rene, * Rene Ladan <[EMAIL PROTECTED]> wrote: > is anyone working on setting output items with usbhidctl(1) ? > > I'm trying to add LED/rumbler support for the Xbox 360 Gamepad to > uhid(4), but there doesn't seem to be a userland tool to test ou