Displaying 20 results from an estimated 1000 matches similar to: "About defaults"
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
2004 Feb 12
5
Re: The Problem of Creating a domain
> [6] ctivating swap partitions: swapon: /dev/hda7: No such device or address
> [6] [FAILED]
> [6] ioctl 80041272 not supported by xl_block
> [6] Finding module dependencies: depmod: Can''t open /lib/modules/2.4.24-xeno/modules.dep for writing
> [6] [FAILED]
> [6] Checking filesystems
> [6] Couldn''t find matching filesystem: LABEL=/policy
Edit your
2005 Sep 08
4
Booting FreeBSD diskless in DomU
Using the 2.0.6 demo cd image, I booted the supplied freebsd image and rsync''d
the file system to an NFS server. However I don not seem to be able to
succesfully boot from it the system just hangs here:
xn0: bpf attached
xn0: Ethernet address: aa:00:00:61:1c:d4
lo0: bpf
I have modified /sbin/start_freebsd.sh and /etc/xen/freebsd.py to generate
the following configuration:
xendemo:~#
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
2003 Oct 21
7
Help on domain creation
Hi all,
I am running the current xen-unstable and had the following error message
when trying to create domain1.
# ./xenctl script -f/etc/xen-mynewdom
Domain defaults:
name XenoLinux
size 98304
vifs 1
domainImage /boot/xenolinux.gz
domainInitRD null
rootDevice /dev/hda5
rootArgs rw
usrDevice null
NWIP
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 make_domain
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
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.domain_create( mem_kb=mem_size*1024,
2015 Dec 09
2
syslinux 6.03 bug related to rev shadow and scroll bar with vshift
I thought I've found three bugs on syslinux 6.03:
(1) With sample config file as is, i.e. leaving commented MENU VSHIFT
and MENU COLOR UNSEL but uncommented MENU COLOR SEL:
A black "border" is displayed below the selected line and on its right edge.
(2) Uncommenting MENU COLOR UNSEL:
This effect appears also on separators and on right edge on every
unselected lines.
(3)
2004 Jun 23
2
''ser_baud=xxx'' option gone away
The Xen boot option ''ser_baud=<baud>'' has been removed from the
unstable tree. If you were still using this obsolete option then the
effect is that you will get no serial output when you boot Xen, which
may lead you to believe that there is a more serious problem.
To fix this you must move to the new boot option:
''com1=<baud>,8n1''
-- Keir
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2.
I am trying to compile xenolinux-2.4.24 (with vanilla sources from
ftp.kernel.org for linux-2.4.24). The steps of
mkbuildtree
ARCH=xeno make menuconfig
ARCH=xeno make dep
produce no errors, but
ARCH=xeno make bzImage
results in following error messages.
Any pointers will be appreciated.
-ishwar
---
gcc -D__KERNEL__
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
2003 Nov 28
3
Problem to boot Xenolinux.
Hi,
I am trying to install Xen/Xenolinux v1.1 on my workstation which has 2
SCSI disks. The first disk has WinXP installed, and the second disk has
Redhat 8.0. I copied the images into /boot and modified grub.conf
accordingly:
title Xen / XenoLinux 2.4.22
root (hd1,0)
kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot
module /xenolinux.gz root=/dev/sdb2 ro
2004 Jun 04
3
Xen
I''ve been recently testing the Xendemo CD and I can say that Xen is awesome.
I''d like to start deploying it initially in some development/testing servers.
However the limitation of the max memory of 800MB or so per virtual machine is
a show stopper for many applications.
Are there plans to raise the limit to something higher (like 2GB or so)?
How difficult would it be?
2009 Sep 15
1
Install CentOS on Partition(!)-images as a Xen-guest
Hi!
Some weeks ago the "Running Xen"-book was recommended to me on this
list. A nice book, but it gave me crazy idea: One of the
recommendations (which sounds very reasonable to me) was to have
instead of a single file that serves as a disk-image to have to
files: one of them (which is mounted to hda1) serves as a partition
that holds the data, the other one (which mounts to hda2) is
2003 Nov 12
7
Xen + other stuff?
Has anyone got Xen working with say, SELinux? Or vserver?
Wesley Parish
--
Clinesterton Beademung - in all of love.
Mau e ki, "He aha te mea nui?"
You ask, "What is the most important thing?"
Maku e ki, "He tangata, he tangata, he tangata."
I reply, "It is people, it is people, it is people."
-------------------------------------------------------
This
2005 Sep 29
1
Kernel panic - not syncing: Attempted to kill init!
Hi all,
I have another problem with starting domainU (xenolinux). I took me
pretty much quite some time and i can not figure out why starting a new
domain is failing.
I will really appreciate if somebody can help me with this error.
The error I get when booting xen-domainU is:
/=======================
Red Hat nash version 4.1.18 starting
Mounted /proc filesystem
Mounting sysfs
Creating /dev
2004 Apr 01
2
Role of Xen/Xenolinux in New IO networking
I know I have asked this before, but I am having trouble understanding
the role of each component in the new 1.3 world:
In 1.3 networking if Xen has no devices, and domain 0 owns and operates
the NIC - does Xen have any role at all in networking for the guest
OS''s?
Which network device driver will a guest OS use?
Do all the vnetif rules defined in Domain 0 now get interpreted by
2006 May 08
2
Resend: xenolinux hg repo
resend to larger group:
which one is the right one?
I''m going thru some merge hell and a need some newer PPC code from
kernel.org.
is it:
http://xenbits.xensource.com/linux-2.6-xen.hg (worked on)
--or--
http://xenbits.xensource.com/ext/linux-2.6-merge.hg (six weeks of
nothing)
there is also linux-2.6.rc-xen.hg, linux-2.6.tip-xen.hg, linux-2.6-
patchqueue.hg
the PPC team
2004 Dec 21
3
XEN 2.0.1/Xenolinux 2.6.9 domain0 not booting on Debian Sarge / P4 Xeon
Hi all
I am in the process of upgrading my XEN servers from 2.4 to 2.6 kernels
as I am having better results on 2.6.
However one machine (the big daddy) refuses to boot a 2.6.9 xenolinux
kernel. It''s an IBM eSeries xServer x205.
I have selected what i think are the appropriate options in menuconfig
but it refuses to boot into dom0. By refuse I mean it initialises the
hypervisor,