- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rsh from cygwin to HP server
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
09-26-2003 03:51 AM
09-26-2003 03:51 AM
When I do â rsh zibra uptimeâ , I get â zibra: remshd: Login incorrect.â
When I try: â rlogin zibraâ , I just get "Login incorrect" and I am prompted with "login:" after which I CAN login successfully.
My problem is that rsh does not work. Also, my real goal is to download source from a cvs repository from the server.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 03:55 AM
09-26-2003 03:55 AM
Re: rsh from cygwin to HP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 03:57 AM
09-26-2003 03:57 AM
Re: rsh from cygwin to HP server
Let me try this again. Thanks
==========================================
How can I use rsh from cygwin to a HP server.
When I do "rsh zibra uptime", I get "zibra: remshd: Login incorrect."
When I try: "rlogin zibra", I just get "Login incorrect" and I am prompted with "login:" after which I CAN login successfully.
My problem is that rsh does not work. Also, my real goal is to download source from a cvs repository from the server.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 04:29 AM
09-26-2003 04:29 AM
Re: rsh from cygwin to HP server
I do have cvs on my cygwin machine. I want to checkout my source from the HP box by using cvs â d :extâ ¦and I have an account on the HP box.
I placed my cygwin hostname in my home dir on the HP box. I think the problem may be with cygwin my login name is not the same as on the HP box. Should this be the case, then how do I create a new cygwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 04:32 AM
09-26-2003 04:32 AM
Re: rsh from cygwin to HP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 04:40 AM
09-26-2003 04:40 AM
Re: rsh from cygwin to HP server
Try to export USERNAME to the one on hpux and do rsh. But I am not sure.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 04:51 AM
09-26-2003 04:51 AM
Re: rsh from cygwin to HP server
Without a command I am just prompted with the "password" and I am able to login and this works even with no .rhosts file!
I tried the USERNAME thing it does not help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 04:56 AM
09-26-2003 04:56 AM
Re: rsh from cygwin to HP server
The .rhosts file will definately be required if you don't want to enter a pssword.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 05:09 AM
09-26-2003 05:09 AM
Re: rsh from cygwin to HP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 05:19 AM
09-26-2003 05:19 AM
Re: rsh from cygwin to HP server
Is the .rhosts file owned by the correct user?
Try putting the ip address of the cygwin box in .rhosts instead of the hostname (could have a name resolution issue)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 07:34 AM
09-26-2003 07:34 AM
Re: rsh from cygwin to HP server
Also, (just FYI) I tired to 'ping'ing my cygwin from from HP and it works only with the IP addresss.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 07:38 AM
09-26-2003 07:38 AM
Re: rsh from cygwin to HP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 07:56 AM
09-26-2003 07:56 AM
Re: rsh from cygwin to HP server
I'll be back on Monday:)
Thanks for your help, Mark
Cheers,
Leslie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 11:05 AM
09-26-2003 11:05 AM
Re: rsh from cygwin to HP server
have you a /etc/shells file on you hpux box.
If yes - you should add the rsh shell to that file. /etc/shells must owned by root:sys and the permissions 644.
Same permissions for .rhost file in $HOME dir but this should be owned by the user, who own the $HOME.
HTH
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 03:54 AM
09-29-2003 03:54 AM
Re: rsh from cygwin to HP server
Following the idea of putting the IP address in the .rhosts file and from the manpage, I put the IP followed by my cygwin USER and it works... from cygwin. Thanks Mark for your guidance.
Talking about goals... my REAL goal was to connect to the cvs server from the Eclipse IDE. I am still searching...
All I get back when trying to connect is:
"Unknown response received from cvs server: "
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:12 AM
09-29-2003 04:12 AM
Re: rsh from cygwin to HP server
Are you running the correct version of client for the cvs server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:17 AM
09-29-2003 04:17 AM
Re: rsh from cygwin to HP server
My cygwin version is 1.11 and connects to the cvs server on the HP box which is 1.11.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:38 AM
09-29-2003 04:38 AM
Re: rsh from cygwin to HP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:42 AM
09-29-2003 04:42 AM
Re: rsh from cygwin to HP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:44 AM
09-29-2003 04:44 AM
Re: rsh from cygwin to HP server
The way cygwin shell (bash) interprets the env var CVSSERVER will be different than in a dos env.
Surely, its a problem with eclipse. Look out for any upgrades or patches of eclipse.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:18 AM
09-29-2003 06:18 AM
Re: rsh from cygwin to HP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:37 AM
09-29-2003 06:37 AM
Re: rsh from cygwin to HP server
It appears that Eclipse uses it's own inernal CVS_RSH var. I found this seeting in the drop down menu Window->Preferences->Team->CVS->Ext Connection Method
Thanks for all your help,
Leslie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:39 AM
09-29-2003 06:39 AM