Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge warning about symlinks
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
_______0
Guru
Guru


Joined: 15 Oct 2012
Posts: 521

PostPosted: Thu Oct 31, 2013 7:55 pm    Post subject: emerge warning about symlinks Reply with quote

hi,

I got this message after emerging something:

Code:
 * Directory symlink(s) may need protection:
 *         
 *      /var/run
 *         
 * Searching all installed packages for files installed via above symlink(s)...
 *         
 * One or more symlinks to directories have been preserved in order to
 * ensure that files installed via these symlinks remain accessible. This
 * indicates that the mentioned symlink(s) may be obsolete remnants of an
 * old install, and it may be appropriate to replace a given symlink with
 * the directory that it points to.
 *         
 *      /var/run


But I can't find the obsolete symlink.

thanks.
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Fri Nov 01, 2013 3:51 am    Post subject: Reply with quote

See cannot remove /run/openrc: Read-only file system

In Short:
Code:
mkdir /tmp/tmpdir
sudo mount --bind / /tmp/tmpdir
sudo rm /tmp/tmpdir/run/openrc
sudo umount /tmp/tmpdir
rmdir /tmp/tmpdir


After this, the error you have disappeared on my system
_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
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