Bug 447136
| Summary: | chpasswd failed in: "chpasswd: salt.c:175: gensalt: Assertion `salt_size >= 8 && salt_size <= 16' failed" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steven Shiau <steven> |
| Component: | shadow-utils | Assignee: | Peter Vrabec <pvrabec> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | CC: | hgc1118, tmraz |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 4.1.1-2.fc9 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-21 10:56:24 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
shadow-utils-4.1.1-2.fc9 has been submitted as an update for Fedora 9 shadow-utils-4.1.1-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. shadow-utils-4.1.1-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. (In reply to comment #1) > shadow-utils-4.1.1-2.fc9 has been submitted as an update for Fedora 9 |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5 Description of problem: chpasswd fails in: chpasswd: salt.c:175: gensalt: Assertion `salt_size >= 8 && salt_size <= 16' failed Version-Release number of selected component (if applicable): shadow-utils-4.1.1-1.fc9.i386 How reproducible: Always Steps to Reproduce: 1. login as root 2. adduser test 3. echo "test:Aeh4aiHo" | /usr/sbin/chpasswd 4. or echo "test:Zai5is7zet" | /usr/sbin/chpasswd Always got something like: chpasswd: salt.c:175: gensalt: Assertion `salt_size >= 8 && salt_size <= 16' failed. Aborted Actual Results: chpasswd: salt.c:175: gensalt: Assertion `salt_size >= 8 && salt_size <= 16' failed. Aborted Expected Results: chpasswd should change password of test without any error. Additional info: