similar to: Bug#477525: Suggested fix

Displaying 20 results from an estimated 6000 matches similar to: "Bug#477525: Suggested fix"

2015 Aug 21
0
Processed: user pkg-xen-devel@lists.alioth.debian.org, usertagging 477525, closing 477525
Processing commands for control at bugs.debian.org: > user pkg-xen-devel at lists.alioth.debian.org Setting user to pkg-xen-devel at lists.alioth.debian.org (was ijc at debian.org). > usertags 477525 toolstack-xend There were no usertags set. Usertags are now: toolstack-xend. > close 477525 4.4.0-1 Bug #477525 [src:xen] xend with network-route fails to start, missing $vifnum Marked as
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:
2009 Mar 21
0
Bug#520641: Cannot create HVM domain
Package: xen-utils-3.2-1 Version: 3.2.1-2 If I try to create an HVM domain I get the following error message: araminta:~# xm create -c heceptor.cfg Using config file "/etc/xen/heceptor.cfg". Error: Creating domain failed: name=heceptor xend-log has a Python backtrace in it: [2009-03-21 14:14:46 25927] DEBUG (XendDomainInfo:84) XendDomainInfo.create(['vm', ['name',
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" "$@"
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
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
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
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
2017 Nov 01
0
Centos and xen network bridge issue
On 11/01/2017 07:55 AM, Scott Gennari wrote: > /etc/xen/scripts/network-bridge-pcl > > #/bin/sh > > dir=$(dirname "$0") > "$dir/network-bridge" "$@" vifnum=1 netdev=eth2 bridge=xen-dmz2 > "$dir/network-bridge" "$@" vifnum=3 netdev=eth0 bridge=xen-dmz1 Do you get any error output when you run: /etc/xen/scripts/network-bridge
2011 Jul 30
0
Network issue with xend
Hi, I am facing issues after upgrading one of the server from rhel5.5. (86_64) to latest rhel5.7 (86_64). The server is under trunk configuraion. I have set the network bridge as follows: #!/bin/bash vconfig set_name_type DEV_PLUS_VID_NO_PAD dir=$(dirname " $0" /etc/xen/scripts/network-bridge $@ vifnum=1 bridge=xenbr2 netdev=bond0.10 /etc/xen/scripts/network-bridge $@
2011 Aug 31
1
Bug#639941: Xen "line 118: sigerr: command not found" error for unassigned network interfaces
Package: xen-utils-common Version: 4.0.0-1 Hello guys, Ik running Debian stable (squeeze). I run a virtual pfsense firwall in a DomU. I created multiple bridges. The interfaces itself (except eth2 (connected to br_lan)) itself don't have a IP assigned. I use them to connect to other devices. grep my-network /etc/xen/xend-config.sxp (network-script my-network-script) root at
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
2011 Aug 31
1
Bug#639942: Xen "non-bridged traffic is not supported anymore" with bridges
Package: xen-utils-common Version: 4.0.0-1 Hello guys, Ik running Debian stable (squeeze). This appeared in the messages when i started and stopped a DomU: root at dom0:~# cat messages Aug 31 22:04:52 dom0 kernel: [ 775.569937] device vif6.0 entered promiscuous mode Aug 31 22:04:52 dom0 kernel: [ 775.575993] br_lan: port 2(vif6.0) entering forwarding state Aug 31 22:04:52 dom0 kernel: [
2016 Jan 25
2
Version of SFTP
The link http://www.greenend.org.uk/rjk/sftp/sftpversions.html On Mon, Jan 25, 2016 at 11:07 AM, Maria Shalet <mshalet at gmail.com> wrote: > Dear Developers, > In the Open SSH package, we have only V3 of sftp. Here the > mode of transfer is only binary. > > According to the below link I find there are later versions > of the SFTP protocol that
2008 Sep 26
0
Centos multiple bridging
Hi @all, I tried to setup xen 3.3 on centos 5 Update 2. I used the following packages: http://bderzhavets.blogspot.com/2008/08/install-xen-3.html The server has 4 physical network interfaces and i want to use them all. eth0 => only for host (configured with static ip) eth1 => first vm (configured with static ip) eth2 => second vm (configured with static ip) eth3 => all other vm