Unix Technical Forum

Telnet sessions "freezing"

This is a discussion on Telnet sessions "freezing" within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> Telnet sessions to our HP-UX 11.00 box "freeze" after about 30 seconds. Nothing shows up in the syslog. There's ...


Go Back   Unix Technical Forum > Unix Operating Systems > HP-UX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-16-2008, 06:32 PM
John Oliver
 
Posts: n/a
Default Telnet sessions "freezing"

Telnet sessions to our HP-UX 11.00 box "freeze" after about 30 seconds.
Nothing shows up in the syslog. There's no securetty (I know it's a
Linux-ism, but that was my first thought...) Where else can I look for
clues?

--
* John Oliver http://www.john-oliver.net/ *
* California gun owners - protect your rights and join the CRPA today! *
* http://www.crpa.org/ Free 3 month trial membership available *
* San Diego shooters come to http://groups.yahoo.com/group/sdshooting/ *
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-16-2008, 06:32 PM
Rick Jones
 
Posts: n/a
Default Re: Telnet sessions "freezing"

John Oliver <joliver@john-oliver.net> wrote:
> Telnet sessions to our HP-UX 11.00 box "freeze" after about 30
> seconds. Nothing shows up in the syslog. There's no securetty (I
> know it's a Linux-ism, but that was my first thought...) Where else
> can I look for clues?


If you mean at the very beginning, you need to check your DNS
configuration and availability - HP-UX inetd/telnet will do a reverse
lookup of the client IP address.

If you mean pauses in the middle of an established telnet session,
start looking for packet losses - netstat -p tcp, then lanadmin, then
switch stats etc etc etc.

rick jones
--
denial, anger, bargaining, depression, acceptance, rebirth...
where do you want to be today?
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to raj in cup.hp.com but NOT BOTH...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-16-2008, 06:32 PM
nissan350z
 
Posts: n/a
Default Re: Telnet sessions "freezing"

> Telnet sessions to our HP-UX 11.00 box "freeze" after about 30 seconds.
> Nothing shows up in the syslog. There's no securetty (I know it's a

Try with a minimal .profile. May be a command try to connect to something
not responding.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-16-2008, 06:32 PM
Joe Blow
 
Posts: n/a
Default Re: Telnet sessions "freezing"

John Oliver wrote:

> Telnet sessions to our HP-UX 11.00 box "freeze" after about 30 seconds.
> Nothing shows up in the syslog. There's no securetty (I know it's a
> Linux-ism, but that was my first thought...) Where else can I look for
> clues?


You can get an idea of which half of the world to look (this machine vs
the rest of the world) by trying a telnet to the local host loop back.
If that fails during the connection, check the DNS, if it fails after
the connection is established, its got to be in the local software. If
it doesn't fail, then consider reliablility of the net.

Joe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-16-2008, 06:33 PM
John Oliver
 
Posts: n/a
Default Re: Telnet sessions "freezing"

On Fri, 15 Oct 2004 13:15:49 -0400, Joe Blow wrote:
> John Oliver wrote:
>
>> Telnet sessions to our HP-UX 11.00 box "freeze" after about 30 seconds.
>> Nothing shows up in the syslog. There's no securetty (I know it's a
>> Linux-ism, but that was my first thought...) Where else can I look for
>> clues?

>
> You can get an idea of which half of the world to look (this machine vs
> the rest of the world) by trying a telnet to the local host loop back.
> If that fails during the connection, check the DNS, if it fails after
> the connection is established, its got to be in the local software. If
> it doesn't fail, then consider reliablility of the net.


Telneting to localhost works just fine. DNS is working. After messing
around a little more, it seems that, as long as I'm doing something, the
connection will stay up. If I stop typing and hitting enter for more
than a few seconds, it "freezes".

I really doubt this is a network issue, as I can deal with every other
UNIX machine in that lab just fine. It just about has to be a software
issue on the HP-UX machine, but... what? Where would I look? Is there
maybe a newer telnetd I should be using? Some sort of PAM-like security
software?

--
* John Oliver http://www.john-oliver.net/ *
* California gun owners - protect your rights and join the CRPA today! *
* http://www.crpa.org/ Free 3 month trial membership available *
* San Diego shooters come to http://groups.yahoo.com/group/sdshooting/ *
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-16-2008, 06:33 PM
Alan D Johnson
 
Posts: n/a
Default Re: Telnet sessions "freezing"

John Oliver wrote:

> On Fri, 15 Oct 2004 13:15:49 -0400, Joe Blow wrote:
>
>>John Oliver wrote:
>>
>>
>>>Telnet sessions to our HP-UX 11.00 box "freeze" after about 30 seconds.
>>>Nothing shows up in the syslog. There's no securetty (I know it's a
>>>Linux-ism, but that was my first thought...) Where else can I look for
>>>clues?

>>
>>You can get an idea of which half of the world to look (this machine vs
>>the rest of the world) by trying a telnet to the local host loop back.
>>If that fails during the connection, check the DNS, if it fails after
>>the connection is established, its got to be in the local software. If
>>it doesn't fail, then consider reliablility of the net.

>
>
> Telneting to localhost works just fine. DNS is working. After messing
> around a little more, it seems that, as long as I'm doing something, the
> connection will stay up. If I stop typing and hitting enter for more
> than a few seconds, it "freezes".
>
> I really doubt this is a network issue, as I can deal with every other
> UNIX machine in that lab just fine. It just about has to be a software
> issue on the HP-UX machine, but... what? Where would I look? Is there
> maybe a newer telnetd I should be using? Some sort of PAM-like security
> software?
>

what if you just run a small script to loop on the telnet session, does
it still lock up? If it doesnt then it sound like a ttl issue with the
telnet connection.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:54 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com