[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kernel/3828: uvn_attach blocked
The following reply was made to PR kernel/3828; it has been noted by GNATS.
From: Artur Grabowski <art@blahonga.org>
To: Frank Denis <j@pureftpd.org>
Cc: gnats@openbsd.org
Subject: Re: kernel/3828: uvn_attach blocked
Date: 23 Jun 2004 16:54:14 +0200
Frank Denis <j@pureftpd.org> writes:
> Jun 23 17:47:18 static2 /bsd: uvn_attach: blocked at 0xd6e88df4 flags 0x4
> Jun 23 17:47:18 static2 /bsd: uvn_attach: blocked at 0xd6e88df4 flags 0x4
> Jun 23 17:47:18 static2 /bsd: uvn_attach: blocked at 0xd6e012b8 flags 0x4
> Jun 23 17:47:18 static2 /bsd: uvn_attach: blocked at 0xd6e012b8 flags 0x4
>
> The host was designed to just serve static pages through Apache. The files
> are mounted from a remote NFS server. Nothing else is running on that host.
You're trying to mmap a file that seems stuck in getattr on the nfs server.
Either your nfs server is borked or there is some new strange bug in nfs
that I've never seen before.
//art