Login prompt missing in GUI

  • Hello all,


    Since a couple of weeks the login prompt disappeared from the GUI. So the page loads (with the blue-ish background and the OMV website link on the bottom) only the login is missing. SSH is working as well all the services I use (SAMBA etc)


    I tried restarting nginx, but it did not work. The SD card is quite new (bought it in August.)


    Any idea what I can do?


    Thanks in advance.

  • root@raspberrypi:~# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/root 3.2G 3.1G 13M 100% /
    devtmpfs 483M 0 483M 0% /dev
    tmpfs 98M 572K 97M 1% /run
    tmpfs 5.0M 0 5.0M 0% /run/lock
    tmpfs 195M 4.0K 195M 1% /run/shm
    /dev/mmcblk0p1 56M 20M 37M 36% /boot
    /dev/mmcblk0p3 4.0G 3.1M 3.8G 1% /media/fa36508a-b3c4-4499-b30a-711dd5994225
    /dev/sda1 1.8T 634G 1.2T 35% /media/eed6f8ee-bbab-4afd-8152-6051cf7c6636
    /dev/root 3.2G 3.1G 13M 100% /var/folder2ram/var/spool
    /dev/root 3.2G 3.1G 13M 100% /var/folder2ram/var/log
    /dev/root 3.2G 3.1G 13M 100% /var/folder2ram/var/lib/monit
    /dev/root 3.2G 3.1G 13M 100% /var/folder2ram/var/lib/php5
    folder2ram 487M 716K 487M 1% /var/spool
    folder2ram 487M 1.8M 485M 1% /var/log
    /dev/root 3.2G 3.1G 13M 100% /var/folder2ram/var/lib/rrdcached
    folder2ram 487M 0 487M 0% /var/lib/php5
    folder2ram 487M 8.0K 487M 1% /var/lib/monit
    /dev/root 3.2G 3.1G 13M 100% /var/folder2ram/var/lib/openmediavault/rrd
    /dev/root 3.2G 3.1G 13M 100% /var/folder2ram/var/tmp
    folder2ram 487M 440K 487M 1% /var/lib/openmediavault/rrd
    folder2ram 487M 0 487M 0% /var/tmp
    folder2ram 487M 15M 473M 3% /var/lib/rrdcached
    root@raspberrypi:~#

  • You root file system is full.


    Do these to free up some space:
    apt-get clean
    rm /var/log/*.gz


    Then give me that df -h command again.
    How big is your SD card????
    You are not using a RTC module are you?

  • root@raspberrypi:~# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/root 3.2G 2.8G 241M 93% /
    devtmpfs 483M 0 483M 0% /dev
    tmpfs 98M 580K 97M 1% /run
    tmpfs 5.0M 0 5.0M 0% /run/lock
    tmpfs 195M 4.0K 195M 1% /run/shm
    /dev/mmcblk0p1 56M 20M 37M 36% /boot
    /dev/mmcblk0p3 4.0G 3.1M 3.8G 1% /media/fa36508a-b3c4-4499-b30a-711dd5994225
    /dev/sda1 1.8T 635G 1.2T 35% /media/eed6f8ee-bbab-4afd-8152-6051cf7c6636
    /dev/root 3.2G 2.8G 241M 93% /var/folder2ram/var/spool
    /dev/root 3.2G 2.8G 241M 93% /var/folder2ram/var/log
    /dev/root 3.2G 2.8G 241M 93% /var/folder2ram/var/lib/monit
    /dev/root 3.2G 2.8G 241M 93% /var/folder2ram/var/lib/php5
    folder2ram 487M 716K 487M 1% /var/spool
    folder2ram 487M 1.9M 485M 1% /var/log
    /dev/root 3.2G 2.8G 241M 93% /var/folder2ram/var/lib/rrdcached
    folder2ram 487M 0 487M 0% /var/lib/php5
    folder2ram 487M 8.0K 487M 1% /var/lib/monit
    /dev/root 3.2G 2.8G 241M 93% /var/folder2ram/var/lib/openmediavault/rrd
    /dev/root 3.2G 2.8G 241M 93% /var/folder2ram/var/tmp
    folder2ram 487M 440K 487M 1% /var/lib/openmediavault/rrd
    folder2ram 487M 0 487M 0% /var/tmp
    folder2ram 487M 15M 473M 4% /var/lib/rrdcached
    root@raspberrypi:~#



    its 8gb:


    root@raspberrypi:~# fdisk -l


    Disk /dev/mmcblk0: 7969 MB, 7969177600 bytes
    4 heads, 16 sectors/track, 243200 cylinders, total 15564800 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000b5098


    Device Boot Start End Blocks Id System
    /dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
    /dev/mmcblk0p2 122880 7028735 3452928 83 Linux
    /dev/mmcblk0p3 7028736 15564799 4268032 83 Linux

  • You did not extend the partition to take up the whole card. Even when you do this you are throwing errors like crazy and your logs getting big. Also, you are throwing errors because your card is above 80 percent full. Hold on, I get you some links.


    Besides the flash memory plugin you should be doing these things to if you want the rpi to work decent:


    Modify the 80% threshold filesystem notification.
    RPI: how to expand the OS partition after writing image
    RPi 2(RTC module): from unruly Stepchild to Wunderkind


    RTC modules are cheap. You will throw a lot errors with OMV until you get one....
    You should increase your notification of drive getting full to like 90 percent instead of 80.
    You need to expand your partition to take up the whole SD Card.


    Those links will help. Your SD card is probably still OK though.

  • Also, when you first install the image there is a data partition. Once you mount a data drive you can unmount that data partition, delete it and then extend your root partition. If there is no mounted data partition OMV throws a lot of errors. That is why that partition is there.

  • Followed the expand partition instruction and managed to make the omv partition bigger. OMV booted and the services are up. Can also ssh in, but there is still no login prompt when I try to access the GUI. Also tried clearing cache/ incog mode or using a different browser.

  • Zitat

    So the page loads (with the blue-ish background and the OMV website link on the bottom) only the login is missing.


    Another thing to check is just make sure your browser has javascript enabled. I made this silly mistake, thinking something was wrong with OMV, but it just ended up being that I had js disabled via the NoScript plugin. :whistling:

Jetzt mitmachen!

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