All of lore.kernel.org
 help / color / mirror / Atom feed
From: michael@styer.net
To: Valdis.Kletnieks@vt.edu, vs@namesys.com
Cc: reiserfs-list@namesys.com
Subject: Re: missing files?
Date: Wed, 02 Feb 2005 09:18:53 -0500	[thread overview]
Message-ID: <1107353933.2676.214151108@webmail.messagingengine.com> (raw)
In-Reply-To: <200502020533.j125X7U2016595@turing-police.cc.vt.edu>

On Wed, 02 Feb 2005 00:33:07 -0500, Valdis.Kletnieks@vt.edu said:
>
> > Can anyone explain why this might have happened and what I might be
> > able to do to fix it?
>
> Sounds like wonky file permissions on the directory - lack of write
> permission *on the directory* will cause 'rm' to fail.  Remember that
> renaming the directory requires write permission *on it's parent*, not
> on itself.

No, that's not it, but thanks for the suggestion. I'm doing this as root
and the directory is 755, so I should be able to remove the files no
problem. Also rm -f doesn't complain it can't remove it, just returns
with no output. But afterward ls still reports the directory is there,
and ls -l still can't find it.

Eg.

# ls parent/
target
# ls -l parent/
ls: parent/target: No such file or directory
# rm -f parent/target
# ls parent/
target
# ls -l parent/
ls: parent/target: No such file or directory
# ls -ld parent/
drwxr-xr-x  174 root root 174 Feb  1 23:30 parent/

On Wed, 02 Feb 2005 14:08:40 +0300, "Vladimir Saveliev" <vs@namesys.com>
said:
> Hello
>
> Is there anything about reiser4 in kernel logs?

Yes, in fact; there are lots of messages nearly identical to this:

Feb  2 03:19:31 apollo reiser4[rsync(17957)]: key_warning
(fs/reiser4/plugin/object.c:97)[nikita-717]:
Feb  2 03:19:31 apollo WARNING: Error for inode 483238 (-2)

The only difference between the messages is the process name and pid,
and the inode number (well, and the date and time, obviously).

Does that help?

Mike

  reply	other threads:[~2005-02-02 14:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-02  4:34 missing files? michael
2005-02-02  5:33 ` Valdis.Kletnieks
2005-02-02 14:18   ` michael [this message]
2005-02-02 16:10     ` Vitaly Fertman
2005-02-02 16:25       ` Michael Styer
2005-02-02 17:14         ` Vitaly Fertman
2005-02-02 20:21           ` Michael Styer
     [not found]           ` <1107376028.24415.214183081@webmail.messagingengine.com>
     [not found]             ` <200502041433.27112.vitaly@namesys.com>
2005-02-05 16:31               ` Michael Styer
2005-02-07 15:38                 ` Vitaly Fertman
2005-02-07 15:58                   ` Michael Styer
2005-02-07 18:24                     ` Vitaly Fertman
2005-02-02 11:08 ` Vladimir Saveliev
2005-02-02 15:07 ` Francis Stevens

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=1107353933.2676.214151108@webmail.messagingengine.com \
    --to=michael@styer.net \
    --cc=Valdis.Kletnieks@vt.edu \
    --cc=reiserfs-list@namesys.com \
    --cc=vs@namesys.com \
    /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.