Displaying 20 results from an estimated 1000 matches similar to: "Why cannt I boot 128 ttylinux VMs?"
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
2006 Sep 15
11
Supported #of CPUs/VMs per CPUs
Can find documented how many CPUS can Xen support and how many Virtual
Machines per CPU are allowed?  Can someone please supply this info? 
-- 
View this message in context: http://www.nabble.com/Supported--of-CPUs-VMs-per-CPUs-tf2278842.html#a6329630
Sent from the Xen - Dev forum at Nabble.com.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
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 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 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 05
0
Problems creating a ttylinux domain with almost default config
I am trying following the docs, trying to create a ttylinux domain. 
However, the creation fails as so.
root:~$ xm create -c ttylinux_xen_config
Using config file "ttylinux_xen_config".
Error: Device 0 (vif) could not be connected. Backend device not found.
No terminal shows up, and I can''t xm console blocks.  However, xm list
shows the domain.
root:~$ cat ttylinux_xen_config
2005 Jul 05
0
A question in ttylinux
Hi
 I created a domain using ttylinux ,there are several pieces of 
information printing out while starting ,and there are a failure as
follow:
 
 How to fix it ? Anyone help me
Setting system clock: hwclock: Could not access RTC: No such file or
directory
                                                                failed
_______________________________________________
Xen-users mailing
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 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
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 Dec 01
0
Re: domU ttylinux kernel panic Cannot open root devicewith current xen-unstable
Hi,
I solved the problem with the xen-bugtool. The problem was: I have 
alread python2.4 on my machine. Ich startet xen-bugtool with python2.3 
and it worked!!!
I attach the output.
Dieter
Ewan Mellor schrieb:
>On Thu, Dec 01 2005 at 12:04:41 +0000, dieter.edinger@web.de wrote:
>
>  
>
>>I think, there is something missing. Do I have to install some more things?
>>
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 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
2011 Nov 22
1
[file PATCH] Properly detect .vdi (VirtualBox disk image) files
The current test for .vdi files is incorrect.  It tries to detect the
string "<<< Sun xVM VirtualBox Disk Image >>>".  However this string
is just free text and .vdi files often contain different strings (ref: [1]).
The correct test in this patch looks for the magic number at offset
0x40 in the file (ref: [2]).
Example:
Upstream 'file' without the patch on an
2005 Nov 30
1
how to run knoppix under xen
i saw a screen shot of knoppix beeing run under xen but for some reason i
can''t do that.
here if the config file i use.
> kernel = "/boot/vmlinuz-2.6-xenU"
> memory = 64
> name = "ttylinux"
> nics = 1
> ip = "1.2.3.4"
> disk = [''phy:hdc,hdd,r'']
> root = "/dev/hdd ro"
hdc is my cdrom and it was unmounted at