RE: [Perl-unix-users] Telnet to AIX

2003-07-08 Thread Mundell, R. (Ronald)
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

RE: [Perl-unix-users] Telnet to AIX

2003-07-08 Thread Sullivan, Patrick
); 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

RE: [Perl-unix-users] Telnet to AIX

2003-07-07 Thread Mundell, R. (Ronald)
-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

RE: [Perl-unix-users] Telnet to AIX

2003-07-07 Thread Sullivan, Patrick
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