Operating System - HP-UX
1834516 Members
1986 Online
110068 Solutions
New Discussion

Re: rlogin after "ctrl+c",why?

 
leereg_2
Occasional Advisor

rlogin after "ctrl+c",why?

When I try to rlogin HP B2000(HP-UX10.20),It scrolled version message as attachment,but can not get in.Then I press "ctrl+c",I entered.
when I issue ksh or bsh or sh, I hunged, but when csh work in command line.
Why?

Thanks in advance!
Always UNIX!
5 REPLIES 5
Alex Glennie
Honored Contributor

Re: rlogin after "ctrl+c",why?

Personally I'd find it easier if you refrained from multi-posting ......

so there's differences between the shells ... is your users $HOME directory NFS mounted at all ?
John Palmer
Honored Contributor

Re: rlogin after "ctrl+c",why?

Hi,

I suggest that you check /etc/profile and .profile in the user's home directory for potential problems. These are both executed by ksh sh etc.

csh uses different 'startup' scripts.

Regards,
John

leereg_2
Occasional Advisor

Re: rlogin after "ctrl+c",why?

I chech another HP workstation with HP-UX 10.20 installed, they have the same /etc/profile, and I login that one successfully. It doesn't looks like caused by /username/.profile or /etc/profile.
Always UNIX!
KapilRaj
Honored Contributor

Re: rlogin after "ctrl+c",why?

Hi ,

look for a file /var/mail/$USERNAME.lock . If this file exist you will hv to press ctrl+c to login or you hv to wait for a long tim

kaps
Nothing is impossible
leereg_2
Occasional Advisor

Re: rlogin after "ctrl+c",why?

there is no $USERNAME.lock file under /var/mail/
Always UNIX!