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
i followed the tutorial as written, only i changed the username in my username and it didn't want to take the passwd, apart from it i think i followed all
this is what i get after i restarted the phone and got into su
.../local/tmp $ su
:/data/local/tmp # ls
ArchLinuxARM-aarch64-latest.tar.gz
chrootarch
start_arch.sh
startxfce4_chrootArch.sh
:/data/local/tmp # sh startxfce4_chrootArch.sh
killall: termux-x11: No such process
killall: Xwayland: No such process
killall: pulseaudio: No such process
killall: virgl_test_server_android: No such process
killall: termux-wake-lock: No such process
Starting: Intent { cmp=com.termux.x11/.MainActivity }
Error type 3
Error: Activity class {com.termux.x11/com.termux.x11.MainActivity} does not exist.
startxfce4_chrootArch.sh[7]: sudo: inaccessible or not found
startxfce4_chrootArch.sh[9]: termux-x11: inaccessible or not found
startxfce4_chrootArch.sh[13]: pulseaudio: inaccessible or not found
startxfce4_chrootArch.sh[14]: pacmd: inaccessible or not found
startxfce4_chrootArch.sh[18]: sudo: inaccessible or not found
startxfce4_chrootArch.sh[16]: virgl_test_server_android: inaccessible or not found
mount: mounting tmpfs on /data/local/tmp/chrootarch/dev/shm failed: No such file or directory
/usr/bin/startxfce4: X server already running on display :0
xrdb: Connection refused
xrdb: Can't open display ':0'
Environment variable $XAUTHORITY not set, ignoring.
Failed to import environment: Process org.freedesktop.systemd1 exited with status 1
xfce4-session: Cannot open display: .
Type 'xfce4-session --help' for usage.
when i try to install the packages it says they are already installed
what i'm doing wrong? also before this i couldn't open the script with ./ only with sh works, when i use ./ it says no file or directory even when i'm in folder and the file is here and it has necessary permissions
thank you
The text was updated successfully, but these errors were encountered:
for anyone having the same problem i had to install termux x11 arm64 debug from github,
mkdir -p /data/local/tmp/chrootarch/dev/shm
and it worked, thanks for the tutorial
i followed the tutorial as written, only i changed the username in my username and it didn't want to take the passwd, apart from it i think i followed all
this is what i get after i restarted the phone and got into su
.../local/tmp $ su
:/data/local/tmp # ls
ArchLinuxARM-aarch64-latest.tar.gz
chrootarch
start_arch.sh
startxfce4_chrootArch.sh
:/data/local/tmp # sh startxfce4_chrootArch.sh
killall: termux-x11: No such process
killall: Xwayland: No such process
killall: pulseaudio: No such process
killall: virgl_test_server_android: No such process
killall: termux-wake-lock: No such process
Starting: Intent { cmp=com.termux.x11/.MainActivity }
Error type 3
Error: Activity class {com.termux.x11/com.termux.x11.MainActivity} does not exist.
startxfce4_chrootArch.sh[7]: sudo: inaccessible or not found
startxfce4_chrootArch.sh[9]: termux-x11: inaccessible or not found
startxfce4_chrootArch.sh[13]: pulseaudio: inaccessible or not found
startxfce4_chrootArch.sh[14]: pacmd: inaccessible or not found
startxfce4_chrootArch.sh[18]: sudo: inaccessible or not found
startxfce4_chrootArch.sh[16]: virgl_test_server_android: inaccessible or not found
mount: mounting tmpfs on /data/local/tmp/chrootarch/dev/shm failed: No such file or directory
/usr/bin/startxfce4: X server already running on display :0
xrdb: Connection refused
xrdb: Can't open display ':0'
Environment variable $XAUTHORITY not set, ignoring.
Failed to import environment: Process org.freedesktop.systemd1 exited with status 1
xfce4-session: Cannot open display: .
Type 'xfce4-session --help' for usage.
when i try to install the packages it says they are already installed
what i'm doing wrong? also before this i couldn't open the script with ./ only with sh works, when i use ./ it says no file or directory even when i'm in folder and the file is here and it has necessary permissions
thank you
The text was updated successfully, but these errors were encountered: