similar to: Server moved - networking stopped

Displaying 20 results from an estimated 800 matches similar to: "Server moved - networking stopped"

2008 Nov 22
2
windows 2008 server x86 + 3 gb memory
Hello! I''me run windows 2008 server in Debian etch amd64 8 gb memory. if given > 2gb memory to w2k8. dom0 is down. In no logs anything interesting. configs: (logfile /var/log/xen/xend.log) (loglevel DEBUG) (network-script ''network-virtual bridgeip="172.16.16.1/24" brnet="172.16.16.0/24"'') (vif-script ''vif-bridge
2007 Aug 16
3
Re: Adding a new virtual block device to a guest
Hi! It seems i already have udev... mydom0:~# apt-get install udev Reading package lists... Done Building dependency tree... Done udev is already the newest version. mydom0:~# I notice when i mkfs -ext 3 my new vbd with dd, it says it''s not a block device.. i have a feeling im doing this wrong. can you suggest steps in: 1. creating a new block device 2. preparing it (mkfs) 3.
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
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
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
2009 Jul 09
5
[LLVMdev] Source file information.
Dear All, To add to this, what you want to do is find the appropriate debug stop point intrinsic and then use it to look up the information for that instruction. Here is some sample code from SAFECode that finds the debug information associated with a CallInst (LLVM call instruction) held in the variable CI. It uses the findStopPoint() function in llvm/Analyis/DebugInfo.h: // // Get the
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
2009 Jul 09
0
[LLVMdev] Source file information.
Dear All, To add to this, what you want to do is find the appropriate debug stop point intrinsic and then use it to look up the information for that instruction. Here is some sample code from SAFECode that finds the debug information associated with a CallInst (LLVM call instruction) held in the variable CI. It uses the findStopPoint() function in llvm/Analyis/DebugInfo.h: // // Get the
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: [
2009 Jul 09
0
[LLVMdev] Source file information.
On 2009-07-09 11:17, Aaron Gray wrote: >>> -----Original Message----- >>> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >>> >> On >> >>> Behalf Of Saman Aliari Zonouz >>> Sent: Thursday, July 09, 2009 11:44 AM >>> To: llvmdev at cs.uiuc.edu >>> Subject: [LLVMdev] Source file
2009 Jul 09
3
[LLVMdev] Source file information.
>> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On >> Behalf Of Saman Aliari Zonouz >> Sent: Thursday, July 09, 2009 11:44 AM >> To: llvmdev at cs.uiuc.edu >> Subject: [LLVMdev] Source file information. >> >> Hi, >> >> I am new to LLVM, and need to find the line number
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:
2007 Aug 10
2
3.0.4: HVM XP Installation hangs on "Registration components"
hi, i was able to start an installation with windows XP, but now the installer hangs on "Komponenten werden registriert" i hope similar to "components will registrated" Xen is 3.0.4 on Debian Etch. cu denny -- Stoppt den Überwachungswahn - Stoppt den Schäuble Katalog: http://www.nopsis.de _______________________________________________ Xen-users mailing list
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
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