Comment 6 for bug 2064121

Revision history for this message
Damian Zaręba (khazakar) wrote :

I used configuration straight from documentation. Now it works fine, I was missing... git command. Then debootstrap complained about missing root privileges, but sudo did the trick... until not working chroot.

Got this error:
```
W: Failure trying to run: chroot "/tmp/ubuntu-image-1253d431-7842-4612-90c5-38e443233758/chroot" /bin/true
W: See /tmp/ubuntu-image-1253d431-7842-4612-90c5-38e443233758/chroot/debootstrap/debootstrap.log for details
```
When trying to find that log, it's not there:
```
> cat /tmp/ubuntu-image-1253d431-7842-4612-90c5-38e443233758/chroot/debootstrap/debootstrap.log
cat: /tmp/ubuntu-image-1253d431-7842-4612-90c5-38e443233758/chroot/debootstrap/debootstrap.log: No such file or directory
```