http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=779
Summary: Traceback occurs by xm getlabel command
Product: Xen
Version: unstable
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P5
Component: Tools
AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
ReportedBy: kanno.masaki@xxxxxxxxxxxxxx
When I tested xm getlabel command with setting a wrong configuration file name,
Traceback occurred.
# xm getlabel dom xyz
ACMError: Configuration file 'xyz' not found.
Unexpected error: xen.util.security.ACMError
Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/usr/lib64/python/xen/xm/main.py", line 1436, in main
rc = cmd(args)
File "<string>", line 1, in <lambda>
File "/usr/lib64/python/xen/xm/main.py", line 746, in xm_importcommand
cmd.main([command] + args)
File "//usr/lib64/python/xen/xm/getlabel.py", line 98, in main
get_domain_label(configfile)
File "//usr/lib64/python/xen/xm/getlabel.py", line 64, in get_domain_label
security.err("Configuration file '"+configfile+"' not found.")
File "//usr/lib64/python/xen/util/security.py", line 78, in err
raise ACMError(msg)
xen.util.security.ACMError: "Configuration file 'xyz' not found."
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|