linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jim Rees <rees@umich.edu>
To: Mahmood Naderan <nt_mahmood@yahoo.com>
Cc: nfs <linux-nfs@vger.kernel.org>
Subject: Re: file is run on server but not on client
Date: Sat, 7 May 2011 15:43:55 -0400	[thread overview]
Message-ID: <20110507194355.GA2112@merit.edu> (raw)
In-Reply-To: <585464.69250.qm@web111704.mail.gq1.yahoo.com>

Mahmood Naderan wrote:

  Hi,
  The problem is when I run a command on the server, it works fine but when I run that from a client, it doesn't find that file.
  ar@server:~/s1/src$ ls -l run
  -rwxr-xr-x 1 ar users 2573621 2011-05-07 19:47 run
  ar@server:~/s1/src$ ./run
  Usage: ./run paramfile outfile format iotrace synthgen?
  
  You can see that it ask for usage which shows the binary file works
  
  However in the client:
  
  ar@client:~/s1/src$ ls -l run
  -rwxr-xr-x 1 ar users 2573621 2011-05-07 15:17 run
  ar@client:~/s1/src$ ./run
  -bash: ./run: No such file or directory

This is not an nfs issue.  The client is missing the interpreter for this
file.  If you do "head -1 run" you will see the name of the missing
interpreter.  You also might want to check your timezone settings.

      reply	other threads:[~2011-05-07 19:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-07 15:45 file is run on server but not on client Mahmood Naderan
2011-05-07 19:43 ` Jim Rees [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110507194355.GA2112@merit.edu \
    --to=rees@umich.edu \
    --cc=linux-nfs@vger.kernel.org \
    --cc=nt_mahmood@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).