Brandon Hume <[email protected]> writes:

> On Wed, 2009-03-11 at 15:47 -0500, Harry Putnam wrote:
>> It worked for me for a while too.  But now it doesn't. To test, I
>> moved the actual actual file into ~/ and as I showed in OP it belongs
>> to me.
>
> What does truss tell you is happening?
>
> ie:  truss -o vim.truss -f vim testfile
>      grep vimrc vim.truss

Thanks for the help with the command.  I´m completely unfamiliar with
truss but here is the output:
 truss -o vim.truss -f vim BASHRC
 grep vimrc vim.truss

  1798:   xstat(2, "/usr/share/vim/vimrc", 0x08046F60)    Err#2 ENOENT
  1798:   open("/usr/share/vim/vimrc", O_RDONLY)          Err#2 ENOENT
  1798:   xstat(2, "/export/home/reader/.vimrc", 0x08046F60) = 0
  1798:   open("/export/home/reader/.vimrc", O_RDONLY)    = 4
  1798:   xstat(2, "/export/home/reader/.vimrc", 0x08047070) = 0

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to