Edge Software Catalog
Support for issues related to Edge Software Catalog
441 Discussions

EII PCB Defect Detection Build failare

TChio
Novice
1,442 Views

 

 

sudo useradd -s /bin/bash -d /home/smartedge-open/ -m -G sudo smartedge-open
sudo passwd smartedge-open
echo "smartedge-open ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/smartedge-open
 
ssh-keygen
sudo apt install unzip
unzip Smart_Edge_Open_Developer_Experience_Kits.zip
 
cd Smart_Edge_Open_Developer_Experience_Kits
chmod 755 edgesoftware
./edgesoftware install
 
that will hang。run ./edgesoftware install,when request entering IP :192.168.10.41 to SYNNEX-NUC02XH  but we entering it after 4 hrs still no any response . 1.png
 
Labels (1)
0 Kudos
7 Replies
Iffa_Intel
Moderator
1,381 Views

Hi,


any chance that you are behind a proxy network? You'll need to ensure that proxy addresses are configured in the system if you are.


https_proxy=<proxy-address>:<proxy-port> 

http_proxy=<proxy-address>:<proxy-port> 

HTTP_PROXY=<proxy-address>:<proxy-port>

HTTPS_PROXY=<proxy-address>:<proxy-port>

ftp_proxy=<proxy-address>:<proxy-port> 

no_proxy=<list of proxies with your machine ip>

NO_PROXY=<list of proxies with your machine ip>

all_proxy=<socks>:<proxy-address>:<port>



Cordially,

Iffa



0 Kudos
TChio
Novice
1,356 Views

Hi Cordially :

we don't used Proxy . 

we reboot and run it still meet the address hang up problem . could we know what the IP address is own machine address ? 

below is the command after install server20.04 photo for you reference . 

11

0 Kudos
Iffa_Intel
Moderator
1,345 Views

Hi,


are you able to download/wget or ping 8.8.8.8 (Google DNS server) on that machine? (best to test download using command).

This is to determine whether the installer or your setup has issues.



Cordially,

Iffa



0 Kudos
TChio
Novice
1,338 Views

Hi Coridally :

Hi, I am able to ping 8.8.8.8 and wget http://www.google.com .

0 Kudos
Iffa_Intel
Moderator
1,288 Views

Hi,

 

this solution might help you.

Another option is to try on a different network, check your IP using ifconfig command and try to see whether the new network works.

 

 

Cordially,

Iffa

0 Kudos
Iffa_Intel
Moderator
1,328 Views

We will further investigate this and get back to you.



Cordially,

Iffa


0 Kudos
Iffa_Intel
Moderator
1,246 Views

Hi,


Intel will no longer monitor this thread since we have provided a solution. If you need any additional information from Intel, please submit a new question. 



Cordially,

Iffa


0 Kudos
Reply