IT WORKS! Well... or rather it doesn't - WebGUI not working

  • Pic related. Just installed owncloud, and I was getting "an error has occured" very often, so I rebooted. After reboot, I had some other error so I tried clearing cookies and... this is what I'm getting now. Tried rebooting, no effect.


    Should I share logs via pastebin? If so, how can I do this(directory pls)?


    Well... I guess I'll copy files to PC HDD and reinstall the whole thing yet again...


    https://dl.dropboxusercontent.…/internety/omvitworks.png
    [update]
    I'd like to make my post more clear.
    If it can be solved easily, I'd rather not reinstall ;)
    If anyone's interested in logs, just tell me their directory so I can scp them.


    Samba, Transmission and SSH are working fine. Gonna reinstall tomorrow if noone responds.

    • Offizieller Beitrag

    If you upgraded from 0.5, try this

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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!

  • I am not sure if I am getting the same error, anyways I upgraded from 0.4.38 and I don't even know which version I am on now. But when I log in to webgui I get the following code and now sure what to do now. ?(


    Error #0:exception 'Exception' with message 'Failed to open file 'js/omv/NavigationPanel.js'' in /usr/share/php/openmediavault/htmlpage.inc:46Stack trace:#0 /usr/share/php/openmediavault/htmlpage.inc(72): OMVHtmlPageAbstract->scanFiles('js/omv/Navigati...', Array)#1 /usr/share/php/openmediavault/htmlpage.inc(91): OMVHtmlPageAbstract->scanFiles('js/omv/module/a...', Array)#2 /usr/share/php/openmediavault/htmlpage.inc(262): OMVHtmlPageAbstract->scanDir('js/omv/module/a...', Array, true)#3 /usr/share/php/openmediavault/htmlpage.inc(162): OMVWebGui->getJavascriptIncludes()#4 /var/www/openmediavault/index.php(36): OMVHtmlPageAbstract->render()#5 {main}

    • Offizieller Beitrag

    You still have old plugins installed. What is the output of: dpkg -l | grep openmediavault

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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!

  • Hi ryecoarron,


    Sorry for the late reply, had a work related emergency.


    the output is:


    root@openmediavault:~# dpkg -l | grep openmediavault ii openmediavault 1.8 all Open network attached storage solution
    ii openmediavault-clamav 1.2 all OpenMediaVault ClamAV plugin
    rc openmediavault-cups 0.4~1.gbpe1e4ba all OpenMediaVault CUPS (network printer server) plugin
    ii openmediavault-dnsmasq 0.4.4~3.gbpd4bbf8 all OpenMediaVault dnsmasq (local DNS and DHCP server) plugin
    ii openmediavault-forkeddaapd 1.1 all OpenMediaVault forked-daapd (DAAP server) plugin
    ii openmediavault-keyring 0.3 all GnuPG archive keys of the OpenMediaVault archive
    ii openmediavault-processlist 0.4~1.gbp0620b0 all OpenMediaVault process list panel
    ii openmediavault-route 1.2 all OpenMediaVault IP routing table plugin

  • I just updated everything via webGUI and got a "bad request" error after reboot. After clearing cookies, I get the apache "IT WORKS" again.
    Gonna try same solution as earlier.
    [update]
    1. ssh'd and ran apt-get update && apt-get upgrade
    2. shutdown -r and see if anything changed (nope)
    then ran:


    results: Nothing changed. still getting "IT WORKS!" :/ What can I do?

  • Apache should not be running. You did something that enabled it. To disable it do this:


    update-rc.d -f apache2 remove


    service nginx restart


    If that does not work give me output of this command:


    dpkg -l | grep openmediavault

  • I have no idea why, but it began to work again today. o.o Some cron or something?
    I'd paste syslogs, but I can't find anything older than today morning.
    Big thanks for patience and support anyway ;3

  • Hi everyone,
    same problem here: after updating from OMV1.10 to OMV1.11 webGUI isn´t accessible any more


    Code
    It works!
    
    
    This is the default web page for this server.
    
    
    The web server software is running but no content has been added, yet.


    SSH, SMB/CIFS works fine. I removed all plugins via "apt-get --purge remove" and reinstalled OMV Extras (instructions above). "dpkg -l | grep openmediavault" only shows


    Code
    ii  openmediavault                        1.11                          all          Open network attached storage solution
    ii  openmediavault-omvextrasorg           1.10                          all          OMV-Extras.org Package Repositories for OpenMediaVault


    any suggestions?


    cheers



    al


    EDIT:


    according to this thread i also removed apache and started nginx.....same problem as stated there:


    Code
    Starting nginx: nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
    nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
    nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
    nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
    nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
    nginx: [emerg] still could not bind()
    nginx.


    EDIT 2:


    Okay, changing the webGUI-port to 81 via "omv-firstaid" did the trick....but what is blocking port 80? Is there a way to find out?

  • Hi tekkb


    that´s truly weird:


    Code
    root@NAS:~# netstat -tulpn | grep :80
    root@NAS:~# netstat -tulpn | grep :81
    tcp6       0      0 :::81                   :::*                    LISTEN      2499/nginx


    When i set the port back to 8 (via omv-firstaid), the result ist this:


    Code
    root@NAS:~# netstat -tulpn | grep :80
    tcp6       0      0 :::80                   :::*                    LISTEN      9884/nginx
    root@NAS:~# netstat -tulpn | grep :81


    No result on port 81........but the known problem......i´m kind of perplexed :/ .


    cheers


    al

  • Same problem here: "It works!" (my a** it does), but followed the procedures on this thread and all well again. Thanks to all who helped here, you sorted me out too!

  • [SOLVED]
    IDK why, but something re-enabled apache2 (so I was getting "it works" again), and here's some source. I haven't used webgui for quite some time before this happened today... I don't think I have automatic updates enabled, but I might have run updates last time I used webgui.


    (a restart after the above helped)

Jetzt mitmachen!

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