/etc/network/if-post-down.d/avahi-daemon is a symbolic link to `../if-up.d/avahi-daemon'
Bug #1230056 reported by
Serhiy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
avahi (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
With current situation avahi-daemon starts when it needs to stop, causing ifdown to wait additional 10 seconds during shutdown. Please remove the
/etc/network/
Quick workaround:
$ sudo rm /etc/network/
summary: |
- initctl waiting for 10 seconds before finishing in - /etc/init.d/umountnfs.sh + initctl -> ifdown waiting for 10 seconds before finishing in + /etc/init/networking.conf during shutdown |
summary: |
- initctl -> ifdown waiting for 10 seconds before finishing in + ifdown waiting for 10 seconds before finishing in /etc/init/networking.conf during shutdown |
description: | updated |
To post a comment you must log in.
This command returns only once all of the jobs that are marked 'stop on unmounted- remote- filesystems' have a chance to stop. Do you know what jobs on your system are affected by this? Normally it will return quite quickly. Unless you're using NFS, it's possible that /etc/init/ networking. conf is the slow-down; it does quite a few checks before stopping, but these shouldn't have any effect unless you have network block devices.