Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 194194

Summary: net-dns/avahi - autoipd net module fails
Product: Gentoo Linux Reporter: Stefano Varesi <stefano.varesi>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: stefano.varesi
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stefano Varesi 2007-09-29 12:35:24 UTC
autoipd network module, installed by net-dns/avahi with USE="autoipd", fails to configure the network device.
The problem is in some non-existent shell function used by the script /lib/rcscripts/net/autoipd.sh.

The error reported is:
# /etc/init.d/net.eth0 start
 * Bringing up interface eth0
 *   autoipd ...
/lib/rcscripts/net/autoipd.sh: line 23: bash_variable: command not found
/lib/rcscripts/net/autoipd.sh: line 25: interface_exists: command not found
 * ERROR: net.eth0 failed to start

My network configuration is simple:

config_eth0=( autoipd )

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-29 12:47:33 UTC

*** This bug has been marked as a duplicate of bug 174227 ***