EVE-NG community bare metal installation

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
gmcms
Posts: 11
Joined: Sat Oct 26, 2019 6:57 pm

EVE-NG community bare metal installation

Post by gmcms » Wed Oct 07, 2020 2:18 pm

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

Uldis (UD)
Posts: 5080
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: EVE-NG community bare metal installation

Post by Uldis (UD) » Wed Oct 07, 2020 7:22 pm

DNS is wrongly configured, your eve cannot reach and resolve names internet

gmcms
Posts: 11
Joined: Sat Oct 26, 2019 6:57 pm

Re: EVE-NG community bare metal installation

Post by gmcms » Wed Oct 07, 2020 7:46 pm

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

Post Reply