mrclksr / linux-browser-installer

Script to install Linux browsers under a Linux chroot on FreeBSD
165 stars 25 forks source link

Error installing on 14-CURRENT #28

Closed mekanix closed 1 year ago

mekanix commented 1 year ago

The commit of FreeBSD sources is 010175a76d0676ff8d9b8d54276aff093abbc3f2 and it's pulled maybe an hour ago. I get the following error:

sudo ./linux-browser-installer install chrome
linux_enable: NO -> NO
ubuntu_enable: YES -> YES
compat.linux.emul_path: /compat/ubuntu -> /compat/ubuntu
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.

No packages are required to be fetched.
Integrity check was successful.
tar: Removing leading '/' from member names
./linux-browser-installer: debootstrap: Permission denied
linux-browser-installer: Error: debootstrap failed

I have installation on two other machines running 13.1-p2 so I mentioned it's 14 as it might be relevant.

mekanix commented 1 year ago

I'm sorry for the noise, for days I'm looking for a bug and the minute I write about it I find that /usr/local/sbin/debootstrap wasn't executable. It was there, just missing +x on it.