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

Error messages, adding a new user #191

Closed
4 tasks done
MarcoStagno opened this issue Feb 8, 2021 · 3 comments · Fixed by #192
Closed
4 tasks done

Error messages, adding a new user #191

MarcoStagno opened this issue Feb 8, 2021 · 3 comments · Fixed by #192

Comments

@MarcoStagno
Copy link

Checklist before I submit this issue report

I confirm that:

Issue description - Environment basics

Key Value Comments
Architecture: x86_64
Linux distribution: Ubuntu
Distribution version: 20.04
Snoopy version: 2.4.11
Snoopy config file was used: yes
Snoopy threading support enabled: no

Issue description - How was Snoopy installed

    - install-snoopy.sh

Issue description - Describe the problem you are having

When I add a new user in the system, I got these errors:

(...)
Enter the new value, or press ENTER for the default
	Full Name []: 
	Room Number []: 
	Work Phone []: 
	Home Phone []: 
	Other []: 
chfn: nscd did not terminate normally (signal 11)
chfn: nscd did not terminate normally (signal 11)
chfn: sss_cache did not terminate normally (signal 11)
chfn: nscd did not terminate normally (signal 11)
chfn: sss_cache did not terminate normally (signal 11)
Is the information correct? [Y/n] y
(...)

I don't get these errors if I switch back to the release 2.4.10

Steps to reproduce

Install 2.4.11 and add a new user in the system; I use a virtualized Ubuntu on AWS or VMWare

Expected result

Avoid error messages

@bostjan
Copy link
Member

bostjan commented Feb 9, 2021

Ouch!

Thanks @MarcoStagno for reporting this - it's an undesired side product of #179.

#192 should fix this issue. I'll release v2.4.12 (that will contain this fix) soon.

@bostjan bostjan added this to the 2.4.12 milestone Feb 9, 2021
@bostjan bostjan self-assigned this Feb 9, 2021
bostjan added a commit that referenced this issue Feb 9, 2021
datasource/cmdline: Fix incorrect max string length determination
@bostjan
Copy link
Member

bostjan commented Feb 10, 2021

@MarcoStagno, Snoopy 2.4.12 has been released, containing the fix for this issue. Thanks again for reporting it.

@MarcoStagno
Copy link
Author

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment