brentmaier has asked for the wisdom of the Perl Monks concerning the following question:
The RSH fails because it isn't loading up .profile and whatever else to a standard user login level. I have tried performing these commands in an inline RSH command as well as putting them in a .sh file on the remote system and executing it via the RSH. I've even tried executing .profile in the .sh and running the make commands like this ". make -f makefile.cfg sol". After a successful compile, I want to grab the source and pull it back to the original box. Problem is getting the source to compile via an RSH command. Surely this can be done, how? I'm hoping someone can give me some input. Thank you ahead of time for your 2 cents. -Brentmake -f makefile.cfg sol make make install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: RSH calling a shell script .profile issue
by RMGir (Prior) on Mar 20, 2002 at 17:15 UTC | |
by brentmaier (Initiate) on Mar 20, 2002 at 17:28 UTC | |
by RMGir (Prior) on Mar 20, 2002 at 17:32 UTC | |
by brentmaier (Initiate) on Mar 20, 2002 at 21:18 UTC | |
by brentmaier (Initiate) on Mar 25, 2002 at 16:51 UTC | |
by brentmaier (Initiate) on Mar 25, 2002 at 16:52 UTC | |
|
Re: RSH calling a shell script .profile issue
by traveler (Parson) on Mar 20, 2002 at 18:33 UTC |