- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pseudo-port problem
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
05-14-2004 03:35 AM
05-14-2004 03:35 AM
As if the keyboard return key was stuck.
If a user tries to log in our applications and gets one of these ports
he wonâ t be able to enter the applications and he will have to close
is session.
That problem has been with us for some time now.
I tought the problem was due to a bug with an application (Double-Vision) that we use to take control of
Userâ s terminal for support.
And after a reboot the problem went away for weeks
Even months.
About a month ago a reboot no longer solved the problem
And we have a persistant problem with the
Pseudo-port /pty/ttypc
is there a way to remove that port
or make
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 03:46 AM
05-14-2004 03:46 AM
Re: pseudo-port problem
rmsf and insf could be used to remove and readd the port. Check the man pages for the full syntax.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 05:28 AM
05-14-2004 05:28 AM
Re: pseudo-port problem
This really sounds like a problem with the ptys driver itself rather than a particular device node. I would look for any patches related to the pseudo terminal driver for your OS release. Of course, your DoubleVision application could be doing some terrible ioctl()'s on a port and that is really what is your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 06:35 AM
05-14-2004 06:35 AM
Re: pseudo-port problem
and/or re-create the port.
ls -l
gives me no special indication
crw--w---- 2 root tty 17 0x00000b ...ttypb
crw--w---- 2 root tty 17 0x00000c ...ttypc
crw--w---- 2 root tty 17 0x00000c ...ttypd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 07:07 AM
05-14-2004 07:07 AM
Re: pseudo-port problem
crw--w---- 2 root tty 17 0x00000b ...ttypb
crw--w---- 2 root tty 17 0x00000c ...ttypc
crw--w---- 2 root tty 17 0x00000c ...ttypd
Note that ttypc and ttypd share a common minor device number. That could cause exactly the symptoms you are seeing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 07:20 AM
05-14-2004 07:20 AM
Re: pseudo-port problem
I made a typo you shoud have seen
crw--w---- 2 tty 17 0x00000d May 14 15:14 ttypd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 07:36 AM
05-14-2004 07:36 AM
SolutionI would first focus on finding patches related to the driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 07:45 AM
05-14-2004 07:45 AM
Re: pseudo-port problem
port with that problem
I'll remove it, and plan on some patches.
Thank You !!!