Displaying 20 results from an estimated 1000 matches similar to: "network probs trying to get nfs root to work"
2006 Apr 19
3
xen-unstable-9514 and CONFIG_IA32_EMULATION
Hi guys,
Maybe one of you quickly can tell me if the x86_64 kernel
configuration option CONFIG_IA32_EMULATION is supposed to work under
Xen?
I''ve used an ia32 root file system together with CONFIG_IA32_EMULATION
inside qemu-system-x86_64 for quite a while now (without xen). It
works pretty well.
However, when I try this with xen-unstable-9514 all I get is general
protection errors...
2005 Oct 11
8
More on domU not starting
I get the following warning when running xend start, and a similar
warning sometimes when doing xm commands:
/usr/lib/python/xen/xend/XendNode.py:26: RuntimeWarning: Python C API
version mismatch for module xen.lowlevel.xc: This Python has API version
1012, module xen.lowlevel.xc has version 1011.
import xen.lowlevel.xc
/usr/lib/python/xen/xend/xenstore/xstransact.py:10: RuntimeWarning:
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
2005 Sep 08
3
RE: veth0 is from netback and vifu.0 is from thebridge-utils?
> Hi. what creates veth0 and vifu.0, when? what''s the
> underlying architecture behind them? Just trying to
> understand the internals.
netback/loopback.c creates them.
It''s effectively a point to point link, allowing domain 0 to connect on
to the bridge in the same manner that other domains do. (before, packets
to domain 0 were short-cutted and came off the
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
From: Geert Stappers <stappers at debian.org>
To make klibc-ipconfig transmit the DHCP vendor class "d-i"
and get the DHCP preseeding filename in a text file, it needs the
attached patch.
belows patch allows ipconfig to be used in Debian installer once
the hostname is sent too, see
http://blog.andrew.net.au/2006/05/17#d-i_dhcp_hacking
Signed-off-by: maximilian attems <maks at
2011 Apr 15
2
[PATCH] Escape DHCP options written to /tmp/net-$DEVCICE.conf
DHCP options like domain-name or hostname are written to
/tmp/net-$DEVICE.conf which is typically later used by other scripts to
determine the network configuration. This is done by sourcing the
/tmp/net-$DEVICE.conf file to get all defined variables.
This patch escapes the DHCP options written to /tmp/net-$DEVICE.conf
to prevent arbitrary code execution.
Signed-off-by: Ulrich Dangel <uli at
2008 May 24
3
ipconfig and boot filename option
Hi,
ipconfig is used in ltsp (thin clients) initramfs. Some of the users
have to have 2 dhcp servers in ltsp environments, so they hit on this
problem:
The first dhcp request is from the pxe rom boot code. This code
ignores any dhcp offers that don't have a filename field. So they
always get the correct address, from the ltsp server.
The second dhcp request (in initramfs) is done by
2005 Aug 23
6
NFS-root problem
I have been googling and searching the archive , haven''t got anything
helpful. Would appreciate any help.
Got the follow error when trying to start a domain using NFS root
IP-Config: Incomplete network configuration information.
Looking up port of RPC 100003/2 on 10.10.24.141 <http://10.10.24.141>
RPC: sendmsg returned error 101
portmap: RPC call returned error 101
Root-NFS:
2004 Nov 10
5
etherbridge bottleneck
I ran some iperf tests today and it looks like the etherbridge
is the limiting factor on throughput. In the beforetime, I saw great
throughput to the VMs; over 800 Mbps. With the bridge, the numbers
are in the 400s somewhere.
Is this the speed I can expect from the bridge?
Is there some tuning I should try, or another way to get more bandwidth
into the VMs?
This is with xen-2.0, 2.4.27-xen0
2008 Apr 22
5
which should I use: TIMEOUT, ONTIMEOUT, or ONERROR ?
Hi. I'm trying to get around the problem of an overloaded tftp server
causing a pxelinux client hanging at the boot: prompt, waiting for input
(no one will input anything to it). The server is OK enough to give the
pxebootloader but not the config file, as in this thread:
http://syslinux.zytor.com/archives/2004-June/003662.html
So, in that case, I guess setting TIMEOUT to some
2008 Jun 26
0
gentoo pxelinux boot - pass hostname to dhcp client
Hello all,
I have finally successfully booted a diskless NFS Gentoo client and I
am very pleased with it!
I only have one issue left I'd like to understand; the master Gentoo
server that I based my diskless image from boots nicely via dhcp and
accepts the hostname parameter its DHCP server passes along with its
leased IP address. I have posted in the Gentoo forum, but thought I'd
post
2007 Jul 13
12
XEN 3.1: critical bug: vif init failure after creating 15-17 VMs (XENBUS: Timeout connecting to device: device/vif)
We have found a critical problem with the XEN 3.1 release (for those who are running 15-20 VMs on a single server). We are using the official XEN 3.1 release on a rackable server (Dual-Core AMD Opteron, 8GB RAM).
The problem we are seeing is that intermittently vifs fail to work properly in VMs after we create around 15-17 VMs on our server (all running at the same time, created one by
2005 Sep 26
3
PXEboot: can't find configfile on tftpd server
Hello,
I've got several machines which I'm trying to netboot, the setup is a
bootserver using dhcpd3 and tftpd-hpa.
When a machine boots up, it gets an ip address and downloads pxelinux.0 from
the server, then it starts searching for pxelinux.cfg/[MACADDRESS]
pxelinux.cfg/0A0000F0 and so on. On the server side I see in the syslog the
client's DHCP-request and the client downloading
2007 Dec 04
1
odd behavior with provider yum...
Anybody else noticed this:
debug: package provider yum: Executing ''/usr/bin/yum -d 0 -e 0 list
available portmap''
err: //nfs_server/Package[portmap]: Failed to retrieve current state
of resource: Could not get latest version: Execution of ''/usr/bin/
yum -d 0 -e 0 list availaSearching 100% |
=========================| 16 kB 00:03
Error: No
2010 May 28
4
Anyone able to NFS boot on xen 4.x ?
Has anyone been able to get domU NFS boots working with any version of
Xen 4.x? If so, can you please post your config? Both the dom0 Xen
version & kernel, as well as the domU config file.
I''ve spent a lot of time running through all the docs, HOWTO''s and
published configs and assorted patches for Ubuntu 9x-10x and Xen 4x
trying NFS booting with each. I''m not going
2005 Aug 30
0
Xen 2.0.7 , amd64 (32 bit mode) lvm partition: runaway loop modprobe binfmt-464c
Hi i''m trying to run Xen on my amd64. Installed is
Debian 3.1 sarge i386 and Xen 2.0.7, my whole enviroment
is 32 bit.
When i''m running a xenU domain and use /var/xen/samba
as a ext2 fs file ( file:/var/xen/samba,hda1,w ) everything
goes according to plan.
If i use my LVM partition ( phy:/dev/xen/samba-ha,hda1,w )
it gives during boot:
--------
...
NET:
2005 Dec 06
0
Problem: IP-Config: Unable to set interface netmask (-22)
Hi all,
I tried to boot up a VM using two options (a) reading boot information from a config file (b) adding
boot information directly to the command line. However, I got "IP-Config: Unable to set interface
netmask (-22)" problem when using option (b). For (a), I don''t have such problem. The boot
information for both (a) and (b) is same.
Could you please let me know what I am
2002 Jul 31
2
Patronizing the exclude * option
I need to get around the requirement of --exclude=* to have all the
parent directories of the files and directories that are to be
included. So given the file..
/startdirectory/subdirectory1/subdirectory2/filetobecopied
I need to include
/
/subdirectory1
/subdirectory1/subdirectory2
I could just include the entire directory structure , but
alternatively just include the needed paths. So the
2004 Oct 19
0
Create Domain Error Xen-2.0
Hi,
I am new to Xen, I get the following message when trying to create
domain using xen-2.0 built on RedHat 9/ Pentium PC with IDE drive:
"Kernel panic: No init found. Try passing init= option
to kernel".
Below is console dump. Any suggestions ?
Thanks
Console Dump:
[root@mppunami-linux xen]# xm console 35
************ REMOTE CONSOLE: CTRL-] TO QUIT ********
Linux
2010 May 26
2
Interdomain trust with different WINS servers
Hi
I am trying to stablish a relation between two different Samba domains. Each
domain has two PDCs, all they are WINS servers, and the two domains are in
different subnets. They are configured to use LDAP as the user/group/machine
database. First, I will create the relation, being DOM1.CORP the trusted
domain, and DOM2.CORP the trusting domain, so in a server of DOM1.CORP, I
create a user this