Building a baremetal install

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
sneakza
Posts: 2
Joined: Sun May 13, 2018 8:45 pm

Building a baremetal install

Post by sneakza » Sun May 13, 2018 8:55 pm

Hi

im building a bare metal install,,,

im using ubuntu-16.04.4-server-amd64 which installed fine.

i issue the following command, DEBIAN_FRONTEND=noninteractive apt-get -y install eve-ng

and it errors out at the following point

Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Errors were encountered while processing:
/var/cache/apt/archives/eve-ng-guacamole_2.0.3-69_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


below is my uname output .. any ideas anyone ??

root@eve-ng:/home/ilol# uname -a
Linux eve-ng 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

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

Re: Building a baremetal install

Post by Uldis (UD) » Mon May 14, 2018 1:32 pm

apt update
before

Post Reply