fedora-infra / supybot-fedora

Fedora plugin for Supybot
20 stars 23 forks source link

Update dev env to newer Fedora version #101

Open Zlopez opened 1 year ago

Zlopez commented 1 year ago

Current dev env for supybot-fedora is running F34, which is really outdated and failing on setting up IPA client.

I tried to update this to F38, but it failed on the same issue with IPA client. I spend some time trying to fix that, but I didn't get anywhere.

Here is the error from ipa ansible step:

[vagrant@irc vagrant]$ sudo ipa-client-install --hostname irc.supybot.test --domain example.test --realm EXAMPLE.TEST --server ipa.example.test -p admin -w adminPassw0rd! -U -N --force-join
This program will set up IPA client.                                                                                   
Version 4.10.1                                                                                                         

Skip ipa.example.test: LDAP server is not responding, unable to verify if this is an IPA server
Failed to verify that ipa.example.test is an IPA Server.                                                               
This may mean that the remote server is not up or is not reachable due to network or firewall settings.                
Please make sure the following ports are opened in the firewall settings:
     TCP: 80, 88, 389                                                                                                  
     UDP: 88 (at least one of TCP/UDP ports 88 has to be open)
Also note that following ports are necessary for ipa-client working properly after enrollment:
     TCP: 464                                                                                                          
     UDP: 464, 123 (if NTP enabled)        
The ipa-client-install command failed. See /var/log/ipaclient-install.log for more information