Bug 678150
Summary: | VNC install w/ password, fails to establish password for VNC session | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> | ||||||||
Component: | anaconda | Assignee: | Martin Gracik <mgracik> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 15 | CC: | anaconda-maint-list, borgan, dmach, jonathan, jturner, rhe, vanmeeuwen+fedora | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | AcceptedBlocker | ||||||||||
Fixed In Version: | anaconda-15.26-1.fc15 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2011-04-05 21:39:38 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: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 657618 | ||||||||||
Attachments: |
|
Created attachment 479217 [details]
/tmp/vncserver.log
Created attachment 479218 [details]
/tmp/program.log
Does it work if you pass vncpassword=asdasd on the kernel command line? This is because new vnc doesn't support changing these settings during runtime. I fixed this for rhel6 already, but forgot to push to master too, I'm sorry, my fault. (In reply to comment #3) > Does it work if you pass vncpassword=asdasd on the kernel command line? Doesn't seem to make a difference Reproduced on anaconda15.20.1 in 15 Alpha RC1 Discussed at 2011-03-11 blocker review meeting. This issue is fixed and available for testing in anaconda-15.21-1. The issue has been accepted as a beta blocker. VERIFIED, I'm not seeing this in anaconda-15.24-1 images. anaconda-15.26-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/anaconda-15.26-1.fc15 Package anaconda-15.26-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-15.26-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/anaconda-15.26-1.fc15 then log in and leave karma (feedback). anaconda-15.26-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 479216 [details] anaconda.log Description of problem: When doing a VNC installation, it appears there is an error while setting the VNC session password. Version-Release number of selected component (if applicable): * anaconda-15.20-1 How reproducible: Steps to Reproduce: 1. Boot installer and initiate a VNC session 2. When prompted provide a password Actual results: On tty1 ... 16:35:30 The VNC server is now running. setting param SecurityTypes=VncAuth failed setting param rfbauth=/tmp/vncpassword failed 16:35:30 I can connect to the VNC session, without being prompt for a password Expected results: Attempts to connect to the VNC session should be greeted with a password prompt Additional info: * See attached logs