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

Conference turris::digital_unix

Title:DIGITAL UNIX(FORMERLY KNOWN AS DEC OSF/1)
Notice:Welcome to the Digital UNIX Conference
Moderator:SMURF::DENHAM
Created:Thu Mar 16 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:10068
Total number of notes:35879

8913.0. "Strange message from the shell" by HYDRA::AMORELLI () Thu Feb 20 1997 17:16

Hi,

A customer is getting a strange message when he starts his raster imaging
products from within a shell script. The application runs fine but they are
really concerned about the message, it looks bad. The little detail I have is
below. The <the large #> is decimal.

The message:

	Error <the large #> initializing transport layer

Some info:

	Alpha 3000/500
	Unix 3.2C
	DEC C (-migrate)
	/bin/sh

Any ideas. Thanks

Carl
T.RTitleUserPersonal
Name
DateLines
8913.1that is a strange messageNETRIX::&quot;[email protected]&quot;Farrell WoodsFri Feb 21 1997 09:5616
Could the application in question be printing the message?  If you have
access to the source to the application then you could try to grep for the
string "initializing transport layer".  (From the format of the message
I'm guessing that the application doesn't have a function that's capable
of gluing error messages together from bits of strings.)

If you don't have access to the source you could run strings over the binary
and pipe that through a grep for the same string.  If you get a hit then
you have a pretty good idea of who's printing the message.  My own bet
is that the application involved is printing this message, and not the
shell.


	-- Farrell

[Posted by WWW Notes gateway]
8913.2Found it.HYDRA::AMORELLIFri Feb 21 1997 14:245
I passed your advice along and sure enough it was his own product.

Thanks,

Carl