You might be using a google name server

67 respuestas [Último envío]
TestingTe
Desconectado/a
se unió: 08/19/2013

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"

lembas
Desconectado/a
se unió: 05/13/2010

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.

TestingTe
Desconectado/a
se unió: 08/19/2013

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)

oysterboy

I am a member!

I am a translator!

Desconectado/a
se unió: 02/01/2011

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?

MagicFab
Desconectado/a
se unió: 12/13/2010

-----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-----

muhammed
Desconectado/a
se unió: 04/13/2013

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.

jxself
Desconectado/a
se unió: 09/13/2010

> 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...

Mzee
Desconectado/a
se unió: 07/10/2013

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?"

lembas
Desconectado/a
se unió: 05/13/2010

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.

oysterboy

I am a member!

I am a translator!

Desconectado/a
se unió: 02/01/2011

I removed the two nameserver lines and everything seems to be working fine, even after a reboot.

Mzee
Desconectado/a
se unió: 07/10/2013

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?

lembas
Desconectado/a
se unió: 05/13/2010

I don't know what they mean but they don't sound dangerous.

ssdclickofdeath
Desconectado/a
se unió: 05/19/2013

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?

jbar
Desconectado/a
se unió: 01/22/2011

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

ZykoticK9
Desconectado/a
se unió: 04/07/2011

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.

Datenknecht
Desconectado/a
se unió: 11/08/2013

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

ssdclickofdeath
Desconectado/a
se unió: 05/19/2013

@Datenknecht
Following your instructions worked, after I restarted my computer. I replaced them with some OpenNIC servers.