Cant log in the WebGUI since Update Stoneburner --> Erasmus

  • Hello everyone,


    sice I did an update from 2 to 3 I cant log in to the WebGUI.
    It tells me "Software failure - incorrect username or password"


    omv-firstaid to replace the password didnt help.


    What can I do?


    Thanks in advance for your help!
    tronic

  • Hello votdev,


    unfortunately this seems not to be the problem:


    Code
    Filesystem     1K-blocks    Used Available Use% Mounted on
    /dev/root        3332796 1798048   1368304  57% /
    devtmpfs          242628       0    242628   0% /dev
    tmpfs             246916       0    246916   0% /dev/shm
    tmpfs             246916    4760    242156   2% /run
    tmpfs               5120       0      5120   0% /run/lock
    tmpfs             246916       0    246916   0% /sys/fs/cgroup
    /dev/sda1      240233124   60592 240156148   1% /media/b745ef52-36a4-4987-b9d0-8c7f95c655b2
    /dev/mmcblk0p1     57288   21464     35824  38% /boot
    /dev/mmcblk0p3  11659456    3176  11050143   1% /media/fa36508a-b3c4-4499-b30a-711dd5994225

    Do you have another Idea?


    Thanks,
    tronic

    • Offizieller Beitrag

    You probably have a plugin installed that is incompatible with the latest OMV 3.x. What is the output of: dpkg -l | grep openm

    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!

  • The output is:

    Code
    root@raspberrypi:/var/log# dpkg -l | grep openm
    ii  openmediavault                 3.0.59                             all          Open network attached storage solution
    ii  openmediavault-flashmemory     3.4.3                              all          folder2ram plugin for OpenMediaVault
    ii  openmediavault-keyring         1.0                                all          GnuPG archive keys of the OpenMediaVault archive
    ii  openmediavault-omvextrasorg    3.4.16                             all          OMV-Extras.org Package Repositories for OpenMediaVault

    and the auth.log isnt very communicative too:


    Code
    Feb  7 14:46:47 raspberrypi openmediavault-webgui[1398]: Unauthorized login attempt from 192.168.1.201 [username=admin, user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/$
    • Offizieller Beitrag

    None of the plugins are old. Still seems like a wrong password. Did you try a different browser? Just for the heck of it, try changing the password as root with passwd admin

    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!

  • No, unfortunately nothing worked.


    I tried a different browser (Chrome), delete Cache and Cookies - no Effect.


    Changing Password with 'passwd admin' to a simple one with only letters didnt work too.

    • Offizieller Beitrag

    Try:


    omv-mkconf nginx
    omv-mkconf php5fpm
    systemctl restart nginx
    systemctl restart php5-fpm
    omv-aptclean


    If you still can't login, see if there are any errors when running omv-engined in debug mode. omv-engined -df

    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!

  • I still can't login, but there is an php-Warning:

    Code
    root@raspberrypi:~# omv-engined -df
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20131226/pam.so' - /usr/lib/php5/20131226/pam.so: cannot open shared object file: No such file or directory in Unknown on line 0
    omv-engined[3423]: Daemon already running (pid=732)
    Daemon already running (pid=732)
    • Offizieller Beitrag

    Didn't know this was an RPi. The SD card might be failing. I recommend against doing the upgrade on RPis because it is a lot of writes to the SD, takes forever, and doesn't always go smoothly (as you have found).

    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

    I still can't login, but there is an php-Warning:

    Code
    root@raspberrypi:~# omv-engined -df
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20131226/pam.so' - /usr/lib/php5/20131226/pam.so: cannot open shared object file: No such file or directory in Unknown on line 0
    omv-engined[3423]: Daemon already running (pid=732)
    Daemon already running (pid=732)

    The missing PAM module is the reason for your problems.

    • Offizieller Beitrag

    Must be an RPi1 then.

    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!

Jetzt mitmachen!

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