Displaying 5 results from an estimated 5 matches similar to: "[Bridge] Freezing bridges"
2011 Sep 08
15
correct steps to add XEN bridge to Debian squeeze?
Hi all,
Does anyone know what the correct steps are to add a XEN bridge, let''s
say xenbr0 to Debian Squeeze?
I have added the following to /etc/network/interfaces
# XEN Bridge
auto xenbr0
        iface xenbr0 inet manual
        bridge ports eth0
        bridge_stp off
        bridge_fd 0
And then rebooted the server but brctl show still shows eth0 as bridge:
newusaxen:~# brctl
2000 Dec 21
3
MP3 to Vorbis?
Is there a utility to convert and MP3 to Vorbis?
-- 
Best regards,
 Robin                          mailto:rcook@wyrms.net
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
2015 May 05
0
Source information not showing for virsh domiflist causing problems with migrating VMs
Hi,
Does anyone know of a way to get around this problem.  I have several long
running VMs running on an Ubuntu 14.10 host and for some reason I am
getting errors when trying to migrate them to another host.  If I restart
the VM then the problem does not exist, however for various reasons that is
not an option with the remaining VMs.
root@comp001:~# /root/bin/vm_migrate.sh ws001 comp003
virsh
2000 Dec 15
1
AIX + ogg123
Has anyone managed to get ogg123 to compile in AIX?  I'm got an RS6k with a
PPC 604e, running AIX 4.3.3.  I can get libogg, libvorbis, libao, oggenc
(so, everything _but_ ogg123) to compile just fine.  I'm using gcc,
thankfully, and not the native IBM compilers.  I believe the problem to be
with the linker.  By default gcc for AIX doesn't use the GNU linker, but
the standard AIX
2010 Nov 21
0
[ANNOUNCE] libX11 1.4.0
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
After 3 release candidates, it's finally done - libX11 1.4 is released.
As previously warned, libX11 1.4 *requires* libxcb.   The Xlib 1.3 branch
continues to support the --without-xcb option for the benefit of any
remaining distributors who do not yet ship XCB in their stable releases.
Changes since the last release candidate:
Alan Coopersmith