Page 1 of 1

EVE-NG community bare metal installation

Posted: Wed Oct 07, 2020 2:18 pm
by gmcms
Hi all, trying a new fresh bare metal installation on Ubuntu 16.04.6, there is an issue with the installation script used after the Ubuntu 16.04.

Using

Code: Select all

wget -O - http://www.eve-ng.net/repo/install-eve.sh | bash -i
It is unable to find eve-ng package with errors :

Code: Select all

E: Unable to locate package eve-ng
The

Code: Select all

apt update
looks like working fine

Code: Select all

Hit:3 http://www.eve-ng.net/repo xenial InRelease
Have you any idea?
Thanks
Regards

Re: EVE-NG community bare metal installation

Posted: Wed Oct 07, 2020 7:22 pm
by Uldis (UD)
DNS is wrongly configured, your eve cannot reach and resolve names internet

Re: EVE-NG community bare metal installation

Posted: Wed Oct 07, 2020 7:46 pm
by gmcms
DNS is working fine.

Code: Select all

ping www.eve-ng.net
PING www.eve-ng.net (51.89.118.57) 56(84) bytes of data.
64 bytes from www.eve-ng.net (51.89.118.57): icmp_seq=1 ttl=50 time=23.5 ms
64 bytes from www.eve-ng.net (51.89.118.57): icmp_seq=2 ttl=50 time=24.0 ms
64 bytes from www.eve-ng.net (51.89.118.57): icmp_seq=3 ttl=50 time=23.7 ms
64 bytes from www.eve-ng.net (51.89.118.57): icmp_seq=4 ttl=50 time=23.8 ms
64 bytes from www.eve-ng.net (51.89.118.57): icmp_seq=5 ttl=50 time=23.5 ms
64 bytes from www.eve-ng.net (51.89.118.57): icmp_seq=6 ttl=50 time=23.4 ms
It's probably a processor architecture issue. I wanted to test an architecture that is not responding to x86_64.
Thanks