Displaying 20 results from an estimated 10000 matches similar to: "problems with xm create"
2005 Jun 23
4
debugging libxc / builders
Hi,
I''m playing with the builders in libxc. I am having trouble
debugging the thing. I was wondering what options I have.
- When I run ''xm create'', what process calls down to the
xc_builder stuff? Can I attach to it with gdb?
- Is there any way to spit out debug output (printf?)? Where
would it go?
- If I make changes and do a make install in
2005 Aug 11
7
code question?
Doing some janitorial (you cleaning the flooded toilets and such) work
today. I have come across this line of code that really I''m not sure
what the intent was..in xen/include/sched.h
#define hypercall_preempt_check() (unlikely( \
softirq_pending(smp_processor_id()) | \
(!!current->vcpu_info->evtchn_upcall_pending & \
2008 Jun 20
0
Bug#487165: Bug#487165: [xen-utils-common] xm create requires python-xml to work
Le vendredi 20 juin 2008 08:48, vous avez ?crit?:
> tags 487165 moreinfo
> thanks
>
> On Thu, Jun 19, 2008 at 11:57:49PM +0200, Laurent L?onard wrote:
> > xm create requires the python-xml package to work, perhaps it should be a
> > dependency of xen-utils-common ?
>
> For what does xm create need python-xml? For me it works fine without.
>
> Bastian
Sorry I
2005 Dec 22
3
bug report of xm list and xm vcpu-list
Hi,
Xm list and xm vcpu-list show wrong DomID(name).
Under this situation,
# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 512 1 r----- 1064.6
test1 13 64 1 r----- 83879.7
# xm list 1 13
Error: Domain ''1'' not found when running ''xm list''
# xm list
2007 Jun 07
0
[PATCH] Remove unimplemented xm migrate --resource option
# HG changeset patch
# User john.levon@sun.com
# Date 1181229858 25200
# Node ID e46be7b5f9bf2b17f66c82950b4fc3962e1266d0
# Parent 2a188f88483d726cb5b880f948a1baeeb2bd42a1
Remove unimplemented xm migrate --resource option.
Signed-off-by: Gary Pennington <gary.pennington@sun.com>
diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py
---
2005 May 09
1
trying to trace xm create
Hello,
I am trying ro trace and study a run of "xm create xmexample1" ,
after modifying xmexample1 a bit (to use ttylinux,etc).
I have xen-2.0-testing.
The stack I can see (by adding printing messages) is :
main
(xm/create.py)
calling make_domain() (xm/create.py )
calling
2006 Apr 01
0
sftp tab completion patch (First release - NOT FOR INCLUDING YET)
This applies to the OpenBSD --current tree. Don't see why it shouldn't
work under portable.
Within the patch are the updates I need to make before I'll actually
submit it for real, but I figured I'd make a public drop.
Since I'm not on this list anymore keep me in the CC: if you want me to
respond.
I'll continue to work as time permits, but it would be nice if people
2006 Oct 24
2
xm create -c vm01.cfg, Error: (22, 'Invalid argument')
# xm create -c vm01.cfg
Error: Cannot open config file "vm01.cfg"
www:/var/log/xen# xm create -c /etc/xen/auto/vm01.cfg
Using config file "/etc/xen/auto/vm01.cfg".
Error: (22, 'Invalid argument')
# xm log
[2006-10-24 16:16:30 xend.util.security 29229] INFO (__init__:1072) Resource
label file not found.
[2006-10-24 16:16:30 xend.util.security 29229] INFO
2007 Dec 12
0
Revisiting sftp tab completion patch
I've finally took the time to figure the last few bugs (that I know of).
This patch will be submit to be included in a few weeks. This patch
should be generic enough for portable without too much hassle.
This patch mimics OpenBSD's ftp behavior. I'm not sure like that (e.g. it
doesn't put / at the end of directories by default), but that is more a
question for the community
2013 Jan 16
1
Running a script on xm create
Hi,
I was just wondering if it is possible to cause a script to run
(configured in the domu.cfg file) each time "xm create domu.cfg" is run,
but before the machine is actually started?
ie, I''d like to "setup" the disks for the VM before xen/qemu tries to
use the devices and allocate to the domu.
I''m using xen 4.1.3 on Debian testing, and using the xm
2012 Mar 20
5
[PATCH] Add vncviewer xm compatibility options the 'xl create' command
I''ve attached the preliminary patch to add vncviewer options to the
''xl create''. It applies cleanly against c/s 4e1d091d10d8. All feedback
is welcome.
Goncalo
# HG changeset patch
# User Goncalo Gomes <goncalo.gomes@eu.citrix.com>
# Date 1332257809 0
# Node ID 46f8afe643dee8de2c592c65204567fbad657616
# Parent 4e1d091d10d83130842170cd61f1194e5459f2aa
Add
2005 Dec 26
1
[PATCH] symmetricalization of system info command xm info, top, dmesg and log
These xm info, top, dmesg and log requre no parameter.
But log''s error message differs from other 3 command''s error messages,
when parameter is given.
# xm log 1
Error: ''xm log'' requires 0 argument.
log Print the xend log
Other 3 commands ignore parameter.
I think it might be better symmetricalize.
Signed-off-by: Yoshinori
2007 Aug 27
1
[Xen-ia64-devel] [PATCH][RFC] Fix error message for xm create command
Hi,
When I tested xm create command, I saw the following error message.
I expected an error message "Error: (12, ''Cannot allocate memory'')"
because I intentionally caused a memory shortage on the test.
But the error message was different from my expectation.
# xm create /xen/HVMdomain.1
Using config file "/xen/HVMdomain.1".
Error: an integer is required
2004 Oct 18
3
potential bug in "xm atropos" implementation
>From tools/libxc/xc_atropos.c:
int xc_atropos_domain_set(int xc_handle,
u32 domid, u64 period, u64 slice, u64 latency,
int xtratime)
which takes 6 arguments
>From tools/python/xen/xm/main.py:
class ProgAtropos(Prog):
<snip>
def main(self, args):
if len(args) != 5: self.err("%s: Invalid argument(s)" % args[0])
2007 Mar 01
1
xm create and No pop up windows
hello,
I''ve installed xen 3.04 on debian etch
I use an iso file to install my Vitual machine in full mode,
and when i do
#xm create etch1.hvm
Stared Domain etch1
It runs but i don''t have the pop up window with the virtual bios....
How can i do to have the pop up window?
thanks for your indications!
Regards
_______________________________________________
Xen-users mailing
2008 Jun 19
3
Bug#487165: [xen-utils-common] xm create requires python-xml to work
Package: xen-utils-common
Version: 3.2.0-2
Severity: wishlist
--- Please enter the report below this line. ---
xm create requires the python-xml package to work, perhaps it should be a
dependency of xen-utils-common ?
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.24
Debian Release: lenny/sid
1001 testing security.debian.org
1001 testing
2009 Sep 30
1
How to force xm create to allow same disk mounted to more than one quest
In my system I''d like to be able to share one disk among multiple xen
quests and boot them up using this shared disk. Is it possible to set a
flag somewhere to avoid the following error.
# xm create guest2 kernel="/TMP/vmlinuz" ramdisk=/TMP/initrd.img
bootloader="" extra=rescue
Using config file "./guest2".
Error: The uname "/dev/sdz" is already
2013 Jun 21
0
How to create a Xen PV DomU with a dvd ISO image, using xl/xm
Hello,
I was looking to create a Xen DomU with a .iso image saved in the hard
disk.
I ran into some trouble with http based install, hence looking at this
option.
This is what i have currently. Just wanted to know if I am on the right
track here, and hoping to get some tips if somebody has similar experience.
I compiled Xen 4.1.5 from source on a Fedora 17 Dom0, and I want to create
DomU
2006 Dec 12
0
xm create issues (ValueError)
Hi,
I''m trying to install FreeBSD as a DomU using the tutorial from
http://www.yuanjue.net/xen/howto.html. I run into a problem when trying
to run
xm create -c /etc/xen/freebsd_xen_INSTALL vmid=1
when it returns a
ValueError: need more than 1 value to unpack
What can be the cause of such an error?
I''m using Xen 3 on SuSE 10.
Regards,
Gerrit Niezen
2005 Aug 15
0
[PATCH][VT]Don''t leave vncviewer processes running if xm create fails
this patch kill the created vncviewer process if xm create fails.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel