[Bug 1202159] New: pssh throwing multiple Python errors
http://bugzilla.opensuse.org/show_bug.cgi?id=1202159 Bug ID: 1202159 Summary: pssh throwing multiple Python errors Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.4 Hardware: x86-64 OS: openSUSE Leap 15.4 Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: mail@sven-seeberg.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- The pssh executable from the pssh package currently throws multiple errors when executing:
pssh -h hosts.txt -p 1 'echo 1' File "/usr/bin/pssh", line 115 hosts = psshutil.get_pcmk_nodes() ^ TabError: inconsistent use of tabs and spaces in indentation
When fixing the indentation, another error appears:
Traceback (most recent call last): File "/usr/bin/pssh", line 22, in <module> from psshlib import psshutil File "/usr/lib/python3.6/site-packages/psshlib/psshutil.py", line 119 except IOError, msg: ^ SyntaxError: invalid syntax
While the problems can probably be fixed, there is a problem with a no longer maintained source repository on Google Code. There seems to be an alternative repository, which is actively maintained by a private person with some additional contributors: https://github.com/lilydjwg/pssh Maybe it is worth switching over to this repo? I tested the current version there and it works fine. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com