Hello Romuald,
On Tue, Feb 17, 2015 at 05:03:12AM -0800, Romuald wrote:
> Hi all,
> I'm using PRoot 5.1.0 on Debian Wheezy.
> I'm trying to use PRoot with fakeroot but PRoot freezes during the
> command 'apt-get update' :
> PATH="/sbin:/usr/sbin:/usr/local/sbin:$PATH"; fakeroot proot -S chroot
> -w /root apt-get update
> I know that I can use '-0' option with PRoot to simulate root
> privileges.
Be careful, the -S option of PRoot enables the -0 option.
> Is that PRoot is incompatible with fakeroot by design ?
I don't think so, but I have to admit I never tested this
configuration.
Please could you try (as a workaround):
fakeroot proot -R chroot -w /root apt-get update
and/or
proot -R chroot -w /root fakeroot apt-get update
This could also help me to understand what's going wrong.
Regards,
Cédric.