Displaying 20 results from an estimated 2000 matches similar to: "Bug#706876: xen-utils-common: network-bridge assigns addresses, breaking ifup"
2013 Aug 16
0
Bug#706876: xen-utils-common: network-bridge assigns addresses, breaking ifup
Package: xen-utils-common
Followup-For: Bug #706876
The problem here is that network-* scripts are fragile and prone to breakage.
Both Debian and upstream recommend configuring networking explicitly using the
normal distro mechanisms i.e. /etc/network/intefaces. See
http://wiki.xen.org/wiki/Network_Configuration_Examples_%28Xen_4.1%2B%29
Ian.
-- System Information:
Debian Release: jessie/sid
2008 Apr 14
0
Etch Release / Bond networking
Hello,
I just setup a Xen server and wanted to use bond0 for my network
connection.
I ended up downloading and addeding the attatched file and making the
following change in /etc/xen/xend-config.sxp.
I added this line: (network-script 'network-bond netdev=bond0')
Would this line be a good one to add to the commented lines and include
the network-bond file in the scripts?
Just thought
2013 Jun 18
3
Bug#712661: xen-utils-common: xl start HVM domU instead of PV if disk placed on file
Package: xen-utils-common
Version: 4.1.4-3+deb7u1
Severity: normal
Dear Maintainer,
i changed toolkit to xl, after that i observe that my domU started as HVM domains.
I found same problem here: http://mail-index.netbsd.org/port-xen/2012/04/11/msg007216.html
When i manualy setup loop devices and specify it as disks in my VM conf file, domU started as PV.
-- System Information:
Debian Release: 7.1
2010 Feb 10
0
Script for bond+vlan bridging from red hat
2008 Dec 23
2
DomU strange network behavior
I am experiencing strange network behavior from several DomU''s. I can ssh
from DomU to any host on the local lan/vlan, I can ping those hosts. However
when I go to resolve a hostname DNS fails. I have verified that three other
DomU''s are exhibiting the same behavior. I have also verified that Dom0 is
functioning properly and can resolve hostnames and access hosts outside of
the
2005 Jun 13
2
SuSE 9.3 domU /sbin/ifup workaround
Hi all
I have a SuSE 9.3 domU. It has a eth0 interface, corresponding
to some vif interface in the dom0. Running
ifup eth0
doesn''t seem to work. This means I don''t get any network.
It seems that /sbin/ifup relies upon /sbin/getcfg but getcfg
does not seem to find the right configuration for the eth0 device.
A attached a patch below with a work around for this.
2017 Oct 02
1
Network scripts ifup-post
Hello,
since updating to Centos 7.4 the ifup-post script in
/etc/sysconfig/network-scripts does not behave as it did before the update.
I use it to configure additional routes via? /sbin/ifup-local with the
parameter of the interface being upped, but it seems to pass only 'lo'
as interface name. Before it passed correctly 'eth0:0' of the virtual
interface.
Added a line in
2007 Sep 05
2
Hard-set network via ifup scripts...
Anyone know off the top of their head the "right" way to hard set a
link automatically to 100Mbps Full Duplex, etc using the ifup or ifcfg
files?
Don't see options in the scripts that might cover this, but maybe
there's a more elegant way to do it than to do something in rc.local or
hack up the ifup files myself...
Ray
2020 Oct 21
2
about the script /etc/qemu-ifup with nmcli command
Hi,
I have tried the qemu-ifup script as below with nmcli command as brctl is
deprecated on rhel8, but the guest network can not work.
I think the script needs update. Could you please help to have a look?
Thank you in advance.
1. prepare a linux bridge on the host named br0;
2. prepare the qemu-ifup script as below:
# cat /etc/qemu-ifup
#!/bin/bash
# A br0 bridge should be already set up.
#
2014 Feb 03
1
what is difference between ifconfig and ifup?
I and testing command line to up and down ethernet connection.
if I perform following, client can not re-connect.
????? ifconfig eth0 down
????? ifconfig eth0 up
if I use following, client can re-connect:
????? ifconfig eth0 down
????? ifup eth0
What difference between "ifconfig up" and "ifup"?
thanks.
2008 Jul 24
0
Possible bug in ifup-eth script of Centos 5.2 (combination of bond and bridge)
Dear CentOS,
I think i found a "bug" in the /etc/sysconfig/network-scripts/ifup-eth script of CentOS 5.2. i can post the my changed ifup-eth script if you want.
Am I the first one with this problem?
Situation:
- eth2 and eth3 should be in bond1 interface
- bond1 should be an interface of bridge named "iscsi"
the problem is that the brctl addif command in ifup-eth gets
2012 Jul 09
2
Bug#671018: #671018 -- set tap device mac address in qemu-ifup
tags 671018 +patch
thanks
This issue has been fixed upstream for 4.2 by using the same hotplug
scripts for tap devices as for vif devices rather than using a special
qemu-ifup script. I don't think this is an appropriate thing to backport
to 4.1 for wheezy so therefore I think the right fix is as Pierre
suggests to set the MAC address in the qemu-ifup script.
In terms of a patch to the
2006 Sep 28
0
Move qemu-ifup to xen-common
Hi folks
I forgot to move qemu-ifup to xen-utils-common. So this needs to be done
now.
Plan.
- Upload xen-common today. xen-utils-common includes the qemu-ifup
script and replaces xen-utils-3.0-unstable and xen-utils-3.0.2-1 with
versions <= current.
- Wait five days so both xen-unstable and xen-common can migrate to
testing.
- Upload xen-unstable and xen-3.0. The utils packages depends
2007 Jun 22
0
Bug in initscripts? Problem with ifup-routes and alias device
Hello List,
I have one network card and added two IP-Adresses to it:
eth1 192.168.1.1/24
eth1:1 10.1.2.3/24
a want to use static routes on device eth1:1 and added one in
/etc/sysconfig/network-scripts/route-eth1:1:
GATEWAY0=10.1.2.4
ADDRESS0=10.2.2.0
NETMASK0=255.255.255.0
What the network-script should execute in background is:
ip route add 10.2.2.0/24 via 10.1.2.4 dev eth1
but it executes
2006 Oct 17
0
Bug#393609: xen-ioemu-3.0-unstable: Wrong location of /etc/xen/qemu-ifup prevents HVM domains to boot
Package: xen-ioemu-3.0-unstable
Version: 3.0-unstable+hg11561-1
Severity: normal
When trying to create an HVM domain with vif settings enabled (as default)
qemu-dm fails to start the virtual machine claiming that the tap device cannot
be found. This is because qemu-dm tries to execute /etc/xen/qemu-ifup which is
instead located in /etc/xen/scripts/qemu-ifup.
As a side note qemu-dm seems to be
2013 Aug 09
0
pppd + rp-pppoe: /sbin/ifup-local when ADSL re-up?
Hi all,
I set up an ADSL connection using rp-pppoe/pppoe-setup.
The setting is to persist the connection, so that when the link goes
down, it's re-up'd by pppd.
The interface is "ppp0" and it appears "/sbin/ifup-local" is not called
when re-uppping the ADSL link.
It is a problem for me, as I have some routing tables which get cleared
from the routes "via
2015 Sep 08
2
How to ifup nic automaticly after hotplug nic for lxc
Hi experts,
When I hotplug nic into lxc, the nic in lxc seemed to be down status as
following:
1224: vnet0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether fa:16:3e:fc:e5:96 brd ff:ff:ff:ff:ff:ff
It seems mechanism such as udev is needed here. But I found udev is not
supported well in lxc.
So how can I get a 'up' nic after hotplug into lxc ?
Very
2012 May 01
1
Bug#671018: [xen-utils-common] qemu-ifup breaks networking by changing mac address
Package: xen-utils-common
Version: 4.0.0-1
Severity: important
Tags: patch
--- Please enter the report below this line. ---
when you use "hardware" virtual machine (with qemu) with xen
configured for bridging
the network script treates a tap interface and then
/etc/xen/scripts/qemu-ifup adds it to the bridge.
That would be ok but tap interfaces have a random mac address and the
bridge
2011 Dec 21
1
Heads up: corrupt ifup-eth script in initscripts package on 5.7
Hi,
after a lot of head scratching I found that the ifup-eth script in the
initscripts package seems to be corrupt.
I filed a bug with the details here:
http://bugs.centos.org/view.php?id=5333
Given the nature of the corruption you might be not affected at all, see
strange error messages or end up with networking problems on Centos 5.7
depending on what you configuration looks like.
I just
2006 May 25
0
SVN #194: /etc/xen/qemu-ifup
Regarding change #194:
" Add /etc/xen/qemu-ifup to the ioemu package, which Nate says is useful...
Btw should that be into scripts? Should it be a config file at all?"
This is required to set up hvm domains - it gets called to set up the
network interface. It'd probably make more sense to put it in scripts, but
I'm not sure where the config file is that controls where it