Re: PPPoEoA DSL bandwidth shaping

2011-10-30 Thread Daniel Melameth
On Sun, Oct 30, 2011 at 2:37 PM, Christopher Zimmermann wrote: > Bandwidth shaping on PPPoE links is difficult, because you don't know > what the modem will do to you packets. > > On my DSL PPPoE links the DSL modem sends the ethernet frames over an > ATM circuit and adds additional, but not const

Re: Killing nfsd and then running netstat -m causes lockup

2010-12-03 Thread Daniel Melameth
On Fri, Dec 3, 2010 at 7:09 AM, Mark Kettenis wrote: > Calling pool_init() multiple times is bad. This happens when you kill > nfsd on a machine. > > Daniel does this fix your problem? I applied the patch on a recent snapshot, recompiled the kernel and can no longer reproduce the issue. NFS ope

Re: Killing nfsd and then running netstat -m causes lockup

2010-12-03 Thread Daniel Melameth
On Fri, Dec 3, 2010 at 7:09 AM, Mark Kettenis wrote: > Calling pool_init() multiple times is bad. This happens when you kill > nfsd on a machine. > > Daniel does this fix your problem? I'll give this a spin today and let you know. > ok? > > > Index: nfs_syscalls.c >