Change in install procedure?

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
kiwibear62
Posts: 8
Joined: Fri Dec 31, 2021 2:09 pm

Change in install procedure?

Post by kiwibear62 » Sun Nov 20, 2022 6:11 pm

Hi,
I am installing EVE-NG after my server broke. I am following the 'EVE-COOK-BOOK-latest.pdf' instructions. The version is 1.17. I get to the step where you download a shell script to install EVE-NG...

wget -O - http://www.eve-ng.net/repo/install-eve-pro.sh | bash -i

But this just produces junk. If I look at http://www.eve-ng.net/repo, there is no file called install-eve-pro.sh.

Not sure what to do next...

Erik

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

Re: Change in install procedure?

Post by Uldis (UD) » Sun Nov 20, 2022 8:17 pm

It is beause you are using old cookbook and old command line :)
https://www.eve-ng.net/index.php/docume ... -cookbook/

Code: Select all

wget -O - https://www.eve-ng.net/focal/install-eve.sh | bash -i
https://www.eve-ng.net/index.php/docume ... -cookbook/

For EVE Pro use EVE Pro cookbook of course

Code: Select all

wget -O - https://www.eve-ng.net/focal/install-eve-pro.sh | bash -i

kiwibear62
Posts: 8
Joined: Fri Dec 31, 2021 2:09 pm

Re: Change in install procedure?

Post by kiwibear62 » Mon Nov 21, 2022 9:54 pm

Thank you. I was able to pull down the install-eve-pro.sh script, but it finishes with errors...

"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
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 (>= 4.0.1-80) but it is not going to be installed
Depends: php-radius but it is not installable
E: Unable to correct problems, you have held broken packages."

Should I just continue with the install?

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

Re: Change in install procedure?

Post by Uldis (UD) » Tue Nov 22, 2022 8:23 am

the version you are trying install is depricated!,
Install EVE v5

Post Reply