search for: yuzg

Displaying 6 results from an estimated 6 matches for "yuzg".

Did you mean: yung
2010 Apr 26
2
No module named sxputils
Hi all, I compiled and intalled Xen unstable to my debian lenny machine. Everything went right during building and compiling. However, when I boot with my xen "xm info" command is not working. The error says: debian:/home/q# xm info Traceback (most recent call last): File "/usr/sbin/xm", line 5, in <module> from xen.xm import main File
2010 Apr 26
2
No module named sxputils
Hi all, I compiled and intalled Xen unstable to my debian lenny machine. Everything went right during building and compiling. However, when I boot with my xen "xm info" command is not working. The error says: debian:/home/q# xm info Traceback (most recent call last): File "/usr/sbin/xm", line 5, in <module> from xen.xm import main File
2010 May 07
9
[PATCH] xl: Update memory info in xenstore when use ''xl mem-set''
''xl mem-set'' should update memory info in xenstore''s vm info. Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com> diff -r ccae861f52f7 -r 5847ce53f5dc tools/libxl/libxl.c --- a/tools/libxl/libxl.c Thu May 06 11:59:55 2010 +0100 +++ b/tools/libxl/libxl.c Sat May 08 01:38:51 2010 +0800 @@ -2290,11 +2290,22 @@ uint32_t videoram; char *videoram_s = NULL; char *dompath = libxl_xs_...
2010 Apr 22
6
libxenlight and xl: missing features
Hi all, this is a non comprehensive list of missing features in libxenlight and\or xl: - xen_platform_pci flag support in VM config files; - relative paths support in VM config files; - hap support in VM config files; - -c option to xl create; - remus; - trigger command; - tmem-* commands; - sched-* commands; - usb-* commands; - scsi-* commands. In general if you execute "xm
2010 May 07
0
equivalent xe subcommands to ''xm sysrq'' and ''xm dump-core''
Hi all, Are there equivalent xe subcommands to ''xm sysrq'' and ''xm dump-core''? I looked up xe''s help message and hidden subcommands in source code but cannot find. -- Regards Yu Zhiguo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Jun 08
0
how to use xm on xen-api-server
Hi, I want to use xm on xen-api-server. So first, I uncomment the following lines in /etc/xen/xend-config.sxp: (xen-api-server ((9363 pam ''^localhost$ example\\.com$'') (unix none))) and then restart xend, it seems all right: # netstat -anp | grep 9363 tcp 0 0 0.0.0.0:9363 0.0.0.0:* LISTEN