-
Failed (2)
I have run into some problems installing on debian. I am at the point where the zmsetup is running and have the following output. Please advise on how to get this to complete!
keitaro:/opt/zimbra/libexec# ./zmsetup.pl
Operations logged to /tmp/zmsetup.log.6055
Setting defaults...No results returned for A lookup of keitaro.ruhmaus.local
Checked nameservers:
192.168.0.1
DNS ERROR resolving keitaro.ruhmaus.local
It is suggested that the hostname be resolveable via DNS
Change hostname [Yes] no
DNS ERROR resolving MX for keitaro.ruhmaus.local
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] no
Done
Checking for port conflicts
Note
The previous configuration appears to have failed to complete
Attempt to complete configuration now? [yes] yes
Save configuration data to a file? [Yes] yes
Save config in file: [/opt/zimbra/config.6055]
Saving config in /opt/zimbra/config.6055...Done
The system will be modified - continue? [No] yes
Operations logged to /tmp/zmsetup.log.6055
Initializing ldap...Started slapd: pid 6425
adding new entry "cn=zimbra"
ldap_add: Already exists (68)
adding new entry "cn=admins,cn=zimbra"
ldap_add: Already exists (68)
adding new entry "uid=zimbra,cn=admins,cn=zimbra"
ldap_add: Already exists (68)
adding new entry "cn=zimlets,cn=zimbra"
ldap_add: Already exists (68)
adding new entry "cn=config,cn=zimbra"
ldap_add: Already exists (68)
adding new entry "cn=cos,cn=zimbra"
ldap_add: Already exists (68)
adding new entry "cn=servers,cn=zimbra"
ldap_add: Already exists (68)
modifying entry "cn=config,cn=zimbra"
adding new entry "cn=default,cn=cos,cn=zimbra"
ldap_add: Already exists (68)
FAILED (2)
ERROR
Configuration failed
Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
complete the configuration.
Errors have been logged to /tmp/zmsetup.log.6055
-
What does your hosts file look like? Did you follow the quick installation instructions?
I have a link in my sig.
jh
-
Host file
127.0.0.1 localhost
127.0.1.1 keitaro.ruhmaus.local keitaro
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Have looked over the document now. i believe i have done exactly as those have instructed however i figured it out the hard way. the main issue isnt with dns at the moment. it is with the error at the end that is preventing zimbra from running at all.
-
No it's not. Trust me ;)
172 addresses arn't routable. If this is an intranet server, you should change it to a
192.xxx.xxx.xxx
or
10.x.x.x
Address.
Don't forget to update your IP address as well.
Also, turn off IPv6 and make sure you have selinux stopped.
-
Also, just for kicks, post that log file. Let's see what's going on.
The ldap add issue isn't any big deal.
-
i still receive the same error after changing my hosts file to
127.0.0.1 localhost
192.168.0.6 keitaro.ruhmaus.local keitaro
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
i know the ip is correct as i am connecting to this system over ssh.
-
Is this a test server only? That DNS name is also screwy. let's see that log :)
-
/tmp/zmsetup.log.
Getting installed packages
checking isEnabled zimbra-core
Newinstall enabling all installed packages
Enabling zimbra-core
Enabling zimbra-ldap
Enabling zimbra-store
Enabling zimbra-mta
Enabling zimbra-snmp
Enabling zimbra-logger
Enabling zimbra-apache
Enabling zimbra-spell
Setting defaults...
Setting local config zimbra_java_home to /opt/zimbra/java
*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e zimbra_java_home='/opt/zimbra/java'
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
No results returned for A lookup of keitaro.ruhmaus.local
Checked nameservers:
192.168.0.1
DNS ERROR resolving keitaro.ruhmaus.local
It is suggested that the hostname be resolveable via DNS
DNS ERROR resolving MX for keitaro.ruhmaus.local
It is suggested that the domain name have an MX record configured in DNS
Done
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
checking isEnabled zimbra-spell
zimbra-spell is enabled
Checking for port conflicts
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-logger
zimbra-logger is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
Note
The previous configuration appears to have failed to complete
Saving config in /opt/zimbra/config.6055...
Done
Operations logged to /tmp/zmsetup.log.6055
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
Initializing ldap...
*** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
FAILED (2)
ERROR
Configuration failed
Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
complete the configuration.
Errors have been logged to /tmp/zmsetup.log.6055
-
Run
su - zimbra
sh -x /opt/zimbra/libexec/zmldapinit
and post that.
I'm still convinced this is probably a DNS issue. If you search the forums you'll see that Zimbra is VERY dns/hosts file reliant.
-
1 Attachment(s)
with any luck i will have this server in production for a while to give zimbra a good rest run as i have heard good things about it. I have seen a lot in relation to dns being a problem. In fact i have been on the forms for about 8 hours or so trying to figure out what the problems are. (had some probs with ldap earlier)