vservers.default |/usr/lib64/util-vserver/vserver.functions: line 735: /sbin/ip: No such file or directory vservers.default |/usr/lib64/util-vserver/vserver.functions: line 737: /sbin/ip: No such file or directory
$ which ip /bin/ip $ equery b /bin/ip * Searching for /bin/ip ... sys-apps/iproute2-3.5.1 (/bin/ip) So the file location has changed and lots of scripts will be broken now. yey!
How hilarious. This is detected at build time, so a re-emerge hides the issue. Maybe do a trivial bump to force recompilation so that users don't get screwed?
iproute2 should provide a backwards compatible symlink
*** This bug has been marked as a duplicate of bug 330115 ***
no, you should never be hardcoding the path to any tool
(In reply to comment #2) > How hilarious. This is detected at build time, so a re-emerge hides the > issue. Maybe do a trivial bump to force recompilation so that users don't > get screwed? done, since there is no reasoning with base-system dictators