Can anyone help me determine the cause of the following errors?
I have a script that I use to telnet into several DUTs, execute a "show" command to grab some data, write the data to a single file, the close the spawned telnet process. The script will loop indefinitely; however, the foolowing errors are observed about an hour or so into execution and it obviously stops.
TIA
Attempting to connect to: 172.23.130.37
spawn telnet 172.23.130.37 4083
parent: sync byte read: bad file number
child: sync byte write: bad file number
I have a script that I use to telnet into several DUTs, execute a "show" command to grab some data, write the data to a single file, the close the spawned telnet process. The script will loop indefinitely; however, the foolowing errors are observed about an hour or so into execution and it obviously stops.
TIA
Attempting to connect to: 172.23.130.37
spawn telnet 172.23.130.37 4083
parent: sync byte read: bad file number
child: sync byte write: bad file number