root@sssd-bug1979453:~# sssctl analyze
/usr/bin/env: ‘python’: No such file or directory
Command '/usr/libexec/sssd/sss_analyze' failed with [127]
Then I upgrade the package to the one in proposed:
root@sssd-bug1979453:~# apt-cache policy sssd
sssd:
Installed: 2.6.3-1ubuntu3.1
Candidate: 2.6.3-1ubuntu3.1
Version table:
*** 2.6.3-1ubuntu3.1 500
500 http://archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages
And the error is gone and I get the expected help page:
root@sssd-bug1979453:~# sssctl analyze
usage: sss_analyze [-h] [--source {files,journald}] [--logdir LOGDIR] COMMANDS ...
Analyzer tool to assist with SSSD log parsing
options:
-h, --help show this help message and exit
--source {files,journald}
--logdir LOGDIR SSSD Log directory to parse log files from
Jammy verification
Reproduced the error with the jammy packages:
root@sssd-bug1979453:~# apt-cache policy sssd archive. ubuntu. com/ubuntu jammy/main amd64 Packages
sssd:
Installed: 2.6.3-1ubuntu3
Candidate: 2.6.3-1ubuntu3
Version table:
*** 2.6.3-1ubuntu3 500
500 http://
root@sssd-bug1979453:~# sssctl analyze sssd/sss_ analyze' failed with [127]
/usr/bin/env: ‘python’: No such file or directory
Command '/usr/libexec/
Then I upgrade the package to the one in proposed: archive. ubuntu. com/ubuntu jammy-proposed/main amd64 Packages
root@sssd-bug1979453:~# apt-cache policy sssd
sssd:
Installed: 2.6.3-1ubuntu3.1
Candidate: 2.6.3-1ubuntu3.1
Version table:
*** 2.6.3-1ubuntu3.1 500
500 http://
And the error is gone and I get the expected help page:
root@sssd-bug1979453:~# sssctl analyze
usage: sss_analyze [-h] [--source {files,journald}] [--logdir LOGDIR] COMMANDS ...
Analyzer tool to assist with SSSD log parsing
options:
-h, --help show this help message and exit
--source {files,journald}
--logdir LOGDIR SSSD Log directory to parse log files from
COMMANDS
Modules
request Request tracking
Jammy verification succeeded.