- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnetd: Fatal error
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
04-30-2001 12:52 PM
04-30-2001 12:52 PM
telnetd: Fatal error
I've been seeing the next message in syslog.log
...telnetd[#####]: Fatal error: telnet device
drivers missing: No such device.
Any idea ?
Rafael G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 01:02 PM
04-30-2001 01:02 PM
Re: telnetd: Fatal error
insf -e to recreate the device nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 01:07 PM
04-30-2001 01:07 PM
Re: telnetd: Fatal error
i.e
insf -e (as root)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 01:53 PM
04-30-2001 01:53 PM
Re: telnetd: Fatal error
Using insf -e command does not help because this should be used when you want to recreate device files.
Drivers are kernel modulus.
Message from syslog.log says that you have no pseudo drivers used by telnetd.
Assuming that you use HP-UX11 these drivers are:
telm and tels.
You can check this using for example
kmsystem | grep telm
kmsystem | grep tels
Moreover have a look into /stand/system file.
If there is no lines containing
telm
tels
just add them and rebuild your kernel.
Hope this helps.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 02:06 PM
04-30-2001 02:06 PM
Re: telnetd: Fatal error
I've never built an 11.x system in which the drivers were not included. In any event, try insf -e it will do no harm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 04:19 PM
05-01-2001 04:19 PM
Re: telnetd: Fatal error
After increaseing them and rebooting the system, create device files for more telnet sessions.
ll /dev/pty* | wc -l show you how many device files are currently in the system.
# insf -d pty -n
# insf -d pts -n
Regards,