메뉴 건너뛰기

리눅스 관련 모음

본문시작

조회 수 25214 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

국산 통나무 수공예 남원제기, 남원목기

자료가 도움이 되셨다면
혼수용품제수용품 필요시
남원제기 공식 홈페이지 http://남원제기.kr
남원목기 공식 홈페이지 http://otchil.kr
에서 구매 해 주세요
정성껏 모시겠습니다.
 

dovecot을 소스 설치 후

 

#> service dovecot restart

 

Starting Dovecot Imap: Error: service(pop3-login): listen(*, 110) failed: Address already in use
Error: service(pop3-login): listen(::, 110) failed: Address already in use
Error: service(pop3-login): listen(*, 995) failed: Address already in use
Error: service(pop3-login): listen(::, 995) failed: Address already in use
Error: service(imap-login): listen(*, 143) failed: Address already in use
Error: service(imap-login): listen(::, 143) failed: Address already in use
Error: service(imap-login): listen(*, 993) failed: Address already in use
Error: service(imap-login): listen(::, 993) failed: Address already in use
Fatal: Failed to start listeners

 

위와 같은 에러를 내 품으며 실행되지 않아 개 삽질을 반나절을 했다.

구글(google)에 검색을 해 보아도 엉뚱한 얘기들만 있고 별 도움이 되질 않았다.

몇 시간을 헤매다가 저녁 식사 후 문득 이런 생각이 드는거야.

]# service dovecot restart

이 명령만 하지 말고 직접 파일에서 실행 해 보자는 생각이 들더라고 그리하여

]# //usr/locla//dovecot/sbin/dovecot reload

doveadm(root): Fatal: Dovecot is not running (read from /var/run/dovecot//master.pid)

이런 전혀 다른 메세지가 나오는거야.

순간 이것봐라....

]# ps -ef|grep dovecot

아래와 같이 dovecot 프로세서가 살아 있는거야.

즉, 어떤 이유로 서로 환경이 맞지 않아 죽지 않고 오래된 것이 살아 있었던 거야 그래서

포트 점유를 하고 있으니 재 시작이 안 되었던 거지....

 

root      8976     1  0 17:16 ?        00:00:00 /usr/local/dovecot/sbin/dovecot
dovecot   8977  8976  0 17:16 ?        00:00:00 dovecot/anvil
root      8978  8976  0 17:16 ?        00:00:00 dovecot/log
root      8980  8976  0 17:16 ?        00:00:00 dovecot/config
root     12537 12419  0 20:14 pts/1    00:00:00 grep dovecot

 

그렇다면 희망이 보이지 않은가.

이 프로세서들을 강제로 죽이고 새롭게 시작하면 될 거야!!!!라는 희망

 

]# kill -9 8976 8977 8978 8980

 

죽였으니 흥분된 마음으로 재시작 해 보자

 

]# service dovecot restart

Restarting Dovecot.
에러 없이 실행이 되었다. 짜잔~~~

 

[root@ns sbin]# ps -ef|grep dovecot
root     12555     1  0 20:15 ?        00:00:00 /usr/local/dovecot/sbin/dovecot
dovecot  12556 12555  0 20:15 ?        00:00:00 dovecot/anvil
root     12557 12555  0 20:15 ?        00:00:00 dovecot/log
root     12559 12555  0 20:15 ?        00:00:00 dovecot/config
root     12561 12419  0 20:16 pts/1    00:00:00 grep dovecot

 

   

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
29 에러해결 mc(미드나잇 커맨드) 종료시 처음 PWD로 바뀌는 문제 해결 햇빛소년 2013.06.09 17544
28 에러해결 libmysqlclient.so.16()(64bit) is needed by... 낮은 버전을 요구 할 때.. 햇빛소년 2014.02.23 4117
27 에러해결 LGU+ 결제 Mserver 설치관련 에러 사항..... secret 햇빛소년 2013.07.18 0
26 에러해결 IPV4 주소 오류 식별되지 않은 네트워크 인식 문제 햇빛소년 2015.03.08 1055
25 에러해결 httpd: undefined symbol: apr_procattr_perms_set_register 에러 해결 햇빛소년 2018.12.04 3256
24 에러해결 httpd 서비스는 chkconfig 를 지원하지 않습니다. 햇빛소년 2014.10.25 4663
23 에러해결 HTML <meta> Tag 햇빛소년 2013.12.26 11319
22 에러해결 error: wrong mysql library version or lib not found. 햇빛소년 2014.03.16 16582
21 에러해결 error on line at column Input is not proper UTF-8, indicate encoding ! 햇빛소년 2013.12.26 4628
20 에러해결 eaccelerator.c:66:23: error: php_logos.h: 그런 파일이나 디렉터리가 없습니다. 햇빛소년 2014.02.28 9609
19 에러해결 dovecot 설치 후 squirrelmail 가동하면 /.imap/INBOX, group=12(mail)) failed: Operation not permitted 햇빛소년 2013.06.30 19281
18 에러해결 configure: error: Unable to find libgd.(a|so) >= 2.1.0 anywhere under 햇빛소년 2014.03.02 4547
17 에러해결 configure: error: snmp.h not found. Check your SNMP installation. 햇빛소년 2015.12.01 907
16 에러해결 CentOS7 firewall 사용시 spamd: could not create INET socket on 127.0.0.1:783: 햇빛소년 2014.11.04 3748
15 에러해결 CentOS-7 Network 설정에 관하여.... 햇빛소년 2014.10.27 7707
14 에러해결 CentOS 7 rc.local 자동실행 boot 햇빛소년 2014.10.26 23880
13 에러해결 centos 7 : modsecurity 컴파일 설치시 iconv 찾지 못하는 에러... 햇빛소년 2014.10.18 3972
12 에러해결 bind ignoring out-of-zone data 에러에 대하여 햇빛소년 2016.05.30 1201
11 에러해결 BIND 9: "Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones" 햇빛소년 2013.06.13 19741
10 에러해결 apache2.x.x 컴파일 에러 해결 - /usr/local/lib/liblua.a: could not read symbols: Bad value secret 햇빛소년 2013.01.19 0
Board Pagination Prev 1 2 3 4 Next
/ 4