Sponsored Content
Operating Systems SCO Telnet session disconnects abruptly Post 302951862 by sean6605 on Tuesday 11th of August 2015 09:05:23 AM
Old 08-11-2015
Thanks for the reply jgt,
I have downloaded ICE TCP Plus from James River to try a different Terminal emulator. I installed it and will run it on the user's computer having the most trouble.
At this point I am not sure how the program gets started, my apologies but SCO is very new to me I am reading and learning at the same time. I will look this up and get back to you. The problem is when the user drops they lose what they were typing at the time and for some users this could be several lines of a document, so if they are logged off or dropped to the prompt I think they will still lose the information, which is the big problem.
Would you have a link that I can read regarding the .profile and /etc/passwd files and how they work so I can try to figure out how they access the application?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

telnet session timeout

hi, we can set something such that if the user has been idle for a while, it will auto disconnect. where to do so? thanks (6 Replies)
Discussion started by: yls177
6 Replies

2. Shell Programming and Scripting

Telnet session does not expire

Dear friends.. Our project has a module that runs on handheld devices. Through the handheld we telnet to solaris where the application actually runs. I noticed that after starting a session through the handheld, if i go out of range or if i remove and replace the battery in the handheld, the... (1 Reply)
Discussion started by: deepsteptom
1 Replies

3. Shell Programming and Scripting

Telnet Session

{ sleep 2 echo "$user" sleep 2 echo "$password" sleep 2 echo " ls" sleep 10 echo "exit" }| telnet $server I have a machine x and i have executed the above script on machine 'x'. i entered the... (6 Replies)
Discussion started by: pathanjalireddy
6 Replies

4. UNIX for Dummies Questions & Answers

Unix Telnet session

Hi Is there any way whilst in a telnet session you can view your client machine name that you are using to connect to the Unix box ? :eek: (2 Replies)
Discussion started by: mlucas
2 Replies

5. AIX

aix telnet disconnects

We're having problems getting disconnected from AIX with our telnet sessions. I can't ping the server when this happens, either. Other serves can be pinged at the same time. This happens both at unix and within the database. Database locks remain when editing files. unix logins remain after... (0 Replies)
Discussion started by: e1lyons
0 Replies

6. UNIX for Dummies Questions & Answers

Telnet Session to AIX

Hello, I have AIX 5.3 at home connected to netgear router. Port Forwarding has been enabled on the router. Problem is that if I want to telnet, I have to try 2 or 3 times before I can get a logon prompt. It times out for first or second time (Connection to session <IP_Address> failed: Connection... (1 Reply)
Discussion started by: bluebee
1 Replies

7. AIX

Telnet disconnects on handheld device AIX

I have intermec handheld device which is connecting to AIX Server on port 12431 or whatever. ( oracle application ) The handheld device connects for few seconds and then disconnects from the AIX server. Once it disconnects the handheld device automatically switches off. Are there any... (2 Replies)
Discussion started by: filosophizer
2 Replies

8. HP-UX

ssh session getting hung (smilar to hpux telnet session is getting hung after about 15 minutes)

Our network administrators implemented some sort of check to kill idle sessions and now burden is on us to run some sort of keep alive. Client based keep alive doesn't do a very good job. I have same issue with ssh. Does solution 2 provided above apply for ssh sessions also? (1 Reply)
Discussion started by: yoda9691
1 Replies

9. Solaris

How do I keep an X session alive when my VPN/ssh disconnects so I can reconnect later?

Hi, Sorry if this question has been asked before, however, I have tried looking in the forum (and google in general) and I haven't found an answer, so I thought I'd ask here. I am trying to use a GUI application in Solaris 10. Normally I connect with a VPN then SSH and use Xming to... (2 Replies)
Discussion started by: John_sp
2 Replies
PROMPTER(1)							     [nmh-1.5]							       PROMPTER(1)

NAME
prompter - prompting editor front-end for nmh SYNOPSIS
prompter [-erase chr] [-kill chr] [-prepend | -noprepend] [-rapid | -norapid] [-doteof | -nodoteof] file [-version] [-help] DESCRIPTION
Prompter is an editor front-end for nmh which allows rapid composition of messages. This program is not normally invoked directly by users but takes the place of an editor and acts as an editor front-end. It operates on an RFC-822 style message draft skeleton specified by file, normally provided by the nmh commands comp, dist, forw, or repl. Prompter is particularly useful when composing messages over slow network or modem lines. It is an nmh program in that it can have its own profile entry with switches, but it is not invoked directly by the user. The commands comp, dist, forw, and repl invoke prompter as an editor, either when invoked with -editor prompter, or by the profile entry "Editor: prompter", or when given the command edit prompter at the "What now?" prompt. For each empty component prompter finds in the draft, the user is prompted for a response; A <RETURN> will cause the whole component to be left out. Otherwise, a `' preceding a <RETURN> will continue the response on the next line, allowing for multiline components. Continua- tion lines must begin with a space or tab. Each non-empty component is copied to the draft and displayed on the terminal. The start of the message body is denoted by a blank line or a line of dashes. If the body is non-empty, the prompt, which isn't written to the file, is --------Enter additional text or (if -prepend was given) --------Enter initial text Message-body typing is terminated with an end-of-file (usually CTRL-D). With the -doteof switch, a period on a line all by itself also signifies end-of-file. At this point control is returned to the calling program, where the user is asked "What now?". See whatnow (1) for the valid options to this query. By using the -prepend switch, the user can add type-in to the beginning of the message body and have the rest of the body follow. This is useful for the forw command. By using the -rapid switch, if the draft already contains text in the message-body, it is not displayed on the user's terminal. This is useful for low-speed terminals. The line editing characters for kill and erase may be specified by the user via the arguments -kill chr and -erase chr, where chr may be a character; or ` nn', where "nnn" is the octal value for the character. An interrupt (usually CTRL-C) during component typing will abort prompter and the nmh command that invoked it. An interrupt during mes- sage-body typing is equivalent to CTRL-D, for historical reasons. This means that prompter should finish up and exit. The first non-flag argument to prompter is taken as the name of the draft file, and subsequent non-flag arguments are ignored. FILES
$HOME/.mh_profile The user profile /tmp/prompter* Temporary copy of message PROFILE COMPONENTS
prompter-next: To name the editor to be used on exit from .B prompter Msg-Protect: To set mode when creating a new draft SEE ALSO
comp(1), dist(1), forw(1), repl(1), whatnow(1) DEFAULTS
`-prepend' `-norapid' `-nodoteof' CONTEXT
None HELPFUL HINTS
The -rapid option is particularly useful with forw, and -noprepend is useful with comp -use. The user may wish to link prompter under several names (e.g., "rapid") and give appropriate switches in the profile entries under these names (e.g., "rapid: -rapid"). This facilitates invoking prompter differently for different nmh commands (e.g., "forw: -editor rapid"). BUGS
Prompter uses stdio(3), so it will lose if you edit files with nulls in them. MH.6.8 11 June 2012 PROMPTER(1)
All times are GMT -4. The time now is 07:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy