From: Edsel Adap <edsel@adap.org>
To: linux-kernel@vger.kernel.org
Subject: ln -s broken on 2.4.5
Date: Wed, 30 May 2001 12:40:53 -0400 [thread overview]
Message-ID: <20010530124052.A26266@adap.org> (raw)
Hi,
I downloaded the linux 2.4.5 sources and built and installed them on my
system. Since then, I've noticed strange file system behavior:
marvin:~> cd /tmp
marvin:/tmp> ls -la
total 2656
drwxrwxrwt 6 root root 1024 May 30 12:06 ./
drwxr-xr-x 22 root root 1024 Feb 18 2000 ../
-r--r--r-- 1 root root 11 May 30 11:19 .X0-lock
drwxrwxrwt 2 root root 1024 May 30 11:19 .X11-unix/
drwxrwxrwt 2 root root 1024 May 30 11:18 .font-unix/
-rw-r--r-- 1 adap users 2699286 May 30 11:24 mpeg2-digital.mpg
drwx------ 2 adap root 1024 May 30 12:06 ssh-SXp13149/
drwx------ 2 adap root 1024 May 30 11:19 ssh-unNLs321/
marvin:/tmp> ln -s foo bar
marvin:/tmp> ls -la
total 2656
drwxrwxrwt 6 root root 1024 May 30 12:06 ./
drwxr-xr-x 22 root root 1024 Feb 18 2000 ../
-r--r--r-- 1 root root 11 May 30 11:19 .X0-lock
drwxrwxrwt 2 root root 1024 May 30 11:19 .X11-unix/
drwxrwxrwt 2 root root 1024 May 30 11:18 .font-unix/
lrwxrwxrwx 1 adap users 3 May 30 12:09 bar -> bar
-rw-r--r-- 1 adap users 2699286 May 30 11:24 mpeg2-digital.mpg
drwx------ 2 adap root 1024 May 30 12:06 ssh-SXp13149/
drwx------ 2 adap root 1024 May 30 11:19 ssh-unNLs321/
marvin:/tmp>
Notice that the symlink created is wrong. It seems that any symlink I
create is always linked to itself.
I booted 2.4.0 again, and the problem went away. Is this a known
problem? Is there a patch?
Please cc me with your replies since I am not on the list.
--
Edsel Adap
edsel@adap.org
http://www.adap.org/~edsel/ LINUX - the choice of the GNU generation
"Netscape is an application which grows to fill all available memory." - me
next reply other threads:[~2001-05-30 16:41 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-30 16:40 Edsel Adap [this message]
2001-05-30 17:13 ` ln -s broken on 2.4.5 Rasmus B. Hansen
2001-05-30 18:24 ` Alan Cox
2001-05-30 19:23 ` Marcus Meissner
2001-05-30 19:47 ` LA Walsh
2001-05-30 20:08 ` Alan Cox
2001-05-30 21:30 ` Marcus Meissner
2001-05-30 21:42 ` Sergey Kubushin
2001-05-30 21:44 ` Mike Castle
2001-05-30 21:47 ` Rasmus B. Hansen
2001-05-30 21:49 ` Alan Cox
2001-05-30 22:05 ` Marcus Meissner
2001-05-30 19:42 ` Edsel Adap
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=20010530124052.A26266@adap.org \
--to=edsel@adap.org \
--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.