Home > Archive > Tcl > October 2006 > Service 7 on AIX with TCL and TLS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Service 7 on AIX with TCL and TLS
|
|
| Hillel 2006-10-23, 7:03 pm |
| Hello,
I am currently running TCL 8.4.13 on AIX 4.3 with OpenSSL 0.9.8d and
TLS 1.50.
Whenever the TCL command "package require tls" is executed, the error
"Sent 33 bytes to service 7" appears on the main system console
(regardless
of which terminal or telnet session the TCL command is run in). Does
anyone know
what this means? Is there a way to stop it?
Thanks.
---Hillel
| |
| Hillel 2006-10-23, 7:03 pm |
| Hillel wrote:
> Hello,
>
> I am currently running TCL 8.4.13 on AIX 4.3 with OpenSSL 0.9.8d and
> TLS 1.50.
> Whenever the TCL command "package require tls" is executed, the error
> "Sent 33 bytes to service 7" appears on the main system console
> (regardless
> of which terminal or telnet session the TCL command is run in). Does
> anyone know
> what this means? Is there a way to stop it?
>
> Thanks.
> ---Hillel
Figured it out. It was the stderr from the random number generator
that had been configured to run as an AIX subsystem. All subsystems
default stderr to /dev/console.
---Hillel
|
|
|
|
|