[SCore-users] Installer Bug

John Uhlmann u9915240 at student.anu.edu.au
Wed Oct 23 22:45:14 JST 2002


Thanks.  I fixed my path and everything worked fine.

Unfortunately, I have encountered another problem.  I share my cluster
with a lot of other users and getting nodes rebooted causes difficulty. 
Currently whenever I try to run something in the scout environment I
discover that the PM ethernet devices on my nodes are already opened. 
I've restarted the pm_ethernet service on each node and rebooted the
server to no avail.  

Is there a way I can fix this without a reboot?

Thanks,

John

[root at server examples]# scrun ./hello
<0> SCore-D:WARNING PM ethernet/ethernet device already opened.
<0> SCore-D:ERROR No PM device opened.
<2> SCore-D:WARNING PM ethernet/ethernet device already opened.
<2> SCore-D:ERROR No PM device opened.
<3> SCore-D:WARNING PM ethernet/ethernet device already opened.
<3> SCore-D:ERROR No PM device opened.
<1> SCore-D:WARNING PM ethernet/ethernet device already opened.
<1> SCore-D:ERROR No PM device opened.



kameyama at pccluster.org wrote:
> 
> In article <3DB5559B.2D3162BC at student.anu.edu.au> John Uhlmann <u9915240 at student.anu.edu.au> wrotes:
> > Once the sources are extracted to /usr/score/score-src/ I run -
> > ./configure -i=/usr/score
> > make
> >
> > After awhile I get the following error which seems just to have not
> > replaced a reference to /opt/score with /usr/score.  I tried just
> > running this with the proper prefix and it worked, but did not seem to
> > fix the entire problem.
> >
> > make[3]: Entering directory
> > `/usr/score/score-src/runtime/mpi/mpich-1.2.0/build.i386-redhat7-linux2_4'
> > ./bin/mpiinstall
> > -prefix=/opt/score/mpi/mpich-1.2.0/i386-redhat7-linux2_4
> > cp: cannot create regular file
> > `/opt/score/mpi/mpich-1.2.0/i386-redhat7-linux2_4/bin/tarch': Permission
> > denied
> > **Error copying file
> > /usr/score/score-src/runtime/mpi/mpich-1.2.0/src/bin/tarch to
> > /opt/score/mpi/mpich-1.2.0/i386-redhat7-linux2_4/bin/tarch **
> > make[3]: *** [install] Error 1
> 
> Please set PATH to /usr/score/bin (new install directory).
> If your shell is sh or bash:
>     $ PATH=/usr/score/bin:/usr/score/sbin:/usr/score/deploy:$PATH
>     $  export PATH
> If your shell is csh or tcsh:
>     % set path=(/usr/score/bin /usr/score/sbin /usr/score/deploy $path)
> 
>                        from Kameyama Toyohisa
> _______________________________________________
> SCore-users mailing list
> SCore-users at pccluster.org
> http://www.pccluster.org/mailman/listinfo/score-users



More information about the SCore-users mailing list