No webgui after installation plex

  • I just installed the plex media server, and set it up a little bit.
    But now the OMV webgui isnt anymore there, I get a login, after that, blank page.


    Shares are working also plex and sabnzbd. Reboot does not help.
    I can also connect with ssh.


    What to do now?

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

  • please anyone?
    Its really annoing, I just love OMV

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

  • nginx is running
    apache2 NOT running


    edit


    this is the code after login


    HTML
    <!DOCTYPE html><html>	<head>		<title>OpenMediaVault web administration interface - omv.WORKGROUP</title>		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>		<meta name="ROBOTS" content="NOINDEX, NOFOLLOW"/>		<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">		<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>		<link rel="stylesheet" type="text/css" href="/extjs/resources/css/ext-all.css"/>		<link rel="stylesheet" type="text/css" href="/extjs/resources/css/ext-all-gray.css"/>		<link rel="stylesheet" type="text/css" href="css/omv.css"/>		<script type="application/javascript" src="/extjs/ext-all.js"></script>		<script type="application/javascript" src="js/omv/util/i18n.js"></script>		<script type="application/javascript" src="js/omv/util/i18nDict.js"></script>		<script type="application/javascript" src="js/ext-overrides.js"></script>		<script type="application/javascript" src="js/js-overrides.js"></script>		<script type="application/javascript" src="js/omv/globals.js"></script>	</head>	<body id='workspace-page'>		<script type="application/javascript">			// Global defines			OMV.UUID_UNDEFINED = 'undefined'; OMV.ROLE_ADMINISTRATOR = 1; OMV.HTTPREQUEST_TIMEOUT = 60000; OMV.PRODUCT_NAME = 'OpenMediaVault'; OMV.PRODUCT_URL = 'http://www.openmediavault.org'; OMV.PRODUCT_COPYRIGHT = 'Copyright (C) 2009-2015 by Volker Theile. All rights reserved.'; OMV.PRODUCT_PACKAGENAME = 'openmediavault';			// RPC error codes			OMV.E_SESSION_NOT_AUTHENTICATED = 5000; OMV.E_SESSION_TIMEOUT = 5001;OMV.E_ENGINED_CONNECT_SOCKET = 7001			// Request user confirmation before leaving page.			OMV.confirmPageUnload = true;			window.onbeforeunload = function() {				if(true === OMV.confirmPageUnload) {					OMV.confirmPageUnload = false;					return _("Do you really want to leave the page?");				}			};			// Initialize default session data.			Ext.apply(OMV.SessionManager, {				username: "admin",				role: "1"			});			Ext.QuickTips.init();			Ext.state.Manager.setProvider(new Ext.state.CookieProvider({				expires: new Date(new Date().getTime() + (1000*60*60*24*365))			}));			Ext.onReady(function() {				OMV.viewport = Ext.create("OMV.workspace.Workspace");			});		</script></body></html>

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

    2 Mal editiert, zuletzt von DaWauZ ()

  • I tried to start apache2 and get this:


    Code
    root@omv:~# service apach2 start
    apach2: unrecognized service
    root@omv:~# service apache2 start
    Starting web server: apache2[Mon Apr 20 21:24:41 2015] [warn] NameVirtualHost *:80 has no VirtualHosts
    (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    Action 'start' failed.
    The Apache error log may have more information.
     failed!

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

  • ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

  • Do I have to remove that, its asking for after that command

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

  • done that, but its still white after login


    I do think its because of plex, Is that possible?
    as I said, I can view plex and sabnzd, I have sabnzb on port 85 and plex 32400 (default)

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

  • it reallyh stays white, even after clearing cookies and cache.

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

  • Uninstall OMV Extras. See if you get normal web gui again. Then install OMV Extras again.


    apt-get --purge remove openmediavault-omvextrasorg


    Then reinstall:


    apt-get install openmediavault-omvextrasorg

  • How should I do that via ssh?
    And are my plugings gone then?

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

  • OK but whats the command?

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

  • It stil stays white. I have rebooted the nas also, but still white.

    ---------------------------------------------
    My HP T610 thin client NAS
    ---------------------------------------------
    ---------------------------------------------
    My Thin Client single drive NAS build
    ---------------------------------------------
    -----------------------------------------------------
    I'm from the Netherlands, excuse me for bad english
    -----------------------------------------------------------------

Jetzt mitmachen!

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