Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running script results in error; #17

Open
cmdrogogov opened this issue Jan 31, 2021 · 1 comment
Open

Running script results in error; #17

cmdrogogov opened this issue Jan 31, 2021 · 1 comment

Comments

@cmdrogogov
Copy link

  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.

@0t0x
Copy link

0t0x commented Jan 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants