OpenMediaVault-Plugin-Developers / openmediavault-openvpn

OpenMediaVault plugin for OpenVPN
19 stars 19 forks source link

Openssl Errors #6

Closed that0n3guy closed 9 years ago

that0n3guy commented 9 years ago

Today I tried to get openvpn going and got:

Error #4000:
exception 'OMVException' with message 'Failed to execute command 'omv-mkconf openvpn setup 2>&1': cp: cannot stat `openssl-1.0.0.cnf': No such file or directory' in /usr/share/openmediavault/engined/module/openvpn.inc:87
Stack trace:
#0 /usr/share/openmediavault/engined/rpc/config.inc(180): OMVModuleOpenVpn->applyConfig()
#1 [internal function]: OMVRpcServiceConfig->applyChanges(Array, Array)
#2 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array)
#3 /usr/share/php/openmediavault/rpcservice.inc(158): OMVRpcServiceAbstract->callMethod('applyChanges', Array, Array)
#4 /usr/share/openmediavault/engined/rpc/config.inc(224): OMVRpcServiceAbstract->callMethodBg('applyChanges', Array, Array)
#5 [internal function]: OMVRpcServiceConfig->applyChangesBg(Array, Array)
#6 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array)
#7 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('applyChangesBg', Array, Array)
#8 /usr/sbin/omv-engined(500): OMVRpc::exec('Config', 'applyChangesBg', Array, Array, 1)
#9 {main}

Is this because my openssl version is OpenSSL 1.0.1e?

ryecoaaron commented 9 years ago

Works with openssl 1.0.1.e on my test vm. Maybe you have a setting that needs to be changed?

that0n3guy commented 9 years ago

Weird, I uninstalled the plugin and re-installed it. All is well now. I had to do that twice before it worked... odd.