Da können wir nicht viel machen, die CSS Deklarationen kommen aus dem ExtJS Framework.
Posts by votdev
-
-
The magical cristal ball is not working at the moment, so you have to look into your syslog messages to tell us more information we can use to analyse the problem. I can tell you that i can stream music from my iphone with iOS8 without problems.
-
The certificates managed by OMV are located in /etc/ssl/certs/openmediavault-<UUID>.crt and /etc/ssl/private/openmediavault-<UUID>.key
You can find out the UUID in /etc/openmediavault/config.xml.
-
You have to select eth0 in the interface grid, press the delete button to remove the configuration. Do not press apply. Then create the bonding interface. Now you can press the 'Apply' button to create and apply the configuration.
-
Pressing the 'Refresh' button should have regenerated the graphs. The sad looking graph is only displayed if the origin image is not found. Finally it does not matter how you solved the problem.
-
I think your original network configuration has not been imported correct into the OMV database. If you are on 1.12 you can execute the following command to do this again.
# /usr/share/openmediavault/initsystem/40interfaces
or you reconfigure your interfaces via
# omv-firstaid
-
Apache and nginx can coexist if you take care that the port used for the WebGUI (nginx, default 80 for HTTP) is not used twice with Apache. But i assume it is also possible to get webacula working with nginx.
-
/srv/ftp does not contain the configured shared folders on the filesystem layer, they are internally embedded into the folder by the proftpd vroot module.
-
Ja sieht gut aus. Leider gehen mir aber die Ideen aus woran das Problem liegen könnte. Im Code habe ich keinen Hinweis gefunden der dafür verantwortlich sein könnte. Aber diese Aussage trifft auch nur auf 1.x zu, alle anderen Versionen werden ja nicht mehr supported bzw. gepflegt.
-
Du hast aber UID_MIN und UID_MAX in /etc/login.defs an Deine Werte angepasst, oder? Ich kann nämlich keinen Fehler nachvollziehen.
-
Do you mount a SMB share via /etc/fstab? Searching for 'cifs vfs: Error connecting to socket. Aborting operation' indicates that.
-
Found and fixed issue during tests: http://sourceforge.net/p/openmediavault/code/1677
-
The tftp daemon does a chroot into the given shared folder, thus you do not have to append the path to the upload directory. Ensure that the shared folder has read/write permissions for 'others', otherwise you get the following error: 'Error code 2: File must have global write permissions'
-
Bitte mal die Ausgabe von
# export LANG=C; getent passwd
hier posten. Ich kann im Sourcecode nichts finden was dagegen spricht dass ein Name wie '-XYZ' nicht angezeigt werden sollte. Es wird nirgends mit einem bestimmten Namenschema geparst.
-
Einfach mal in der CLI
# omv-engined -d -f
aufrufen. Ich gehe davon aus dass ein Plugin irgendein Problem hat und den Daemon vom starten abhält.
-
The error message indicates that the file to be processed is write protected. This is not the default behaviour, so i assume you have installed the omv-extras plugin. Is this correct?
A temporary workaround will be
# chmod 664 /etc/apt/sources.list
After that rerun the command.
-
To be more detailed:
- Privileges: These are the settings that OMV uses to create the services access permissions, e.g. SMB, FTP, AFP, ...
- ACL: These are the privileges on the filesystem layer.
-
Warum hast du einen Win Server, der OMV bereitstellt? Erklär mal genauer.
Vielleicht weil Windoof zu nix anderem nützlich isthahaha.
Wahrscheinlich eher weil der Win Server für bestimmte Dinge benötigt wird und um eben die anderen Dienste mit OMV einfacher aufzusetzen als dies mit Windows möglich ist. Einen FTP-Server mit Windows aufsetzen ist bestimmt nicht so toll. Ausserdem läuft die Kiste ja wohl eh, dann kann man auch virtualisieren.
-
What about throwing an error message when using the ports at the websites plugin that are used by OMV GUI?
Doing a check if the entered values are used somewhere else, e.g. the OMV WebGUI, should always done at first, otherwise such problems are inevitable. -
Should be fixed in openmediavault 1.12, see http://sourceforge.net/p/openmediavault/code/1669.
Please don't wonder, as0tX devices are categorized as type 'unknown'. I was too lazy to improve this because it is not used somewhere.