[HELP] Can't Log in on the Web-Gui with right credentials

  • subzero79. Good call.


    Yes, you are correct. The drive was filled at 100%. A quick removal of some huge files and web GUI admin work again....got into the system.


    But I had another system a couple days ago, OMV running in a KVM based VM where I had a similar situation. It was a fresh install of OMV, no patches applied....so the disk was practically empty. Could not get into the web GUI. Don't have this VM any longer but I'll monitor the situation and see if it occurs again.


    Thanks much for the help.

  • I'm getting the same login loop, and I've checked the usual suspects:


    - Disk is not full:


    - Authentication works fine, it just loops back to the login screen.

    Code
    May 31 18:53:43 hippo openmediavault-webgui[30732]: Authorized login from ::ffff:192.168.1.17 [username=admin, user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36]


    - Tried to reset the password through omv-firstaid, same result. Also tried to reboot.


    nginx and php5-fpm are running fine.

    • Offizieller Beitrag

    Clear browser cache?

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | 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:


    dpkg -l | grep nginx


    And maybe try rewriting the config files.
    omv-mkconf nginx
    omv-mkconf php5fpm

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | 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!

  • Code
    dpkg -l | grep nginx
    ii  nginx                                                       1.2.1-2.2+wheezy4                  all          small, powerful, scalable web/proxy server
    ii  nginx-common                                                1.2.1-2.2+wheezy4                  all          small, powerful, scalable web/proxy server - common files
    ii  nginx-full                                                  1.2.1-2.2+wheezy4                  amd64        nginx web/proxy server (standard version)
    ii  openmediavault-nginx                                        2.4                                all          Nginx plugin for OpenMediaVault.


    Rewriting the configs and restarting php5-fpm and nginx didn't help... :(

    • Offizieller Beitrag

    You have to restart the services after rewriting the configs.


    service nginx restart
    service php5-fpm restart

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | 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 type of media is OMV installed on?

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | 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 kind? How old? Is the flashmemory plugin installed?

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | 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!

  • 80GB Intel 310 mSATA with SATA adapter, about a year old running 24/7, no flashmemory plugin... You think it might be corrupted ?


    I just ran a /forcefsck:



    Looking good to me. Any other log files you think I could look at?

  • Maybe this?

    • Offizieller Beitrag

    What is the output of: ls -al /var/lib/php5/

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | 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

    Not sure but you have missing directories... Try:
    mkdir -p /var/lib/php5/sessions
    mkdir -p /var/lib/php5/modules
    chmod 1733 /var/lib/php5/sessions
    chmod 0755 /var/lib/php5/modules

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | 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!


  • You think I should uninstall and reinstall php5 ?

    • Offizieller Beitrag

    Having one :)


    Glad it works. Question is why did the permissions go bad....

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | 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!

  • Happend once to me.


    Stoneburner 250GB SSD fresh install with only hard drives mounted, SSH enabled, OMV-Extras installed and no other plugins ... resolved by OMV-firstaid ... only happened once.

    OMV 2 |64 bit|


    Your Test Results are back: You are Granted License to Own a Computer But Your Recent Score Does Not Allow For You To Connect a Mouse and Keyboard to it.
    You may study and retake the Exam ... If your score is sufficiently improved the License may be upgraded to allow for Mouse and Keyboard Connection.

Jetzt mitmachen!

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