Date: Mon, 04 Dec 1995 14:37:41 -0800 From: David Greenman <davidg@Root.COM> To: Jim Lowe <james@miller.cs.uwm.edu> Cc: current@freebsd.org Subject: Re: vnode_pager_putpages error Message-ID: <199512042237.OAA05747@corbin.Root.COM> In-Reply-To: Your message of "Mon, 04 Dec 95 15:10:28 CST." <199512042110.PAA19639@miller.cs.uwm.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
>I am running -current as of a few days ago and it printed a couple of >errors on the console. Any ideas of what these errors are? > > vnode_pager_putpages: I/O error 13 > vnode_pager_putpages: residual I/O 2496 at 32768 > >Thanks. Hmmm, on second thought...the above is putpages. error 13 is permission denied (EACCES). It looks like something thinks that it can write the file but the an NFS server disallows it...perhaps root is trying to write to a file on NFS server without -root=0 ? -DG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512042237.OAA05747>