freeipa/ipaserver/install
Alexander Bokovoy 109571d384 Spin for connection success also when socket is not (yet) available
We were spinning for socket connection if attempt to connect returned errno 111
(connection refused). However, it is not enough for local AF_UNIX sockets as
heavy applications might not be able to start yet and therefore the whole path
might be missing. So spin for errno 2 (no such file or directory) as well.

Partial fix for
  https://fedorahosted.org/freeipa/ticket/1990
2011-10-24 15:10:45 +02:00
..
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
adtrustinstance.py Add admin SIDs 2011-09-23 19:25:45 -04:00
bindinstance.py Check /etc/hosts file in ipa-server-install 2011-10-13 00:54:45 -04:00
cainstance.py Add support for systemd environments and use it to support Fedora 16 2011-10-24 15:10:11 +02:00
certs.py Detect CA installation type in ipa-replica-prepare and ipa-ca-install. 2011-09-27 17:50:46 +02:00
dsinstance.py Add support for systemd environments and use it to support Fedora 16 2011-10-24 15:10:11 +02:00
httpinstance.py Make mod_nss renegotiation configuration a public function 2011-10-09 23:32:55 -04:00
installutils.py Spin for connection success also when socket is not (yet) available 2011-10-24 15:10:45 +02:00
krbinstance.py Add support for systemd environments and use it to support Fedora 16 2011-10-24 15:10:11 +02:00
ldapupdate.py Fix DNS permissions and membership in privileges 2011-10-09 23:44:22 -04:00
Makefile.am Add ipa-adtrust-install utility 2011-09-14 18:45:13 -04:00
ntpinstance.py Convert server install code to platform-independent access to system services 2011-09-13 11:14:18 +02:00
replication.py Add a function for formatting network locations of the form host:port for use in URLs. 2011-10-05 10:58:25 +02:00
service.py Add ipa-adtrust-install utility 2011-09-14 18:45:13 -04:00
upgradeinstance.py Remove root autobind search restriction, fix upgrade logging & error handling. 2011-06-13 09:51:05 +02:00