If the update comes from the Debian repositories you can install it, does it come from somewhere else, i wouldn't do it.
Posts by votdev
-
-
It is no good idea to install OMV in parallel with a desktop or something else because OMV take over the control of your system which might break other things. E.g. a desktop normally wants to configure the network itself (using network-manager), but OMV itself also takes over the control of this by using netplan.io. You see, this does not harmonize. OMV was never designed nor will it be in future to support parallel installation.
-
-
Hello Volker,
thank you for your reply. Would it be possible to automatically show graphs for the HDD temps, taken from the SMART data?
No, getting the temps is somewhat complicated because there are thousands of different scenarious out there that might break a generic implementation.
-
Seems a package is corrupt. Is the root filesystem defective? Try to reinstall the package with sudo apt-get install --reinstall php-yaml
-
It's not possible to add additional graphs without having deeper knowledge of OMV in v5. To say it short, you need to implement them yourself. I assume this is a too complex thing for normal users. But with OMV6 things getting easier; you still need to implement the RPC code that delivers the information you want to show, but the UI dashboard widgets are coded in declarative style (no Typescript/Javascript/CSS, only pure JSON/YAML), e.g. https://github.com/openmediava…c063a01c3dfca38d913cf3eR1.
-
-
Fixed in openmediavault 5.6.2, see https://github.com/openmediava…ecb3331f47e37dd130b67cffa.
-
You hit a bug, but good that it is identified now. As a workaround use the group name instead of the GID in the import statement. Then it should work.
-
PHP Fatal error: Uncaught Error: Call to a member function get() on null in /usr/share/php/openmediavault/system/filesystem/backend/mergerfs.inc:79
ryecoaaron Seems to be a problem with the mergerfs plugin.
-
Please check /var/log/syslog and /var/log/nginx/openmediavault-webgui_error.log for errors that appear when accessing the UI page. At best run tail -f /var/log/nginx/openmediavault-webgui_error.log to view them in realtime.
Alternatively run monit stop omv-engined, omv-engined -d -f and go to the UI page. Are there any errors in the CLI output? Afterwards run monit restart omv-engined.
-
I found these issues that might be related to your problem:
https://github.com/ejurgensen/forked-daapd/issues/785
https://github.com/ejurgensen/forked-daapd/pull/841
The problem seems to be that the fix is not included in the Debian package https://packages.debian.org/buster/forked-daapd.
OMV can not do anything here because we rely on the packages delivered by Debian. If you want to get it fixed open a bug report at https://bugs.debian.org/cgi-bi…orked-daapd;dist=unstable and hopefully a fix will be available soon.
-
Would you please be so kind to open a feature request? Doing so you will be informed when the issue is fixed. Please give as much information in the description as possible. Thx.
-
Like what? The weird behavior is happening on core OMV tabs.
Sorry, i meant a browser plugin may cause the issue.
-
Removing a limit should be done careful, because a limit will prevent the system going wild. If we need to increase it, then to what size? In the past 12 years of OMV there was no need to do that.
-
It's a simple window.onbeforeunload hook in the HTML code that forces browser to display the dialog, nothing fancy and a default feature of browsers. The browser decides when to display the dialog, so it seems a problem with the browser and not the OMV code. Maybe a browser plugin causes the issue.
-
Try the file /etc/openmediavault/php.ini and report back.
One question, you run the command in the UI and the error occurs when the output is shown in the 'Execute' dialog?
-
Oh, I see the problem. The database seems not to be migrated during package installation. Was the installation aborted or has it failed?
To fix the issue run omv-confdbadm migrate conf 5.6.0
-
Clear the browser cache to fix this issue.
-
I have the same issue now.
# systemctl status openmediavault
Unit openmediavault.service could not be found.
# systemctl status openmediavault-engined
● openmediavault-engined.service
Loaded: masked (Reason: Unit openmediavault-engined.service is masked.)
Active: inactive (dead)
root@omv:~# dpkg -l |grep openm
ii openmediavault 5.6.0-1 all openmediavault - The open network attached storage solution
ii openmediavault-keyring 1.0 all GnuPG archive keys of the OpenMediaVault archive
When i run omv-engined -f -d it is working.
Also re-installed the openmediavault package, nothing solved.
What do do?
Thx!
Run systemctl unmask openmediavault-engined.service and systemctl restart openmediavault-engined.serviceto get it working again.