- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- No new telnet sessions allowed ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 07:47 AM
10-10-2006 07:47 AM
No new telnet sessions allowed ?
This is RHES V4.
tty.max is set to 4096 and the number of psuedo devices in /dev seems to be about 63.
In Tru64unix if this happens, we simply create more psuedo devices with /dev/MAKEDEV. It would appear you can do the same in linux with the MAKEDEV utility giving pty and tty as arguments in seperate commands. This creates several hundred new devices.
But the customer says they still can't telnet....no response. Only if someone logs out, can they start a new session.
So my question is, must the system be rebooted inorder for the kernel to see the new psuedo devices or are there any other parameters that need to be set ?
I don't yet know if there are any errors or other in the messags file, but I've asked the customer to check this.....any other ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 07:55 AM
10-10-2006 07:55 AM
Re: No new telnet sessions allowed ?
Anyway, check the /etc/xinetd.d/telnet file:
service telnet
{
disable = no
instances = 100
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure =
log_on_success -= HOST
}
Look at the instances parameter. I think that telnet sessions uses /dev/pts/* files, what is the output of tty in a telnet session?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 08:23 AM
10-10-2006 08:23 AM
Re: No new telnet sessions allowed ?
I am having him send me the xinetd.d/telnet file contents but I'm not sure that it has a limit by default.
The tty command does show /dev/pts/x so it is using the system 5 style devices by default.
I was just told that the default for the value of "instances" in /etc/xinetd.d/telnet is 60 even if it is not specified in the file.
I am asking the customer to add the line and set it to some value greater than the max number of telnet users they expect and then restart xinetd. I'll report the results later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 12:53 PM
10-10-2006 12:53 PM
Re: No new telnet sessions allowed ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 11:58 PM
10-10-2006 11:58 PM