Hi,
I installed EVE Community Edition Version 2.0.3-112 on an ESXi.
Firstly I tried with OVF and when starting the VM I get the error that indicates that it could not start "Nvman" so I deleted and I tried the iso version.
I installed the ISO version and added 4 CPU, 8 GB RAM and 50 GB disk. The server is reachable in console and IP but I cannot reach it via http.
Do you have any ideas what could be wrong ?
EVE-NG not reachable through http
Moderator: mike
-
- Posts: 3
- Joined: Sat Mar 19, 2022 8:35 am
Re: EVE-NG not reachable through http
I reinstalled again the ISO, and I have the same problem with the second installation.
I checked the linux services and I saw that there is no apache service, is it normal ?
I checked the linux services and I saw that there is no apache service, is it normal ?
-
- Posts: 5180
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
- Contact:
Re: EVE-NG not reachable through http
you had not installed eve at all
fro iso you completed first part of install which is linux only
make sure your install have internet and resolve DNS
exapmple:
ping www.eve-ng.net
if this works then from cli:
fro iso you completed first part of install which is linux only
make sure your install have internet and resolve DNS
exapmple:
ping www.eve-ng.net
if this works then from cli:
Code: Select all
cd /etc/
./eve-setup
-
- Posts: 3
- Joined: Sat Mar 19, 2022 8:35 am
Re: EVE-NG not reachable through http
yes, you are right, thank you
I did as you suggested, I tried to run the installation script for eve and I get the errors
The file script eve-setup was removed, because that was indicated in the script
Then I tried an sudo apt update and I get this errors:
Then I tried to resolve GPG key error and I get
I dropped the installation by iso image and I came back to OVF.
Thanks to this article https://veric.me/2020/02/14/vcenter-6-5 ... on-failed/ I found the solution for the 'NVMAN' eror.
It works now.
Thank you very much !
I did as you suggested, I tried to run the installation script for eve and I get the errors
Code: Select all
WARNING: The following packages cannot be authenticated!
eve-ng-schema eve-ng-guacamole linux-image-4.20.17-eve-ng-ukms+ linux-headers-4.9.40-eve-ng-ukms+
eve-ng-dynamips eve-ng-qemu eve-ng-vpcs eve-ng
E: There were unauthenticated packages and -y was used without --allow-unauthenticated
mv: cannot stat '/etc/rc.local.ori': No such file or directory
Then I tried an sudo apt update and I get this errors:
Code: Select all
Get:1 http://www.eve-ng.net/repo xenial InRelease [1,455 B]
Get:2 http://fr.archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Hit:3 http://security.ubuntu.com/ubuntu xenial-security InRelease
Err:1 http://www.eve-ng.net/repo xenial InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C0B81F82DF8B1B28
Get:4 http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease [99.8 kB]
Reading package lists... Done
W: GPG error: http://www.eve-ng.net/repo xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C0B81F82DF8B1B28
E: The repository 'http://www.eve-ng.net/repo xenial InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Code: Select all
root@eve-ng:~# sudo apt-key adv --keyserver keyserver.ubuntu.com:80 --recv-keys C0B81F82DF8B1B28
Executing: /tmp/tmp.PDs8iZxD1N/gpg.1.sh --keyserver
keyserver.ubuntu.com:80
--recv-keys
C0B81F82DF8B1B28
gpg: requesting key DF8B1B28 from keyserver.ubuntu.com:80
gpgkeys: no keyserver host provided
gpg: keyserver internal error
gpg: keyserver receive failed: keyserver error
I dropped the installation by iso image and I came back to OVF.
Thanks to this article https://veric.me/2020/02/14/vcenter-6-5 ... on-failed/ I found the solution for the 'NVMAN' eror.
It works now.
Thank you very much !