Subject: Re: Locking trouble in net/if_tun.c
To: None <tech-net@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-net
Date: 05/09/2004 20:29:42
In article <8665b5gyrl.fsf@athene.i.eunet.no>,
Tom Ivar Helbekkmo <tih@eunetnorge.no> wrote:
>I've been playing with openvpn, from pkgsrc, lately.  It works great,
>except that it's been making my base station VPN gateway hang hard
>whenever I pressed the tunnel a bit.  Every time I pushed more than a
>little bit of data through the VPN tunnel, the VPN gateway would get
>hung up at the start of tun_output, at the simple_lock() call:

Have you tried running with the LOCKDEBUG kernel to see who's holding the
lock?

christos