Displaying 20 results from an estimated 10000 matches similar to: "Error in network-route script"
2008 Jun 19
2
Bump > Error in network-route script
Hello,
Was wondering if there is a solution to the error posted by "Dominique
H Schramm" on the 5 Jan 2008
I''ve just changed from network-bridge to network-route and just
noticed this problem
Thanks,
"""
Hi guys,
i got the following error:
/etc/xen/scripts/network-route: line 27:
/proc/sys/net/ipv4/conf/eth/proxy_arp:
no such file or directory
I use the
2008 Jan 05
3
Logout from xm console
Hi folks,
my problem:
i am using putty and german layout. if i login from dom0
with "xm console xen1" i can login into the xen1 (domU)
but how can i quit this console ?
i have tested several commands:
ctrl+5
ctrl+altgr+9
ctrl+c
ctrl+x
nothin happend. any hints ?
--
Have an nice day,
Viele Grüße
Dominique H Schramm
_______________________________________________
Xen-users
2007 Dec 16
3
xen and quota
Hi guys,
i am running xen 3.1.0 from sources at my debian server. at the domU
it
seems there are no quota functionality:
quotacheck -mav
quotacheck: Cannot stat() mounted device /dev/hda1: No such file or
directory
quotacheck: Cannot find filesystem to check or filesystem not mounted
with quota option.
cat /etc/fstab
cat /etc/fstab
# <file system> <mount point>
2008 Mar 25
2
creating xenbr0 manually
Hi guys,
i use xen3.2. how can i manually create the xenbr0 ? which parameters
have i to choose for brctl ?
thanks,
--
Viele Grüße
Dominique Holger Schramm | Linux Administrator
http://schwarz-weiss.cc/ | Life between PuTTy and reality
http://ihr-linuxadmin.eu/ | Commercial Admin Service
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2008 Apr 23
0
Bug#477525: xend with network-route fails to start, missing $vifnum
Package: xen-utils-3.2-1
Version: 3.2.0-5
Severity: important
$vifnum is undefined when this is called.
Starting XEN control daemon: xend/etc/xen/scripts/network-route: line 27: /proc/sys/net/ipv4/conf/eth/proxy_arp: No such file or directory
/etc/xen/scripts/network-route: line 27: /proc/sys/net/ipv4/conf/eth/proxy_arp: No such file or directory
/etc/xen/scripts/network-route: line 27:
2008 Mar 25
0
domU doesn''t start | Error
Hi Guys,
my domUs won''t start and i do not know why.
i use the acutal version of xen (3.2) from mercurial on a debian etch
64 system. Thanks for any help
here the config of a domU:
==================================
name = "vadmin89"
kernel = "/boot/vmlinuz-2.6-xen"
root = "/dev/hda1"
memory = 75
disk = [
2011 Jan 31
3
Three small patches for xen-4.1.0-rc
Here are three small patches that I have applied to the Fedora xen builds
and I think are are suitable for xen-4.1.0.
The first patch fixes an anomaly in /etc/xen/scripts/network-route.
Currently this script contains
netdev=${netdev:-eth${vifnum}}
ie. netdev is set to eth${vifnum} by default. Unfortunately vifnum is not
set anywhere in the xen code so the default is actually the broken
2009 Mar 15
0
Bug#477525: Suggested fix
vifnum appears to be entirely a figment of network-route's imagination;
I can see no evidence of it elsewhere in the Debian Xen packages.
Since network-route claims to default to eth0 and does not document
vifnum at all, the obvious fix would be to change:
netdev=${netdev:-eth${vifnum}}
to:
netdev=${netdev:-eth0}
ttfn/rjk
2008 Mar 25
1
Xen3.1 Etch-backports | VE already running
Hi guys,
actually i use the following packages from etch-backports:
===========================
ii linux-headers-2.6.18-6-xen-vserver 2.6.18.dfsg.1-18etch1
Common header files for Linux 2.6.18
ii linux-headers-2.6.18-6-xen-vserver-amd64 2.6.18.dfsg.1-18etch1
Header files for Linux 2.6.18 on AMD64
ii linux-image-2.6.18-6-xen-vserver-amd64
2007 Jun 14
0
Multiple NIC usage in RHEL5
Hello all,
I''m using Red Hat Enterprise Linux 5 (with RH Virtualization) and a Dell
Poweredge 2950 with 10 NICs. My virtual operating systems are all
RHEL4, and I''ve installed 4 instances. I''m trying to set up the virtual
operating systems so that the physical NICs are allocated to certain
operating systems. Using the following tutorial:
2011 Feb 12
0
xen 3.4.3 on CentOS 5.5 dom0: multiple nic issue -- eth1 won''t restart
Hi Folks:
I have a strange problem with multiple (2) NICs on a CentOS 5.5 dom0
setup running xen 3.4.3 and have been struggling to fix it for some
time. I could not find anything by googling or searching through this
list but that is probably because I couldn''t figure out the correct
search terms.
After I configure my bridges the command "system network restart" fails
for eth1
2007 Dec 04
1
Xen not applying custom network script on startup
I'm seeing an issue with xend not running a custom network script
automatically, but works when I run it manually.
In /etc/xen/xend-config.sxp I've changed:
(network-script network-bridge)
TO:
(network-script network-custom)
Here is /etc/xen/scripts/network-custom:
# !/bin/bash
# network-custom
script=/etc/xen/scripts/network-bridge
case $1 in
start)
$script start vifnum=0
2008 Feb 01
3
No peth interface for xenbr4 and xenbr5
Hello all,
I have a Xen server with 6 network interfaces, I want a bridge on
all of them.
I use a personal network script like this :
#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1
"$dir/network-bridge" "$@"
2009 Jun 17
1
Xen with multiple virtual network interfaces with one bond
Hello all,
I have been running xen for a while now with two interfaces:
dummy0 for host only communication, and
eth0 for the outside network.
my script looks like this: (/etc/xen/scripts/network-bridge-more)
------------------------------------------------------------------
#! /bin/sh
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=dummy0
2010 Aug 03
2
Limit of ip adresses for DomU
Hi @all,
does anyone know how many ip adresses as aliases and vifs may assign
to a single DomU?
At the moment it seems for me that ~ 30 ip adresses are max.
Kong regards
--
- Dominique ''NetAndroid'' Schramm
- Twitter: @NetAndroid_BY
- Blog: http://schwarz-weiss.cc/
Hinweis:
PM''s bitte ausschließlich an dominique.schramm@piraten.it!
2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
As the issue concerns both the -user (configuration) and -devel (OOPS),
I''m sending this message to both lists.
Some time ago I complained about two problems:
- VLANs are not working on machines with 100 Mbit cards
- I get a kernel Oops (sometimes panic) when I try to use bonding and
VLANs with Xen
The root of the issue is the same in both cases: VLAN interfaces must
*not* be
2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
As the issue concerns both the -user (configuration) and -devel (OOPS),
I''m sending this message to both lists.
Some time ago I complained about two problems:
- VLANs are not working on machines with 100 Mbit cards
- I get a kernel Oops (sometimes panic) when I try to use bonding and
VLANs with Xen
The root of the issue is the same in both cases: VLAN interfaces must
*not* be
2007 Nov 07
1
Network Issues/Questions
Hello,
I''m new to Xen (and this mailing-list) and facing some problems with
the network. I''m stuck and don''t know how to continue. And Google
isn''t very helpful either...
My setup:
- Ubuntu 7.10 for dom0 and Debian 4.0 for all domU
- 4 physical NIC (DHCP from my ISP, internal LAN, DMZ & WLAN)
- 1 Dom as firewall/router
- 1 domU with internal services
2006 Mar 22
0
two bridges share the same bridge ID.
Hello all,
I would like to use two network interfaces.
It is working but I notice that both bridges hace the same id.
#brctl show
bridge name bridge id STP enabled interfaces
xenbr0 8000.feffffffffff no peth0
vif0.0
vif10.0
xenbr1
2012 Aug 16
0
Messages related libvirtd and bond
Hi,
In one of our xen server, I am using two bonding.
bond0 : Is for trunk, where the vlans are attached
, port eth0 & eth1 is attached to bond0
bond1 : eth2 & eth3 are attached to bond1, where
physical ip has been set .
In the /etc/xen/xend-config.sxp, I am using
(network-script *multi-network-bridge*) , the