Neo-Oli / termux-ubuntu

Ubuntu chroot on termux
872 stars 309 forks source link

./start-ubuntu.sh #96

Open mrbeandev opened 5 years ago

mrbeandev commented 5 years ago

I am not able to start the Ubuntu in my termux I have installed everything before installing the script wget,proof and git Now when I click ./start-ubuntu.sh this comes up $ ./start-ubuntu.sh proot info: vpid 1: terminated with signal 11 Please hell Screenshot_2019-05-27-07-35-41-908_com termux

muhamadhanifnahara7 commented 5 years ago

pkg install wget proot mkdir -p ~/jails/ubuntu cd ~/jails/ubuntu wget https://raw.githubusercontent.com/Neo-Oli/termux-ubuntu/master/ubuntu.sh bash ubuntu.sh

After running it you can run "start-ubuntu.sh" to switch into your ubuntu

mrbeandev commented 5 years ago

Not working still the same problem ./start-ubuntu.sh proot info: vpid 1: terminated with signal 11 See the attachment

On Tue 28 May, 2019, 8:23 PM elekronika, notifications@github.com wrote:

pkg install wget proot mkdir -p ~/jails/ubuntu cd ~/jails/ubuntu wget https://raw.githubusercontent.com/Neo-Oli/termux-ubuntu/master/ubuntu.sh bash ubuntu.sh

After running it you can run "start-ubuntu.sh" to switch into your ubuntu

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Neo-Oli/termux-ubuntu/issues/96?email_source=notifications&email_token=AIIFDDQBIXY6YKM6MJY4Q4LPXVBNHA5CNFSM4HPYBBGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWMMMSI#issuecomment-496551497, or mute the thread https://github.com/notifications/unsubscribe-auth/AIIFDDU3BIS3BOCRAYTR36TPXVBNHANCNFSM4HPYBBGA .

muhamadhanifnahara7 commented 5 years ago

You must use wifi

mrbeandev commented 5 years ago

Not working I connected to WiFi network which has a good network connection and typed ./start-ubuntu.sh Then I got the same message $ ./start-ubuntu.sh proot info: vpid 1: terminated with signal 11

On Wed 29 May, 2019, 8:50 AM elekronika, notifications@github.com wrote:

You must use wifi

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Neo-Oli/termux-ubuntu/issues/96?email_source=notifications&email_token=AIIFDDVZ64LHFL66JSHIHBTPXXY7PA5CNFSM4HPYBBGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWOBJZQ#issuecomment-496768230, or mute the thread https://github.com/notifications/unsubscribe-auth/AIIFDDU2JF3ZT3OHQ5MF7YLPXXY7PANCNFSM4HPYBBGA .

mehdiMj-ir commented 5 years ago

I have same problem and this didn't work for me :( Screenshot_20190905-225957 Screenshot_20190905-230004 Screenshot_20190905-230011

arunkumar776 commented 5 years ago

I have a different issue I am trying to start ubuntu but (/usr/bin/env: '/bin/bash': No such file or directory) Error

loaikhalid commented 3 years ago

you need to install proot first. use this command : pkg install proot

loaikhalid commented 3 years ago

don't write (bash ubuntu.sh) write (./ubuntu.sh ) to start write (./start-ubuntu.sh) or (./startubuntu.sh)

loaikhalid commented 3 years ago

You must give the file ubuntu.sh permissions use : chmod +× ubuntu.sh