bugThe Fat Controller - Bugs: bug #14576, TELNET to router loops with...

 
 

bug #14576: TELNET to router loops with will/wont

Submitter:  Matthew Warren <matthewwarren>
Submitted:  Mon 19 Sep 2005 11:40:20 AM UTC
   
 
Category:  ENTITY Severity:  3 - Normal
Status:  Confirmed Privacy:  Public
Assigned to:  matthewwarren Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 19 Sep 2005 11:40:20 AM UTC, original submission:  

Matt:
Telnet(192.168.1.1,23): IAC WONT 3
Telnet(192.168.1.1,23): recv '\xff\xfc\x01'
Telnet(192.168.1.1,23): IAC WONT 1
Telnet(192.168.1.1,23): recv '\xff\xfc\x03'
Telnet(192.168.1.1,23): IAC WONT 3
Telnet(192.168.1.1,23): recv '\xff\xfc\x01'
Telnet(192.168.1.1,23): IAC WONT 1
Telnet(192.168.1.1,23):
Traceback (most recent call last):
  File "C:\Program Files\yab\FatController\FatController.py", line 3007, in ?
    main()
  File "C:\Program Files\yab\FatController\FatController.py", line 2658, in main
    processcommand(UserCmd)
  File "C:\Program Files\yab\FatController\FatController.py", line 2571, in processcommand
    eval(CreateExpression)
  File "<string>", line 0, in ?
  File "C:\Program Files\yab\FatController\FatController.py", line 1942, in define
    self.Entities[EntityName]=TELNET(EntityName,typeparms[1],typeparms[2],typeparms[3],typeparms[4])
  File "C:\Program Files\yab\FatController\FatController.py", line 1693, in _init_
    C=TELNET.Connections[self.Name]=self.openconnection()
  File "C:\Program Files\yab\FatController\FatController.py", line 1705, in openconnection
    index,match,text=C.expect(['[Ll]ogin: '],10)
  File "C:\Python24\lib\telnetlib.py", line 619, in expect
    self.fill_rawq()
  File "C:\Python24\lib\telnetlib.py", line 522, in fill_rawq
    self.msg("recv %r", buf)
  File "C:\Python24\lib\telnetlib.py", line 251, in msg
    print 'Telnet(%s,%d):' % (self.host, self.port),
KeyboardInterrupt

Matthew Warren <matthewwarren>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-19 matthewwarren StatusNone Confirmed
    Assigned toNone matthewwarren
2005-09-19 matthewwarren CategoryNone ENTITY

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code