Hide Forgot
Description of problem: Cannot debootstrap Ubuntu xenial on CentOS7 any more. After downloading I get following error: # cat /mnt/install/debootstrap/debootstrap.log chroot: failed to run command 'mount': No such file or directory It sounds a bit like https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770658 # chroot /mnt/install mount -t proc proc /proc chroot: failed to run command 'mount': No such file or directory [root@amalthea ~]# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin [root@amalthea ~]# export PATH=$PATH:/bin [root@amalthea ~]# chroot /mnt/install mount -t proc proc /proc Adding /bin to the path seems to help to work around the actual failing command. Version-Release number of selected component (if applicable): debootstrap-1.0.85-1.el7.noarch and debootstrap-1.0.87-1.el7.noarch (from koji) How reproducible: Always on CentOS7 The corresponding version for CentOS6 works on CentOS6 debootstrap-1.0.85-1.el6.noarch
Adrian , I'm closing this as work for me , reopen and give more details if problem persists . I'm planing update debootstrap to 1.0.91 ...