Networking Forums

Networking Forums > Computer Networking > Linux Networking > Remote call fail/Local Works

Reply
Thread Tools Display Modes

Remote call fail/Local Works

 
 
Paul B.
Guest
Posts: n/a

 
      12-19-2003, 03:28 PM
I have a problem with a particular software pacakage. Unfortunately
the vendor doesn't support "Network Access" for Linux.

I have a Gentoo/OpenMosix(2.4.22-1) cluster that is used to run
compute intense modeling jobs. The jobs run fine when run locally
(started within a shell), but fails (seg fault) when called via ssh
(or rsh) from another machine.

I narrowed it down to the c5.0 software, which itself runs fine
locally but fails when called remotely. I can't find anything else on
the machine that fails in this manner.

Also another Gentoo/OpenMosix (2.4.19-7) cluster which has the same
software on it works fine. I tried using the 2.4.19 kernel for my
problem cluster with the same results. Environment doesn't seem to be
an issue, because locally I stripped down the environment to next to
nothing and the program ran. I compared envs between the remote call
and local and there wasn't anything different.

In a nutshell:
Does anyone have any ideas what would cause a seg fault using:

machine1 % ssh machine2 "/usr/local/c5.0/bin/c5.0"

But the following works:

machine1 % ssh machine2

machine2 % /usr/local/c5.0/bin/c5.0

TIA,

Paul
 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      12-19-2003, 09:35 PM
Paul B. <(E-Mail Removed)> wrote:
[..]
> In a nutshell:
> Does anyone have any ideas what would cause a seg fault using:


> machine1 % ssh machine2 "/usr/local/c5.0/bin/c5.0"


What happens if you try:
ssh machine2 "nohup /usr/local/c5.0/bin/c5.0 &"

Failing that I'd try using ssh's "-t" option.

--
Michael Heiming

Remove +SIGNS and www. if you expect an answer, sorry for
inconvenience, but I get tons of SPAM
 
Reply With Quote
 
Paul B.
Guest
Posts: n/a

 
      12-22-2003, 01:01 PM
Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> Paul B. <(E-Mail Removed)> wrote:
> [..]
> > In a nutshell:
> > Does anyone have any ideas what would cause a seg fault using:

>
> > machine1 % ssh machine2 "/usr/local/c5.0/bin/c5.0"

>
> What happens if you try:
> ssh machine2 "nohup /usr/local/c5.0/bin/c5.0 &"
>
> Failing that I'd try using ssh's "-t" option.



Thanks A Bunch! The -t option solves it.

- Paul
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
remote connect to shares fail JohnD Windows Networking 3 01-27-2006 05:22 PM
program calls rcmd() twice, _second_ call works for root but notnormal users David Mathog Linux Networking 1 06-17-2005 05:26 PM
Ping works, TCP/IP transfers fail jro Linux Networking 5 06-02-2005 04:04 PM
Remote Procedure Call (RPC) Michel Windows Networking 3 09-23-2004 11:40 PM
Remote procedure call failed sharad Windows Networking 0 04-25-2004 09:20 AM



1 2 3 4 5 6 7 8 9 10 11