Eh, seemed like something flukey with a Docker container. I did a clean install and moved over some docker containers and still had a similar issue so I just reinstalled clean and setup my containers again.
Posts by TaskMaster
-
-
I/m running OMV v 3.059 and I had an issue connecting to my Plex docker this AM so I took the opportunity to shutdown and replace my power strip and when I rebooted Docker won't start at all and all settings are cleared from the Docker GUI. The error presented is pasted below. I appreciate if anyone can help!
Error #0:exception 'OMV\ExecException' with message 'Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; docker images 2>&1' with exit code '1': Cannot connect to the Docker daemon. Is the docker daemon running on this host?' in /usr/share/php/openmediavault/system/process.inc:175Stack trace:#0 /usr/share/openmediavault/engined/rpc/docker.inc(1336): OMV\System\Process->execute(Array)#1 [internal function]: OMVRpcServiceDocker->getDockerRepo(Array, Array)#2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)#3 /usr/share/php/openmediavault/rpc/rpc.inc(84): OMV\Rpc\ServiceAbstract->callMethod('getDockerRepo', Array, Array)#4 /usr/sbin/omv-engined(516): OMV\Rpc\Rpc::call('Docker', 'getDockerRepo', Array, Array, 1)#5 {main}
-
I'm running both on v3 in Docker containers. I assume there's a reason you don't want to?
-
On line 7 you run "openvpn nyc.ovpn" and stop it on line 25-26, no? Open another terminal to test without stopping it or run it in the background maybe?
EDIT - oop, I see subzero79's answer.
-
Excellent, that did it. thanks much!
-
Let me start by saying I'm very new to OMV so please forgive me if I am missing something silly or dumb. I have OMV 3.0.53 running and I am trying to get the Binhex's Deluge VPN Docker container running but I see the some errors in the log:
I see a number of this error:
and also:
Code
I can post more from the log if needed. Any ideas? I'm not certain that I configure the BRIDGE network settings correctly if that could be it? I picked BRIDGE because there were originally errors in the log this container can't run in HOST mode (I am running my other containers in HOST mode). I did not enter an IP (left the 0.0.0.0) and set the internal and exposed port. If I try to set any other IP address I error trying to save the container. If anyone has input I'd appreciate it.Thanks!