https://bugzilla.novell.com/show_bug.cgi?id=813892 https://bugzilla.novell.com/show_bug.cgi?id=813892#c0 Summary: xend: fails to start because python syntax check error Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: Xen AssignedTo: jdouglas@suse.com ReportedBy: jengelh@inai.de QAContact: qa-bugs@suse.de Found By: Beta-Customer Blocker: --- After upgrade from a 11.4 to a 12.3 system, xend no longer wants to start 21:59 server01:/etc/init.d # ./xend start redirecting to systemctl start Starting xend Traceback (most recent call last): File "/usr/sbin/xend", line 36, in <module> from xen.xend.server import SrvDaemon File "/usr/lib64/python2.7/site-packages/xen/xend/server/SrvDaemon.py", line 26, in <module> import relocate File "/usr/lib64/python2.7/site-packages/xen/xend/server/relocate.py", line 28, in <module> from xen.xend import XendDomain File "/usr/lib64/python2.7/site-packages/xen/xend/XendDomain.py", line 36, in <module> from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo File "/usr/lib64/python2.7/site-packages/xen/xend/XendCheckpoint.py", line 141 if checkpoint == False: ^ It seems python got stricter and now barfs at the obviously misindented: if max_iters == "None": max_iters = "0" if max_factor == "None": max_factor = "0" if abort_if_busy == "None": abort_if_busy = "0" if log_save_progress == "None": log_save_progress = "0" cmd = [xen.util.auxbin.pathTo(XC_SAVE), str(fd), str(dominfo.getDomid()), max_iters, max_factor, str( int(live) | (int(hvm) << 2) | (int(abort_if_busy) << 5) | (i 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) Once this section is deindented by 4, xend starts. 22:01 server01:/etc/init.d # rpm -qa '*xen*'|sort xen-4.2.1_10-1.4.1.x86_64 (openSUSE 12.3) xen-libs-4.2.1_10-1.4.1.x86_64 xen-tools-4.2.1_10-1.4.1.x86_64 -- 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.