public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Peter Humphrey <peter@prh.myzen.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Something went wrong with DNS, plz help!
Date: Sat, 26 Jul 2014 20:43:35 +0100	[thread overview]
Message-ID: <2085095.1SX8G0RYVZ@wstn> (raw)
In-Reply-To: <CACE6sH=hRTYw1QwnkBNsVkNTSik4LuzmLjp2-S3zQVkpv4Ap3g@mail.gmail.com>

On Saturday 26 July 2014 22:16:53 Grand Duet wrote:
> 2014-07-26 21:19 GMT+03:00 Alan McKinnon <alan.mckinnon@gmail.com>:
> > On 26/07/2014 18:16, Grand Duet wrote:
> >> 2014-07-26 19:02 GMT+03:00 Alan McKinnon <alan.mckinnon@gmail.com>:
> >>> On 26/07/2014 17:23, Grand Duet wrote:
> >>>> The first reboot after recent update of the system have
> >>>> shown that I cannot open any webpage in Firefox.
> >>>> 
> >>>> More exactly, Firefox or my system cannot any more resolve
> >>>> URL to IP address (sorry if I use wrong terms).
> >>>> 
> >>>> Thus,
> >>>> 
> >>>>    host gmail.com <http://gmail.com>
> >>>> 
> >>>> gives:
> >>>>    ;; connection timed out no servers could be reached
> >>>> 
> >>>> Nevertheless
> >>>> 
> >>>>     dig @8.8.8.8 <http://8.8.8.8> gmail.com <http://gmail.com>
> >>>> 
> >>>> reports the corresponding IP adresses.
> >>>> 
> >>>> I have not changed any my network settings and my
> >>>> /etc/conf.d/net file still contains list of my DNS servers
> >>>> that contains server 8.8.8.8 as well but somehow it is
> >>>> not enough any more. :(
> >>>> 
> >>>> During my last system update, I suddenly found that
> >>>> I had to update about 150 packages, what was a little
> >>>> bit strange as I update my system at least once a week.
> >>>> 
> >>>> I have attributed that to the remnants of gnome2 (now I am using
> >>>> fxce4) that I have not cleaned completely and that is now going
> >>>> to update. So, I deviated a bit from my usual system update routine
> >>>> trying to fix that. Nevertheless, as to my view, during my system
> >>>> update
> >>>> I did nothing to distroy the DNS lookup.
> >>>> 
> >>>> Luckily, I save my system update logs and now can attach
> >>>> the last one to this e-mail.
> >>>> 
> >>>> Please, help me to recover my internet access,
> >>>> as I still have to do a lot of real work till Monday
> >>>> and have not enough time to investigate this problem
> >>>> alone and without a proper internet access. :(
> >>> 
> >>> what is the contents of /etc/resolve.conf?
> >>> 
> >>    # Generated by net-scripts for interface lo
> >>    domain mynetwork

That isn't right. It should say it's for interface eth0. At first I thought 
eth0 wasn't being brought up, but then you quoted replies from dig, so it must 
be.

> >> That is all.
> >> 
> >> I tried to add here lines like:
> >>   nameserver 8.8.8.8
> >> 
> >> but found out that this file is rewritten on every reboot.
> >> 
> >> My net try was to create /etc/resolv.conf.tail file
> >> and put that line there but that did not help either.
> > 
> > Then the problem is obvious - you have no nameserver entries as you
> > don't create any. The computer can't make them up by magic...
> 
> But it did it just before the last update: it created DNS entries in
> /etc/resolv.conf
> from my /etc/conf.d/net file on every reboot. And now it "cannot do this
> magic"?
> > You need to create static nameserver entries because you use a static
> > (i.e. no dhcp) configuration. Add them to /etc/resolvconf.conf
> 
> It does not help as /etc/resolv.conf is overwritten on every reboot.
> 
> > If it still gets removed across restarts
> 
> Yes, it does.

Do you still have netifrc installed? Maybe it got lost in all that updating 
work. Try emerging it again anyway.

Do your 90-network-rules look like mine?

$ cat /lib/udev/rules.d/90-network.rules
# do not edit this file, it will be overwritten on update

# /etc/udev/rules/90-network.rules:  triggering network init-scripts

# Activate our network if we can
SUBSYSTEM=="net", ACTION=="add",    RUN+="net.sh %k start"
SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh %k stop"

I'm clutching at straws here, and I hear others doing the same  ;-(

-- 
Regards
Peter



  reply	other threads:[~2014-07-26 19:43 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-26 15:23 [gentoo-user] Something went wrong with DNS, plz help! Grand Duet
2014-07-26 16:02 ` Alan McKinnon
2014-07-26 16:16   ` Grand Duet
2014-07-26 16:21     ` Jc García
2014-07-26 18:19     ` Alan McKinnon
2014-07-26 19:16       ` Grand Duet
2014-07-26 19:43         ` Peter Humphrey [this message]
2014-07-26 21:00           ` Grand Duet
2014-07-26 23:10             ` [gentoo-user] " walt
2014-07-27  9:07               ` Grand Duet
2014-07-26 16:09 ` [gentoo-user] " Jc García
2014-07-26 16:22   ` Grand Duet
2014-07-26 16:27     ` Jc García
2014-07-26 16:47       ` Grand Duet
2014-07-26 17:45         ` Volker Armin Hemmann
2014-07-26 18:38         ` Mick
2014-07-26 19:27           ` Grand Duet
2014-07-26 16:13 ` Mick
2014-07-26 16:35   ` Grand Duet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2085095.1SX8G0RYVZ@wstn \
    --to=peter@prh.myzen.co.uk \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox