Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 11-03-2006, 12:33 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Well with those ports open the question becomes, do you want to run your own instance of apache as well as zimbra? If you want to run your own apache then you need to change the ports zimbra uses, if you don't want to run your own then disable the apache running on your system and do the zimbra install again.
__________________
Regards


Bill
Reply With Quote
  #12 (permalink)  
Old 11-03-2006, 05:13 AM
Active Member
 
Posts: 28
Unhappy

thanks phoenix.

Quote:
Originally Posted by phoenix
if you don't want to run your own then disable the apache running on your system and do the zimbra install again.

in my system there is no apache running, i restarted my system and then tried to install zimbra, eventhought i get the same port conflict errors. previously i installed zimbra, and at that time i used the following to stop sendmail and iptables as :

/etc/init.d/sendmail stop
and
/sbin/service iptables stop

this time also i made the same things, but i cant resolve these once.
waiting for ur reply,
thanks
jamesjr
Reply With Quote
  #13 (permalink)  
Old 11-03-2006, 05:42 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

If zimbra is finding a port conflict then you have some service running on that port. You could try removing zimbra from the system by running './install.sh -u' that will completely remove all of the /opt/zimbar directory. Then check for any runnimng zimbra services and kill them. When you've done that see if there's anything running on the ports that you have a conflict with ie 'telnet yourserver 443' - see what that shows.
__________________
Regards


Bill
Reply With Quote
  #14 (permalink)  
Old 11-03-2006, 08:30 AM
Active Member
 
Posts: 28
Unhappy

thanks phoenix

Quote:
Originally Posted by phoenix
You could try removing zimbra from the system by running './install.sh -u' that will completely remove all of the /opt/zimbar directory.
i uninstalled zimbra using ./install.sh -u

Quote:
Originally Posted by phoenix
Then check for any runnimng zimbra services and kill them.
i found that non of the zimbra services are running :

[root@zmail ~]# ps
PID TTY TIME CMD
8447 pts/3 00:00:00 su
8451 pts/3 00:00:00 bash
20217 pts/3 00:00:00 ps
[root@zmail ~]#

Quote:
Originally Posted by phoenix
When you've done that see if there's anything running on the ports that you have a conflict with ie 'telnet yourserver 443' - see what that shows.
for this i got the following result. i think the ports are not in use
[root@zmail ~]# telnet zmail.no-ip.info 80
Trying xx.xx.xx.xx..
Connected to zmail.no-ip.info (xx.xx.xx.xx).
Escape character is '^]'.
Connection closed by foreign host.

[root@zmail ~]# telnet zmail.no-ip.info 443
Trying xx.xx.xx.xx...
Connected to zmail.no-ip.info (xx.xx.xx.xx).
Escape character is '^]'.
Connection closed by foreign host.

then i checked for this
[root@zmail ~]# netstat -na
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:38644 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:5335 0.0.0.0:* LISTEN
tcp 0 0 :::80 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 :::443 :::* LISTEN
udp 0 0 0.0.0.0:32768 0.0.0.0:*
udp 0 0 0.0.0.0:694 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*

i still unable to find the solution, plz reply me soon.
thanks
jamesjr
Reply With Quote
  #15 (permalink)  
Old 11-03-2006, 08:50 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

If you've removed zimbra and this happens:

Code:
tcp 0 0 :::80 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 :::443 :::* LISTEN
Then there is a web server listening on that port.

This:

Code:
[root@zmail ~]# telnet zmail.no-ip.info 443
Trying xx.xx.xx.xx...
Connected to zmail.no-ip.info (xx.xx.xx.xx).
Escape character is '^]'.
Connection closed by foreign host.
also means that something is listening on that port but it can't make a connection. That could be a firewall or SElinux, for instance. Have you had a look at your package installation and seen if Apache is installed? Have you also checked to see if it's running? You could try 'lsof -l | grep apache'
__________________
Regards


Bill
Reply With Quote
  #16 (permalink)  
Old 11-03-2006, 08:55 AM
Active Member
 
Posts: 28
Unhappy

thanks phoenix

Quote:
Originally Posted by phoenix
You could try 'lsof -l | grep apache'
i tryed this command and i didnt get anything running :

[root@zmail ~]# lsof -l | grep apache
[root@zmail ~]# lsof -l | grep apache
[root@zmail ~]#

thanks
jamesjr
Reply With Quote
  #17 (permalink)  
Old 11-03-2006, 09:06 PM
Active Member
 
Posts: 28
Unhappy

fot me the installation is not completed yet, suggest me some way.
waiting for ur reply.
thanks
jamesjr
Reply With Quote
  #18 (permalink)  
Old 11-03-2006, 11:42 PM
Moderator
 
Posts: 2,207
Default

Could you do a "ps aux" and post the full answer to this command ?

This would help us in finding "what" is listening on the different ports.
Reply With Quote
  #19 (permalink)  
Old 11-04-2006, 12:08 AM
Active Member
 
Posts: 28
Unhappy

thanks klug

Quote:
Originally Posted by Klug
Could you do a "ps aux" and post the full answer to this command ?
Code:
[root@zmail ~]# ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0   1740   576 ?        Ss   09:24   0:01 init [5]
root         2  0.0  0.0      0     0 ?        SN   09:24   0:00 [ksoftirqd/0]
root         3  0.0  0.0      0     0 ?        S    09:24   0:00 [watchdog/0]
root         4  0.0  0.0      0     0 ?        S<   09:24   0:00 [events/0]
root         5  0.0  0.0      0     0 ?        S<   09:24   0:00 [khelper]
root         6  0.0  0.0      0     0 ?        S<   09:24   0:00 [kthread]
root        10  0.0  0.0      0     0 ?        S<   09:24   0:00 [kblockd/0]
root        11  0.0  0.0      0     0 ?        S<   09:24   0:00 [kacpid]
root       261  0.0  0.0      0     0 ?        S<   09:24   0:00 [khubd]
root       265  0.0  0.0      0     0 ?        S<   09:24   0:00 [kseriod]
root       326  0.0  0.0      0     0 ?        S    09:24   0:00 [kswapd0]
root       327  0.0  0.0      0     0 ?        S<   09:24   0:00 [aio/0]
root       486  0.0  0.0      0     0 ?        S<   09:24   0:00 [kpsmoused]
root       501  0.0  0.0      0     0 ?        S<   09:24   0:00 [kjournald]
root       703  0.0  0.0   1648   428 ?        S 
this is the result, wating for ur suggestions. if any unwanted things are running on some ports plz send me the commands also that can stop/remove them,
waiting for ur reply,

thanks
jamesjr

Last edited by phoenix; 11-04-2006 at 12:42 AM..
Reply With Quote
  #20 (permalink)  
Old 11-04-2006, 12:09 AM
Active Member
 
Posts: 28
Unhappy

sorry, i posted properly but it got like that, sorry for that
jamesjr
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.