Page 1 of 2

Eve-Ng Baremetal Installation

Posted: Tue Mar 21, 2017 2:39 pm
by usasmaz
Hey,

I tried to install Eve on top of Ubuntu but i got errors along the way.

Code: Select all


7.     wget -O - http://everbx.podzone.net/repo/eczema@ecze.com.gpg.key | sudo apt-key add -


8.     apt-get update
 
[quote]
W: Failed to fetch http://www.unetlab.com/apt/dists/trusty/rrlabs/binary-amd64/Packages  404  Not Found[/quote]

9.     sudo add-apt-repository "deb [arch=amd64]  http://everbx.podzone.net/repo xenial main"

10.  apt-get update

11.  DEBIAN_FRONTEND=noninteractive apt-get -y install eve-ng
[code]# sudo apt-get install eve-ng
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package eve-ng
[/code]

Since im a newbie in linux, i cant handle the problems and i couldnt find the old step by step tutorial on website. I would appreciate any kind of help.

Best Regards,
Umut

Re: Eve-Ng Baremetal Installation

Posted: Tue Mar 21, 2017 3:39 pm
by ecze
W: Failed to fetch http://www.unetlab.com/apt/dists/trusty ... 4/Packages 404 Not Found[/quote]

This means you try to install EVE on a Unetlab server...

2 Majors mistakes:

1. There is NO path for migration from UNL to EVE -> You need a Fresh Install
2. Eve works on Ubuntu 16.04 ( UNL was on 14.04 ) -> Package repo incompatible

My advice:

Install a minimalistic Ubuntu server 16.04 and follow the guide

http://www.eve-ng.net/index.php/documen ... re-install

Re: Eve-Ng Baremetal Installation

Posted: Tue Mar 21, 2017 3:45 pm
by usasmaz
Thank you for fast and kind reply. I will now upgrade to latest version then follow the guide :) Will post update

Re: Eve-Ng Baremetal Installation

Posted: Tue Mar 21, 2017 6:33 pm
by usasmaz
I still get same errors. I upgraded to 16.04.2 LTS . Followed the steps on the guide and yet still getting below errors.

Code: Select all

~# DEBIAN_FRONTEND=noninteractive apt-get -y install eve-ng
Reading package lists... Done
Building dependency tree       
Reading state information... Done
N: Ignoring file '50unattended-upgrades.ucf-old' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension
E: Unable to locate package eve-ng
Any suggestion from now on?

Re: Eve-Ng Baremetal Installation

Posted: Tue Mar 21, 2017 8:14 pm
by usasmaz
I tried everything i could think of from checking the sources.list
deb [arch=amd64] http://everbx.podzone.net/repo xenial main
# deb-src [arch=amd64] http://everbx.podzone.net/repo xenial main

I saw;
# sudo apt-get update
Hit:1 http://tr.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://tr.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://tr.archive.ubuntu.com/ubuntu xenial-backports InRelease
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:5 http://everbx.podzone.net/repo xenial InRelease [1,437 B]
Get:6 http://everbx.podzone.net/repo xenial/main amd64 Packages [3,610 B]
Fetched 107 kB in 0s (113 kB/s)
Reading package lists... Done
Still couldnt get the eve-ng package under the repo. Any help would be appreciated. I'm desperate atm.

Re: Eve-Ng Baremetal Installation

Posted: Tue Mar 21, 2017 11:56 pm
by ecze
You upgrade from where ? from what ?

My advice was to install from scratch

Re: Eve-Ng Baremetal Installation

Posted: Wed Mar 22, 2017 5:22 am
by usasmaz
I upgraded from version 14.04 which was the only version that is supported before. Now i will try to make a clean install from scratch :)

Re: Eve-Ng Baremetal Installation

Posted: Mon Mar 27, 2017 10:48 am
by usasmaz
I wiped everything then installed the latest of Ubuntu Server from the installation link then in the last step i got this error.

# DEBIAN_FRONTEND=noninteractive apt-get -y install eve-ng
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 : PreDepends: eve-ng-guacamole (>= 2.0.1-23) but it is not going to be installed
Depends: eve-ng-guacamole but it is not going to be installed
Depends: eve-ng-qemu (>= 1.0.0-6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

cant fix it. Any help will be appreciated?

Re: Eve-Ng Baremetal Installation

Posted: Mon Mar 27, 2017 9:13 pm
by Uldis (UD)
Seems broken Ubuntu install.
Be sure you have installed Ubuntu server 16.04 xenial 64 bit

Re: Eve-Ng Baremetal Installation

Posted: Mon Mar 27, 2017 10:56 pm
by usasmaz
Hey Uldis,
can you give me a link to exact version of Ubuntu that you are talking about?