Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems with /usr/src/linux
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
cujo
Tux's lil' helper
Tux's lil' helper


Joined: 30 Oct 2002
Posts: 84

PostPosted: Sat Jan 18, 2003 10:58 pm    Post subject: problems with /usr/src/linux Reply with quote

so i no longer have the symlink /usr/src/linux. it wont let me create it either. when i try i get this...
Code:
bash-2.05b# ln -s /usr/src/linux /usr/src/linux-2.4.20/
ln: `/usr/src/linux-2.4.20//linux': File exists


i'm kinda lost here. any ideas?
Back to top
View user's profile Send private message
kutsuya
Retired Dev
Retired Dev


Joined: 21 Oct 2002
Posts: 189

PostPosted: Sat Jan 18, 2003 11:13 pm    Post subject: Re: problems with /usr/src/linux Reply with quote

cujo wrote:
so i no longer have the symlink /usr/src/linux. it wont let me create it either. when i try i get this...
Code:
bash-2.05b# ln -s /usr/src/linux /usr/src/linux-2.4.20/
ln: `/usr/src/linux-2.4.20//linux': File exists


i'm kinda lost here. any ideas?


Hi,

Code:

kutsuya / # cd /usr/src
kutsuya src # ls
linux-2.4.19-gentoo-r10  linux.old  pc
kutsuya src # ln -s linux-2.4.19-gentoo-r10 linux
kutsuya src # ls -all
total 16
drwxr-xr-x    4 root     root         4096 Jan 18 15:09 .
drwxr-xr-x   16 root     root         4096 Dec 28 16:17 ..
-rw-r--r--    1 root     root            0 Dec 26 05:08 .keep
lrwxr-xr-x    1 root     root           23 Jan 18 15:09 linux -> linux-2.4.19-gentoo-r10
drwxr-xr-x   16 root     root         4096 Jan 13 17:17 linux-2.4.19-gentoo-r10
lrwxrwxrwx    1 root     root           23 Dec 23 23:52 linux.old -> linux-2.4.19-gentoo-r10
drwxr-xr-x    7 root     root         4096 Dec 29 09:26 pc


For more help run:

Code:

# man ln


Hope that helps,

--Kutsuya
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Sat Jan 18, 2003 11:13 pm    Post subject: Reply with quote

Wrong command line

ln -s /usr/src/linux-2.4.2 /usr/src/linux
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
garo
Bodhisattva
Bodhisattva


Joined: 15 Jul 2002
Posts: 860
Location: Edegem,BELGIUM

PostPosted: Sat Jan 18, 2003 11:15 pm    Post subject: Reply with quote

Code:
ln -s /usr/src/linux-2.4.20 /usr/src/linux

_________________
My favorite links this month:
- Surf Random
- Web-based SSH
- Stop Spam
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum