EXALAB / AnLinux-App

AnLinux allow you to run Linux on Android without root access.
Apache License 2.0
1.66k stars 246 forks source link

bash: cannot set terminal process group (-1): Inappropriate ioctl #412

Open archkorimitsu opened 1 year ago

archkorimitsu commented 1 year ago

Installed arch inside Termux with the following commands provided by AnLinux:

pkg install wget openssl-tool proot tar -y
hash -r
wget [url]https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Arch/armhf/arch.sh[/url]
bash arch.sh
./start-arch.sh
chmod 755 additional.sh
./additional.sh

the only user is root, so I added some user:

useradd -m user
passwd user
pacman -Suy sudo

then if I try to login as user it works but get a warning message:

localhost login: user
Password:
Last login: Sun Dec  3 10:20:20 on pts/1
-bash: cannot set terminal process group (-1): Inappropriate ioctl for device
-bash: no job control in this shell