similar to: [Fwd: Re: network-bridge does not create veth or peth devices]

Displaying 20 results from an estimated 200 matches similar to: "[Fwd: Re: network-bridge does not create veth or peth devices]"

2007 Nov 28
1
network-bridge does not create veth or peth devices
Hi I am trying to install xen (64bit) on a Dell PowerEdge 2900. The installation process was something like the following: ----- apt-get install iproute bridge-utils python-twisted binutils zlib1g-dev python-dev transfig bzip2 screen ssh debootstrap libcurl3-dev libncurses5-dev x-dev build-essential gettext python-pyopenssl python-pam python-xml latex tetex-extra tetex-base
2008 Jan 05
0
latest xen-unstable veth devices missing
Hi, I am using the latest unstable and when I boot my xen, I do not see any veth devices. This happens even after I start xend. Xend gives this message on a "xend start" SIOCSIFNAME : Device or resource busy Presumably the creation of veth and peth is failing because of this. Any suggestions -Padma _______________________________________________
2006 Jun 13
4
peth device
Hi I reached the conclusion that my networking problem stems from the fact that I have no peth0 device. I''m trying to locate what creates the device, but until now no success. So I have a simple question: What creates the peth0 device in dom0? TIA Paolo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2008 Jul 22
0
RE : No peth after installing Xen
>[root@localhost ~]# /etc/xen/scripts/network-bridge start > >Device "static" does not exist. > >usage: ifdown <device name> > >Device "static" does not exist. > >Cannot find device "static" > >SIOCGIFFLAGS: No such device requirements: - Interface (eth1) must be "up". (ifup eth1) (setting "ifconfig eth1
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" "$@"
2018 Apr 18
1
Very slow rsync to gluster volume UNLESS `ls` or `find` scan dir on gluster volume first
Nithya, Amar, Any movement here? There could be a significant performance gain here that may also affect other bottlenecks that I'm experiencing which make gluster close to unusable at times. Sincerely, Artem -- Founder, Android Police <http://www.androidpolice.com>, APK Mirror <http://www.apkmirror.com/>, Illogical Robot LLC beerpla.net | +ArtemRussakovskii
2007 Feb 22
1
how to make initrd image for dom0
Hi. I am trying to make initrd for xen0 but I am not successful. I receive error: #yaird error: Could not read output for /sbin/modprobe -v -n --show-depends --set-version 2.6.16.33-xen0 evdev (fatal). If I do that just for xen kernel (not xen0) it goes without any problem. I guest I have to use initrd for xen0 otherwise it does not want to boot. Similarly, xen kernel without initrd will not
2017 Sep 05
0
high (sys) cpu util and high load
On 09/04/2017 10:00 AM, Ingard Mev?g wrote: > Hi > > I'm seeing quite high cpu sys utilisation and an increased system load > the past few days on my servers. It appears it doesn't start at exactly > the same time for the different servers, but I've not (yet) been able to > pin the cpu usage to a specific task or entries in the logs. > > The cluster is
2005 May 22
1
[patch 00/12] ipconfig and nfsmount compatibility with glibc
Hi, The following set of patches is intended mostly to improve ipconfig and nfsmount compatibility with glibc. The context: I'm working on yaird, an alternative to mkinitrd, and currently implementing nfs root file systems. This is based on ipconfig and nfsmount from klibc, with a rewritten version of kinit. Users should be able to build the package with vanilla glibc, since klibc is not
2017 Sep 01
0
high number of pending calls
Hi We're seeing high? number of pending calls on two of our glusterfs 3.10 clusters. We have not tried to tune anything except changing server.event-threads: 2 gluster volume status callpool | grep Pending results in various numbers but more often that not a fair few of the bricks have 200-400 pending calls. Is there a way I can debug this further? The servers are 8x dual 8 core with 64G
2007 May 22
5
Shorewall and Xen with network-dummy
Hello *, I''m trying to setup Shorewall under Ubuntu 7.04 and Xen configured to use network-dummy instead of network-bridge (network-bridge seems to be buggy at the moment under Debian/Ubuntu). Is there a shorewall config example I can use in combination with network-dummy? In particular, with network-dummy there is no peth interface and the bridge include the real eth interface. I
2007 Sep 11
0
irqbalanced on SMP dom0 ?
Hi listmembers, not a really urgent question, but i''m just curious about it: Is it advised to use an irqbalanced on dom0 when running domU''s pinned to particular cores? as an example, i''ve got a dual quadcore xen system running with domU pinned to cores 1-3 (CPU#0) domU pinned to cores 4-5 (CPU#1) domU pinned to cores 6-7 (CPU#1) so dom0 should have 100% time on
2006 May 09
0
Re: MTU limits?
> On Friday 02 September 2005 17:58, Patrick O''Rourke wrote: > > The network device on our hardware uses a rather large MTU (~16k), but I > > noticed that when setting up bridging, the MTU for the bridge and veth > > device is set to 1500. Trying to set the MTU on the bridge, or eth > > device to match that of the peth is unsuccessful: > > > >
2006 Nov 08
0
Q: firewalling in Dom0 (bonding also)
Hi, the docs suggest to use firewalling in Dom0. I have a question: Dom0 sees al the interfaces, not just those considered its "own" ones. So should I set up firewalling to use/protect only Dom0''s own interfaces, leaving individual firewalls to DomUs, or should I set up firewalling on the physical interfaces (peth*)? To make things a bit worse I'' using bonding,
2013 Jun 17
0
gluster client timeouts / found conflict
Hi list Recently I've experienced more and more input/output errors from my most write heavy gluster filesystem. The logfile on the gluster servers show nothing, but the client(s) that get the input/output errors (and timeouts) will as far as I can tell get errors such as : [2013-06-14 15:55:56] W [fuse-bridge.c:493:fuse_entry_cbk] glusterfs-fuse: LOOKUP(/369/60702093) inode (ptr=0x1efd440,
2005 Mar 06
1
testers sought for script to interpret ELF/klibc executables
Here's a small test program to find out where a klibc executable expects its shared library (or interpreter to be precise) to be. It should work regardless of 32/64 bit, little- or big-endian, but only on native executables. If you have access to a 64-bit or big endian machine, I would appreciate feedback on whether it produces correct answers on your machine. To run the test, cut the
2007 Apr 10
0
[Fwd: Xen, NIC bonding, ARP problem]
I don''t know if there was a problem in the archive or not, I just wanted to link to this post of mine, but I could not find it in the archive. So here''s a re-post. -------- Original-Nachricht -------- Betreff: [Xen-users] Xen, NIC bonding, ARP problem Datum: Fri, 30 Mar 2007 10:05:45 +0200 Von: Dominik Klein <dk@in-telegence.net> An: xen-users@lists.xensource.com Hi
2007 Nov 28
0
Re: annoying network problem
Hi, I have a problem with networking under XEN, I hope someone can help me out. The problem is that after some time (a day or so) the network suddenly stops working, and it takes some waiting and/or a reboot to fix this. I''m running XEN 3.1.0-rc7 on an Intel Core2 (x86_64). It''s a Fedora 8 system, with the following packages: o Xen version 3.1.0-rc7-2950.fc8
2017 Nov 09
2
GlusterFS healing questions
Hi, We ran a test on GlusterFS 3.12.1 with erasurecoded volumes 8+2 with 10 bricks (default config,tested with 100gb, 200gb, 400gb bricksizes,10gbit nics) 1. Tests show that healing takes about double the time on healing 200gb vs 100, and abit under the double on 400gb vs 200gb bricksizes. Is this expected behaviour? In light of this would make 6,4 tb bricksizes use ~ 377 hours to heal. 100gb
2006 Jul 27
6
Getting stucked with Debian
Hello all, I''m getting stucked with debian and Xen 3.0.2 Problem is that during boot with xen kernel system said: mount: unknown filesystem ''devfs'' and then Unable to open initial console /dev/console And reboot... How can I solve? googled for some information but nothing usefull.. Thanks Stefano -- Ste Visit: http://www.stefanocislaghi.it/