similar to: trying to trace xm create

Displaying 20 results from an estimated 1000 matches similar to: "trying to trace xm create"

2005 Jun 02
0
Re: ttylinux and Error creating domain: vbd: Segment not found - new
Hello, Thnks; You are absolutely right.I changed it to point to file:/root/ttylinux/ttylinux-xen , unmounted mnt and had succeeded to create and log in to the new created domain. Silly of me. John >Are you supposed to mount the filesystem under dom0 before you start >ttylinux? >From: Marius Hårstad Kjerkreit <mkjerkreit@gmail.com> >Reply-To: Marius Hårstad Kjerkreit
2005 Nov 26
0
can''t start tty linux.
hello. i just installed xen from source (using mke world then make install) booted into linux using the xen-2.0.7.gz kernel and then triewd to run ttylinux from the instructions in the user manual. i used this command. xm create /store/xmexample1 -c my xonfigfile ( xmexample1) is this. > # -*- mode: python; -*- > >
2005 Apr 15
2
Newbie question
Hola! I''m trying to follow the User Manual''s example on how to run ttylinux on xen and failing. # xm create ttylinux-xen.cf -c Using config file "ttylinux-xen.cf". Started domain ttylinux, console on port 9604 ************ REMOTE CONSOLE: CTRL-] TO QUIT ******** Linux version 2.6.11-xenU (horape@elanor.compendium.net.ar) (gcc version 3.3.5 (Debian 1:3.3.5-3)) #1 Thu
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 26
2
Why cannt I boot 128 ttylinux VMs?
Hey all, I am a new Xen user and trying to boot up 128 VM on the machine with 16G memory. All VM images are ttylinux. When I booted up 116 Virtual machines, I can not boot VM anymore. Once I create a new VM, the latest VM on the machine would be kicked out to hold 116 VM simultaneously. Since I set VM memory to 32M, the Memory should not be an issue. I am wondering why I can not boot 128 VM and
2005 Jan 27
2
ttylinux instructions
Does anyone in the devel team recall how the ttylinux rootfs was created, by which I mean what changes were needed? Nothing detailed, just "oh, just /etc/fstab" or whatever. I haven''t yet compared myself, though I''ll figure it eventually. For XenCD, I''d like to ship a pristine ttylinux instance on the ISO image, and have the XenCD startup process copy that
2005 Sep 30
14
pdb missing files?
Hello, I''m trying to get PDB working in accordance with the instructions at http://www.cl.cam.ac.uk/~sos22/replay.bk/docs/misc/XenDebugger-HOWTO and a message from this list: http://lists.xensource.com/archives/html/xen-devel/2004-08/msg00017.html When I try to build pdb I first get errors because the Makefile is configured to treat warnings as errors, and there are some warnings.
2005 Oct 18
3
Not able to get eth0 up on domU.
I am using ttylinux-xen file system image a a loopback device for the domain. I am mostly using the default configuration. I am not able to get networking on the domU. Are kernel "vmlinuz-2.6-xenU" as well as "2.6.11.12-xen0" both compiled w/o loadable module support? I guess it fails when it tries to initialize the iptables on the domU when it tries to do "modprobe".
2009 Jul 24
1
No login prompt for DomainU with Xen 3.1 on CentOS 5.3
Hello Dear everybody! I just installed CentOS 5.3 and try the built-in Xen 3.1 with it. But even the typical ttyLinux doesn''t work when the domain is created.-- it just doesn''t give me the login prompt while the domain ttylinux is booted. [root@soe-hd513-pc102 nimbus]# xm create ttylinux-xen.conf -c Using config file "./ttylinux-xen.conf". Started domain ttylinux
2004 Dec 22
2
xenU wont boot, cannot open root device
Hi, I am trying to replace uml with xen, but I cant get the unpreviliged Domains booting.. Ive tested a cuple of filesystems in a file (ext3 or xfs formatted) and Ive also tried the ttylinux-xen image. But I always get this error: VFS: Cannot open root device "hda1" or unknown-block(3,1) Please append a correct "root=" boot option Kernel panic - not syncing: VFS: Unable to
2005 Aug 31
0
Problems creating DomUs with large memory system/PAE enabled
All. I am running Xen on an ES7000 system with 4 procs and 4 GB memory. I am running Suse Sles-9 (32-bit) on the machine. I have compiled Xen (the tip on the unstable tree : 6552) with PAE enabled (XEN_TARGET_X86_PAE=y). The system boots fine. I started xend and when I tried to bring up a virtual machine, the system gave me the following error on the command line. On the serial port, I saw an
2005 Oct 31
5
zombie domains
Hi, How can I figure why some domain is still in zombie state, like these ones: master-xen root /vm/ttylinux# xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 574 1 r----- 90.5 Zombie-small-11 28 0 1 ---s-d 0.9 Zombie-small-17 34 0 1 ---s-d
2005 Aug 18
4
Debian sarge in domU
Hi I installed xen-unstable on a debian sarge. The domain0 works good. Also a domU with the ttylinux installed as it is described in the manual. In a second domU I installed a sarge as it is described. This linux starts until the crond starts: [...] Starting deferred execution scheduler: atd. Starting periodic command scheduler: cron. then it takes a while an this messages appears: INIT: Id
2005 Nov 16
4
[PATCH][XM-TEST] Test that tries to create a 16MB domain
This patch adds a test that tries to create a domain with only 16MB of RAM. It verifies that the domain is created and that the console works. Right now this test fails for me: the domain just dies immediately with no indication of why, or with any useful console data. Should we put a sanity check on xm''s create and mem-set commands that prevent the user from doing something we know
2005 Oct 10
13
[PATCH] 0/2 VCPU creation and allocation
I''ve put together two patches. The first introduces a new dom0_op, set_max_vcpus, which with an associated variable and a check in the VCPUOP handler fixes [1]bug 288. Also included is a new VCPUOP, VCPUOP_create, which handles all of the vcpu creation tasks and leaves initialization and unpausing to VCPUOP_initialize. The separation allows for build-time allocation of vcpus which
2005 Jun 11
1
Login incorrect problem (SUSE-packaged Xen)
Hello, I am a newbie of Xen and just started with SUSE9.3-packaged Xen. The packaged document README.SuSE and script mk-xen-resucue-img.sh did me a great help, I could run sample ttylinux-xen and rescue-based Suse with xen. Now I''m trying YaST dirinstall. I Created a root FS image and installed a "minimal system required" using YaST . This domain booted and login console
2006 Feb 11
2
Xend crashes repeatedly starting DomU - please help...
Hi, this is a repost of a previous question - since then I have tried rebuilding my Xen0 kernel numerous times and trying different configurations, but I haven''t yet ever got a single DomU to boot so I really don''t even know what is supposed to happen, let alone how to start debugging it... Can someone please speculate on how to debug this further? It''s a gentoo
2005 Jun 30
0
ttylinux-xen domain U Boot problems
Hi, I have got xen compiled and installed properly.Domain 0 is created on the Xen port of Linux-2.6.11.10.But I am unable to boot the host domains. This is what one of my XenU config file contains [root@xion /]# cat /etc/xen/ttylinux kernel = "/boot/vmlinuz-2.6.11.10-xenU" memory = 64 name = "ttylinux" nics = 1 vif = [ ''mac=bb:00:00:00:00:11,
2005 Jun 05
11
Cannot open root device
Hi all, I am having trouble booting the ttylinux-xen guest os. I followed the example in the manual and exchanged the values to match my system. I also searched/read this mailing archive. This is the start command: ''xm create -c ttyvm'' where ttyvm is the config file It starts booting and then halts with the error: Root-NFS: No NFS server available, giving up. VFS: Unable to
2008 Feb 02
1
OSError: [Errno 10] No child processes
Hi; After updating our Xen packages to current tip of xen-3.1-testing (from 3.1.0) caglar@zangetsu xen-3.1-testing.hg $ hg tip changeset: 15634:dbe47d8cb825 tag: tip user: Keir Fraser <keir.fraser@citrix.com> date: Thu Jan 31 10:07:57 2008 +0000 summary: Added tag RELEASE-3.1.3 for changeset 4835d702ba6133849bfae64b783b755c5066c094 I cannot boot domU''s