[PVFS-users] errors when run the program put on pvfs
Rob Ross
rross at mcs.anl.gov
Tue Mar 9 08:48:27 EST 2004
We don't actively support executing programs off PVFS file systems. It
works for some people, and not others. Sorry it isn't working for you,
but this isn't the primary purpose of PVFS, we've spent a fair amount of
time trying to make this work without total success, and we can't justify
more time expended on this problem.
We are spending extra effort to make sure that this will work in PVFS2.
Regards,
Rob
On Tue, 9 Mar 2004 zhuyfa at lenovo.com wrote:
> hi all,
> I really need your help.
>
> software environment:
> linux 2.4.18-14 smp
> pvfs 1.6.2
> I wrote a muti-thread test application, create some threads, every thread
> excute a program through system call system("command").
> When I put the program in pvfs, test application will run into errors. But
> if I put the program in local file system, it's ok.
>
> For example,
> /usr/local/test -n 3 -c /pvfs/simple
> test - my test application.
> -n - how many thread will be created.
> -c - the command or program every thread excute.
>
> results:
> ....
> /pvfs/simple: error while loading shared libraries: /lib/: cannot read file
> data: Error 21
> ....
>
> sometimes the error include "error while loading shared libraries" or "
> unsupported version 0 of Verneed record", the result errors are not fixed.
>
> All the source files for test are within attachment file tt.tgz.
> test.c - test application's main source file
> simple.c - a simple program just print "I'm pvfs."
> result - print out information
> compile.sh - shell to compile
>
> (See attached file: tt.tgz)
More information about the PVFS-users
mailing list