- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: uugetty corrupted after phone line problems
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
09-05-2000 12:20 PM
09-05-2000 12:20 PM
uugetty corrupted after phone line problems
19200 # B19200 HUPCL IGNPAR ICRNL IXON OPOST ONLCR CS8 CREAD
ISIG ICANON ECHO ECHOK ISTRIP IXANY TAB3
# B19200 SANE CS8 ISTRIP IXANY TAB3 HUPCL
#login: #19200
and the /etc/inittab entry is
a1:3:respawn:/usr/lbin/uucp/uugetty -r -t 60 -h ttyd2a3_hw 19200
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 01:09 PM
09-05-2000 01:09 PM
Re: uugetty corrupted after phone line problems
"Note that with the -r option, several carriage-return characters might be required before the login message is output."
and
"...-r option (this causes uugetty to wait to read a character before it enters the login message,..."
After your attempt to re-establish a connection, did you try pressing the Enter key several times? This is why you finally got the login prompt the first time you pressed the enter key.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 11:04 PM
09-05-2000 11:04 PM
Re: uugetty corrupted after phone line problems
The problem is not on HPUX but on the configuration of modem itself.
Initialize modem to factory default or check both DIP switch setting and Register values of modem with reference manual from US Robotics and try again.
I took 2 days to make US Robotics modem to fuction before.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 02:51 AM
09-06-2000 02:51 AM
Re: uugetty corrupted after phone line problems
UUGETTY allows connections both way i.e. dial out and dial in . Do you have any other jobs that require the use of a modem for example something like uucp which runs uucico demon checks if anything is queued and if it sees the modem free you can dial out ( hence setting uugetty).
If you only use the modem for dialing in purposes ,, try the following:-
in the inittab try removing the -r option
as mentioned by Anthony this requires a character hence you press enter ( this is normally useful with UUCP), Have you tried using getty instead of uugetty?
Nb:- THe device file you use should be the appropriate onen i.e. dial in and dialout
or dial in ONLY .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 06:40 AM
09-07-2000 06:40 AM
Re: uugetty corrupted after phone line problems
Anthony - After we had the phone line problem, I did hit the
In-Su - I followed one of the HP KBdocs and believe I have the modem configured correctly. DIP switches 3 and 8 are ON. Thanks.
Devbinder - The reason I am using uugetty is because we could never get getty to work, using hardware flow control. The reason we used hardware flow control was because we could never get software flow control to work. A person at the HP Support center guided me through the setup. Thanks.