Re: [PATCH] New feature in Packet Filter

2011-04-08 Thread Quentin Narvor
2011/4/8 J. Hellenthal > On Thu, Apr 07, 2011 at 07:54:56PM +0200, Ermal Luçi wrote: > >On Thu, Apr 7, 2011 at 5:14 PM, Quentin Narvor > wrote: > >> 2011/4/7 Ermal Luçi > >> > >>> On Thu, Apr 7, 2011 at 10:21 AM, Quentin Narvor > >>> wrote: > >>> > Hello, > >>> > > >>> > My name is Quentin Nar

Re: panic: bufwrite: buffer is not busy???

2011-04-08 Thread Przemyslaw Frasunek
> I believe this netgraph/mpd stability problem it solved by glebius' patches. > I have been testing them in lab and in production for many weeks and they just > eliminated my panics altogether. Those patched have been commited to HEAD and > RELENG_8. Any chance of a backporting them to RELENG_7?

Re: panic: bufwrite: buffer is not busy???

2011-04-08 Thread Eugene Grosbein
On 08.04.2011 17:30, Przemyslaw Frasunek wrote: >> I believe this netgraph/mpd stability problem it solved by glebius' patches. >> I have been testing them in lab and in production for many weeks and they >> just >> eliminated my panics altogether. Those patched have been commited to HEAD >> and

Re: ifa_add_loopback_route: insertion failed with ifconfig wlan0 up

2011-04-08 Thread Dominique Goncalves
Hi 2011/4/6 Sergey Kandaurov : > On 6 April 2011 11:35, Dominique Goncalves > wrote: >> Hi, >> >> I've installed FreeBSD 8.2-RELEASE on soekris net4801 with Atheros >> 9280 (mini pci card) as an access point using hostapd, so far it works >> . Sometimes I need to disable wireless with ifconfig wl

Re: Revisit of older discussion on Intel em0 timeouts etc.

2011-04-08 Thread Adriel Torres
Hi, No problem. I can say that I have not seen a single link state change since deploying the server. Good news! : ) Thanks for everything AdrieL > > Thanks for your testing. If you encounter abnormal things, show me > dmesg and "pciconf -lcbv" output. > >

Re: ifa_add_loopback_route: insertion failed with ifconfig wlan0 up

2011-04-08 Thread Sergey Kandaurov
On 8 April 2011 18:10, Dominique Goncalves wrote: > Hi > > 2011/4/6 Sergey Kandaurov : >> On 6 April 2011 11:35, Dominique Goncalves >> wrote: >>> Hi, >>> >>> I've installed FreeBSD 8.2-RELEASE on soekris net4801 with Atheros >>> 9280 (mini pci card) as an access point using hostapd, so far it wo

Surge 2011 CFP Deadline Extended

2011-04-08 Thread Katherine Jeschke
OmniTI is pleased to announce that the CFP deadline for Surge 2011, the Scalability and Performance Conference, (Baltimore: Sept 28-30, 2011) has been extended to 23:59:59 EDT, April 17, 2011. The event focuses upon case studies that demonstrate successes (and failures) in Web applications and Inte

Re: ifa_add_loopback_route: insertion failed with ifconfig wlan0 up

2011-04-08 Thread Dominique Goncalves
2011/4/8 Sergey Kandaurov : > On 8 April 2011 18:10, Dominique Goncalves > wrote: >> Hi >> >> 2011/4/6 Sergey Kandaurov : >>> On 6 April 2011 11:35, Dominique Goncalves >>> wrote: Hi, I've installed FreeBSD 8.2-RELEASE on soekris net4801 with Atheros 9280 (mini pci card) as an

Re: Revisit of older discussion on Intel em0 timeouts etc.

2011-04-08 Thread Jack Vogel
Excellent, thanks for the positive report. Jack On Fri, Apr 8, 2011 at 7:19 AM, Adriel Torres wrote: > Hi, > > No problem. I can say that I have not seen a single link state change > since > deploying the server. Good news! : ) > Thanks for everything > > AdrieL > > > > > Thanks for your te

Re: ifa_add_loopback_route: insertion failed with ifconfig wlan0 up

2011-04-08 Thread Ingo Flaschberger
Hi, # ifconfig vlan5 create # ifconfig vlan5 192.168.13.16/32 # ifconfig vlan5 down # ifconfig vlan5 up Ok, I reproduced the error and I just submitted a problem report PR/156278 can you check if this patch helps: kern/150481 Kind regards, Ingo Flaschberger ___

Re: mpd5/Netgraph issues after upgrading to 7.4

2011-04-08 Thread Przemyslaw Frasunek
[...] > Mar 31 13:48:06 lsm-gw mpd: [B-150] Bundle: Interface ng149 created > Mar 31 13:48:06 lsm-gw mpd: [B-150] can't create ppp node at ".:"->"b150": > Operation not permitted [...] I'm still looking for a help in investigating this issue. The problem appears on two 7.4 boxes, while 7.3 are wor

Freebsd *.2 mpd with MPPC support and Windows 7 clients...

2011-04-08 Thread Alireza Torabi
Folks, I'm been using this mpd5.5 on one of my FreeBSD 8.2 servers and also compiled the MPPC support in ng_mppc module from: http://mavhome.dp.ua/MPPC/ which acts as a PPTP server. Windows XP clients are OK and get the compression fine, however these new 7 RAS clients won't work until the MPPC i

in6.c and panic: 0xc63dd000 must be migratable

2011-04-08 Thread Doug Barton
Bjoern, We're seeing something very similar to the following with pf and IPv6: http://pastebin.com/AJzXmEWe I notice that you did some locking changes in r216022, could this be related? Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go

Re: in6.c and panic: 0xc63dd000 must be migratable

2011-04-08 Thread Bjoern A. Zeeb
On Fri, 8 Apr 2011, Doug Barton wrote: Bjoern, We're seeing something very similar to the following with pf and IPv6: similar to what? http://pastebin.com/AJzXmEWe Kernel page fault with the following non-sleepable locks held: exclusive rw lle (lle) r = 0 (0xc9f90b08) locked @ /src/sys/n

Re: in6.c and panic: 0xc63dd000 must be migratable

2011-04-08 Thread Bjoern A. Zeeb
On Sat, 9 Apr 2011, Bjoern A. Zeeb wrote: On Fri, 8 Apr 2011, Doug Barton wrote: Bjoern, We're seeing something very similar to the following with pf and IPv6: similar to what? http://pastebin.com/AJzXmEWe Sorry I only just realized that there was no information from you here and you ar

Re: in6.c and panic: 0xc63dd000 must be migratable

2011-04-08 Thread Doug Barton
On 04/08/2011 17:57, Bjoern A. Zeeb wrote: On Fri, 8 Apr 2011, Doug Barton wrote: Bjoern, We're seeing something very similar to the following with pf and IPv6: similar to what? We're seeing the "must be migratable" part of the panic, but nothing else. It would be helpful to include more

new mailing list - freebsd-wirel...@freebsd.org

2011-04-08 Thread Adrian Chadd
Hi all, I've just organised a new mailing list for wireless related development, discussion and bug fixing. Please subscribe to freebsd-wirel...@freebsd.org and ask wireless related things there. Although I (and others) keep an eye on the other mailing lists, you'll be more likely to get a respo

Re: new mailing list - freebsd-wirel...@freebsd.org

2011-04-08 Thread J. Hellenthal
On Sat, Apr 09, 2011 at 11:15:51AM +0800, Adrian Chadd wrote: >Hi all, > >I've just organised a new mailing list for wireless related development, >discussion and bug fixing. > >Please subscribe to freebsd-wirel...@freebsd.org and ask wireless related >things there. > >Although I (and others) keep