Displaying 7 results from an estimated 7 matches for "xc_dom_create".
2004 May 20
1
xc_dom_create.py cpu flag
I pulled unstable yesterday and noticed xc_dom_create.py does not have
a default value for cpu, so python complains
Traceback (most recent call last):
File "/usr/bin/xc_dom_create.py", line 408, in ?
(current_id, current_port) = make_domain()
File "/usr/bin/xc_dom_create.py", line 234, in make_domain
id = xc.domai...
2004 Apr 14
2
Problem creating new domain in unstable
Hi,
I just had a try using the xeno-unstable. When I used the xc_dom_create.py to create a new domain I got the followings:
==============================================
Traceback (most recent call last):
File "/usr/bin/xc_dom_create.py", line 332, in ?
(current_id, current_port) = make_domain()
File "/usr/bin/xc_dom_create.py", line 238, in m...
2004 Apr 11
3
About defaults
Excuse me, what did you mean by "certainly wrong: you''re ... to make real
physical partition hda1 visible to the domain"?
Can we use real physical partition in vbd_list?
And what the "cmdline_root" should be?
Thanks.
Xiaofang
> vbd_list = [ (''phy:hda1'',''sda1'',''w''),
2004 Mar 11
3
Problem with DemoCD 1.2
Hello.
I''ve downloaded and burned the Xen DemoCD 1.2. It boots fine,
and generally seems to work well. However, when I try to create
a domain via xc_dom_create.py I get an ImportError (from a python module
I''m guessing). Problem is that it can''t open the libxc.so.1.2 shared object.
And sure enough, it''s not there. libxc.so is in /usr/lib, but not
libxc.so.1.2. And because the /usr file system is read-only I can not
simply link...
2004 Jul 23
5
help! error in creating a new domain
Maybe this question is a little stupid, but please help me. I am a newbie
to Xen.
When I tried to create a new domain "domain 1", I followed the Yan-Ching
CHU''s guide on :installing quick file systems for new domains in Xen 1.2".
But when I do "xc_dom_create.py -Dvmid=1", Xen seems to start to boot with
some normal bootup information, but right after several proper messages,
Xen dump many messages "kmod: failed to exec /sbin/modprobe -s -k
binfmt-9653, errno = 8". I was stuck at this problem for several days.
Please help.
Here is the de...
2004 Mar 05
0
Re: vif_addip
> I''m trying to add a new ip address to a running domain;
>
> The domain starts:
> [root@xen xenolinux-2.4.24]# xc_dom_create.py -f /etc/xc/test -D vmid=1
> Parsing config file ''/etc/xc/test''
> VM IP address(es) : "169.254.1.1"
> VM cmdline : "ip=169.254.1.1:169.254.1.0:169.254.1.0:255.255.0.0::eth0:off root=/dev/xvda ro 4 VMID=1"
> VM started in domain 1
>
&g...
2004 Feb 11
48
Kernel panic while compiling kernel
I know you Xen developers are beginning to hate me ;) but...
While trying to compile 2.4.24 under DOM0, quickly after issuing ''make dep'' I
got:
Kernel panic: Failed mmu update: c015bf80, 4
I suspect this address probably isn''t to helpful but this is all I have. I am
currently booted in 2.4.21-SuSE and compiling the 2.4.24 regarding another
thread here.
Regarding