From: Dave Jones <davej@codemonkey.org.uk>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: odd ext3 problem with 2.5.50
Date: Thu, 28 Nov 2002 17:26:19 +0000 [thread overview]
Message-ID: <20021128172619.GA930@suse.de> (raw)
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
next reply other threads:[~2002-11-28 17:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-28 17:26 Dave Jones [this message]
2002-11-28 17:46 ` odd ext3 problem with 2.5.50 Dave Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021128172619.GA930@suse.de \
--to=davej@codemonkey.org.uk \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.