[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2021-01-27 Thread fname
This fix does not working and the bug still exists. There is a race condition between the `ip route show` check and the `/bin/ip route add` command, and systemd will launch multiple `ifup` concurrently. Maybe the failure of `/etc/network/if-up.d/avahi-autoipd` should be ignored to avoid causing

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2009-09-07 Thread Mark A. Ziesemer
This fix appears to have caused another issue, as reported in bug #425854. -- avahi-autoipd causes failure if multiple networking stanzas exist https://bugs.launchpad.net/bugs/84580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-10-02 Thread Eloi Granado
I reported the issue to Debian Bugs alongside to Ubuntu's Launchpad. However, I didn't search well enough for existing bug reports, and created a duplicate one (#121847). I suppose that one should be closed or marked as a duplicate of this one. -- avahi-autoipd causes failure if multiple networki

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-10-02 Thread Bug Watch Updater
** Changed in: avahi (Debian) Status: Unknown => New -- avahi-autoipd causes failure if multiple networking stanzas exist https://bugs.launchpad.net/bugs/84580 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-10-01 Thread Martin Pitt
This has been fixed in Gutsy a while ago: avahi (0.6.20-1) unstable; urgency=low * New upstream release * debian/control: + Bump build-depend on libdaemon to (>= 0.11) + Add depend on python-dbus to python-avahi (Closes: #426365) * debian/avahi-autoipd.{ifup,ifdown}: + Check for

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-10-01 Thread Martin Pitt
** Bug watch added: Debian Bug tracker #434462 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434462 ** Also affects: avahi (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434462 Importance: Unknown Status: Unknown -- avahi-autoipd causes failure if multiple netwo

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-09-06 Thread Wolfgang
The problem is, that there may only be one route for 169.254.0.0/16. So if there is more than one interface the route will probably already exist on the first interface. The solution is not to set a new route if the route exists on any interface (not only the given one). To fix this problem:

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-09-06 Thread Wolfgang
To fix this problem: In /etc/network/if-up.d/avahi-autoipd look for [ "`ip route show dev $IFACE | grep ^169.254.0.0/16`" ] && exit 0 (should be line 23) and replace this line with [ "`ip route show | grep ^169.254.0.0/16`" ] && exit 0 -- avahi-autoipd causes failure if multiple networking stan

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-08-05 Thread Igor Goldenberg
I have the same as Elio Granado wrote: igold:~% sudo ifup eth0.4 Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config Added VLAN with VID == 4 to IF -:eth0:- + [ eth0.4 != lo ] + [ -x /bin/ip ] + ip route show dev eth0.4 + grep ^169.254.0.0/16 + [

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-06-23 Thread Eloi Granado
I've just reported the bug 121847, which I believe is related to (or a duplicate of) this one. -- avahi-autoipd causes failure if multiple networking stanzas exist https://bugs.launchpad.net/bugs/84580 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug co

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-06-03 Thread yus budiyono
Perhaps what I experience with Edubuntu goes the same way with this thread. The situation is we have mixed fixed IP computers and DHCP server at 6th floor and Edubuntu at 3 floor. The morning following an upgrade from Edgy to Feisty and do apt-get install avahi to know how avahi perform, new comp

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-06-03 Thread yus budiyono
Perhaps what I experience with Edubuntu goes the same way with this thread. The situation is we have mixed fixed IP computers and DHCP server at 6th floor and Edubuntu at 3 floor. The morning following an upgrade from Edgy to Feisty and do apt-get install avahi to know how avahi perform, new comp

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-06-03 Thread yus budiyono
Perhaps what I experience with Edubuntu goes the same way with this thread. The situation is we have mixed fixed IP computers and DHCP server at 6th floor and Edubuntu at 3 floor. The morning following an upgrade from Edgy to Feisty and do apt-get install avahi to know how avahi perform, new comp

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-04-19 Thread Vijnana
This might be related to my problem, I share my internet connection using firestarter My internet occasionally times out and when I try to reconnect eth0 using ifup eth0 I get: run-parts: /etc/network/if-up.d/avahi-autoipd exited with return code 2 Ive got the same setup, one static and one dhcp

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-03-08 Thread Martin Pitt
Hm, the latest version does have the 'exit 0' at the end of the file, thus it must fail somewhere else. Can you please add these two lines right after the first one to /etc/network/if-up.d/avahi-autoipd: set -x exec 2>/tmp/avahi-autoipd.log and then reproduce the problem? This should create /

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-03-02 Thread Michael W. Olson
Hmm ... scratch that. The problem is still occurring. Sorry for the mixed response. -- avahi-autoipd causes failure if multiple networking stanzas exist https://launchpad.net/bugs/84580 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-b

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-02-28 Thread Michael W. Olson
This issue seems to be fixed for me, as of the Feb. 5 upload of avahi in feisty. -- avahi-autoipd causes failure if multiple networking stanzas exist https://launchpad.net/bugs/84580 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-02-27 Thread Martin Pitt
** Changed in: avahi (Ubuntu) Importance: Undecided => Medium Assignee: (unassigned) => Martin Pitt Status: Unconfirmed => In Progress -- avahi-autoipd causes failure if multiple networking stanzas exist https://launchpad.net/bugs/84580 -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 84580] Re: avahi-autoipd causes failure if multiple networking stanzas exist

2007-02-11 Thread Michael W. Olson
** Attachment added: "/etc/network/interfaces" http://librarian.launchpad.net/6391468/interfaces.netenv-pugg -- avahi-autoipd causes failure if multiple networking stanzas exist https://launchpad.net/bugs/84580 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.co