[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

172.0. "CMgr Console Lost event with EFT 1.1 release for OSF/1" by ANNECY::CHALAND (Michel CHALAND @AEO) Fri Jan 21 1994 14:18

	
	I created a system with a pseudo_terminal connection associated with
	a command which 'cat' a file every 10 sec.

	I get every 3 minutes the following events :

		Console port for system1 reopened
		Console link for system system1 lost - I/O error

	What does it mean ?

	It it a due to a problem when CM tries to allocate/access a 
	pseudo_terminal ? (there is however a sufficient number of 
	pseudo_terminals available)

	Thank for your help,

	_Michel_

		
T.RTitleUserPersonal
Name
DateLines
172.1OPG::PHILIPAnd through the square window...Fri Jan 21 1994 15:2112
Michel,

  It looks to me like your script is exiting, causing what
  CM thinks is a lost connection and periodically the console
  is being "reopened" running your script, which exits, closing
  the console again.

  If you want your script to run forever, put it in an infinite
  loop

Cheers,
Phil
172.2It works now !ANNECY::CHALANDMichel CHALAND @AEOMon Jan 24 1994 16:588
Phil,

	My script ran in an infinite loop but was exiting due to a path error.
	That's why !!!

Thanks,

_Michel_