The version I use is GLSDK 6.00.00.07, when I run the first-boot.sh on the evm, it take about two hours ,but there are many 'errors' in the process . It stop in there, don't move on, my strong back from the command terminal. I want reexecute the first-boot.sh .
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/precise/Release.gpg Temporary failure resolving 'ports.ubuntu.com' W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/precise-updates/Release.gpg T emporary failure resolving 'ports.ubuntu.com' W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/precise-security/Release.gpg Temporary failure resolving 'ports.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package sudo ./first-boot.sh: line 27: sudo: command not found ./first-boot.sh: line 30: sudo: command not found ./first-boot.sh: line 33: sudo: command not found ./first-boot.sh: line 36: sudo: command not found ./first-boot.sh: line 39: sudo: command not found ./first-boot.sh: line 42: sudo: command not found ./first-boot.sh: line 45: sudo: command not found ./first-boot.sh: line 48: sudo: command not found ./first-boot.sh: line 49: sudo: command not found ./first-boot.sh: line 52: sudo: command not found ./first-boot.sh: line 55: sudo: command not found I found this may be the path problem.The terminal display the web address is :http://ports.ubuntu.com/ubuntu-ports/dists/precise-security/Release.gpg.
But truth path is : http://ports.ubuntu.com/dists/precise-security/Release.gpg. But we do not know that how to revise the source file. Hope you reply ! Thanks |