[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#629899: ap_get_local_host is broken



Hi,

On 2012-02-19 01:12:17 +0000, Jean-Michel Vourgère wrote:
> I recently found some strange behavior in dns resolution at boot time, when
> eth0 has no ipv4 yet. (#500558)
> 
> Do you use DHCP for your other interface (eth0)?

Yes.

> What is the result of `grep CONCURRENCY /etc/init.d/rc' ?

CONCURRENCY=makefile
if [ "none" != "$CONCURRENCY" ] ; then
        test -s /etc/init.d/.depend.boot  || CONCURRENCY="none"
        test -s /etc/init.d/.depend.start || CONCURRENCY="none"
        test -s /etc/init.d/.depend.stop  || CONCURRENCY="none"
                CONCURRENCY="none"
        startpar -v      > /dev/null 2>&1 || CONCURRENCY="none"
case "$CONCURRENCY" in
                CONCURRENCY=makefile
        if [ makefile = "$CONCURRENCY" ]
        if [ makefile = "$CONCURRENCY" ]

> Does the bug is still there if you set up a static ip address in
> /etc/network/interfaces for your eth0 interface? Like
> auto eth0
> iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0 gateway 192.168.0.1

I haven't tried. In any case, there's no reason to use eth0 (some
machines do not even have an Ethernet card).

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Reply to: