Page 1 of 1

Issue installing dockers

Posted: Fri Apr 02, 2021 11:08 pm
by pyzon
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:~#

Re: Issue installing dockers

Posted: Sun Apr 04, 2021 7:28 pm
by Uldis (UD)
visit EVE live support for further support.
It looks like crashed EVE Docker engine
https://www.eve-ng.net/index.php/live-helpdesk/

Re: Issue installing dockers

Posted: Thu Oct 07, 2021 5:25 am
by rustyjarz
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 –▒

Re: Issue installing dockers

Posted: Thu Oct 07, 2021 9:31 am
by Uldis (UD)
apt update
apt install eve-ng-dockers

Re: Issue installing dockers

Posted: Thu Oct 07, 2021 10:27 pm
by rustyjarz
"apt update
apt install eve-ng-dockers"

Yep that did it thanks!