Web Gui - stopped working - dial tcp: lookup omv on 127.0.0.1:53: no such host

    • Offizieller Beitrag

    Sorry I don't mean to be argumentative but how do we work that out?

    This has come up previously and @votdev did explain but at present I can't find the thread but as @macom has stated the BIG GREEN button has 4.1.22 on it that makes it the current stable version.

    • Offizieller Beitrag

    I also think it is confusing, that there is "5.0.1beta" and "5.0.5" without beta.

    That is because Volker wasn't sure if that would end up being the stable release and removing beta from 5.0.5 if it was the stable release would also be confusing. There was never any doubt whether 5.0.1 was a beta.

    how do we work that out?

    https://openmediavault.readthe…o/en/latest/releases.html

    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

    and i cant even open the web gui, its just telling me "loading please wait"

    Sounds like engined isn't running. What is the output of: systemctl status openmediavault-engined

    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!

  • Argh,


    Trying 4.1.22, and there is no driver in the kernel for my Intel i219 nic :( (i.e no network card detected during install)


    Will try to install debian 10, and then omv 4 ontop of that.


    Br
    Patric

  • what debian version comes with 4.1.22 ? , is it debian 9 ?


    i guess i can install debian 9, and then install the intel nic driver, and then install omv 4.


    Br
    Patric

  • hello,


    ok i am back again :)


    i have finally had time to install debian 9.9, then install the intel e1000e driver, and then omv 4


    when i first installed, i could access the web gui, i saw that my md127 raid was resyncing, so i left it to resync over night.


    this morning, i get to the login page of the web gui, i enter my username & password, and i am back at the "loading please wait screen"


    i can login through ssh without ptoblems, i i have zero load on cpu & zero activity on my disks.


    how do i progress from here?


    Please help.


    Best Regards
    Patric


  • Hi,


    So grateful for all the help so far! , you were right @ryecoaaron , my md127 raid 5, works perfectly in my new nas pc!


    But the webgui / engined seems to crash or stop functioning , i can access the web gui for a few minutes, and then it stops responfing, i have to :


    Code
    systemctl restart openmediavault-engined

    to get it going again, it seems to happen really frequently.


    please let me know of any info you want me to provide in order to help me fix this.


    Many thanks in advanced.


    Best Regards
    Patric

    • Offizieller Beitrag

    As root:


    monit stop omv-engined
    omv-engined -df


    Then browse web interface until it crashes. The error should be on the console. Post that error.

    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!

  • Hi,


    I sat and configure my omv yesterday for probably an hour, its no longer crashing :) , so we can ignore that issue!


    However, i added another 5x disks and setup as raid 5, created a shared folder, and created an nfs share.


    however, the bind mount does not seem to work?





    md126 is the new mdraid



    its mounted in /srv/dev-disk-by-label-ssdraid5


    and i can see my files :



    Code
    root@pgnas:~# ls /srv/dev-disk-by-label-ssdraid5/
    utils  stuff  trash


    in /etc/exports :




    Code
    root@pgnas:~# cat /etc/exports 
    # This configuration file is auto-generated.
    # WARNING: Do not edit this file, your changes will be lost.
    #
    # /etc/exports: the access control list for filesystems which may be exported
    #               to NFS clients.  See exports(5).
    /export/pgnas 192.168.0.0/24(fsid=1,rw,subtree_check,insecure)
    /export/zfs 192.168.0.0/24(fsid=2,rw,subtree_check,insecure)
    # NFSv4 - pseudo filesystem root
    /export 192.168.0.0/24(ro,fsid=0,root_squash,no_subtree_check,hide)

    my fstab :




    i can see that it should bind mount to /export/zfs


    but if i do an ls /export/zfs i cannot see any files


    i have manually unmounted & mounted the /export/zfs directory, but its still blank.


    can anyone help with this?


    Br
    Patric

    • Offizieller Beitrag

    What is the output of: grep export /proc/mounts

    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!

  • hi again ryecoaaron , many thanks for helping out again!


    Code
    root@pgnas:~# grep export /proc/mounts
    /dev/md127 /export/pgnas ext4 rw,noexec,relatime,stripe=384,data=ordered,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group 0 0
    /dev/md126 /export/zfs xfs rw,noexec,relatime,attr2,discard,inode64,sunit=1024,swidth=4096,usrquota,grpquota 0 0
    • Offizieller Beitrag

    That doesn't make much sense. I would guess it is a permissions issue but you are running the commands as root. After a reboot, you still can't see any files in /export/zfs?

    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!