Ticket #571 (closed defect: fixed)
OpenRC 0.2.4 - critical wrong pointed symlinks
Description
All the symlinks in /lib64/rc/bin/ point to "/var/tmp/paludis/sys-apps-openrc-0.2.3/image//sbin/rc" which is clearly very wrong and rendered my system useless... fortunately a quick "for i in /lib64/rc/bin/*; do ln -sf /sbin/rc $i; done" solves the system but before i had to hunt down this problem and do a "mount -o rw,remount /" because not running device-mapper init script and others really leaves you with a very limited workstation. So eeh, concluded this might be a bug in paludis as portage installs openrc just find, can't find anything in the ebuild.. cheers.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

