Issue installing dockers

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
pyzon
Posts: 2
Joined: Wed Jan 10, 2018 7:29 pm

Issue installing dockers

Post by pyzon » Fri Apr 02, 2021 11:08 pm

what might be my issue here? I was able to update eve-ng fine.

root@eve-ng:~# apt install --reinstall eve-ng-dockers
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 1,286 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://www.eve-ng.net/repo-bionic bionic/main amd64 eve-ng-dockers amd64 3.2-eve-ng [1,286 B]
Fetched 1,286 B in 0s (8,413 B/s)
(Reading database ... 155782 files and directories currently installed.)
Preparing to unpack .../eve-ng-dockers_3.2-eve-ng_amd64.deb ...
Unpacking eve-ng-dockers (3.2-eve-ng) over (3.2-eve-ng) ...
Setting up eve-ng-dockers (3.2-eve-ng) ...
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
Total reclaimed space: 0B
mysql: [Warning] Using a password on the command line interface can be insecure.
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Error response from daemon: No such image: eveng/eve-desktop-bionic:1.0
Error: No such image: eveng/eve-desktop-bionic:1.0
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Error response from daemon: No such image: eveng/eve-firefox-bionic:1.0
Error: No such image: eveng/eve-firefox-bionic:1.0
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Error response from daemon: No such image: eveng/eve-wireshark-bionic:1.0
Error: No such image: eveng/eve-wireshark-bionic:1.0
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Error response from daemon: No such image: eveng/eve-gui-server-bionic:1.0
Error: No such image: eveng/eve-gui-server-bionic:1.0
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
root@eve-ng:~#

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

Re: Issue installing dockers

Post by Uldis (UD) » Sun Apr 04, 2021 7:28 pm

visit EVE live support for further support.
It looks like crashed EVE Docker engine
https://www.eve-ng.net/index.php/live-helpdesk/

rustyjarz
Posts: 28
Joined: Sun Jun 14, 2020 12:53 am

Re: Issue installing dockers

Post by rustyjarz » Thu Oct 07, 2021 5:25 am

I have an issue with the built-in Docker Containers too. I'm seeing the below.

root@SYD4-VM-EVE01:~# dc images
REPOSITORY TAG IMAGE ID CREATED SIZE
root@SYD4-VM-EVE01:~# apt install ––reinstall eve-ng-dockers
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ––reinstall
root@SYD4-VM-EVE01:~# apt install eve-ng-dockers
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package –▒

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

Re: Issue installing dockers

Post by Uldis (UD) » Thu Oct 07, 2021 9:31 am

apt update
apt install eve-ng-dockers

rustyjarz
Posts: 28
Joined: Sun Jun 14, 2020 12:53 am

Re: Issue installing dockers

Post by rustyjarz » Thu Oct 07, 2021 10:27 pm

"apt update
apt install eve-ng-dockers"

Yep that did it thanks!

Post Reply