Closed
Bug 690751
Opened 14 years ago
Closed 14 years ago
getting exception when trying to powercycle a tegra
Categories
(Release Engineering :: General, defect, P1)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Assigned: dustin)
Details
(Whiteboard: [android][tegra][buildslaves])
Attachments
(1 file)
|
621 bytes,
patch
|
bear
:
review+
|
Details | Diff | Splinter Review |
foopy12:builds cltbld$ python sut_tools/check.py -t tegra-099 -c
2011-09-30 06:29:24,479 Tegra ID M Tegra CP Slave :: Msg
2011-09-30 06:29:24,668 tegra-099 p INACTIVE active OFFLINE :: SUTAgent not present;
2011-09-30 06:29:24,668 power cycling tegra
Traceback (most recent call last):
File "sut_tools/check.py", line 238, in <module>
checkTegra(m, tegra)
File "sut_tools/check.py", line 171, in checkTegra
reboot_tegra(tegra)
File "/builds/tools/sut_tools/sut_lib.py", line 407, in reboot_tegra
pdu = find_pdu(tegra)
File "/builds/tools/sut_tools/sut_lib.py", line 385, in find_pdu
if sentrypdu.SentryPDU(pdu).status(tegra):
File "/builds/tools/sut_tools/sentrypdu.py", line 55, in status
status_text = self._status()
File "/builds/tools/sut_tools/sentrypdu.py", line 27, in _status
t = self._login()
File "/builds/tools/sut_tools/sentrypdu.py", line 21, in _login
t.read_until('ssword:', self.timeout)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/telnetlib.py", line 319, in read_until
return self.read_very_lazy()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/telnetlib.py", line 395, in read_very_lazy
raise EOFError, 'telnet connection closed'
EOFError: telnet connection closed
Comment 1•14 years ago
|
||
Dustin,
can you audit the change I made to the sentry lib? This started happening when I made the change to work around the CDU bug
Assignee: nobody → bear
Priority: -- → P1
Whiteboard: [android][tegra][buildslaves]
| Assignee | ||
Comment 2•14 years ago
|
||
Assignee: bear → dustin
Attachment #563804 -
Flags: review?(bear)
Updated•14 years ago
|
Attachment #563804 -
Flags: review?(bear) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Bear, did this ever get landed? Is this bug a dupe?
Comment 4•14 years ago
|
||
landed partially but then we decided to switch to snmp in bug 690464 so closing this as WONTFIX
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•