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-devel

[Xen-devel] Fix typos in a error message of the xm save/migrate command

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Fix typos in a error message of the xm save/migrate command
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Mon, 10 Jul 2006 14:07:01 +0900
Delivery-date: Sun, 09 Jul 2006 22:07:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I found typos in the error message of the xm save/migrate command.
When I tried the xm save/migrate command for Domain-0, I saw the 
following error messages.

# xm save 0 /home/kanno/dom0.xen
Error: int argument required
# xm migrate 0 10.124.50.150
Error: int argument required

This patch fixes typos. Output error messages are as follows.

# xm save 0 /home/kanno/dom0.xen
Error: Cannot save privileged domain 0
# xm migrate 0 10.124.50.150
Error: Cannot migrate privileged domain 0

Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>

Best regards,
 Kan

Attachment: save_migrate.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Fix typos in a error message of the xm save/migrate command, Masaki Kanno <=