Results 1 to 3 of 3

Thread: Deconfiguring interfaces takes too long..

  1. #1
    Join Date
    Aug 2008
    Location
    Hmm..$whereis?
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Deconfiguring interfaces takes too long..

    Hi, I have added a second ethernet card to my desktop and since then I have a strange problem. Whenever I have some entry in /etc/resolv.conf, restarting networking service takes very long like 10-20 seconds whereas earlier it happend in a flash. Also while shutdown it pauses at 'Deconfiguring interfaces'..As a result it now takes 20 secs to shutdown while earlier it took only 5-8 secs.

    Here is my /etc/network/interfaces file;

    Code:
    ## Loopback
    auto lo
    iface lo inet loopback
    
    ## Ethernet(Gateway to Internet)
    auto eth0
    iface eth0 inet static
    address 192.168.1.10
    netmask 255.255.255.0
    
    ## Ethernet (Local Services)
    auto eth1
    iface eth1 inet static
    address 192.168.0.10
    netmask 255.255.255.0
    What could be the reason.
    Everything works fine if I remove the resolv.conf file or when it is empty.
    Debian 6.0.1(Squeeze)/64bit
    **************************
    MSI K9AGM4-L | AMD Athlon64 X2 4000+ | 2x1GB DDR2 800MHZ(Transcend) | ATI Radeon Xpress 1250(Onboard) | Seagate 250GB SATA II | Acer AL1916W

  2. #2
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Deconfiguring interfaces takes too long..

    Quote Originally Posted by BugBuster View Post
    Everything works fine if I remove the resolv.conf file or when it is empty.
    What's in /etc/resolv.conf?
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  3. #3
    Join Date
    Aug 2008
    Location
    Hmm..$whereis?
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Deconfiguring interfaces takes too long..

    Quote Originally Posted by Iowan View Post
    What's in /etc/resolv.conf?
    Code:
    nameserver 208.67.222.222
    nameserver 208.67.220.220
    Debian 6.0.1(Squeeze)/64bit
    **************************
    MSI K9AGM4-L | AMD Athlon64 X2 4000+ | 2x1GB DDR2 800MHZ(Transcend) | ATI Radeon Xpress 1250(Onboard) | Seagate 250GB SATA II | Acer AL1916W

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •