EVE-NG-PRO ESXi problems dependencies packages

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
keb.ced
Posts: 8
Joined: Thu Apr 22, 2021 10:47 am
Location: Paris

EVE-NG-PRO ESXi problems dependencies packages

Post by keb.ced » Wed Oct 13, 2021 10:09 am

Hello

excuse my english

i try install EVE-NG-PRO from ISO eve-ng-pro-install-iso-4.0.iso on ESXi 6.7
i must configure static IP and PROXY. My server is behind a firewall. Feature DNS LLMNR is not allowed.
After setup, the VM reboot whith errors. it can't resolve DNS. i fix that, but the install process is broken.
i add manualy the repo eve-ng, apt update and apt upgrade is OK, but when i try install packages, i have many errors:

apt install eve-ng-dockers

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
eve-ng-dockers : PreDepends: eve-ng-pro but it is not going to be installed
Depends: eve-ng-pro but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


i try install eve-ng-pro:

apt-get install eve-ng-pro
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
eve-ng-pro : PreDepends: eve-ng-pro-guacamole (>= 2.0.6-14) but it is not going to be installed
PreDepends: eve-ng-janus but it is not going to be installed
Depends: eve-ng-pro-guacamole but it is not going to be installed
Depends: eve-ng-qemu (>= 2.0.5-24) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Can you help me please ?

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

Re: EVE-NG-PRO ESXi problems dependencies packages

Post by Uldis (UD) » Wed Oct 13, 2021 1:24 pm

Come to EVE live support chat mate
https://www.eve-ng.net/index.php/live-helpdesk/
use your gmail account or create new chat account with own email,,

We can help remotely

keb.ced
Posts: 8
Joined: Thu Apr 22, 2021 10:47 am
Location: Paris

Re: EVE-NG-PRO ESXi problems dependencies packages

Post by keb.ced » Thu Oct 14, 2021 3:00 pm

i restart a new installation

problem with proxy : apt.conf is OK but the proxy config is not enabled for other tools, like wget (needed for installation script) or dockers.
i solved my problems with export http_proxy in bash and config file for docker pull.

everything seems is good.
but the username/password for the proxy are in many files.
we try an another solution with a local proxy CNTLM. All services take 127.0.0.1:8080 for proxy and only CNTLM have the username/password for the entreprise proxy.

Post Reply