Robert Kudyba wrote: > This is a new installation attempt. Apache was running but I commented > out #IncludeOptional conf.d/*.conf in the httpd.conf file. We also have > DNS running outside this server. Any reasons for this? Known work > around? This is what the end of the install script shows:
You disabled the IPA web framework by commenting out the includes. rob > > trying https://ourdomain/ipa/json > Forwarding 'schema' to json server 'https://ourdomain/ipa/json' > Traceback (most recent call last): > File "/usr/sbin/ipa-client-install", line 3138, in <module> > sys.exit(main()) > File "/usr/sbin/ipa-client-install", line 3119, in main > rval = install(options, env, fstore, statestore) > File "/usr/sbin/ipa-client-install", line 2828, in install > api.finalize() > File "/usr/lib/python2.7/site-packages/ipalib/plugable.py", line 707, > in finalize > self.__do_if_not_done('load_plugins') > File "/usr/lib/python2.7/site-packages/ipalib/plugable.py", line 422, > in __do_if_not_done > getattr(self, name)() > File "/usr/lib/python2.7/site-packages/ipalib/plugable.py", line 585, > in load_plugins > for package in self.packages: > File "/usr/lib/python2.7/site-packages/ipalib/__init__.py", line 919, > in packages > ipaclient.remote_plugins.get_package(self), > File > "/usr/lib/python2.7/site-packages/ipaclient/remote_plugins/__init__.py", > line 118, in get_package > plugins = schema.get_package(server_info, client) > File > "/usr/lib/python2.7/site-packages/ipaclient/remote_plugins/schema.py", > line 543, in get_package > schema = Schema(client) > File > "/usr/lib/python2.7/site-packages/ipaclient/remote_plugins/schema.py", > line 387, in __init__ > fingerprint, ttl = self._fetch(client, ignore_cache=read_failed) > File > "/usr/lib/python2.7/site-packages/ipaclient/remote_plugins/schema.py", > line 426, in _fetch > schema = client.forward(u'schema', **kwargs)['result'] > File "/usr/lib/python2.7/site-packages/ipalib/rpc.py", line 1000, in > forward > raise NetworkError(uri=server, error=str(e)) > ipalib.errors.NetworkError: cannot connect to > 'https://ourdomain/ipa/json': Could not connect to ourdomain using any > address: (PR_ADDRESS_NOT_SUPPORTED_ERROR) Network address type not > supported. > ipa.ipapython.install.cli.install_tool(Server): ERROR Configuration > of client side components failed! > ipa.ipapython.install.cli.install_tool(Server): ERROR The > ipa-server-install command failed. > > -- Manage your subscription for the Freeipa-users mailing list: https://www.redhat.com/mailman/listinfo/freeipa-users Go to http://freeipa.org for more info on the project
