Title: RE: [Perl-unix-users] Telnet to AIX
Our Telnet server was started in the same way as yours. I have removed the -a option and it still does not work corectly. if I use @data = "" 'ls -l' ) is just return '1', not the list of the files. If I use the same
);
Perl-Win32-Users (E-mail)
Subject: RE: [Perl-unix-users] Telnet to AIX
what does the -a do, the aix server has the same setting
-Original Message-
From: Sullivan, Patrick [mailto:[EMAIL PROTECTED]
Sent: 07 July 2003 04:36 PM
To: Mundell, R. (Ronald); Perl-Unix-Users (E-mail); Perl-Win32
-users] Telnet to
AIX
Check your /etc/inetd.conf file -
look for the telnet line, if it contains a "-a" after the telnetd (as
follows):
telnet stream tcp6 nowait root
/usr/sbin/telnetd telnetd -a
I
know this causes some problems on AIX, I am not sure if this is
Title: Telnet to AIX
Check your /etc/inetd.conf file -
look for the telnet line, if it contains a "-a" after the telnetd (as follows):
telnet stream tcp6 nowait root
/usr/sbin/telnetd telnetd -a
I know
this causes some problems on AIX, I am not sure if this is yours but, remove the
-a and re