I have the same issue.
In which file do I find these entries? It's not fstab, I guess...
Posts by wwessel
-
-
Sorry, I have no idea.
-
Can you play such a renamed file?
-
Not on your server, but on a (Windows-) client?
-
Looks like you caught a trojan that encrypts your files...
-
Aah, thanx.
I just forgot this...
-
-
I tried updating OMV3 -> OMV4, but I got some issues:
- /var/run/php5-fpm-openmediavault-mysql.sock and /var/run/php5-fpm-openmediavault-webgui.sock are not valid anymore. The new ones are php-fpm-openmediavault-mysql.sock and php-fpm-openmediavault-webgui.sock. I had to correct this in /etc/nginx/openmediavault-webgui.d/openmediavault-mysql-management-site.conf and /etc/nginx/sites-available/openmediavault-webgui. Without that neither the Web-GUI nor phpmyadmin was working (502 Bad Gateway...).
- Since the mysql version changed, my datadir set in /etc/mysql/conf.d/openmediavault-mysql.cnf was overwritten due to including /etc/mysql/mariadb.conf.d/ after /etc/mysql/conf.d/
- Though all is working fine now the GUI status of mysql and nfs is red. I have no idea how I can fix this?
EDIT: After "apt-get update" I get the following:
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fdcb2330598>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fdcb2330598>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable -
That did the trick
-
I'm running OMV 3.0.56 with kernel 4.7.0-0.bpo.1-amd64
Since a few days I get the following when I use "apt-get update":
Any idea?
-
After deleting the section from /etc/openmediavault/config.xml it works without error message.
Maybe it was set in OMV2.0 and now obsolete?
-
After upgrading from OMV 2 to OMV 3 I get the following error message in the WebUI, when I go to "Datensicherung":
Codeexception 'OMV\AssertException' with message 'The property 'path' does not exist in the model 'conf.system.backup'.' in /usr/share/php/openmediavault/config/configobject.inc:71#0 /usr/share/php/openmediavault/config/configobject.inc(186): OMV\Config\ConfigObject->assertExists('path')#1 /usr/share/php/openmediavault/config/configobject.inc(271): OMV\Config\ConfigObject->set('path', '/media/3a9e4fe8...', false)#2 /usr/share/php/openmediavault/config/configobject.inc(233): OMV\Config\ConfigObject->setFlatAssoc(Array, false, false)#3 /usr/share/php/openmediavault/config/database.inc(90): OMV\Config\ConfigObject->setAssoc(Array, false)#4 /usr/share/openmediavault/engined/rpc/backup.inc(41): OMV\Config\Database->get('conf.system.bac...')
Any idea?