Subject: Re: kern/32260: kernel page fault trap when mounting nfs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Richard Grace <rjgrace@fastmail.fm>
List: netbsd-bugs
Date: 12/13/2005 12:00:05
The following reply was made to PR kern/32260; it has been noted by GNATS.

From: Richard Grace <rjgrace@fastmail.fm>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: kern/32260: kernel page fault trap when mounting nfs
Date: Tue, 13 Dec 2005 22:54:51 +1100

 I have a workaround to my own bug.
 
 At the suggestion to re-write my amd map file, the following change 
 prevents the panic:
 
    - /defaults       opts:=soft,intr
    - *               rhost:=cubit;type:=linkx;fs:=/export/home/${key}
 
    + /defaults       opts:=soft,intr
    + *               
 rhost:=cubit;type:=linkx;fs:=/export/home;sublink:=${key}
 
 Now the error "No such file or directory" is returned as expected.
 
 I am still concerned about the ability of amd to panic the kernel so 
 easily.
 
 Richard.