Beiträge von pro2call

    Hello,


    When i want to update my NAS to the latest versions but i get the error below. I run version 1.19


    Please help


    Well i have tried to install joomla. that went fine but i couln't upload any files so i addjusted /etc/nginx/nginx.conf


    I have added a line:


    server {
    client_max_body_size 20M;
    }


    i removed these lines and nginx is starting and the webgui is online on port 80


    weird...

    root@Nas:~# cat /etc/nginx/openmediavault-webgui.d/openmediavault-extplorer-site.conf
    location /extplorer/ {
    alias /usr/share/extplorer/;
    index index.php;
    location ~ \.php$ {
    fastcgi_split_path_info ^(.+\.php)(/.+)$;
    fastcgi_pass unix:/var/run/php5-fpm-openmediavault-extplorer.sock;
    fastcgi_index index.php;
    include fastcgi_params;
    }
    location = /extplorer/favicon.ico {
    log_not_found off;
    access_log off;
    }
    location = /extplorer/robots.txt {
    allow all;
    log_not_found off;
    access_log off;
    }
    location /extplorer/ {
    try_files $uri $uri/ /extplorer/index.php?$args;
    }
    location ~ /extplorer/\. {
    deny all;
    }
    location ~* /extplorer/(?:config)/.*\.php$ {
    deny all;
    }
    location ~* /extplorer/\.(js|css|png|jpg|jpeg|gif|ico)$ {
    expires max;
    log_not_found off;
    }
    }
    root@Nas:~#

    root@Nas:~# cat /etc/nginx/sites-available/openmediavault-webgui
    server {
    server_name openmediavault-webgui;
    root /var/www/openmediavault;
    index index.php;
    autoindex off;
    server_tokens off;
    sendfile on;
    large_client_header_buffers 4 32k;
    client_max_body_size 25M;
    error_log /var/log/nginx/openmediavault-webgui_error.log error;
    access_log /var/log/nginx/openmediavault-webgui_access.log combined;
    location /extjs/ {
    alias /usr/share/javascript/extjs4/;
    }
    location /images/ {
    alias /var/www/openmediavault/images/;
    }
    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;
    }
    listen [::]:80 default_server ipv6only=off;
    include /etc/nginx/openmediavault-webgui.d/*.conf;
    }
    root@Nas:~#

    Yes i have done that it was on port 8080 and just turned turned it to 80.


    This is the result:


    root@Nas:~# omv-firstaid
    Updating web administration settings. Please wait ...
    root@Nas:~# service nginx start
    Starting nginx: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] still could not bind()
    nginx.
    root@Nas:~#

    Ill get this respond:


    HTML
    root@Nas:~# curl http://localhost:80
    <html>
    <head><title>404 Not Found</title></head>
    <body bgcolor="white">
    <center><h1>404 Not Found</h1></center>
    <hr><center>nginx/1.2.1</center>
    </body>
    </html>
    root@Nas:~#



    If i try to access the port 80 i get a time out. not this error message

    I get this respond:


    true OMV-firstaid. i managed to set the webgui port back to 8080 and i can start nginx. i removed wordpress plugin but the problem still exists. no working gui on port 80.


    installed plugins:


    omvextrasorg 1.10
    plexmediaserver 1.0.9
    extplorer 1.0.6
    clamav 1.2

    true OMV-firstaid. i managed to set the webgui port back to 8080 and i can start nginx. i removed wordpress plugin but the problem still exists. no working gui on port 80.


    installed plugins:


    omvextrasorg 1.10
    plexmediaserver 1.0.9
    extplorer 1.0.6
    clamav 1.2

    I already fount that Nginx is not running. when i want to start it i get this error:


    root@Nas:~# service nginx start
    Starting nginx: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
    nginx: [emerg] still could not bind()
    nginx.

    Hello i have a problem with 1.12. today i have removed some software related to host websites as wordpress and mysql and ngix...


    I also changed back the WebGUI port from 8080 to 80. Now the webgui isnt working any more. not on 8080 and not on 80.


    netstat -tulpen | grep 80
    tcp 0 0 0.0.0.0:49846 0.0.0.0:* LISTEN 113 8011 3723/Plex Plug-in [
    udp 0 0 0.0.0.0:8021 0.0.0.0:* 113 9283 3820/Plex DLNA Serv
    udp6 0 0 :::5353 :::* 104 7480 3275/avahi-daemon:


    netstat -tulpen | grep 443


    Please advise. everything else is working.