- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to key in "at" after connected to modem via...
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-17-2003 01:05 PM
07-17-2003 01:05 PM
unable to key in "at" after connected to modem via kermit
HPUX 11.11
kermit version: C-Kermit 7.0.197
Hi, I'm running kermit on serveral servers without a problem. However I'm experiencing an issue on one of my HPUX11.11 servers. I can connect to kermit without a problem. Then when I attempt to key "at" it blows up. Most interesting is, after I make the connect, I'm okay, after I key in "a", I'm okay, but immediately when I key in the "t", I get bounced. I don't even get a chance to hit the enter key. Here is my output:
@osihpn04::super_ /etc/uucp> kermit -l /dev/telnet/irn4_mod1
Executing /usr/share/lib/kermit/ckermit.ini for UNIX...
Good Afternoon!
C-Kermit 7.0.197, 8 Feb 2000, for HP-UX 11.00
Copyright (C) 1985, 2000,
Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
(/etc/uucp/) C-Kermit>connect
Connecting to /dev/telnet/irn4_mod1, speed 300.
The escape character is Ctrl-\ (ASCII 28, FS)
Type the escape character followed by C to get back,
or followed by ? to see other options.
----------------------------------------------------
a
Communications disconnect (Back at osihpn04)
----------------------------------------------------
(/etc/uucp/) C-Kermit>
--------Any clues or direction you could give would be appreciated. Thanks Kirk Reindl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 02:05 AM
07-18-2003 02:05 AM
Re: unable to key in "at" after connected to modem via kermit
The first thing to check is whether there are any differences between this server and the others. Are you running the same version of Kermit, are the modems the same, are the cables the same, are the modems configured the same?
Could you show an ll and a lssf of the device file you are using on this system, and on a working system.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 02:34 AM
07-18-2003 02:34 AM
Re: unable to key in "at" after connected to modem via kermit
other generic check:
- check stty settings, maybe there is some difference, and the keying of at execute something different
- check arpa and stream patch, if they are the same as a working server. i know it's quite generic, but there is the chance that the stream of bytes is interpreted as the escape sequence, due to some mystical reason
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 11:44 AM
07-18-2003 11:44 AM
Re: unable to key in "at" after connected to modem via kermit
I was poking around and noticed the following:
There were two different file sizes on the following file between working system A and broken system B:
/usr/share/lib/kermit/ckermit.ini
I noticed on working system A the following was in the file ckermit.ini:
set carrier-watch off ; fix for c-kermit 7.x - timn 071602
Well I copied kermit.ini from system A to system B and it worked. But to be completely honest, I don't know why it works with this setting (besides maybe the modem not liking set carrier-watch set to on). I really haven't had time to investigate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 11:51 AM
07-18-2003 11:51 AM