Public bug reported:

Binary package hint: resolvconf

I installed resolveconf and i have setup my /etc/network/interfaces
manually:

r...@server:~# cat /etc/network/interfaces 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address 192.168.10.101
        netmask 255.255.255.0
        network 192.168.10.0
        broadcast 192.168.10.255
        gateway 192.168.10.100
        # Using OpenDNS name servers
        dns-nameservers 208.67.222.222 208.67.220.220
        dns-search wireless.dom

auto eth1
iface eth1 inet static
        address 10.10.0.1
        netmask 255.255.0.0
        network 10.10.0.0
        broadcast 10.10.255.255

On startup resolvconf ignores the dns-* entries and is empty. When I
restart networking (invoke-rc.d networking restart) everything works
fine. I am using Lucid beta server edition.

I have temporarily solved the problem by putting "invoke-rc.d networking
restart" in /etc/rc.local but this souldn't happen in the first place!

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: resolvconf 1.45ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic-pae 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic-pae i686
Architecture: i386
Date: Mon Mar 29 18:23:40 2010
InstallationMedia: Ubuntu-Server 10.04 "Lucid Lynx" - Beta i386 (20100317)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: resolvconf

** Affects: resolvconf (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 lucid

-- 
resolvconf will not update /etc/resolv.conf -> /etc/resolvconf/run/resolv.conf 
on startup
https://bugs.launchpad.net/bugs/550962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to