Closed
Bug 839165
Opened 13 years ago
Closed 13 years ago
Unable to resolve any address from 10.250.120.75
Categories
(Infrastructure & Operations :: Infrastructure: Other, task)
Infrastructure & Operations
Infrastructure: Other
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jgriffin, Unassigned)
Details
The machine 10.250.120.75 is unable to resolve any address. Running nslookup www.mozilla.com, for example, yields:
;; connection timed out; no servers could be reached
This machine is running Gaia performance tests that are critical for the B2G project right now, and this problem blocks those tests from running.
| Reporter | ||
Updated•13 years ago
|
Severity: normal → critical
| Reporter | ||
Comment 1•13 years ago
|
||
This machine is a Dell located in haxxor.
Comment 2•13 years ago
|
||
What DNS servers is it using?
It should be using:
10.250.75.5
10.250.75.6
10.250.75.7
If it isn't using those, it is likely that it isn't getting its network settings from DHCP, which should probably be investigated.
| Reporter | ||
Comment 3•13 years ago
|
||
/etc/resolv.conf currently has:
# Generated by NetworkManager
domain mv.mozilla.com
search mv.mozilla.com
nameserver 10.250.0.21
nameserver 10.250.0.22
| Reporter | ||
Comment 4•13 years ago
|
||
And changing that to:
# Generated by NetworkManager
domain mv.mozilla.com
search mv.mozilla.com
nameserver 10.250.75.5
nameserver 10.250.75.6
nameserver 10.250.75.7
resolved the problem. Thanks!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Server Operations: Infrastructure → Infrastructure: Other
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•