ipa-log-config icon indicating copy to clipboard operation
ipa-log-config copied to clipboard

Running script results in error;

Open cmdrogogov opened this issue 4 years ago • 1 comments

  File "/ipa-log-config/ipa_log_config.py", line 74
    print 'Condrestarting SSSD'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Condrestarting SSSD')?

FreeIPA4 running off of Fedora33 - I suspect it might be down to Python2 being deprecated?

After trying to add parentheses there also appears to be an issue with audisp not existing in /etc/ anymore.

cmdrogogov avatar Jan 31 '21 00:01 cmdrogogov

Its a python2 issue. i was able to run this after adding parentheses and replacing iteritems() to items().

0t0x avatar Jan 27 '22 05:01 0t0x