- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Exceed rlogin problem!
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
06-17-2001 07:24 PM
06-17-2001 07:24 PM
Exceed rlogin problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 11:14 PM
06-17-2001 11:14 PM
Re: Exceed rlogin problem!
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 11:37 PM
06-17-2001 11:37 PM
Re: Exceed rlogin problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 11:42 PM
06-17-2001 11:42 PM
Re: Exceed rlogin problem!
Also check exceeds log files ?
Is this the only user to have problems ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 11:58 PM
06-17-2001 11:58 PM
Re: Exceed rlogin problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 12:06 AM
06-18-2001 12:06 AM
Re: Exceed rlogin problem!
What happens if you remame it to .profile.orig ?
also have you looked for clues in the /var/adm/syslog/syslog.log and exceeds log files !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 01:42 AM
06-18-2001 01:42 AM
Re: Exceed rlogin problem!
what happens, if you put some "echo" into the first and
last line of your ".profile"? (assuming you DO use the
POSIX shell or the Korn shell, but NOT the C shell)
Do the same with the "/etc/profile" (if you have write
permission for that file). Do you get that output when
you try to "rlogin"?
Your attachment irritates in the way it shows your
prompt - you are already "telnet"ed or "rlogin"ed to
another system as "root", right?
Hence it seems NOT to be the eXceed (I do had a lot
of problems with that product in the past, btw), but
somewhere else. Can you telnet from there (wherever
that might be) to your target machine?
Perhaps it would be easieer for us, if you could attach
your ".profile" and your "/etc/profile" (and your ".*shrc"
if you have one). You will have to "tar" them or to post
them as three messages (only one attachment per
posting).
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 01:56 AM
06-18-2001 01:56 AM
Re: Exceed rlogin problem!
your profile is diff in diff machines. so please do checkup the profiles.
You did not reply whether a telnet to the machine works or not ?.
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 02:11 AM
06-18-2001 02:11 AM
Re: Exceed rlogin problem!
Please see the attachment for my /username/.profile and /etc/profile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 03:53 AM
06-18-2001 03:53 AM
Re: Exceed rlogin problem!
A problem with nfs-file-locking can cause the same results.
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 08:22 AM
06-18-2001 08:22 AM
Re: Exceed rlogin problem!
HISTFILE=/tmp/.sh_history
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 08:50 AM
06-18-2001 08:50 AM
Re: Exceed rlogin problem!
Did you renamed .profile & checked up ?. What was the result ?.
Is there any file called /var/mail/$USERNAME.lock ?.
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 01:37 PM
06-18-2001 01:37 PM
Re: Exceed rlogin problem!
Do you have inetd.sec file set on your unix server..? If yes add your laptop name (hostname) into that file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 05:23 PM
06-18-2001 05:23 PM
Re: Exceed rlogin problem!
export HISTFILE=/tmp/$LOGNAME.sh_history
So it seems that the problem caused by NFS,but I still want to know why I can logined other HP workstation which in the same environment with the cited one?And what the theory explaination?
Thanks,everybody!
thanks, expert!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 07:31 PM
06-18-2001 07:31 PM
Re: Exceed rlogin problem!
and /usr/sbin/rpc.statd
has not been started. After I start them manually, And I comment the line HISTFILE in my .profile, I rlogin it, everything is OK!