Page 1 of 1

Docker installation issue on Pro

Posted: Fri Mar 16, 2018 10:47 am
by AndreaBB
Hi all,
I was trying to install Docker following the pro instruction when I got this error:

Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Temporary failure resolving 'archive.ubuntu.com'
Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease
Temporary failure resolving 'security.ubuntu.com'
Err:3 http://ppa.launchpad.net/ansible/ansible/ubuntu xenial InRelease
Temporary failure resolving 'ppa.launchpad.net'

Obviously, my dns works:

root@eve-ng:~# nslookup security.ubuntu.com
Server: 8.8.8.8
Address: 8.8.8.8#53

Non-authoritative answer:
Name: security.ubuntu.com
Address: 91.189.91.23
Name: security.ubuntu.com
Address: 91.189.91.26
Name: security.ubuntu.com
Address: 91.189.88.162
Name: security.ubuntu.com
Address: 91.189.88.152
Name: security.ubuntu.com
Address: 91.189.88.149
Name: security.ubuntu.com
Address: 91.189.88.161


Any idea?

Re: Docker installation issue on Pro

Posted: Fri Mar 16, 2018 10:54 am
by AndreaBB
PS: apt-get update from console works fine too

Re: Docker installation issue on Pro

Posted: Fri Mar 16, 2018 11:13 am
by AndreaBB
Ok, I have resolved this issue rebooting the box a couple of times.
Now I have a different issue shown at the end of “apt-get install eve-ng-dockers“:

The following packages have unmet dependencies:
lxterminal : Depends: libgdk-pixbuf2.0-0 (>= 2.22.0) but it is not going to be installed
Depends: libgtk2.0-0 (>= 2.24.0) but it is not going to be installed
Depends: libvte9 (>= 1:0.28.0) but it is not going to be installed
Depends: libx11-6 but it is not going to be installed
wireshark : Depends: wireshark-qt but it is not going to be installed or
wireshark-gtk but it is not going to be installed
xrdp : Depends: ssl-cert but it is not going to be installed
Depends: libfuse2 (>= 2.6) but it is not going to be installed
Depends: libjpeg8 (>= 8c) but it is not going to be installed
Depends: libopus0 (>= 1.1) but it is not going to be installed
Depends: libx11-6 but it is not going to be installed
Depends: libxfixes3 but it is not going to be installed
Depends: libxrandr2 but it is not going to be installed
Recommends: fuse but it is not going to be installed
Recommends: xorgxrdp but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).