public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* odd ext3 problem with 2.5.50
@ 2002-11-28 17:26 Dave Jones
  2002-11-28 17:46 ` Dave Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2002-11-28 17:26 UTC (permalink / raw)
  To: Linux Kernel

Erm. Whats going on here ?

(davej@tetrachloride:davej)$ ls .viminfo
ls: .viminfo: No such file or directory
(davej@tetrachloride:davej)$ touch .viminfo
touch: creating `.viminfo': File exists
(davej@tetrachloride:davej)$ 

strace of the touch..

brk(0x8050000)                          = 0x8050000
open(".viminfo", O_WRONLY|O_NONBLOCK|O_CREAT|O_NOCTTY|O_LARGEFILE, 0666) = -1 EEXIST (File exists)
utime(".viminfo", NULL)                 = -1 ENOENT (No such file or directory)
write(2, "touch: ", 7touch: )                  = 7
write(2, "creating `.viminfo\'", 19creating `.viminfo')    = 19
write(2, ": File exists", 13: File exists)           = 13
write(2, "\n", 1
)                       = 1
_exit(1)                                = ?


strace of the ls...

lstat64(".viminfo", 0x80580ac)          = -1 ENOENT (No such file or directory)
write(2, "ls: ", 4ls: )                     = 4


.viminfo is actually there, and does show up with bash's tab completion.
Weird.

		Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-28 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-28 17:26 odd ext3 problem with 2.5.50 Dave Jones
2002-11-28 17:46 ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox