You might be using a google name server
- Anmelden oder Registrieren um Kommentare zu schreiben
I've been compromised! And it seems as though I can't remove that particular entry, lest the whole bloody internet fails O.o..
Tried the numerous suggestions here, keeps on popping up after reboot each and every time.
I also get the error "chattr: Operation not supported while reading flags on /etc/resolv.conf"
You must have some working DNS servers or the internet won't work for you. You could e.g. ask your ISP for details or use something like opennic.
If you edit resolv.conf it won't do much good as you've noticed as the settings are in /etc/resolvconf/resolv.conf.d/tail
I should've been clearer in my initial post.
Thx mate, now when rebooting nameserver 8.8.8.8 gets commented out by default. Now I just gotta figure out how to hook Tor up to everything else (browser already figured out)
Sorry if this is a stupid question... To fix this problem, can I just remove the 8.8.8.8 line from /etc/resolvconf/resolv.conf.d/tail? Or must I replace it with something else?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 2013-08-28 16:32, name at domain wrote:
> Sorry if this is a stupid question... To fix this problem, can I
> just remove the 8.8.8.8 line from
> /etc/resolvconf/resolv.conf.d/tail? Or must I replace it with
> something else?
It was my understanding that the recent updates would fix this.
Can someone confirm his?
Thank you.
F.
- --
Fabián Rodríguez
http://trisquel.magicfab.ca
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: PGP/Mime available upon request
Comment: Using GnuPG with Icedove - http://www.enigmail.net/
iEYEARECAAYFAlIepwQACgkQfUcTXFrypNXUbQCfffYiKvYW7TrYJutfShfuvlpU
TAkAn2mkLyVvgHs0Gc6K8rjhBdPXlHt8
=k6sx
-----END PGP SIGNATURE-----
I think I had an error trying to update. I didn't write down the error message, unfortunately. I still use Google's name server.
> I still use Google's name server.
Then go change it.
Does no one see a problem with package updates overwriting configuration files? Maybe it's been customized and the update just barrels over it all...
I have the same question as someone before me:
"Sorry if this is a stupid question... To fix this problem, can I just remove the 8.8.8.8 line from /etc/resolvconf/resolv.conf.d/tail? Or must I replace it with something else?"
Try. If after removing it the internet don't work, replace it with something else. Like the DNS from your ISP or anything you like.
I removed the two nameserver lines and everything seems to be working fine, even after a reboot.
The same for me after removing the nameserver lines. Thanks a lot! :-)
These lines are still present though:
"
search trisquel.info
domain trisquel.info
"
Is that a bad thing,too?
I don't know what they mean but they don't sound dangerous.
I noticed that my computer is still using the 8.8.8.8 DNS server, so I am trying to change it. When I open up /etc/resolv.conf up in nano, there is a comment at the top of the page that says:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
My first DNS server is 127.0.0.1, the second is 8.8.8.8, and there is a third that I won't specify. How do I remove the 8.8.8.8 DNS server from this list?
Change the resolv.conf file with the servers of your choice and make it inalterable with
$ sudo chattr +i /etc/resolv.conf
This avoids any posible overwriting. To reverse the inalterability of the file
$ sudo chattr -i /etc/resolv.conf
removing the package "resolvconf" will restore /etc/resolv.conf to it's old behaviour - in the process it will even remove the "DO NOT EDIT" message in the file.
but, removing this package may (or may not) be trivial... on my netinst install without DE metapackages, it works great, YMMV.
sudo nano /etc/resolvconf/resolv.conf.d/original
delete or replace nameserver 8.8.8.8
then
sudo resolvconf -u
this comand create a new /etc/resolv.conf
@Datenknecht
Following your instructions worked, after I restarted my computer. I replaced them with some OpenNIC servers.
- Anmelden oder Registrieren um Kommentare zu schreiben