[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2013-05-26 Thread Thomas Hood
Can someone please tell set the status back to incomplete?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2013-05-26 Thread Thomas Hood
Can someone please set the status back to incomplete?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2013-05-25 Thread piotr zimoch
** Changed in: network-manager (Ubuntu)
   Status: Invalid = New

** Changed in: network-manager (Ubuntu)
   Status: New = Incomplete

** Changed in: network-manager (Ubuntu)
   Status: Incomplete = Opinion

** Changed in: network-manager (Ubuntu)
   Status: Opinion = Invalid

** Changed in: network-manager (Ubuntu)
   Status: Invalid = Confirmed

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: network-manager (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: network-manager (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-10-15 Thread PTR
How the problem appears to me:

I am installing the Ubuntu server 12.04 (32 bit) in a clean machine. 
First I gave it a fix IP address, installed SSL and a standard LAMP server from 
the disk. Afterwards made some updates. Everything went well. 

Then I unplugged all peripherals and let it stand alone, connected in
the local net. I was accessing the server from a win machine means
PuTTY, accessing the server via OpenSSL. I tipped the server name in the
terminal and logged me in without problems.

But AFTER installing DNS manually (via apt-get) the TTY terminal does
not found the server by the machine's name anymore. By the other way, if
I tip the IP address directly, everything works well. For me it seems to
be a problem in the name resolution within my home network, possibly
within the DNS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-09-04 Thread jonathan
MI solucion.
He visto que si agregas los dns-nameserver en interfaces esta no toma los 
server de resolucion de nombres

Gracias a la ayuda encontrada en esta pagina he resuelto el problema.
http://manpages.ubuntu.com/manpages/lucid/man8/resolvconf.8.html
Para hacer que resolv.conf no cambie cuando la editamos manualmente hacemos 
esto en la terminal:
sudo resolvconf --disable-updates
despues:
sudo resolvconf -a eth0 # o tu interfas de red
luego editamos manualmente /run/resolvconf/resolv.conf

agregando un maximo de 2 DNS servers.
saludos
P.D. no olvidar reiniciar:
sudo /etc/init.d/networking restart


English translation

my solution.
I noticed that if you add the dns-nameserver in interfaces that do not take the 
name resolution server
Thanks to the help found here have solved the problem.
http://manpages.ubuntu.com/manpages/lucid/man8/resolvconf.8.html
To make resolv.conf not change when we edit manually do this in the terminal:
sudo resolvconf --disable-updates
after:
sudo resolvconf -a eth0 # or your network Interfas

then manually edit /run/resolvconf/resolv.conf

adding a maximum of two DNS servers.
thanks
P.S. not forget to restart:
sudo  /etc/init.d/networking restart

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-09-04 Thread Thomas Hood
 I noticed that if you add the dns-nameserver in interfaces that do not
take the name resolution server

You have to use the option keyword dns-nameservers, not dns-
nameserver.

 To make resolv.conf not change

The way you propose to make resolv.conf not change is not a good one.
You can run resolvconf --disable-updates but updates will be re-
enabled after reboot.

To make resolvconf completely static you should replace /etc/resolv.conf
with a static file. Normally it is a symbolic link to
/run/resolvconf/resolv.conf.

It isn't optimal to have a completely static resolv.conf.   Perhaps what
you should do is add

nameserver 1.2.3.4

to the /etc/resolvconf/resolv.conf.d/base file, or something along those
lines.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-19 Thread Thomas Hood
@joshyg6: Please browse through the hundreds of network-manager bug
reports for one that looks more like the problem you are having.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-19 Thread joshyg6
I haven't rebooted yet, but so far this situation is much better with
8..8 and 8..4 dns servers.. From within edit connection.

Sent from my iPhone

On Jul 19, 2012, at 4:35 AM, Thomas Hood 989...@bugs.launchpad.net
wrote:

 @joshyg6: Please browse through the hundreds of network-manager bug
 reports for one that looks more like the problem you are having.
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/989900
 
 Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04
 
 Status in “network-manager” package in Ubuntu:
  Invalid
 
 Bug description:
  I just updated to Ubuntu 12.04. 
  After the update I cannot resolve hostnames reliably: 
  I use Konsole in Unity. There sometimes the DNS resolving works fine and 
 suddenly after two commands or so it fails for the same address. 
 
  E.g. I ping a machine without DNS-Suffix (the suffix is shown in my network 
 config correctly aside 3 valid nameserver IPs) and everything works fine. 
 Then I try to log into the machine with the same address via ssh and I get a 
 Name or service not known. 
  Trying again, it works with a fully qualified name containing the suffix. I 
 also had cases, when the IP wasn't resolved although I put in the fully 
 qualified name. When I am more lucky, it starts working again with machine 
 names only (without suffix, which is configured and worked perfectly up to 
 now)
 
  Is there probably a bug in the new Ubuntu Version?
  --- 
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
 (20120425)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.2  metric 
 2
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  NonfreeKernelModules: nvidia
  Package: network-manager 0.9.4.0-0ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  RfKill:
   0: phy0: Wireless LAN
   Soft blocked: no
   Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
 2012-05-09T05:01:02.241358
  nmcli-con:
   NAME  UUID   TYPE   
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY 
   DBUS-PATH 
   Wired connection 1a76f352c-6e8c-49c7-bc05-b890445abb22   
 802-3-ethernet1336943434   Sun 13 May 2012 05:10:34 PM EDTyes 
   no /org/freedesktop/NetworkManager/Settings/1
   Ladner Computer Repair L.N.A 47560d22-54ec-491b-b90f-a41535d69f00   
 802-11-wireless   1337213171   Wed 16 May 2012 08:06:11 PM EDTyes 
   no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   
   wlan0  802-11-wireless   connected 
 /org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
 /org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
 WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
 enabledenabled disabled
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-18 Thread joshyg6
Seems to be related to this kernel bug maybe?
https://bugzilla.kernel.org/show_bug.cgi?id=43123

** Bug watch added: Linux Kernel Bug Tracker #43123
   http://bugzilla.kernel.org/show_bug.cgi?id=43123

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-18 Thread joshyg6
Did anyone have a successful workaround/fix yet? That actually worked?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-13 Thread Rick Gutknecht
I'm no linux espert, far from it, but after bricking my system, I booted
to a live CD and through the magic of chroot I was able to reinstall
resolvconf and network-manager.  So far so good.  I now have a
resolv.conf file.  I have a second computer that had the same issue.  I
wanted to change the way my HD was partitioned so I reinstalled Linux
Mint 13.  But it still is having DNS issues and no resolv.conf is
created.  I will chroot it later and purge and reinstall resolvconf and
network-manager.  But I guess this isn't a bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-13 Thread Thomas Hood
@Rick: I am happy to hear that you managed to get resolvconf and
network-manager reinstalled and your system unbricked.

Although it is usually the case that resolvconf and network-manager get
installed and operate properly, it is possible that there is some bug
that bites only in special circumstances which happen to obtain for you.
The fact that you have *two* systems with the same problem suggests that
there is some such bug.

The problem is, there is not much we can do with that statement.  What
exactly is wrong with the systems and how did they get that way, and
what caused them to be that way?

In order to answer these questions we need your help.  We will need you
to reinstall Ubuntu 12.04 on at least one of the systems, carefully
recording all the steps you take. And we will need you to tell us
exactly what is wrong with the resulting installed system. And then we
will need you to investigate the system and send us syslogs and such.
If you are willing to do all this then please open a fresh new bug
report. :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-10 Thread Rick Gutknecht
@Thomas  Thanks for the help..  I purged resolvconf and netowrk-
manager... not thinking  Now I cannot resolve DNS to install from
the repositories.  System totally broke now

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-09 Thread JW
I had the same problem as tomx
(https://bugs.launchpad.net/ubuntu/+source/network-
manager/+bug/989900/comments/7) -- my /etc/resolve.conf had wrong values
in it that would not update no matter what I did.  It is my
understanding that this file should update relative to the network I'm
on.

Without revealing sensitive information, the file had the following in it
domain {home domain value}
search {home search value}
nameserver {home nameserver value 1}
nameserver {home nameserver value 2}
nameserver {home nameserver value 3}

This was an appropriate configuration for connecting from my home
network.

However, for my office network it needed to be this:
nameserver 127.0.0.1
search {office search value}


Only after changing that by hand was I able to connect to the network.

Whatever is supposed to be updating that file is not doing so.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-03 Thread Thomas Hood
** Summary changed:

- DNS Resolve Problems in Ubuntu 12.04
+ Various people have a bunch of unrelated problems with name resolution in 
Ubuntu 12.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-03 Thread Thomas Hood
** Changed in: network-manager (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989900] Re: Various people have a bunch of unrelated problems with name resolution in Ubuntu 12.04

2012-07-03 Thread Thomas Hood
The original report by sladner84 seems to be related to a faulty router
and/or faulty hardware drivers in Ubuntu.  Beyond that this report
contains random unrelated reports of name resolution problems in Ubuntu
12.04 and quite a bit of misinformation.  The contributors are invited
to contribute their information to relevant bug reports or to open new
bug reports each containing a good description of one reproducible
problem and lots of information that will be useful in diagnosing and
solving the problem.

@sladner84: If you can isolate the problem you are having, please open a
new bug report too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989900

Title:
  Various people have a bunch of unrelated problems with name resolution
  in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/989900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs