You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debootstrap stops working when configuring the downloaded packages for ubuntu. debootstrap --arch=arm64 jammy ubuntu https://ports.ubuntu.com/ debootstrap folder still exists in the ubuntu folder as ubuntu/debootstrap, showing it was an incompleted installation
for logs in ubuntu/debootstrap/debootstrap.log, the final line ends with:
chown: changing ownership of '/data/data/com.termux/files/home/ubuntu/etc/fstab': Operation not permitted
and exited
however, debootstrap on debian with debootstrap --arch=arm64 stable debian http://ftp.us.debian.org/debian works without errors, giving me a debian system folder.
Problem description
Debootstrap stops working when configuring the downloaded packages for ubuntu.
debootstrap --arch=arm64 jammy ubuntu https://ports.ubuntu.com/
debootstrap
folder still exists in the ubuntu folder asubuntu/debootstrap
, showing it was an incompleted installationfor logs in
ubuntu/debootstrap/debootstrap.log
, the final line ends with:chown: changing ownership of '/data/data/com.termux/files/home/ubuntu/etc/fstab': Operation not permitted
and exited
however, debootstrap on debian with
debootstrap --arch=arm64 stable debian http://ftp.us.debian.org/debian
works without errors, giving me a debian system folder.i checked and it may due to the reason mentioned in #5932 , which fails on chown fstab
for temporary solution i just add
touch "$TARGET/etc/fstab"
in $PREFIX/share/debootstrap/functions, which becomes:I am not sure if this is an issue of debootstrap or proot package, so i just simply report as a bug of debootstrap
What steps will reproduce the bug?
pkg install debootstrap
debootstrap --arch=arm64 jammy ubuntu https://ports.ubuntu.com/
Extracting zlib1g...
and exit without any error messages outputedlogs for ubuntu:
What is the expected behavior?
debootstrap successfully create a base system without errors
System information
The text was updated successfully, but these errors were encountered: