WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 779] New: Traceback occurs by xm getlabel command

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 779] New: Traceback occurs by xm getlabel command
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 28 Sep 2006 00:55:44 -0700
Delivery-date: Thu, 28 Sep 2006 00:56:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>