[GRASS-user] gislock: Permission denied
Hamish
hamish_nospam at yahoo.com
Wed Jun 14 04:42:34 EDT 2006
Martin Wegmann <wegmann at biozentrum.uni-wuerzburg.de> wrote:
> >grass61 /data1/grassdb/spearfish60/PERMANENT/
> >Cleaning up temporary files.....
> >ERROR: LOCATION_NAME not set
> >Starting GRASS ...
> >///.gislock: Permission denied
///
looks like missing enviro vars,
$GISDBASE/$LOCATION_NAME/$MAPSET/.gislock
if all three are unset that will condense to
///.gislock
Thus it is trying to write to
/.gislock
but you are not root, so you can't write there. (do not try as root)
Find out why "ERROR: LOCATION_NAME not set".
e.g. try moving away ~/.grassrc6
Hamish
More information about the grass-user
mailing list