Beiträge von lussius

    Hi,


    Also had the blank page problem and was able to fix it by editing openmediavault-webgui (NGinx config located in /etc/nginx/sites-available).


    Try to add the red line and tell us


    location ~ \.php$ {
    try_files $uri = 404;
    fastcgi_split_path_info ^(.+\.php)(/.+)$;
    fastcgi_pass unix:/var/run/php5-fpm-openmediavault-webgui.sock;
    fastcgi_index index.php;
    fastcgi_read_timeout 60s;
    include fastcgi_params;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    }



    No idea why I had to overwrite default value.

    Under OMV 0.3.0.20, I had an "OSSTATUS error 2" when I tried to create a crypted Time Machine backup with Moutain Lion.


    I've create a shared folder named TimeMachine with "Sauvegardes TimeMachine" as a comment.


    What I've found is that Avahi advertises the share as "TimeMachine":
    <txt-record>dk0=adVN=TimeMachine,adVF=0xa1,adVU...</txt-record>


    whereas in AppleVolumes.default (and on my mac), I can clearly see the name "Sauvegardes TimeMachine":
    "/media/.../" "Sauvegardes TimeMachine" options:upriv,usedots,tm allow:@TimeMachine rwlist:@TimeMachine


    After editing manually afp.service to fix the Volume Name:
    <txt-record>dk0=adVN=Sauvegardes TimeMachine,adVF=0xa1,adVU...</txt-record>


    everything is working fine.


    Is this a bug or as the perfect OMV n00b, I messed up things ? :mrgreen: