Hello,
when I try sharing a folder through NFS, I get following message after saving the settings:
Code
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; omv-salt deploy run quota 2>&1' with exit code '1': NextPi: ---------- ID: quota_check_create_files_de8e5cf8-cdcf-4e9a-88d0-68faf0be1142 Function: cmd.run Name: quotacheck --user --group --create-files --no-remount --verbose /dev/disk/by-label/SPEED Result: False Comment: Command "quotacheck --user --group --create-files --no-remount --verbose /dev/disk/by-label/SPEED" run Started: 23:24:51.139898 Duration: 24.269 ms Changes: ---------- pid: 6403 retcode: 6 stderr: quotacheck: Quota for users is enabled on mountpoint /srv/dev-disk-by-label-SPEED so quotacheck might damage the file. Please turn quotas off or use -f to force checking. stdout: ---------- ID: disable_quota_service Function: service.disabled Name: quota Result: True Comment: Service quota is already disabled, and is in the desired state Started: 23:24:51.198090 Duration: 93.988 ms Changes: Summary for NextPi ------------ Succeeded: 1 (changed=1) Failed: 1 ------------ Total states run: 2 Total run time: 118.257 ms
Details:
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.UTF-8; omv-salt deploy run quota 2>&1' with exit code '1': NextPi:
----------
ID: quota_check_create_files_de8e5cf8-cdcf-4e9a-88d0-68faf0be1142
Function: cmd.run
Name: quotacheck --user --group --create-files --no-remount --verbose /dev/disk/by-label/SPEED
Result: False
Comment: Command "quotacheck --user --group --create-files --no-remount --verbose /dev/disk/by-label/SPEED" run
Started: 23:24:51.139898
Duration: 24.269 ms
Changes:
----------
pid:
6403
retcode:
6
stderr:
quotacheck: Quota for users is enabled on mountpoint /srv/dev-disk-by-label-SPEED so quotacheck might damage the file.
Please turn quotas off or use -f to force checking.
stdout:
----------
ID: disable_quota_service
Function: service.disabled
Name: quota
Result: True
Comment: Service quota is already disabled, and is in the desired state
Started: 23:24:51.198090
Duration: 93.988 ms
Changes:
Summary for NextPi
------------
Succeeded: 1 (changed=1)
Failed: 1
------------
Total states run: 2
Total run time: 118.257 ms in /usr/share/php/openmediavault/system/process.inc:182
Stack trace:
#0 /usr/share/php/openmediavault/engine/module/serviceabstract.inc(60): OMV\System\Process->execute()
#1 /usr/share/openmediavault/engined/rpc/config.inc(167): OMV\Engine\Module\ServiceAbstract->deploy()
#2 [internal function]: Engined\Rpc\Config->applyChanges(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(149): OMV\Rpc\ServiceAbstract->callMethod('applyChanges', Array, Array)
#5 /usr/share/php/openmediavault/rpc/serviceabstract.inc(588): OMV\Rpc\ServiceAbstract->OMV\Rpc\{closure}('/tmp/bgstatusMQ...', '/tmp/bgoutputfW...')
#6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(159): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#7 /usr/share/openmediavault/engined/rpc/config.inc(189): OMV\Rpc\ServiceAbstract->callMethodBg('applyChanges', Array, Array)
#8 [internal function]: Engined\Rpc\Config->applyChangesBg(Array, Array)
#9 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#10 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('applyChangesBg', Array, Array)
#11 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Config', 'applyChangesBg', Array, Array, 1)
#12 {main}
Display More
I read something about "openmediavault-diskstats" plugin and installed the omv-extras, but it didn't work for me.
How to resolve that error?