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

Howdy doesn't work. FIXED? #734

Open
pavelkq opened this issue Dec 6, 2022 · 2 comments
Open

Howdy doesn't work. FIXED? #734

pavelkq opened this issue Dec 6, 2022 · 2 comments
Labels
v2 Old version of Howdy (2.*)

Comments

@pavelkq
Copy link

pavelkq commented Dec 6, 2022

After installation I'd configured and added profile. Test had passed well. But login, sudo and screensaver hadn't worked at all.
I'd caught the problem by command
sudo cat /var/log/auth.log
A message had been displayed about the absence of ConfigParser. But when I'd tried to install, I'd gotten a message that the package had been already installed. Then I found that in the new version of python (3), this package is called lowercase. I've corrected lines 10 and 13 in the /lib/security/howdy/pam.py file, replacing the letters with lowercase ones. After that everything work great.


I've searched for similar issues already, and my issue has not been reported yet.

Linux distribution (if applicable): Debian 11 (sid)

Howdy version (sudo howdy version): 2.6.1

@rnagabhyrava
Copy link

rnagabhyrava commented Dec 13, 2022

Thanks! This worked for me on Debian Testing. For anyone wondering what exactly to change. Here ya go!

import ConfigParser to import configparser

and

config = ConfigParser.ConfigParser() to config = configparser.ConfigParser()

in /lib/security/howdy/pam.py

@pavelkq
Copy link
Author

pavelkq commented Dec 16, 2022

It's a pity, but after these steps I've faced with a problem unlocking cinnamone-screensaver. I can't unlock it with howdy (it tries, but coudn't) or password.
I think it needs to find another way to use howdy with Python3.

@pavelkq pavelkq changed the title Howdy doesn't work. FIXED Howdy doesn't work. FIXED? Dec 16, 2022
@saidsay-so saidsay-so added the v2 Old version of Howdy (2.*) label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 Old version of Howdy (2.*)
Projects
None yet
Development

No branches or pull requests

3 participants