Hello everybody,
I am just playing around with OMV4.x in a VM (Virtualbox) just to be pepared when Stone burner runs out of service.
But still are having problems with 'Remote Mount' and CIFS mount from the Web Gui. All I get is this error:
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; mount '/srv/b188a175-7634-4c38-83a2-368157dda178' 2>&1' with exit code '32': mount error(112): Host is downRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Fehler #0:
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; mount '/srv/b188a175-7634-4c38-83a2-368157dda178' 2>&1' with exit code '32': mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) in /usr/share/php/openmediavault/system/process.inc:175
Stack trace:
#0 /usr/share/php/openmediavault/system/filesystem/remote.inc(427): OMV\System\Process->execute()
#1 /usr/share/openmediavault/engined/module/fstab.inc(72): OMV\System\Filesystem\Remote->mount()
#2 /usr/share/openmediavault/engined/rpc/config.inc(194): OMVModuleFsTab->startService()
#3 [internal function]: OMVRpcServiceConfig->applyChanges(Array, Array)
#4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#5 /usr/share/php/openmediavault/rpc/serviceabstract.inc(150): OMV\Rpc\ServiceAbstract->callMethod('applyChanges', Array, Array)
#6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(528): OMV\Rpc\ServiceAbstract->OMV\Rpc\{closure}('/tmp/bgstatusOi...', '/tmp/bgoutputhh...')
#7 /usr/share/php/openmediavault/rpc/serviceabstract.inc(151): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#8 /usr/share/openmediavault/engined/rpc/config.inc(213): OMV\Rpc\ServiceAbstract->callMethodBg('applyChanges', Array, Array)
#9 [internal function]: OMVRpcServiceConfig->applyChangesBg(Array, Array)
#10 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#11 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('applyChangesBg', Array, Array)
#12 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('Config', 'applyChangesBg', Array, Array, 1)
#13 {main}
This is the result in fstab from the 'Remote Mount' plugin:
//192.168. xx.yy/music /srv/b188a175-7634-4c38-83a2-368157dda178 cifs credentials=/root/.cifscredentials-574c0bad-b735-452e-97e5-2c239fee2cfb,_netdev,iocharset=utf8 0 0
Just as a reference, I did the same with a virtual OMV2.x Installation and this works well under same condition.
The share itself comes from a living OMV-baremetal server. Settings are ok, also same user name and password.
Why is it telling Host is down? The Host is up and working!
Where is the (or my) error?
Why is there no option in the 'Remote Mount' to choose the 'Shared Folder', like in the old 'Remote Shares' plugin?
There are only options for 'Server', 'Share', 'user name' and 'password' for the server, but no option for 'shared folder --- select a shared folder' on client side?
Thanks
Erik