Proxy error: Address already in use
Proxy error: Address already in use, error ini muncul ketika ada 2 service yang menggunakan port yang sama. Error jelasnya seperti berikut
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | Starting proxy...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:443 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:443 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:443 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:443 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:443 failed (98: Address already in use ) nginx: [emerg] still could not bind() |
Solusi
1. Stop service zimbra dengan perintah
1 2 | su - zimbra zmcontrol stop |
2. Periksa dan matikan paksa service yang masih berjalan dengan perintah berikut, menggunakan user (root):
a. Periksa service
1 | ps ax | grep zimbra |
b. Matikan paksa service
1 | kill -9 <no pid> |
3. Matikan paksa service yang sudah menggunakan port yang sama. dalam contoh ini port 993/tcp, 110/tcp, 995/tcp, 443/tcp dan 143/tcp dengan perintah berikut:
1 2 3 4 5 | fuser -k 993/tcp fuser -k 110/tcp fuser -k 995/tcp fuser -k 443/tcp fuser -k 143/tcp |
4. Jalankan kembali service zimbra
1 2 | su - zimbra zmcontrol start |
Selesai
Selamat mencoba
Berikut layanan yang ada di saadwebid terkait zimbra
Layanan Jasa Maintenance Zimbra
Layanan Jasa Migrasi Zimbra Mail Server
VPS/Cloud Zimbra
SSL Zimbra Mail Server
SMTP Relay
Layanan Antivirus, Antispam dan Antimalware