Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 174361 Details for
Bug 252359
Prompted for VNC password after live migration
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Simple patch that seems to fix it
xen-3.1.0-hvm-nopasswd-migrate.patch (text/plain), 584 bytes, created by
Chris Lalancette
on 2007-08-27 20:45:10 UTC
(
hide
)
Description:
Simple patch that seems to fix it
Filename:
MIME Type:
Creator:
Chris Lalancette
Created:
2007-08-27 20:45:10 UTC
Size:
584 bytes
patch
obsolete
>--- xen-3.1.0-src/tools/python/xen/xm/create.py.orig 2007-08-27 16:41:39.000000000 -0400 >+++ xen-3.1.0-src/tools/python/xen/xm/create.py 2007-08-27 16:42:44.000000000 -0400 >@@ -701,7 +701,8 @@ def configure_hvm(config_image, vals): > for a in args: > if (vals.__dict__[a]): > config_image.append([a, vals.__dict__[a]]) >- config_image.append(['vncpasswd', vals.vncpasswd]) >+ if vals.vncpasswd is not None: >+ config_image.append(['vncpasswd', vals.vncpasswd]) > > def run_bootloader(vals, config_image): > if not os.access(vals.bootloader, os.X_OK):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252359
: 174361