Hello, I installed BM yesterday over a fresh Ubuntu SErver 12.04 LTS, installation appeared to go fine, the problem I have is on the postinstall, I try to connect to the server through https://glpsa02.palmas.com.py/setup/ to complete setup, but I get the message “This page can’t be displayed”. In fact, seems like port 443 has no process listening, I checked with netstat -putan | grep 443.
Your help is much appreciated.
Which process is listening ?
# lsof -i -n -P | grep 443
None.
No process is listening on 443 nor 80. There is dovecot listening on 110, 995, 143 and 993; master on 25; cyrmaster on 119; postgres on localhost:5432, java on several ports, and other processes like bind and smb
Regards, Jose
Can you send us log of command:
# /etc/init.d/nginx restart
root@glpsa02:~# /etc/init.d/nginx restart
Restarting nginx: nginx: [emerg] bind() to 0.0.0.0:143 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:993 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:110 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:995 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:143 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:993 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:110 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:995 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:143 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:993 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:110 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:995 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:143 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:993 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:110 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:995 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:143 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:993 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:110 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:995 failed (98: Address already in use)
nginx: [emerg] still could not bind()
nginx.
root@glpsa02:~#
/etc/init.d/cyrus-imapd stop
does not give any message.
/etc/init.d/nginx start
gives the same output as before.
There is No process listening on 80 nor 443
Ngins refuse to start because of port 110, 143, 993 and 995 are already used.
Which is the result of commande:
lsof -i -n -P | grep 143
root@glpsa02:~# lsof -i -n -P | grep 143
dovecot 1010 root 24u IPv4 9671 0t0 TCP *:143 (LISTEN)
dovecot 1010 root 25u IPv6 9672 0t0 TCP *:143 (LISTEN)
you are right, dovecot is listening on 143, should I uninstall dovecot and cyrus packages?
regards
It’s very strange that dovecot was installed…
Do you follow this steps and check prerequisites ?
Yes I did, but in the prerequisites is not specified what is the basic installation needed (it only states “fresh linux installation”) should or shall not be installed, like dovecot and cyrus in my case.
Nothing else, except basic system. Blue Mind install will do all for you
Thank you for the help, now I’ll test it