PDA

View Full Version : iphone terminal problem




shan21
Jan 28, 2008, 12:46 PM
the connection closes every time i type in cd/ sh install.sh

shaneel-shahs-computer:~ shaneel$ ssh root@192.168.1.5
root@192.168.1.5's password:
Last login: Mon Jan 28 16:41:48 2008 from 192.168.1.8
-sh-3.2# cd
Connection to 192.168.1.5 closed.
shaneel-shahs-computer:~ shaneel$ cd /
shaneel-shahs-computer:/ shaneel$ sh install.sh
install.sh: install.sh: No such file or directory
shaneel-shahs-computer:/ shaneel$



kjarva
Jan 28, 2008, 03:01 PM
looks like your problem is more related to this step here:

scp -r ~/Desktop/Jailbreak-1.1.3/* root@<IPADDRESS>:/

you need to make sure that the jailbreak-1.1.3 folder is on your desktop AND that all the files inside are unzipped

suso
Feb 10, 2008, 09:30 PM
I have verified Desktop has Jailbreak-1.1.3 and all files are unzipped. What else?