no web-gui access after do normal stuff

  • Hi there


    Just wondering is this a general problem with web-gui or just a problem of my constellation. After I set it up today in the mornig, everything was fine and running well. Made some users and shares, copy some bigger files to test. Buuum web-gui is gone!! Delete browser cache, rebooted, change port and tried everything out. No chance at all... login as root over SSH is fine.


    This ist the log:

    Bash
    Last login: Thu Oct 11 23:59:12 2018 from 192.168.1.179
    
    
    root@omv:~# tail -n 25 /var/log/nginx/openmediavault-webgui_error.log
    
    
    2018/10/11 08:21:33 [error] 927#0: *317 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: ::ffff:192.168.1.150, server: openmediavault-webgui, request: "POST /rpc.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-openmediavault-webgui.sock:", host: "192.168.1.130", referrer: "http://192.168.1.130/"
    
    
    2018/10/11 08:21:34 [crit] 927#0: *317 connect() to unix:/var/run/php5-fpm-openmediavault-webgui.sock failed (2: No such file or directory) while connecting to upstream, client: ::ffff:192.168.1.150, server: openmediavault-webgui, request: "POST /rpc.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-openmediavault-webgui.sock:", host: "192.168.1.130", referrer: "http://192.168.1.130/"

    But there are errors from today morning time....


    Someone ideas?


    thanks in advance
    cracksilver

    • Offizieller Beitrag

    Is the root partition full? df -h /

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    What is the output of:


    systemctl status nginx
    systemctl status php7.0-fpm

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • nginx status gave me this one:

    • Offizieller Beitrag

    nginx status gave me this one:

    The service command isn't going to work for ever :)


    The log from your first post is still looking for the php5 fpm pid. Your configs need to be updated.


    omv-mkconf nginx
    omv-mkconf php-fpm
    systemctl restart nginx
    systemctl restart php7.0-fpm

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • looks like php problem:

    Code
    root@omv:~# omv-mkconf php-fpm
    ERROR: The script '/usr/share/openmediavault/mkconf/php-fpm' does not exist
    root@omv:~# systemctl restart nginx
    root@omv:~# systemctl restart php7.0-fpm
    Failed to restart php7.0-fpm.service: Unit php7.0-fpm.service failed to load: No such file or directory.
    • Offizieller Beitrag

    My bad. I assumed you installed OMV 4.x since this was a fresh install. This is what you really need:


    omv-mkconf nginx
    omv-mkconf php5fpm
    touch /var/run/php5-fpm-openmediavault-webgui.sock
    systemctl restart nginx
    systemctl restart php5-fpm

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • ... and see, it works again.


    Thank you very much for solving my problem. But where or what was the problem? Is this version of OMV not stable enough? I did realy nothing complex with this server. Just copied a few bis iso files around....


    Code
    root@omv:~# omv-mkconf nginx
    root@omv:~# omv-mkconf php5fpm
    root@omv:~# systemctl restart nginx
    root@omv:~# systemctl restart php5-fpm
    • Offizieller Beitrag

    OMV 3.x was always stable for me. Hard to say what happened. Seems like just the pid was missing but maybe the config needed updating. You didn't install any packages or updates?

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Last night installed OMV with iso over USB Stick. openmediavault_3.0.36-i386 with option forcepae


    After check Web-GUI did all updates, upgrades and dist-upgrades in terminal.
    Now it looks like this:

    today i just installed this one and configurated some backups:

    • Offizieller Beitrag

    Strange but I guess it is possible. I see why you didn't choose OMV 4.x now - no i386 install media. You can upgrade to OMV 4.x though.

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • good morning


    Yes, it is an old laptop I gave a new live for my music storage. I'm replacing my old synology (DS16+) with this. I know i's an old one, but it is the only thing I can do. Desktop is too slow on it.


    By the way, I made some copies tonight. The server is now running fine, including the web-gui.


    Thank you, have a good day.
    cracksilver

  • Hi all


    After doing nothing over the weekend (I went away) I have to say it works great. Access to Web-GUI still works and all syncs has done automaticly.


    Only mailmessage I got every morning is the follow:


    /etc/cron.daily/openmediavault-cron-apt:
    stdin: is not a tty


    Whatever it means...


    cracksilver

  • Hi again


    i can't believe that. After install plex plugin same problem as I this thread started. No access to web-gui. just a blank site.


    Doing all this stuff doesn't help:


    Code
    root@omv:~# omv-mkconf nginx
    root@omv:~# omv-mkconf php5fpm
    root@omv:~# systemctl restart nginx
    root@omv:~# systemctl restart php5-fpm

    any idea?

  • here the output:


    and


Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!