| Summary: | VNC password not properly set in kickstart installation | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | David Shea <dshea> |
| Component: | anaconda | Assignee: | David Shea <dshea> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | anaconda-maint-list, dshea, g.kaviyarasu, jonathan, mbanas, mkovarik, tim, vanmeeuwen+fedora |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-19.31.43-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1045119 | Environment: | |
| Last Closed: | 2014-06-13 10:55:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1045119 | ||
| Bug Blocks: | |||
|
Description
David Shea
2013-12-19 18:45:18 UTC
I'm a little confused, where does my password contain "\r"? I have specifically used dos2unix to rule this out as a possibility and I also tried 'vnc --password="boring"'. All with the same result. Is there something I can do to work around this problem for now? (In reply to Tim Niemueller from comment #2) > I'm a little confused, where does my password contain "\r"? I have > specifically used dos2unix to rule this out as a possibility and I also > tried 'vnc --password="boring"'. All with the same result. Is there > something I can do to work around this problem for now? The password itself doesn't contain \r. The problem is when we run the password through the vncpasswd command to generate the encrypted form that is used by the VNC server. The output of vncpasswd happens to contain \r, and anaconda was handling that incorrectly. As far as workarounds for now: there isn't one, other than trying a different password. Verified on RHEL-7.0-20140127.0 with anaconda-19.31.51-1.el7. I was able to connect with password to vnc when kickstart with 'vnc --password=boring' was used. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |