Re: [Freeipa-users] Fedora 25 install error PR_ADDRESS_NOT_SUPPORTED_ERROR Network address type not supported

2016-11-28 Thread Rob Crittenden
Robert Kudyba wrote:
> OK that’s because I got this error:
> 
> 
> Apache is already configured with a listener on port 443:
> *:443  ourdomain (/etc/httpd/conf.d/ssl.conf:56)
> 
> 
> What’s the best practice here? Comment out line 56?

Only one SSL provider can own a given port. mod_nss and mod_ssl can
co-exist ok but one may own port 443. Your best bet is to remove the
mod_ssl package.

rob

> 
>> On Nov 28, 2016, at 3:43 PM, Rob Crittenden > > wrote:
>>
>> 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://urldefense.proofpoint.com/v2/url?u=https-3A__ourdomain_ipa_json&d=DgICAw&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=JYfpTfJLQ2tucNaB1dYOh7KiTqCXl2oUTVcz8N5M9QI&s=oirPn2kEpdqJ2f4kKjWNdTFZpUZ79rd2e1BDI5BvK8g&e=
>>>
>>> Forwarding 'schema' to json server
>>> 'https://urldefense.proofpoint.com/v2/url?u=https-3A__ourdomain_ipa_json&d=DgICAw&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=JYfpTfJLQ2tucNaB1dYOh7KiTqCXl2oUTVcz8N5M9QI&s=oirPn2kEpdqJ2f4kKjWNdTFZpUZ79rd2e1BDI5BvK8g&e=
>>> '
>>> Traceback (most recent call last):
>>>  File "/usr/sbin/ipa-client-install", line 3138, in 
>>>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://urldefense.proofpoint.com/v2/url?u=https-3A__ourdomain_ipa_json-27-3A&d=DgICAw&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=JYfpTfJLQ2tucNaB1dYOh7KiTqCXl2oUTVcz8N5M9QI&s=9Yr-BQxeooBAJqbH13XubUi-EjMipmNnHgO6zFhYBiU&e=
>>>  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): ERRORConfiguration
>>> of client side components failed!
>>> ipa.ipapython.install.cli.install_tool(Server): ERRORThe
>>> 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

Re: [Freeipa-users] Fedora 25 install error PR_ADDRESS_NOT_SUPPORTED_ERROR Network address type not supported

2016-11-28 Thread Robert Kudyba
OK that’s because I got this error:


Apache is already configured with a listener on port 443:
*:443  ourdomain (/etc/httpd/conf.d/ssl.conf:56)


What’s the best practice here? Comment out line 56?

> On Nov 28, 2016, at 3:43 PM, Rob Crittenden  wrote:
> 
> 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://urldefense.proofpoint.com/v2/url?u=https-3A__ourdomain_ipa_json&d=DgICAw&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=JYfpTfJLQ2tucNaB1dYOh7KiTqCXl2oUTVcz8N5M9QI&s=oirPn2kEpdqJ2f4kKjWNdTFZpUZ79rd2e1BDI5BvK8g&e=
>>  
>> Forwarding 'schema' to json server 
>> 'https://urldefense.proofpoint.com/v2/url?u=https-3A__ourdomain_ipa_json&d=DgICAw&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=JYfpTfJLQ2tucNaB1dYOh7KiTqCXl2oUTVcz8N5M9QI&s=oirPn2kEpdqJ2f4kKjWNdTFZpUZ79rd2e1BDI5BvK8g&e=
>>  '
>> Traceback (most recent call last):
>>  File "/usr/sbin/ipa-client-install", line 3138, in 
>>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://urldefense.proofpoint.com/v2/url?u=https-3A__ourdomain_ipa_json-27-3A&d=DgICAw&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=JYfpTfJLQ2tucNaB1dYOh7KiTqCXl2oUTVcz8N5M9QI&s=9Yr-BQxeooBAJqbH13XubUi-EjMipmNnHgO6zFhYBiU&e=
>>   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): ERRORConfiguration
>> of client side components failed!
>> ipa.ipapython.install.cli.install_tool(Server): ERRORThe
>> 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

Re: [Freeipa-users] Fedora 25 install error PR_ADDRESS_NOT_SUPPORTED_ERROR Network address type not supported

2016-11-28 Thread Rob Crittenden
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 
> 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): ERRORConfiguration
> of client side components failed!
> ipa.ipapython.install.cli.install_tool(Server): ERRORThe
> 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