First of all,please excuse me for my bad English
I have a problem with 5.6.16-1
A few days ago, my hard disk was full due to the docker problem, so when I wanted to reset the path of docker, I found that my webgui could not be used.
I can use omv-firstaid to change the port of WebGUI from 80 to 81 and it will work normally, but as long as it is changed back to 80, it will not work, and 443 does not work too.
When I change WebGUI to 81port:
netstat -tulpn | grep 80
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 8796/docker-proxy
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 15014/docker-proxy
tcp6 0 0 :::8080 :::* LISTEN 8803/docker-proxy
tcp6 0 0 :::8000 :::* LISTEN 15022/docker-proxy
netstat -tulpen | grep 443
tcp6 0 0 :::443 :::* LISTEN 14986/nginx: master
ps aux| grep apache2
www-data 1974 0.0 2.2 335600 86612 ? S 17:35 0:02 apache2 -DFOREGROUND
www-data 1981 0.0 2.3 333372 92572 ? S 17:35 0:02 apache2 -DFOREGROUND
www-data 1985 0.0 2.1 257516 84516 ? S 17:35 0:02 apache2 -DFOREGROUND
www-data 2321 0.0 1.8 252528 70860 ? S 17:43 0:01 apache2 -DFOREGROUND
www-data 2324 0.0 2.0 327140 79492 ? S 17:43 0:02 apache2 -DFOREGROUND
root 8929 0.0 0.1 236504 7620 ? Ss 02:50 0:05 apache2 -DFOREGROUND
www-data 15192 0.0 0.2 236676 7968 ? S 18:25 0:00 apache2 -DFOREGROUND
www-data 15193 0.1 1.8 248456 72104 ? S 18:25 0:00 apache2 -DFOREGROUND
www-data 15321 0.2 2.0 258636 81088 ? D 18:25 0:00 apache2 -DFOREGROUND
www-data 15337 0.1 1.8 248244 71188 ? S 18:26 0:00 apache2 -DFOREGROUND
www-data 15338 0.0 0.2 236676 7884 ? S 18:26 0:00 apache2 -DFOREGROUND
root 16569 0.0 0.0 6224 892 pts/0 S+ 18:32 0:00 grep apache2
When I change WebGUI to 80port:
netstat -tulpen | grep 80
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 0 232565 8796/docker-proxy
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 0 246694 15014/docker-proxy
tcp6 0 0 fe80::42:79ff:fe72:5357 :::* LISTEN 64757 248381 13819/python3
tcp6 0 0 fe80::c3f:1cff:fe5:5357 :::* LISTEN 64757 248372 13819/python3
tcp6 0 0 fe80::e006:7cff:fe:5357 :::* LISTEN 64757 232186 13819/python3
tcp6 0 0 fe80::64a9:8cff:fe:5357 :::* LISTEN 64757 231297 13819/python3
tcp6 0 0 fe80::d026:82ff:fe:5357 :::* LISTEN 64757 232177 13819/python3
tcp6 0 0 fe80::42:fff:fe6d::5357 :::* LISTEN 64757 211389 13819/python3
tcp6 0 0 fe80::42:37ff:fe33:5357 :::* LISTEN 64757 210563 13819/python3
tcp6 0 0 fe80::42:73ff:fe6c:5357 :::* LISTEN 64757 208801 13819/python3
tcp6 0 0 fe80::1290:28ff:fe:5357 :::* LISTEN 64757 54693 13819/python3
tcp6 0 0 :::80 :::* LISTEN 0 1023978 20220/nginx: master
tcp6 0 0 :::8080 :::* LISTEN 0 232570 8803/docker-proxy
tcp6 0 0 :::8000 :::* LISTEN 0 249344 15022/docker-proxy
udp 0 0 172.17.0.1:3702 0.0.0.0:* 64757 54680 13819/python3
udp 0 0 192.168.1.200:138 0.0.0.0:* 0 20380 742/nmbd
udp6 0 0 fe80::42:79ff:fe72:3702 :::* 64757 248377 13819/python3
udp6 0 0 fe80::c3f:1cff:fe5:3702 :::* 64757 248368 13819/python3
udp6 0 0 fe80::e006:7cff:fe:3702 :::* 64757 232182 13819/python3
udp6 0 0 ff02::c:3702 :::* 64757 232180 13819/python3
udp6 0 0 fe80::64a9:8cff:fe:3702 :::* 64757 231293 13819/python3
udp6 0 0 fe80::d026:82ff:fe:3702 :::* 64757 232173 13819/python3
udp6 0 0 fe80::42:fff:fe6d::3702 :::* 64757 211385 13819/python3
udp6 0 0 fe80::42:37ff:fe33:3702 :::* 64757 210559 13819/python3
udp6 0 0 fe80::42:73ff:fe6c:3702 :::* 64757 208797 13819/python3
udp6 0 0 fe80::1290:28ff:fe:3702 :::* 64757 54689 13819/python3
netstat -tulpen | grep 443
tcp6 0 0 :::443 :::* LISTEN 0 1023979 20220/nginx: master
curl http://localhost:80
<!DOCTYPE html>
<html>
<head>
<title>openmediavault control panel - nononas.lan</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" href="favicon_180x180.png">
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml">
<link rel='stylesheet' type='text/css' media='all' href='extjs6/classic/theme-triton/resources/theme-triton-all.css'/>
<link rel='stylesheet' type='text/css' media='all' href='css/theme-all.min.css'/>
<link rel='stylesheet' type='text/css' media='all' href='css/theme-triton.min.css'/>
<link rel='stylesheet' type='text/css' media='all' href='css/materialdesignicons.min.css'/>
<script type='application/javascript' src='extjs6/ext-all.js'></script>
<script type='application/javascript' src='extjs6/classic/theme-triton/theme-triton.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/md5.min.js'></script>
<script type='application/javascript' src='js/omv/globals.js'></script>
<script type='application/javascript' src='js/omv/form/field/LanguageComboBox.js'></script>
<script type='application/javascript' src='js/omv/form/field/Password.js'></script>
<script type='application/javascript' src='js/omv/form/Panel.js'></script>
<script type='application/javascript' src='js/omv/util/Format.js'></script>
<script type='application/javascript' src='js/omv/window/MessageBox.js'></script>
<script type='application/javascript' src='js/omv/window/Window.js'></script>
<script type='application/javascript' src='js/omv/Rpc.js'></script>
<script type='application/javascript' src='js/omv/window/Login.js'></script>
</head>
<body class='login-page'>
<script type="application/javascript">
// Global defines
OMV.UUID_UNDEFINED = 'fa4b1c66-ef79-11e5-87a0-0002b3a176b4'; OMV.ROLE_ADMINISTRATOR = 1; OMV.HTTPREQUEST_TIMEOUT = 60000; OMV.PRODUCT_NAME = 'openmediavault'; OMV.PRODUCT_URL = 'https://www.openmediavault.org'; OMV.PRODUCT_COPYRIGHT = 'Copyright (C) 2009-2021 by Volker Theile. All rights reserved.'; OMV.PRODUCT_PACKAGENAME = 'openmediavault';
</script>
<a title='openmediavault' href='https://www.openmediavault.org' target='_blank'><div class="product-logo"></div></a>
<script type="application/javascript">
Ext.onReady(function() {
Ext.tip.QuickTipManager.init(true, {
dismissDelay: 0
});
Ext.create("OMV.window.Login", {
listeners: {
login: function(wnd, response) {
// Close the window now.
wnd.close();
// Display loading progress dialog. This will
// be displayed until the web administration
// interface is loaded and rendered.
Ext.getBody().mask(
_("Loading, please wait ..."));
// Reload page to render the web
// administration interface.
document.location.reload(true);
}
}
}).show();
});
</script>
</body>
I observed that port 80 is in tcp6 but I am not sure if this problem is caused, but I don't know where to solve these problems.
Please assist me with this issue. Thanks a lot.