Networking Forums

Networking Forums > Computer Networking > Linux Networking > how to free unused pty terminal

Reply
Thread Tools Display Modes

how to free unused pty terminal

 
 
nick_faye
Guest
Posts: n/a

 
      12-09-2004, 10:10 AM
Hi,

I am new to networking so please bear with me. On my MVL system, I am
using telnetd telnet server with this configuration in
/etx/xinetd.d/telnet file:

service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /sbin/telnetd
log_on_failure += USERID
disable = no
}

and my /etc/xinetd.conf is shown below:

defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}

includedir /etc/xinetd.d

I can successfully connect remotely to my system using telnet. My
problem is, everytime I closed the telnet client application without
calling the 'exit' command (i am using varaterm and windows command
line prompt), it seems that the pty terminal is not freed. My telnetd
was configured to allow 5 client connections at a time. If I am
connecting 5 telnet clients and then i closed one connection without
'exit' command, i can't make another connection and my system goes
weird because it hangs up after a minute or two. If i run the
'netstat' command, there are only 4 connections reported. But if i
closed a connection using the 'exit' command, i can successfully
re-establish a new connection.

Please help. I really don't have any idea where to look.

Thanks,
nick_faye
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
unused workgroup icon bmwmb Windows Networking 3 05-26-2005 03:33 PM
Deleting Unused Folders Mike Lambert Windows Networking 0 09-01-2004 02:28 PM
Filters for unused sockets? Peter Crosland Broadband 6 01-27-2004 09:35 AM
Deleting unused workgroups James Camapbell Windows Networking 0 01-19-2004 09:03 PM
Verisign hijacked unused .COM and .NET domains Jem Berkes Linux Networking 51 10-23-2003 05:15 PM



1 2 3 4 5 6 7 8 9 10 11