[Bug 813156] New: IndentationError in XendCheckpoint.py (xen-tools-4.2.1_10-1.4.1)
https://bugzilla.novell.com/show_bug.cgi?id=813156 https://bugzilla.novell.com/show_bug.cgi?id=813156#c0 Summary: IndentationError in XendCheckpoint.py (xen-tools-4.2.1_10-1.4.1) Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Critical Priority: P5 - None Component: Xen AssignedTo: jdouglas@suse.com ReportedBy: pellice@yahoo.fr QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 xend won't start vecause of this: File "XendCheckpoint.py", line 141 if checkpoint == False: ^ IndentationError: unexpected indent Reproducible: Always Steps to Reproduce: 1. update to last xen-tools from update repo 2. 3. Actual Results: xend won't start with this error: File "XendCheckpoint.py", line 141 if checkpoint == False: ^ IndentationError: unexpected indent Expected Results: xend start -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813156 https://bugzilla.novell.com/show_bug.cgi?id=813156#c Jason Douglas <jdouglas@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jdouglas@suse.com, | |jfehlig@suse.com AssignedTo|jdouglas@suse.com |carnold@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813156 https://bugzilla.novell.com/show_bug.cgi?id=813156#c1 Vadim Ponomarev <ccrssaa@karelia.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ccrssaa@karelia.ru --- Comment #1 from Vadim Ponomarev <ccrssaa@karelia.ru> 2013-04-04 09:03:59 UTC --- --- XendCheckpoint.py.orig 2013-04-04 12:48:14.167236989 +0400 +++ XendCheckpoint.py 2013-04-04 12:36:12.544430153 +0400 @@ -136,10 +136,10 @@ str( int(live) | (int(hvm) << 2) | (int(abort_if_busy) << 5) | (int(log_save_progress) << 6) ) ] log.debug("[xc_save]: %s", string.join(cmd)) - # It is safe to release the domain lock at this point if not - # checkpointing - if checkpoint == False: - dominfo.release_running_lock(domain_name) + # It is safe to release the domain lock at this point if not + # checkpointing + if checkpoint == False: + dominfo.release_running_lock(domain_name) def saveInputHandler(line, tochild): log.debug("In saveInputHandler %s", line) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813156 https://bugzilla.novell.com/show_bug.cgi?id=813156#c2 Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #2 from Charles Arnold <carnold@suse.com> 2013-04-04 19:53:20 UTC --- Thank you Alexis for reporting this bug. Thank you Vadim for providing a patch. A maintenance update has been start containing this fix (sr#162657) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813156 https://bugzilla.novell.com/show_bug.cgi?id=813156#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-04-04 22:00:07 CEST --- This is an autogenerated message for OBS integration: This bug (813156) was mentioned in https://build.opensuse.org/request/show/162657 Maintenance / -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813156 https://bugzilla.novell.com/show_bug.cgi?id=813156#c4 Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jengelh@inai.de --- Comment #4 from Charles Arnold <carnold@suse.com> 2013-04-08 12:28:08 UTC --- *** Bug 813892 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=813892 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813156 https://bugzilla.novell.com/show_bug.cgi?id=813156#c5 --- Comment #5 from Swamp Workflow Management <swamp@suse.de> 2013-04-16 12:06:09 UTC --- openSUSE-RU-2013:0688-1: An update that has 6 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 797014,801910,803712,805579,811764,813156 CVE References: Sources used: openSUSE 12.3 (src): xen-4.2.1_12-1.8.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com