Bug #852
util-vserver in 2.3 depends on non-existant /bin/ip.
| Status: | Closed | Start date: | 12/03/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | Aports | |||
| Target version: | Alpine 2.3.3 | |||
| Affected versions: |
Description
not sure why, $_IP is being set to /bin/ip instead of /sbin/ip in 2.3, and i'm not sure if edge has the same regression.
as a workaround, creating a symlink seems to make everything happy.
Associated revisions
History
#1
Updated by Natanael Copa over 1 year ago
- Category set to Aports
- Target version changed from Alpine 2.4.0 to Alpine 2.3.3
- % Done changed from 0 to 50
I think i know why.
The problem is that util-vserver uses hardcoded path's to the tools found during build time. There was a bug in busybox build for a while that created the ip link in wrong dir. This was fixed in 8bfdbbec19916b572b4e15ae7148bb7621037ee4. I assume the issue have been resolved with the last rebuild of util-linux-vserver in 34cebe26cb9f4b181fdb0b33adb8b842ea9d66e0
We should fix this for 2.3 branch.
#2
Updated by Elizabeth Myers over 1 year ago
- Status changed from New to Resolved
- % Done changed from 50 to 100
Applied in changeset 39c989c6ec470db3340e857ee7f42379de15c222.
#3
Updated by Natanael Copa over 1 year ago
- Status changed from Resolved to Closed