Hello,
I am working on a project which includes to install Grass on a grid computing
infrastructure composed by computers with scientific linux (32 bits).
For the moment Grass will be used to combine layers (red, green, blue) of tiff
files and to save the generated files.
The last version of Grass (Grass 6.2.2 Generic Linux) make me an error, maybe
due to the 32 bits :
Starting GRASS ...
/home/labarre/GrassGIS/etc/Init.sh: line 567:
/home/labarre/GrassGIS/bin/g.gisen v: cannot execute binary file
/home/labarre/GrassGIS/etc/Init.sh: line 568:
/home/labarre/GrassGIS/bin/g.gisen v: cannot execute binary file
/home/labarre/GrassGIS/etc/Init.sh: line 569:
/home/labarre/GrassGIS/bin/g.gisen v: cannot execute binary file
/home/labarre/GrassGIS/etc/Init.sh: line 575:
/home/labarre/GrassGIS/etc/lock: c annot execute binary file
Unable to properly access ///.gislock
Please notify system personel.
So, I try an old version of Grass (Grass 5.4.0 Generic Linux).
This version works but when I use "g.region" I have an error :
ERROR: default region is invalid
line 11: <top: 1>
So, I wonder which is the suitable version of Grass to be used (graphical
interface isn't necessary, because the project needs only to send jobs to Grass
with Shell scipts).
If the 5.4.0 version is the appropriated one, how can I solve the "g.region"
problem ?
Thanks per advance.
Anaïs Labarre
Anaïs,
please run
file /home/labarre/GrassGIS/bin/g.gisenv
uname -a
and post the result here. It looks like a 32/64bit compilation
issue (using 64bit binaries on 32bit CPU).
For the second problem: the WIND and DEFAULT_WIND
files were updated in GRASS 6 to store 3D info as well.
To use such a location with GRASS 5, there lines would
have to be removed (they are ASCII files, so easy to do).
But it's probably much better for you to get GRASS 6
running.
Markus
Anaïs Labarre wrote on 07/25/2007 10:34 AM:
Hello,
I am working on a project which includes to install Grass on a grid computing
infrastructure composed by computers with scientific linux (32 bits).
For the moment Grass will be used to combine layers (red, green, blue) of tiff
files and to save the generated files.
The last version of Grass (Grass 6.2.2 Generic Linux) make me an error, maybe
due to the 32 bits :
Starting GRASS ...
/home/labarre/GrassGIS/etc/Init.sh: line 567:
/home/labarre/GrassGIS/bin/g.gisen v: cannot execute binary file
/home/labarre/GrassGIS/etc/Init.sh: line 568:
/home/labarre/GrassGIS/bin/g.gisen v: cannot execute binary file
/home/labarre/GrassGIS/etc/Init.sh: line 569:
/home/labarre/GrassGIS/bin/g.gisen v: cannot execute binary file
/home/labarre/GrassGIS/etc/Init.sh: line 575:
/home/labarre/GrassGIS/etc/lock: c annot execute binary file
Unable to properly access ///.gislock
Please notify system personel.
So, I try an old version of Grass (Grass 5.4.0 Generic Linux).
This version works but when I use "g.region" I have an error :
ERROR: default region is invalid
line 11: <top: 1>
So, I wonder which is the suitable version of Grass to be used (graphical
interface isn't necessary, because the project needs only to send jobs to Grass
with Shell scipts).
If the 5.4.0 version is the appropriated one, how can I solve the "g.region"
problem ?
Thanks per advance.
Anaïs Labarre
------------------
ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
ITC -> since 1 March 2007 Fondazione Bruno Kessler
------------------
On Wed, 25 Jul 2007, Markus Neteler wrote:
For the second problem: the WIND and DEFAULT_WIND
files were updated in GRASS 6 to store 3D info as well.
To use such a location with GRASS 5, there lines would
have to be removed (they are ASCII files, so easy to do).
Just a note: the 5.4 CVS version (cvs co -r releasebranch_5_4 grass) handles the newer WIND files OK (it ignores the new lines, but if the region is changed then the newer lines - 3-D settings - will be lost).
I suppose we should do a 5.4.1 release at some stage!
Paul
Paul Kelly wrote on 07/25/2007 03:14 PM:
On Wed, 25 Jul 2007, Markus Neteler wrote:
For the second problem: the WIND and DEFAULT_WIND
files were updated in GRASS 6 to store 3D info as well.
To use such a location with GRASS 5, there lines would
have to be removed (they are ASCII files, so easy to do).
Just a note: the 5.4 CVS version (cvs co -r releasebranch_5_4 grass)
handles the newer WIND files OK (it ignores the new lines, but if the
region is changed then the newer lines - 3-D settings - will be lost).
I suppose we should do a 5.4.1 release at some stage!
Let's do it now.
markus
------------------
ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
ITC -> since 1 March 2007 Fondazione Bruno Kessler
------------------
On Wed, 25 Jul 2007, Markus Neteler wrote:
Paul Kelly wrote on 07/25/2007 03:14 PM:
I suppose we should do a 5.4.1 release at some stage!
Let's do it now.
OK; I'll look into it.
Paul