Bare Metal (Community) Legacy ISO install-eve.sh fails. "packages have unmet dependencies"

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
Rolle_FI
Posts: 2
Joined: Sat Mar 30, 2024 5:53 pm

Bare Metal (Community) Legacy ISO install-eve.sh fails. "packages have unmet dependencies"

Post by Rolle_FI » Sun Mar 31, 2024 10:31 am

Hi,


First time installing Eve-ng.
i'm not familiar with Linux, just need to get eve to work after using several years GNS3 on ESXi

Fresh ubuntu-22.04.4 instal.
Following Cookbook chapter 3.3.2.

Reposiroty challenges(?) Part of the output below.


After:
wget -O - http://www.eve-ng.net/focal/install-eve.sh > install-eve.sh
chmod u+x install-eve.sh
./install-eve.sh

issues arises. Checked sources.list and /etc/apt/sources.list.d/eve-ng.list contains:
deb [arch=amd64] http://www.eve-ng.net/focal focal main
Tried to change to:
deb [arch=amd64 trusted=yes] http://www.eve-ng.net/focal focal main

But did not managed to figure out the root cause.
Anyone able to point me to right direction?

For some reason Script tries to access xenial repo?


******* OUTPUT *********
Hit:1 http://fi.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://fi.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://fi.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
Get:5 http://www.eve-ng.net/repo xenial InRelease
Err:5 http://www.eve-ng.net/repo xenial InRelease
Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
Reading package lists... Done
E: Failed to fetch http://www.eve-ng.net/repo/dists/xenial/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
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.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
software-properties-common is already the newest version (0.99.22.9).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Hit:1 http://fi.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://fi.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://fi.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:6 http://www.eve-ng.net/focal focal InRelease
Get:5 http://www.eve-ng.net/repo xenial InRelease
Err:5 http://www.eve-ng.net/repo xenial InRelease
Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
Reading package lists... Done
W: http://www.eve-ng.net/focal/dists/focal/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
E: Failed to fetch http://www.eve-ng.net/repo/dists/xenial/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
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.
Reading package lists... Done
Building dependency tree... Done
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 : PreDepends: eve-ng-pro-guacamole (>= 2.0.3-87) but it is not going to be installed
Depends: eve-ng-pro-guacamole but it is not going to be installed
Depends: lib32gcc1 but it is not installable
Depends: ntp 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.
************CUT**************

rusty725
Posts: 360
Joined: Thu Mar 29, 2018 4:19 pm

Re: Bare Metal (Community) Legacy ISO install-eve.sh fails. "packages have unmet dependencies"

Post by rusty725 » Sun Mar 31, 2024 7:27 pm

it should be ubuntu 20.04 not ubuntu-22.04.4

Rolle_FI
Posts: 2
Joined: Sat Mar 30, 2024 5:53 pm

Re: Bare Metal (Community) Legacy ISO install-eve.sh fails. "packages have unmet dependencies"

Post by Rolle_FI » Mon Apr 01, 2024 1:38 pm

rusty725 wrote:
Sun Mar 31, 2024 7:27 pm
it should ubuntu 20.04 not ubuntu-22.04.4
Yep, that sorted it out :D
Thanks!

Post Reply