--- In "j.chitte" <> wrote:
>
> Hi,
>
> I'm booting to an nfs image that contains a script. The first line is:
>
> #! /usr/bin/mawk -f
>
> I want to edit this use awk but every time I change and save it, it springs
> back to reading mawk.
>
> I have editted it with nano on the host and with vi via minicom on the
> running SBC but I can't get the change to stick.
>
> In fact it's when I reopen with vi that it gets set back.
>
> If I change it with vi and :wq , I can see it saves correctly by looking at
> the file on the host. But if I reopen with vi it is set back to mawk.
>
> Can anyone suggest what is happening?
Be sure to set the sync option in your exportfs lines.
There is a long history here; see nfs.sourceforge.net and the howto
(http://nfs.sourceforge.net/nfs-howto/ar01s05.html#sync_versus_async)
specifically.
Basically, if async is used by the server, the server has permission to ignore
client O_SYNC requests.
regards, ........ Charlie
>
> TIA
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|