This is a discussion on Re: mountd(8) diff: request for testing within the lucky.openbsd.tech forums, part of the OpenBSD category; --> OK, next attempt with mountd patched. Han Boetes wrote: > OK, first lets give it a try with the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| OK, next attempt with mountd patched. Han Boetes wrote: > OK, first lets give it a try with the latest snapshot. > Unmodified. My exports looks like this: > > /home/public/han -maproot=han:nfs marsupilami > /mnt/mp3 -maproot=han:nfs marsupilami > > > And I started building something in /home/public/han on the client > and then I ran. > > % mount /mnt/mp3 ; umount /mnt/mp3 > > > Most of the time this went OK, one time I got: > > mount_ffs: /dev/wd1a on /mnt/mp3: Device busy This didn't happen. > The build in /home/public/han almost always fails with something > like: > > Assembler messages: > FATAL: can't create display_usage.o: Permission denied > The build simply proceeds now, completely uninterupted. > > Additionally, you want to check the output of showmount -e to > > check if the list of exported filesystems is still OK on the > > server. > > Looks fine. Still looks fine > > You can also run mountd in debug mode to see what is going on, > > and compare old behaviour with the new behaviour. > > Also looks OK. Looks even better, now I got these additional messages: unexporting / / unexporting /tmp /tmp unexporting /var /var unexporting /usr /usr unexporting /home /home Perhaps ``not exporting / /'' would be better. > Lets try again with you patch in the next message. Great work! Succesfull test. # Han |