View previous topic :: View next topic |
Author |
Message |
thecooptoo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 27 Apr 2003 Posts: 1353 Location: UK
|
Posted: Sat Jun 24, 2006 4:54 pm Post subject: removing /stopping bincimap |
|
|
how ? Ive tried bincimap and want to revert to courier-imap
ive emerge -C bincimap but still have Code: |
Nmap finished: 1 IP address (1 host up) scanned in 0.653 seconds
grenada service # nmap localhost |grep 143
143/tcp open imap
grenada service # ps -A |grep bincimap
grenada service # |
_________________ join the optout - http://nhsconfidentiality.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
freigeist Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/18781324754498dc38ef20b.png)
Joined: 26 Jan 2004 Posts: 338 Location: Cologne, Germany
|
Posted: Sat Jun 24, 2006 7:40 pm Post subject: |
|
|
Have you stopped the daemon? Unmerging wont stop it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
thecooptoo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 27 Apr 2003 Posts: 1353 Location: UK
|
Posted: Sat Jun 24, 2006 10:28 pm Post subject: |
|
|
how do you stop the daemon ? courier-imap wont start because bincimap is still doing something
Code: |
grenada ~ # lsof |grep bincimap
multilog 10703 root cwd DIR 3,3 4096 218213 /var/log/bincimap
multilog 10703 root 3r DIR 3,3 4096 752389 /etc/bincimap/service/bincimap/log
multilog 10703 root 4r DIR 3,3 4096 218213 /var/log/bincimap
multilog 10703 root 5wW REG 3,3 0 218184 /var/log/bincimap/lock
multilog 10703 root 6w REG 3,3 42512 218215 /var/log/bincimap/current
tcpserver 10704 root cwd DIR 3,3 4096 752353 /etc/bincimap/service/bincimap
grenada ~ #
grenada ~ # /etc/init.d/bincimap stop
-bash: /etc/init.d/bincimsp: No such file or directory
grenada ~ # ps -A |grep bincimap
grenada ~ # telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
grenada ~ # /etc/init.d/courier-imapd start
* Starting courier-imapd ...
bind: Address already in use
ll_daemon_start: Resource temporarily unavailable [ !! ]
grenada ~ # |
_________________ join the optout - http://nhsconfidentiality.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
widan Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/142533236243680bda6f27b.jpg)
Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Sat Jun 24, 2006 10:28 pm Post subject: |
|
|
Run "netstat -tlnp" and look at the line for the IMAP port (143), the last item in the line will tell you which process opened the socket. You don't see a bincimap process, but it's not impossible the listening process has some other name - daemons have a tendency to change their name to reflect their status. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|