- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to open getty process
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
07-06-2006 03:24 PM
07-06-2006 03:24 PM
unable to open getty process
ux 11.11v1 rp2470
I am tryi8ng to configure a modem connection on the server mainly for dialin.
I have created dev files and started getty .. or at least thoguth I had. On my gsp console I am getting messages:
getty: cannot open "ttyd0p4". errno: 25
getty: cannot open "ttyd0p2". errno: 25
Can anyone help me ...what does this mean??
thanks
maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2006 06:04 PM
07-06-2006 06:04 PM
Re: unable to open getty process
When you configure a serial device with HPUX you'll see a line in /etc/inittab file which runs a getty or uugetty proccess on the serial line which means it is listening for the inputs.
When you see the message as above you should be looking at the device file if it exists, its permission. Also for modem dialin i would suggest use /usr/lbin/uucp/uugetty instead of getty where you'll have an entry in inittab file as
a2:3:respawn:/usr/lbin/uucp/uugetty -r -t 60 -h ttyd2a3 9600
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2006 06:09 PM
07-06-2006 06:09 PM
Re: unable to open getty process
I checked perms on dev file:
# ll /dev/ttyd0p2
crw--w---- 1 uucp bin 1 0x000206 Jul 7 16:02 /dev/ttyd0p2
and inittab is exactly as you specified. I do wonder though, what is the best way to make sure that I have actually specified the correct port number when defining config? I did it through sam.
thanks for helping
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2006 06:24 PM
07-06-2006 06:24 PM
Re: unable to open getty process
To verify i would dial into the number that is assigned to the port 2 and if it does pickup and you see the modem lights going on i would assume its working and connected to right port.
Also check in your inittab file that you dont have a duplicate entry for ttyd0p4 and ttyd0p2
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2006 06:42 PM
07-06-2006 06:42 PM
Re: unable to open getty process
thanks for help anyway
maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 02:22 AM
07-07-2006 02:22 AM