On 24.10.2014 00:47, Alexander Bokovoy wrote: > On Fri, 24 Oct 2014, Timo Aaltonen wrote: > Since [email protected] is instance-based, when instance is missing we > rewrite [email protected] to be dirsrv.target. This means 'start whatever > is requiring this synchronization point'. Enabling instances of dirsrv > means they are symlinked as dependencies on dirsrv.target: > > # ls -l /etc/systemd/system/dirsrv.target.wants/ > total 0 > lrwxrwxrwx. 1 root root 39 Oct 20 17:56 [email protected] -> > /usr/lib/systemd/system/[email protected]
right, I hadn't changed LIB_SYSTEMD_SYSTEMD_DIR in paths.py.. doing that fixed this issue, thanks! >> Oh and the web UI is blank when I try it. Does the client install fail >> have >> something to do with it? > check /var/log/ipaclient-install.log Well it fails because it can't connect to the server: 2014-10-23T22:10:57Z DEBUG approved_usage = SSL Server intended_usage = SSL Server 2014-10-23T22:10:57Z DEBUG cert valid True for "CN=sid.tyrell,O=SID" 2014-10-23T22:10:57Z DEBUG handshake complete, peer = 192.168.1.31:443 2014-10-23T22:10:57Z ERROR Cannot connect to the server due to generic error: Authentication method not supported: sasl mechanism not supported I thought it was because of the dirsrv restart failing before this step, but after fixing it the failure is still the same.. -- t _______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
