Results 1 to 4 of 4
I changed my ISP just before X-mas, and had not booted into Gentoo again until quite recently. The new ISP shipped a shiny new Wireless router which I hooked up ...
- 01-26-2010 #1
Changed router and some versions of Linux stopped working
I changed my ISP just before X-mas, and had not booted into Gentoo again until quite recently. The new ISP shipped a shiny new Wireless router which I hooked up and started using. I must have manually updated Arch /etc/resolv.conf at the time ... don't remember doing any update to Funtoo - I think it just worked
.
When I started Gentoo I tried to do an emerge --sync and gotI finally figured out /etc/resolv.conf needed updatingCode:Notice: [Errno -2] Name or service not known >>> Starting rsync with rsync://rsync.uk.gentoo.org/gentoo-portage/... >>> Checking server timestamp ... timed out >>> Retrying... Notice: [Errno -2] Name or service not known >>> Starting retry 1 of 3 with rsync://rsync.uk.gentoo.org/gentoo-portage/ >>> Checking server timestamp ... timed out >>> Retrying... Notice: [Errno -2] Name or service not known >>> Starting retry 2 of 3 with rsync://rsync.uk.gentoo.org/gentoo-portage/ >>> Checking server timestamp ... timed out >>> Retrying... Notice: [Errno -2] Name or service not known >>> Starting retry 3 of 3 with rsync://rsync.uk.gentoo.org/gentoo-portage/ >>> Checking server timestamp ... timed out
... nameserver 192.168.1.1 instead of 192.168.0.1 for the old router. Anyway I just thought I'd share
- 01-27-2010 #2
Your dhcp client daemon handles this. Most likely it is
dhcpcd. Ordinarily it will update your /etc/resolv.conf
automatically, along with obtaining an IP address. If it fails
to work, you can tweak its configuration file.
- 01-27-2010 #3
Ah but for those of us who only use static IP addresses it's worth bearing in mind
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 01-27-2010 #4
That's what I expected ... and I was looking for a problem with emerge ... I searched for the issue but the only things I found were installation related - the system has been working for over a year
so I did not read any further.
I was even beginning to trawl back through config archives from dispatch-conf ... the penny dropped for me when I tried to use wget to download something while I fixed emerge
.


Reply With Quote
