Closed
Bug 1018540
Opened 11 years ago
Closed 11 years ago
admin1b.private.mtv2.mozilla.com
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dgarvey, Assigned: afernandez)
Details
Having issues with NTPD not starting and DNS lookup to localhost.
| Reporter | ||
Comment 1•11 years ago
|
||
The alerts,
.:nagios-scl3:. Fri 19:39:17 PDT [5136] admin1b.private.mtv2.mozilla.com:Recursive DNS is CRITICAL: Domain google.com was not found by the server (http://m.mozilla.org/Recursive+DNS)
.:nagios-scl3:. Fri 19:42:18 PDT [5137] admin1b.private.mtv2.mozilla.com:Time Sync is CRITICAL: NTP CRITICAL: Offset 25098.90957 secs (http://m.mozilla.org/Time+Sync)
| Assignee | ||
Comment 2•11 years ago
|
||
fixed time manually;
sudo ntpdate time.nist.gov
Seems ntpd was not running;
$ sudo /etc/init.d/ntpd status
ntpd dead but pid file exists
$ sudo /etc/init.d/ntpd start
Starting ntpd: [ OK ]
$ sudo /etc/init.d/ntpd status
ntpd (pid 61265) is running...
$ dig @localhost google.com +short
now resolves.
Perhaps a check for ntpd should be made ... but in terms of this issue, this is fixed.
Assignee: dgarvey → afernandez
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•11 years ago
|
||
yeah, I started ntpd many times but it kept on crashing.
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•