OMV Webgui not reachable

  • Hello together,

    I can´t reach my omv webgui.

    I would like to test it now with omv-firstaid but it doesn´t work.

    What can I do?


    Thanks and regards,

    • Official Post

    sudo rm /usr/share/openmediavault/firstaid/modules.d/61aptclean.py since you have a very old version of omv-extras installed. Then run omv-firstaid again.

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

    • Official Post

    I would try point 2.

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • ok I test with port 80 under point 2 but now I get the error:


    ERROR: Failed to connect /var/lib/openmediavault/engined.sock: [Errno 2] No such file or directory


    • Official Post

    What is the output of: sudo omv-engined -df

    What did you do to get your system in this state?

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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
    s:~# df -h
    Dateisystem             Größe Benutzt Verf. Verw% Eingehängt auf
    udev                     7,7G       0  7,7G    0% /dev
    tmpfs                    1,6G    154M  1,4G   10% /run
    /dev/sde1                 43G     24G   18G   57% /
    tmpfs                    7,7G       0  7,7G    0% /dev/shm
    tmpfs                    5,0M       0  5,0M    0% /run/lock
    tmpfs                    7,7G       0  7,7G    0% /sys/fs/cgroup
    tmpfs                    7,7G    104K  7,7G    1% /tmp
    /dev/mapper/Stube-Media  5,1T    1,6T  3,5T   32% /srv/dev-disk-by-label-med
    • Official Post

    What is the output of: df -i

    Have you tried rebooting?

    Still curious what you did to put the system in this state.

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • at first I had the problem with the webgui and the root partition was full.

    We had looked in the logfiles and they were to big (/var/log)

    I had deleted manually the files mail.warn and mail.err

    I think I have not really configure the mailsystem in OMV for the errors.

  • Code
    ~# df -i
    Dateisystem                Inodes IBenutzt     IFrei IUse% Eingehängt auf
    udev                      2002741      476   2002265    1% /dev
    tmpfs                     2008968      789   2008179    1% /run
    /dev/sde1                 2883584  2883584         0  100% /
    tmpfs                     2008968        1   2008967    1% /dev/shm
    tmpfs                     2008968        3   2008965    1% /run/lock
    tmpfs                     2008968       18   2008950    1% /sys/fs/cgroup
    tmpfs                     2008968       10   2008958    1% /tmp
    /dev/mapper/Stube-Media 169472000     9313 169462687    1% /srv/dev-disk-by-label-med

    yes I reboot the system

    in the past I did also a logrotate -f /etc/logrotate.conf


    should I reboot after the firstaid?

    Code
    also I have now this:
    Code
    ~# netstat -anpt
    Aktive Internetverbindungen (Server und stehende Verbindungen)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      977/master
    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1/init
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      635/sshd
    tcp        0    212 192.168.178.40:22       192.168.178.26:60348    VERBUNDEN   17821/sshd: root@pt
    tcp6       0      0 :::111                  :::*                    LISTEN      1/init
    tcp6       0      0 :::22                   :::*                    LISTEN      635/sshd
    • Official Post

    should I reboot after the firstaid?

    yes. it is easier than restarting a bunch of services. If your filesystem was filled and you deleted files, the handle on that file may not be released yet and rebooting would fix that.

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • ok, I restart and try firstaid again but is the same problem

    ERROR: Failed to connect /var/lib/openmediavault/engined.sock: [Errno 2] No such file or directory

  • this is now after reboot:

    Code
    ~# df -i
    Dateisystem                Inodes IBenutzt     IFrei IUse% Eingehängt auf
    udev                      2002741      470   2002271    1% /dev
    tmpfs                     2008968      782   2008186    1% /run
    /dev/sde1                 2883584  2883584         0  100% /
    tmpfs                     2008968        1   2008967    1% /dev/shm
    tmpfs                     2008968        3   2008965    1% /run/lock
    tmpfs                     2008968       18   2008950    1% /sys/fs/cgroup
    tmpfs                     2008968        7   2008961    1% /tmp
    /dev/mapper/Stube-Media 169472000     9313 169462687    1% /srv/dev-disk-by-label-med
    Code
    :~# netstat -anpt
    Aktive Internetverbindungen (Server und stehende Verbindungen)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      643/sshd
    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      956/master
    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1/init
    tcp        0    212 192.168.178.40:22       192.168.178.26:61002    VERBUNDEN   1075/sshd: root@pts
    tcp6       0      0 :::22                   :::*                    LISTEN      643/sshd
    tcp6       0      0 :::111                  :::*                    LISTEN      1/init

    or what do you mean with inodes?

    • Official Post

    maybe this

    Yep, all you can do in this situation is delete files.

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • ok, so I have to locate the files with command behind the link

    Code
    $ for i in /*; do echo $i; find $i |wc -l; done

    or can we say, these are the logfiles in the log-folder and I have to delete all mail.err; mail.info; auth.log and messages?

  • How should I decide, whiche files have no content?

    I see only this list:

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!