Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194194 - net-dns/avahi - autoipd net module fails
Summary: net-dns/avahi - autoipd net module fails
Status: RESOLVED DUPLICATE of bug 174227
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-29 12:35 UTC by Stefano Varesi
Modified: 2007-09-29 12:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***