Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 10-03-2005, 08:58 AM
kwelipatton kwelipatton is offline
Junior Member
 
Join Date: Oct 2005
Posts: 5
kwelipatton is on a distinguished road
Default Is it started or not

Morning everyone


I installed zimbra over the weekend on my clarkconnect(FC3) server at home as a test.

Everything installed with no problem no errors but once I get to the status window type zmcontrol status I get this:

Code:
[zimbra@kplinux zimbra]$ zmcontrol status
Calling GetServiceInfoRequest (kwelipatton.com)

RESPONSE: (Zimbra::Mon::serviceInfo)
        host
                ip                  24.33.70.251
                name                kwelipatton.com
In the logs it seems to have started correctly here are the logs:

Code:
Oct 3 11:06:53 kplinux suvad[2879]: Suva v1.2.9 LE BETA [685292] (i686-pc-linux-gnu; Client)
Oct 3 11:06:53 kplinux suvad[2879]: Copyright (C) 2001-2004 Point Clark Networks, Jan 17 2005 @ 21:56:44
Oct 3 11:06:53 kplinux suvad[2879]:
Oct 3 11:06:53 kplinux suvad[2879]: Started as 102/103, effectively known as 102/103.
Oct 3 11:06:58 kplinux zimbramon[2928]: 2928:info: Starting services
Oct 3 11:06:59 kplinux zimbramon[2928]: 2928:info: STARTING ldap
Oct 3 11:06:59 kplinux zimbramon[2928]: 2928:info: start service ldap
Oct 3 11:06:59 kplinux zimbramon[2928]: 2928:info: start app ldap
Oct 3 11:06:59 kplinux zimbramon[2928]: 2928:info: Starting child ldap: (20051003110659)
Oct 3 11:07:08 kplinux zimbramon[2928]: 2928:info: STARTING services
Oct 3 11:07:08 kplinux zimbramon[2928]: 2928:info: Doing startup
Oct 3 11:07:08 kplinux zimbramon[3091]: 3091:info: Zimbra Monitor startup: 3091
Oct 3 11:07:08 kplinux zimbramon[3091]: 3091:info: Process 3025 not found - removing /opt/zimbra/zimbramon/FIFO/zm.pid
Oct 3 11:07:09 kplinux zimbramon[3111]: 3111:info: Status monitor startup
Oct 3 11:07:09 kplinux zimbramon[3112]: 3112:info: Creating soap server on port 7777
It looks like everything installed correct. Once i go to the administration console https://host:7071/zimbraAdmin I get connection refused.

Any help is welcomed!
Reply With Quote
  #2 (permalink)  
Old 10-03-2005, 09:03 AM
marcmac marcmac is offline
Zimbra Employee
 
Join Date: Sep 2005
Posts: 2,068
marcmac is on a distinguished road
Default Config error

There's a disconnect here on what the server thinks is supposed to be running - it started ldap, because the ldap_host config was equal to the zimbra_server_hostname config item (both in zmlocalconfig) - but when it queried ldap for other services to start, it didn't find any.

Get the logical hostname with zmlocalconfig zimbra_server_hostname, and then get the ldap attributes for that server with zmprov gs . If you get server not found, get the list of configured servers with zmprov gas.

If there are no servers listed, check /tmp/install.log. for ldap errors.
Reply With Quote
  #3 (permalink)  
Old 10-03-2005, 09:46 AM
kwelipatton kwelipatton is offline
Junior Member
 
Join Date: Oct 2005
Posts: 5
kwelipatton is on a distinguished road
Default

When I run zmlocalconfig i get kwelipatton.com the hostname. After that I run zmprov gs and nothing returns not an error it believes im not passing the correct parameters. After that i run zmprov gas and get the error below. The install log is at the end. I noticed that the CN name is kplinux.pattonhome.lan is that a big problem?

Code:
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.AuthenticationException [LDAP: error code 49 - Invalid Credentials])
Code:
Preparing packages for installation...
zimbra-core-3.0.M1_21.FC3-20050920155949_
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException localhost:389)
Preparing packages for installation...
zimbra-ldap-3.0.M1_21.FC3-20050920155949_
Preparing packages for installation...
zimbra-mta-3.0.M1_21.FC3-20050920155949_
Preparing packages for installation...
zimbra-snmp-3.0.M1_21.FC3-20050920155949_
Preparing packages for installation...
zimbra-store-3.0.M1_21.FC3-20050920155949_
COMMAND: /opt/zimbra/libexec/zmmyinit
* Creating required directories
* Generating mysql config /opt/zimbra/conf/my.cnf
* Creating database in /opt/zimbra/db/data
* Starting mysql server
* Loading schema /opt/zimbra/db/db.sql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/zimbra/db/mysql.sock' (2)
* Loading version from /opt/zimbra/db/versions-init.sql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/zimbra/db/mysql.sock' (2)
* Setting random password for mysql root user in zimbra local config
* Setting random password for mysql zimbra user in zimbra local config
* Changing mysql root user password
 /opt/zimbra/mysql/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/opt/zimbra/db/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/opt/zimbra/db/mysql.sock' exists!
* Changing mysql zimbra user password
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/zimbra/db/mysql.sock' (2)
**** PASSWORD CHANGE FAILED
COMMAND: zmlocalconfig -e zimbra_server_hostname=kwelipatton.com
COMMAND: zmlocalconfig -e ldap_host=kwelipatton.com
COMMAND: zmlocalconfig -e ldap_port=389
COMMAND: /opt/zimbra/libexec/zmldapinit
Started slapd: pid 1577
adding new entry "cn=zimbra"

adding new entry "cn=admins,cn=zimbra"

adding new entry "uid=zimbra,cn=admins,cn=zimbra"

adding new entry "cn=config,cn=zimbra"

adding new entry "cn=object,cn=config,cn=zimbra"

adding new entry "cn=url,cn=object,cn=config,cn=zimbra"

adding new entry "cn=phone,cn=object,cn=config,cn=zimbra"

adding new entry "cn=tracking,cn=object,cn=config,cn=zimbra"

adding new entry "cn=po,cn=object,cn=config,cn=zimbra"

adding new entry "cn=cos,cn=zimbra"

adding new entry "cn=default,cn=cos,cn=zimbra"

adding new entry "cn=servers,cn=zimbra"

adding new entry "cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-12.00) International Date Line West,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-11.00) Midway Island / Samoa,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-10.00) Hawaii,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-09.00) Alaska,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-08.00) Pacific Time (US & Canada) / Tijuana,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-07.00) Arizona,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-07.00) Chihuahua / La Paz / Mazatlan,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-07.00) Mountain Time (US & Canada),cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-06.00) Central America,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-06.00) Central Time (US & Canada),cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-06.00) Guadalajara / Mexico City / Monterrey,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-06.00) Saskatchewan,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-05.00) Bogota / Lima / Quito,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-05.00) Eastern Time (US & Canada),cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-05.00) Indiana (East),cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-04.00) Atlantic Time (Canada),cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-04.00) Caracas / La Paz,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-04.00) Santiago,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-03.30) Newfoundland,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-03.00) Brasilia,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-03.00) Buenos Aires / Georgetown,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-03.00) Greenland,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-02.00) Mid-Atlantic,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-01.00) Azores,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT-01.00) Cape Verde Is.,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT) Casablanca / Monrovia,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT) Greenwich Mean Time - Dublin / Edinburgh / Lisbon / London,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+01.00) Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+01.00) Belgrade / Bratislava / Budapest / Ljubljana / Prague,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+01.00) Brussels / Copenhagen / Madrid / Paris,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+01.00) Sarajevo / Skopje / Warsaw / Zagreb,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+01.00) West Central Africa,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+02.00) Athens / Beirut / Istanbul / Minsk,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+02.00) Bucharest,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+02.00) Cairo,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+02.00) Harare / Pretoria,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+02.00) Helsinki / Kyiv / Riga / Sofia / Tallinn / Vilnius,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+02.00) Jerusalem,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+03.00) Baghdad,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+03.00) Kuwait / Riyadh,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+03.00) Moscow / St. Petersburg / Volgograd,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+03.00) Nairobi,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+03.30) Tehran,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+04.00) Abu Dhabi / Muscat,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+04.00) Baku / Tbilisi / Yerevan,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+04.30) Kabul,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+05.00) Ekaterinburg,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+05.00) Islamabad / Karachi / Tashkent,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+05.30) Chennai / Kolkata / Mumbai / New Delhi,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+05.45) Kathmandu,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+06.00) Almaty / Novosibirsk,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+06.00) Astana / Dhaka,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+06.00) Sri Jayawardenepura,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+06.30) Rangoon,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+07.00) Bangkok / Hanoi / Jakarta,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+07.00) Krasnoyarsk,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+08.00) Beijing / Chongqing / Hong Kong / Urumqi,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+08.00) Irkutsk / Ulaan Bataar,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+08.00) Kuala Lumpur / Singapore,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+08.00) Perth,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+08.00) Taipei,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+09.00) Osaka / Sapporo / Tokyo,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+09.00) Seoul,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+09.00) Yakutsk,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+09.30) Adelaide,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+09.30) Darwin,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+10.00) Brisbane,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+10.00) Canberra / Melbourne / Sydney,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+10.00) Guam / Port Moresby,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+10.00) Hobart,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+10.00) Vladivostok,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+11.00) Magadan / Solomon Is. / New Calenodia,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+12.00) Auckland / Wellington,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+12.00) Fiji / Kamchatka / Marshall Is.,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=(GMT\+13.00) Nuku'alofa,cn=timezones,cn=config,cn=zimbra"

adding new entry "cn=mime,cn=config,cn=zimbra"

adding new entry "cn=message/rfc822,cn=mime,cn=config,cn=zimbra"

adding new entry "cn=text/html,cn=mime,cn=config,cn=zimbra"

adding new entry "cn=text/plain,cn=mime,cn=config,cn=zimbra"

adding new entry "cn=all,cn=mime,cn=config,cn=zimbra"

COMMAND: zmprov cs kwelipatton.com
d2f41a99-316d-11da-956b-293b118c211f
COMMAND: zmprov cd kwelipatton.com
d47a6c90-316d-11da-90d3-ef0a94ac6d5d
COMMAND: zmprov mcf zimbraDefaultDomainName kwelipatton.com
COMMAND: zmprov ca admin@kwelipatton.com ronnie zimbraIsAdminAccount TRUE
d7688bd4-316d-11da-b557-e9ef53e85823
COMMAND: zmprov ms kwelipatton.com zimbraSmtpHostname kplinux.pattonhome.lan
COMMAND: id=`zmprov gs kwelipatton.com | grep zimbraId | awk '{print $2}'`; for i in `zmprov gc default | grep zimbraMailHostPool | sed 's/zimbraMailHostPool: //'`; do host="$host zimbraMailHostPool $i"; done; zmprov mc default $host zimbraMailHostPool $id
COMMAND: /opt/zimbra/libexec/zmmtainit kwelipatton.com
COMMAND: zmlocalconfig -e av_notify_user=notify@kwelipatton.com
COMMAND: zmlocalconfig -e av_notify_domain=kwelipatton.com
COMMAND: zmlocalconfig -e snmp_notify=1
COMMAND: zmlocalconfig -e smtp_notify=1
COMMAND: zmlocalconfig -e snmp_trap_host=kwelipatton.com
COMMAND: zmlocalconfig -e smtp_source=none
COMMAND: zmlocalconfig -e smtp_destination=none
COMMAND: zmsnmpinit
creating /opt/zimbra/conf/snmpd.conf
creating /opt/zimbra/conf/swatchrc
COMMAND: zmprov ms kwelipatton.com zimbraServiceInstalled ldap zimbraServiceInstalled mailbox zimbraServiceInstalled mta zimbraServiceInstalled antivirus zimbraServiceInstalled antispam zimbraServiceInstalled snmp
COMMAND: zmprov ms kwelipatton.com zimbraServiceEnabled ldap zimbraServiceEnabled mailbox zimbraServiceEnabled mta zimbraServiceEnabled antivirus zimbraServiceEnabled antispam zimbraServiceEnabled snmp
COMMAND: zmlocalconfig -e zimbra_services="ldap mailbox mta antivirus antispam snmp"
COMMAND: zmcreatecert
** Creating CA private key

Generating a 1024 bit RSA private key
...................................................++++++
...............................................................................++++++
writing new private key to '/opt/zimbra/ssl/ssl/ca/ca.key'
-----
** Creating CA cert

Signature ok
subject=/C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Suite/CN=kplinux.pattonhome.lan
Getting Private key
** Importing CA

Certificate was added to keystore
keytool error: java.io.FileNotFoundException: /opt/zimbra/java/jre/lib/security/cacerts (Permission denied)
** Creating keystore

** Creating server cert request

** Signing cert request

Signature ok
subject=/C=US/ST=NA/L=NA/O=Zimbra/OU=Zimbra/CN=kplinux.pattonhome.lan
Getting CA Private Key
Signature ok
subject=/C=US/ST=NA/L=NA/O=Zimbra/OU=Zimbra/CN=kplinux.pattonhome.lan
Getting Private key
COMMAND: zmcertinstall mailbox
** Importing server cert

keytool error: java.lang.Exception: Failed to establish chain from reply
COMMAND: zmtlsctl mixed
COMMAND: zmcertinstall mta /opt/zimbra/ssl/ssl/server/smtpd.crt /opt/zimbra/ssl/ssl/ca/ca.key
** Importing server cert

COMMAND: zmlocalconfig -e ssl_allow_untrusted_certs=true
COMMAND: zmcontrol startup
Calling startup (kwelipatton.com)

perl /opt/zimbra/bin/zmmon &

RESPONSE: (Zimbra::Mon::serviceInfo)
	antispam
		status              Stopped
	antivirus
		status              Stopped
	ldap
		status              Running
	mailbox
		status              Stopped
	mta
		status              Stopped
	snmp
		status              Stopped
	host
		ip                  24.33.70.251
		name                kwelipatton.com
COMMAND: zmlocalconfig -s > .localconfig.save.32430
COMMAND: zmprov gs kwelipatton.com > .zmprov.kwelipatton.com.save.32430
COMMAND: zmprov gacf kwelipatton.com > .zmprov.gacf.save.32430
Reply With Quote
  #4 (permalink)  
Old 10-03-2005, 09:55 AM
marcmac marcmac is offline
Zimbra Employee
 
Join Date: Sep 2005
Posts: 2,068
marcmac is on a distinguished road
Default errors

The kplinux.pattonhome.lan errors aren't fatal, they just mean that the generated certificate will be invalid.

It looks like ldap started ok during the install, but that mysql did not. However, the invalid credentials from zmprov gas means that the configured ldap password doesn't match the one ldap wants.

The zmprov gs command does require a hostname as an argument, but if gas is failing, then gs will fail, too.

Try shutting everything down, then resetting the ldap password:
ldap stop
mysql.server stop
zmldappasswd --root testpass
ldap start

Then try
zmprov gas
and see if that gets you past the credential errors
Reply With Quote
  #5 (permalink)  
Old 10-03-2005, 11:44 AM
kwelipatton kwelipatton is offline
Junior Member
 
Join Date: Oct 2005
Posts: 5
kwelipatton is on a distinguished road
Default

okay I followed those steps when I run "zmprov gas" I get kwelipatton.com. Then I went to run zmcontrol status it run's correctly now but when I run zmcontrol start or startup it takes a while 15 minutes or so, Then never starts the services?

Any idea's
Reply With Quote
  #6 (permalink)  
Old 10-03-2005, 11:47 AM
kwelipatton kwelipatton is offline
Junior Member
 
Join Date: Oct 2005
Posts: 5
kwelipatton is on a distinguished road
Default

This may help looks like smtp wont start or it cannot connect.
Code:
Oct 3 12:26:34 kplinux postfix/postfix-script: starting the Postfix mail system
Oct 3 12:26:34 kplinux postfix/master[28433]: daemon started -- version 2.1.5
Oct 3 13:44:47 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:45:27 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:46:48 kplinux last message repeated 2 times
Oct 3 13:48:09 kplinux last message repeated 2 times
Oct 3 13:48:49 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:48:58 kplinux zimbramon[19658]: 19658:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:49:30 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:49:33 kplinux zimbramon[20570]: 20570:info: Starting services
Oct 3 13:49:34 kplinux zimbramon[20570]: 20570:info: STARTING ldap
Oct 3 13:49:34 kplinux zimbramon[20570]: 20570:info: start service ldap
Oct 3 13:49:34 kplinux zimbramon[20570]: 20570:info: start app ldap
Oct 3 13:49:34 kplinux zimbramon[20570]: 20570:err: Can't start running app ldap
Oct 3 13:49:39 kplinux zimbramon[20570]: 20570:info: STARTING services
Oct 3 13:49:39 kplinux zimbramon[20570]: 20570:info: STARTING snmp
Oct 3 13:49:39 kplinux zimbramon[20570]: 20570:info: start service snmp
Oct 3 13:49:39 kplinux zimbramon[20570]: 20570:info: start app swatch
Oct 3 13:49:40 kplinux zimbramon[20570]: 20570:info: Starting child swatch: (20051003134940)
Oct 3 13:49:40 kplinux zimbramon[20570]: 20570:info: STARTING antivirus
Oct 3 13:49:40 kplinux zimbramon[20570]: 20570:info: start service antivirus
Oct 3 13:49:40 kplinux zimbramon[20570]: 20570:info: start app amavisd
Oct 3 13:49:41 kplinux zimbramon[20570]: 20570:info: Starting child amavisd: (20051003134941)
Oct 3 13:50:13 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:50:13 kplinux zimbramon[3111]: 3111:info: Service status change: snmp 2 0
Oct 3 13:50:56 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:51:38 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:53:03 kplinux last message repeated 2 times
Oct 3 13:53:45 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:54:21 kplinux zimbramon[20570]: 20570:info: start app clamd
Oct 3 13:54:21 kplinux zimbramon[20570]: 20570:info: Starting child clamd: (20051003135421)
Oct 3 13:54:39 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:55:20 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:56:46 kplinux last message repeated 2 times
Oct 3 13:58:10 kplinux last message repeated 2 times
Oct 3 13:58:53 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 13:59:05 kplinux zimbramon[20570]: 20570:info: start app mtaconfig
Oct 3 13:59:05 kplinux zimbramon[20570]: 20570:info: Starting child mtaconfig: (20051003135905)
Oct 3 13:59:09 kplinux zimbramon[20570]: 20570:info: STARTING antispam
Oct 3 13:59:09 kplinux zimbramon[20570]: 20570:info: start service antispam
Oct 3 13:59:09 kplinux zimbramon[20570]: 20570:info: start app amavisd
Oct 3 13:59:10 kplinux zimbramon[20570]: 20570:info: Starting child amavisd: (20051003135910)
Oct 3 13:59:38 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:00:21 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:01:54 kplinux last message repeated 2 times
Oct 3 14:03:22 kplinux last message repeated 2 times
Oct 3 14:04:04 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:04:15 kplinux zimbramon[20570]: 20570:info: start app mtaconfig
Oct 3 14:04:17 kplinux zimbramon[20570]: 20570:err: Can't start running app mtaconfig
Oct 3 14:04:17 kplinux zimbramon[20570]: 20570:info: STARTING mailbox
Oct 3 14:04:17 kplinux zimbramon[20570]: 20570:info: start service mailbox
Oct 3 14:04:17 kplinux zimbramon[20570]: 20570:info: start app mysql
Oct 3 14:04:18 kplinux zimbramon[20570]: 20570:info: Starting child mysql: (20051003140418)
Oct 3 14:04:46 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:05:29 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:07:05 kplinux last message repeated 2 times
Oct 3 14:08:30 kplinux last message repeated 2 times
Oct 3 14:08:50 kplinux zimbramon[20570]: 20570:info: start app tomcat
Oct 3 14:08:50 kplinux zimbramon[20570]: 20570:info: Starting child tomcat: (20051003140850)
Oct 3 14:08:52 kplinux zimbramon[20570]: 20570:info: STARTING mta
Oct 3 14:08:52 kplinux zimbramon[20570]: 20570:info: start service mta
Oct 3 14:08:52 kplinux zimbramon[20570]: 20570:info: start app saslauthd
Oct 3 14:08:54 kplinux zimbramon[20570]: 20570:info: Starting child saslauthd: (20051003140854)
Oct 3 14:09:19 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:10:05 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:11:37 kplinux last message repeated 2 times
Oct 3 14:13:01 kplinux last message repeated 2 times
Oct 3 14:13:44 kplinux zimbramon[3111]: 3111:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:13:59 kplinux zimbramon[20570]: 20570:info: start app mtaconfig
Oct 3 14:13:59 kplinux zimbramon[20570]: 20570:err: Can't start running app mtaconfig
Oct 3 14:13:59 kplinux zimbramon[20570]: 20570:info: start app postfix
Oct 3 14:13:59 kplinux zimbramon[20570]: 20570:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:13:59 kplinux zimbramon[20570]: 20570:info: Starting child postfix: (20051003141359)
Oct 3 14:14:16 kplinux postfix/postfix-script: warning: not owned by root: /opt/zimbra/postfix-2.2.3/conf/main.cf
Oct 3 14:14:17 kplinux postfix/postfix-script: starting the Postfix mail system
Oct 3 14:14:17 kplinux zimbramon[20570]: 20570:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused
Oct 3 14:14:17 kplinux postfix/master[20860]: daemon started -- version 2.2.3, configuration /opt/zimbra/postfix-2.2.3/conf
Oct 3 14:14:19 kplinux postfix/smtpd[20936]: initializing the server-side TLS engine
Oct 3 14:14:19 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:14:19 kplinux zimbramon[20570]: 20570:info: Doing startup
Oct 3 14:14:19 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:14:20 kplinux zimbramon[20941]: 20941:info: Zimbra Monitor startup: 20941
Oct 3 14:14:20 kplinux zimbramon[20941]: 20941:crit: zimbramon already running at pid 3091 - exiting
Oct 3 14:14:34 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:14:34 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:14:43 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:14:43 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:15:15 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:15:15 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:16:02 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:16:02 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:16:43 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:16:43 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:17:24 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:17:24 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:17:37 kplinux zimbramon[24151]: 24151:info: Starting services
Oct 3 14:17:38 kplinux zimbramon[24151]: 24151:info: STARTING ldap
Oct 3 14:17:38 kplinux zimbramon[24151]: 24151:info: start service ldap
Oct 3 14:17:38 kplinux zimbramon[24151]: 24151:info: start app ldap
Oct 3 14:17:38 kplinux zimbramon[24151]: 24151:err: Can't start running app ldap
Oct 3 14:17:43 kplinux zimbramon[24151]: 24151:info: STARTING services
Oct 3 14:17:43 kplinux zimbramon[24151]: 24151:info: STARTING snmp
Oct 3 14:17:43 kplinux zimbramon[24151]: 24151:info: start service snmp
Oct 3 14:17:43 kplinux zimbramon[24151]: 24151:info: start app swatch
Oct 3 14:17:43 kplinux zimbramon[24151]: 24151:err: Can't start running app swatch
Oct 3 14:17:43 kplinux zimbramon[24151]: 24151:info: STARTING antivirus
Oct 3 14:17:43 kplinux zimbramon[24151]: 24151:info: start service antivirus
Oct 3 14:17:43 kplinux zimbramon[24151]: 24151:info: start app amavisd
Oct 3 14:17:44 kplinux zimbramon[24151]: 24151:info: Starting child amavisd: (20051003141744)
Oct 3 14:18:09 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:18:09 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:18:52 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:18:52 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:19:43 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:19:43 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:20:25 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:20:26 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:21:11 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:21:11 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:21:52 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:21:52 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:22:34 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:22:34 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:22:38 kplinux zimbramon[24151]: 24151:info: start app clamd
Oct 3 14:22:38 kplinux zimbramon[24151]: 24151:info: Starting child clamd: (20051003142238)
Oct 3 14:23:17 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:23:17 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:24:00 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:24:00 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:24:51 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:24:51 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:25:33 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:25:33 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:26:18 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:26:18 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:27:00 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:27:00 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:27:26 kplinux zimbramon[24151]: 24151:info: start app mtaconfig
Oct 3 14:27:27 kplinux zimbramon[24151]: 24151:err: Can't start running app mtaconfig
Oct 3 14:27:27 kplinux zimbramon[24151]: 24151:info: STARTING antispam
Oct 3 14:27:27 kplinux zimbramon[24151]: 24151:info: start service antispam
Oct 3 14:27:27 kplinux zimbramon[24151]: 24151:info: start app amavisd
Oct 3 14:27:28 kplinux zimbramon[24151]: 24151:info: Starting child amavisd: (20051003142728)
Oct 3 14:27:50 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:27:50 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:28:40 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:28:40 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:29:23 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:29:23 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:30:11 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:30:11 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:30:53 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:30:53 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:31:36 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:31:36 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:32:18 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:32:18 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:32:26 kplinux zimbramon[24151]: 24151:info: start app mtaconfig
Oct 3 14:32:27 kplinux zimbramon[24151]: 24151:err: Can't start running app mtaconfig
Oct 3 14:32:27 kplinux zimbramon[24151]: 24151:info: STARTING mailbox
Oct 3 14:32:27 kplinux zimbramon[24151]: 24151:info: start service mailbox
Oct 3 14:32:27 kplinux zimbramon[24151]: 24151:info: start app mysql
Oct 3 14:32:29 kplinux zimbramon[24151]: 24151:info: Starting child mysql: (20051003143229)
Oct 3 14:33:00 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:33:00 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:33:49 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:33:49 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:34:32 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:34:32 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:35:19 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:35:19 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:36:02 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:36:02 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:36:44 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:36:44 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:37:04 kplinux zimbramon[24151]: 24151:info: start app tomcat
Oct 3 14:37:04 kplinux zimbramon[24151]: 24151:info: Starting child tomcat: (20051003143704)
Oct 3 14:37:06 kplinux zimbramon[24151]: 24151:info: STARTING mta
Oct 3 14:37:06 kplinux zimbramon[24151]: 24151:info: start service mta
Oct 3 14:37:06 kplinux zimbramon[24151]: 24151:info: start app saslauthd
Oct 3 14:37:08 kplinux zimbramon[24151]: 24151:info: Starting child saslauthd: (20051003143708)
Oct 3 14:37:35 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:37:35 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:38:18 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:38:18 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:39:09 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:39:09 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:39:51 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:39:51 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:40:33 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:40:33 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:41:15 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:41:15 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:41:58 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:41:58 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:42:04 kplinux zimbramon[24151]: 24151:info: start app mtaconfig
Oct 3 14:42:05 kplinux zimbramon[24151]: 24151:err: Can't start running app mtaconfig
Oct 3 14:42:05 kplinux zimbramon[24151]: 24151:info: start app postfix
Oct 3 14:42:05 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:42:05 kplinux zimbramon[24151]: 24151:err: Can't start running app postfix
Oct 3 14:42:05 kplinux zimbramon[24151]: 24151:info: Doing startup
Oct 3 14:42:05 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:42:05 kplinux zimbramon[25437]: 25437:info: Zimbra Monitor startup: 25437
Oct 3 14:42:05 kplinux zimbramon[25437]: 25437:crit: zimbramon already running at pid 3091 - exiting
Oct 3 14:42:18 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:42:18 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:42:44 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:42:44 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:43:25 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:43:25 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Oct 3 14:44:09 kplinux postfix/smtpd[20936]: connect from localhost.localdomain[127.0.0.1]
Oct 3 14:44:09 kplinux postfix/smtpd[20936]: disconnect from localhost.localdomain[127.0.0.1]
Reply With Quote
  #7 (permalink)  
Old 10-04-2005, 01:30 AM
KevinH KevinH is offline
Zimbra Employee
 
Join Date: Aug 2005
Location: San Mateo, CA
ZCS Version: Zimbra.latest ;)
Posts: 4,781
KevinH is on a distinguished road
Default

Do you have another process running on port 25 like sendmail?
Reply With Quote
  #8 (permalink)  
Old 10-04-2005, 06:46 AM
kwelipatton kwelipatton is offline
Junior Member
 
Join Date: Oct 2005
Posts: 5
kwelipatton is on a distinguished road
Default

postfix should I turn that off?
Reply With Quote
  #9 (permalink)  
Old 10-04-2005, 08:55 AM
KevinH KevinH is offline
Zimbra Employee
 
Join Date: Aug 2005
Location: San Mateo, CA
ZCS Version: Zimbra.latest ;)
Posts: 4,781
KevinH is on a distinguished road
Default

Is that a local version of postfix? Or the zimbra one? We ship/config our own so if it's a local copy you should stop it.
Reply With Quote
  #10 (permalink)  
Old 03-28-2006, 07:20 PM
machmud machmud is offline
Junior Member
 
Join Date: Mar 2006
Posts: 1
machmud is on a distinguished road
Default

Any update on install zimbra in clarkconnet box ?

Thx,

Machmud
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.zimbra.com/forums/installation/235-started-not.html
Posted By For Type Date
Search problem for ZCS documents - Zimbra - Forums This thread Refback 06-11-2007 11:08 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
help to get started downtheline Developers 7 11-16-2006 06:47 AM
Looking for help to compile and install ZIMBRA from the source Yinuo Developers 2 10-02-2006 08:44 AM
Tomcat Started But not displaying Zimbra Login screen AnilKumarYalla Developers 1 06-21-2006 04:45 AM
postfix not started on FC4 vpoorboy Developers 7 04-24-2006 10:46 PM
Getting started DaveyBob Administrators 4 10-07-2005 09:34 AM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0