Displaying 20 results from an estimated 7000 matches similar to: "[PATCH] fix network-bridge stop"
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 Jul 07
7
[PATCH] xenconsole fix
xenconsole fix. reference of tty->count in xencons_close() is racy.
It must be protected by tty_sem semaphore like con_close() in
drivers/char/vt.c
--
yamahata
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 Jan 05
7
Xen Netloop module missing
Hi,
I was hoping someone on this forums could help me out with a problem I
was facing with Xen.
When I compiled the kernel for Xen-3.1.3 using "make world"(I know this
is an old version but I need to use it for some compatibility issues),
the kernel was missing the Xen netloop module. There was no
/kernel/drivers/xen/netback/netloop.ko in the newly compiled kernel. I
think we would
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 Sep 19
8
bridge + arp
Hi,
this is propably bridge related and not really a xen problem, but it
might help someone:
Some of our domUs are not able to arp. Arp -n show (incomplete), and
doing a tcpdump shows, that on the dom0''s eth0 the arp request goes out,
the response comes in, but on the vifX.0 interface the arp response is
gone.
dom0# tcpdump -ni eth0
arp who-has 10.32.2.51 tell 10.32.7.70
arp reply
2007 Aug 17
6
Gutsy Xen 3.1 2.6.22-9-xen network-bridge problem
Hi,
I have a strange problem with my networking setup. I read all forums around
the world where people had similar problems, but couldn''t find a solution.
I have an Attansic L1 gigeth chip on my mainboard. This chip works OK in
stock Ubuntu Gutsy (development) 2.6.22-9-generic kernel.
When I boot into Xen, and after the bridge is created, the network stops
working. Some info:
- If I
2006 Jan 24
4
Xen in a routed network environment?
Hello,
I''m used to using Xen in a bridge mode where my dom0 and all domUs
are on the same layer 2 network. However now I have to set up a
server whose eth0 is on one network and the domUs will be on another
/29.
So, for example, if the eth0 of dom0 is 192.168.1.214/24, then I
have 10.1.1.0/29 (10.1.1.0 -> 10.1.1.7) routed to it for use in
domUs, how would I go about setting that up?
2006 Oct 27
10
"received packet with own address as source address"
Hello again, folks!
I''m getting one strange problem with FC5 running on XEN 3.0.3 x64...
The MRTG point to my machine with XEN running one absurd volume of
output data sent (normal is around 6 MB/s) and when XEN is working we
get 80 MB/s until my DRAC is alive... after this, the machine crash,
DRAC stop do reply, swith stop do work together...
Anyone knows whats happening now? ;)
2010 Jan 06
12
Dom0 NETTX, NETRX alway are 0
I tried netperf / netserver with Dom0 / DomU, but I could''nt get a correct
NW traffic with xentop. Is there anybody could help me?
At Host1''s Dom0, run netperf -H VMIP
At Host2''s DomU (with VMIP named TTVM), run netserver
At Host1, run xentop this way ->"xentop -n -b -d 1"
At Host2, run xentop this way->"xentop -n -b -d 1"
In Host2''s
2006 Mar 13
6
Dummy ethernet device setup
Hello you all out there
Does anybody know the definite guide to create a dummy ethernet device?
So, what I want to have is an ethernet device, without a physical link, or
so called a dummy device. My goal is to have apache with mod_proxy and
balancer running on peth0 in dom0. Apache is spreading my connection to
the backend domU''s, where the webservices are running. The connection
2011 Jan 26
3
missing vif.0 port after install xen4+centos5
Hi !
I have install the xen4+centos5 on my server following the post of
the kernel version is 2.6.32.27 which is download from
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
But after I reboot the server ,and run the "ifconfig", whose output likes
the following
[root@localhost scripts]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:C5:EB:96:C3
2008 Jan 31
3
xen 3.2 network problems
Hi,
I try to get networking running with xen 3.2, but it seems I fail miserably.
I am on sles10sp1, with xen 3.2.0, and kernel rpm''s installed from SP2.
I configured in /etc/sysconfig/network the NETWORK_LIST:
NETWORK_LIST="bridge,0,default,00:DE:AD:BE:EF,192.168.8.13/24,dhcp-off"
but an ifconfig xenbr0 still shows the mac address of peth0
fe:ff:ff:ff:ff:ff.
Initially, I
2011 Feb 18
1
problem for add second bridge xenbr1
Dear
I need create second bridge xenbr1 for separate traffic between my virtual
machine , I following this step but show message that Link veth0 is missing,
how I can create veth0 ?
When I run script for create xenbr1
./network-bridge netdev=eth1 bridge=xenbr1 start
Shwo this message
Link veth0 is missing.
This may be because you have reached the limit of the number of interfaces
that the
2006 Oct 02
0
[PATCH][XENOPROFILE] add support for Intel CORE microarchitecture
This adds support for core and core2 chips. Tested on Woodcrest
processors. Requires Oprofile 0.9.2.
-Andrew
Signed-off-by: Andrew Theurer <habanero@us.ibm.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jan 14
1
M2N32, suse 10.3 and network problem
Hi
I have an Asus M2N32 WS Pro, 4G Ram, AthlonX264 4600+.
I Installed SuSE 10.3 (64bit) on Dom0, LVM on Raid 5.
All domU''s boot off LVM, using same Suse 10.3.
I have a firewall (fw) domU running shorewall and a
domU name-dhcp-server (nds). Somewhere in between 10
and 16 hours the network stalls. In dns, I can see
dhcp queries and offers, but these never make it to
the clients in the
2006 Jul 25
18
[PATCH] turn off writable page tables
At OLS I gave a talk on some of the Xen scalability inhibitors, and one
of these was writable page tables. We went over why the feature does
not scale, but just as important, we found that the uniprocessor case
does not provide any advantage either. These tests were done on x86_64,
so I wanted to run the 1-way test on 32 bit to show the same problem.
So, I have run with writable PTs and
2007 Apr 18
1
[Bridge] Problem with bridge/8139too module under 2.4.27?
Hi there,
I'm currently experiencing a minor problem using the bridge module under
kernel 2.4.27 part of the Devil Linux distribution
(http://www.devil-linux.org). The problem I am having is that when the
bridge is unloaded during a reboot I receive the following errors in
/var/log/messages:
Nov 14 13:22:13 src@Devil kernel: unregister_netdevice: waiting for br0 to
become free. Usage count =
2007 Apr 18
1
[Bridge] Problem of lock when deleting a bridge
When i want to delete my test bridge, using:
ifconfig eth0 down
ifconfig eth1 down
ifconfig br0 down
brctl delif br0 eth0
brctl delif br0 eth1
brctl delbr br0
i get this error message from the kernel on the console:
unregister_netdevice: waiting for br0 to become free. Usage count =3D 2
The brctl user-level command is blocked.
Could you explain me what could likely be the cause of this error?
2009 Aug 05
2
bridge vs macvlan performance (was: some veth related issues)
Ben Greear wrote:
> Well, it seems we could and should fix veth to work, but it will have
> to do equivalent work of copying an skb most likely, so either way
> you'll probably get a big performance hit.
Using the same pktgen script (i.e with clone=0) I see that a
veth-->bridge-->veth configuration gives about 400K PPS forwarding
performance where
2009 Aug 05
2
bridge vs macvlan performance (was: some veth related issues)
Ben Greear wrote:
> Well, it seems we could and should fix veth to work, but it will have
> to do equivalent work of copying an skb most likely, so either way
> you'll probably get a big performance hit.
Using the same pktgen script (i.e with clone=0) I see that a
veth-->bridge-->veth configuration gives about 400K PPS forwarding
performance where