Control: tags -1 upstream confirmed Hi Gunnar,
On 09:50 Wed 05 Dec , Gunnar Wolf wrote: > We have found ganeti to embed the system path for ip — which is /bin > on non-/usrmerged systems, and /usr/bin on /usrmerged systems. Thanks for the report! Unfortunately ganeti embeds a lot of other paths, detected at ./configure time. Apart from making the build non-reproducible, it also happens to make an assumption that the running system will have binaries at the same paths as the build system, which obviously does not hold. IMHO, it should just rely on $PATH to find the external programs it needs to execute. I'll see what I can do about it. Cheers, Apollon