#1065 ipa-dns-install failure
Closed: Fixed None Opened 13 years ago by mkosek.

ipa-dns-install always fails with the following error:

$ sudo ipa-dns-install

The log file for this installation can be found in /var/log/ipaserver-install.log
==============================================================================
This program will setup DNS for the FreeIPA Server.

This includes:
  * Configure DNS (bind)

To accept the default shown in brackets, press the Enter key.

Existing BIND configuration detected, overwrite? [no]: yes
Do you want to configure DNS forwarders? [yes]: 
Enter the IP address of DNS forwarder to use, or press Enter to finish.
Enter IP address for a DNS forwarder: 10.16.255.2
DNS forwarder 10.16.255.2 added
Enter IP address for a DNS forwarder:

The following operations may take some minutes to complete.
Please wait until the prompt is returned.

Unexpected error - see ipaserver-install.log for details:
 IPAdmin has no attribute 'do_sasl_gssapi_bind_'

LOG file:

2011-03-08 12:14:43,162 DEBUG Could not connect to the Directory Server on vm-029.idm.lab.bos.redhat.com: IPAdmin has no attribute 'do_sasl_gssapi_bind_'
2011-03-08 12:14:43,170 DEBUG IPAdmin has no attribute 'do_sasl_gssapi_bind_'
  File "/usr/sbin/ipa-dns-install", line 207, in <module>
    sys.exit(main())

  File "/usr/sbin/ipa-dns-install", line 164, in main
    bind.ldap_connect()

  File "/usr/lib/python2.7/site-packages/ipaserver/install/service.py", line 117, in ldap_connect
    self.admin_conn = self.__get_conn(self.fqdn, self.dm_password)

  File "/usr/lib/python2.7/site-packages/ipaserver/install/service.py", line 304, in __get_conn
    raise e

2011-03-08 12:20:59,327 DEBUG /usr/sbin/ipa-dns-install was invoked with options: {'no_forwarders': False, 'zonemgr': None, 'unattended': False, 'no_reverse': False, 'forwarders': None, 'debug': False, 'ip_address': None}

Metadata Update from @mkosek:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 2.0.3 RC3 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata