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**************
Bare Metal (Community) Legacy ISO install-eve.sh fails. "packages have unmet dependencies"
Moderator: mike
-
- Posts: 2
- Joined: Sat Mar 30, 2024 5:53 pm
-
- Posts: 360
- Joined: Thu Mar 29, 2018 4:19 pm
Re: Bare Metal (Community) Legacy ISO install-eve.sh fails. "packages have unmet dependencies"
it should be ubuntu 20.04 not ubuntu-22.04.4
-
- Posts: 2
- Joined: Sat Mar 30, 2024 5:53 pm