Displaying 20 results from an estimated 1000 matches similar to: "CONFIG_IP_PNP_DHCP=y"
2005 Mar 22
0
Re: [uml-user] NPTL/db4 problem with FC3
(Me Too ++: I''m running into the same issues with a non-nptl DB4 and rpm
on rhel4)
And making it even more interesting:
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/as-x86/
"Red Hat Enterprise Linux 5 will no longer include support for
LinuxThreads. Therefore, applications that require LinuxThreads support
must be updated before they will be able to
2005 Mar 23
3
Fc3 xm boots always maintenance mode
I really wants to know.
When I start "xm create fc3 -c" but always maintenance mode.
Is someone kind enough to point whats wrong with me?
Configfiles are like this.
kernel ="/boot/vmlinuz-2.6.11-1.1177_FC4xenU"
memory =128
name = "fc3"
nics = 1
disk = [''file:/root/fedora.img,hda2,w'']
ip="210.166.211.245"
2005 Mar 22
18
[PATCH] tools top level makefile cleanup
I cleaned up the top level makefile in the tools directory. No major
changes. Except I have it so that ioemmu is compiled only with x86_32.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
--- tools/Makefile.orig 2005-03-17 21:03:44.000000000 -0600
+++ tools/Makefile 2005-03-22 15:05:20.000000000 -0600
@@ -1,37 +1,33 @@
+XEN_ROOT = ../
+include $(XEN_ROOT)/tools/Rules.mk
-all:
-
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 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
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,
2004 Aug 06
0
A better fix for the /lib/tls problems
Further to the email below from a few weeks ago, I can announce that
Xen/Linux 2.6 handles the TLS problem (-ve accesses into segments) by
dynamically rewriting the offending instructions.
This is enabled by default in the 2.6 kernels, and reduces the
overhead of handling those instructions to almost zero (compared with
around 100% overhead when using pure emulation in Xen, when running
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
2004 Mar 06
1
How you pronounce XEN?
Maybe this is a faq.
but how?
I pronounce it as "ZEN". in Japanese,
it is same pronounce as "zen", a kind of Taoism.
--- Okajima.
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from
2005 Nov 29
2
Use shorewall for count traffic usage on a interface
Hi
i have a small problems on one of my interface : i can''t get traffic out
and don''t know why.
Ither user say me that i can use Shorewall for create the counter and
after get the information for
mrtg. Anyone know what is the process into shorewall 2.0.X ?
i don''t want monitor by specified port, but all ports
Thanks for your help
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
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
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,
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 Feb 09
1
RE: [PATCH 2/2] netfront skb padding
> It appears that when alloc''ing a skb, it is bring padded by
> an arbitrarily
> (and excessive) long value. The value for this padding
> really only needs to
> be 24. 24 = 14 for the ethernet header + 2 for the cache
> alignment + 4 for
> the CRC + 4 for the VLAN flags.
Given that we''re allocating page sized buffers the current situation
2005 Feb 27
2
Re: [Xen-changelog] Move xcs to unix domain sockets.
On Fri, 25 Feb 2005, BitKeeper Bot wrote:
> ChangeSet 1.1265, 2005/02/25 22:55:44+00:00, akw27@arcadians.cl.cam.ac.uk
> diff -Nru a/tools/misc/xend b/tools/misc/xend
> --- a/tools/misc/xend 2005-02-26 06:03:12 -05:00
> +++ b/tools/misc/xend 2005-02-26 06:03:12 -05:00
> @@ -24,7 +24,7 @@
> import socket
> import time
>
> -XCS_PORT = 1633
> +XCS_PATH =
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 Jul 18
1
New user with issues
Hi All,
I just joined this list because I am setting up a
firewall for my office and decided to use this great
piece of software. I am having a problem
understanding the documentation in the following
areas:
1) shorewall seems to rewrite my routing table
removing all my configurations. I have the following
setup:
at our webserver colo facility
Inet --> eth0 (12 M ethernet)
local -->
2005 Feb 24
1
vif-bridge
All works fine on my virtual hosts, except the network.
The internal interface is created (have an ip address), the external
bridge is ok,
with the external vif1.0 for the virtual host, but `ping
virtual_host_address` dont
work.
Ok, I try to put on vif1.0 an ip address. When I do an `ifconfig
vif1.0 127.1.2.3`
the network works fine, `ping virtual_host_address` works and all machines from
my