EXALAB/AnLinux-App

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

archkorimitsu opened this issue · 0 comments

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