>>> ERROR: MAPSET PERMANENT - permission denied >>> >>> Any solution to this would be much appreciated.
Glynn: >> In any of the current SVN versions, >> setting the environment variable GRASS_SKIP_MAPSET_OWNER_CHECK >> to any non-empty string will suppress the check. (that also includes 6.4.3-final by the way) Tim: > Yes, but what for the people who wanna rely on the precompiled packages? > And this could be a switch in the .grassrc or elsewhere. it still works at run time. you can make it locally permanent on a single user setup with: echo "export GRASS_SKIP_MAPSET_OWNER_CHECK=true" >> ~/.grass.bashrc As with anything else, be sure to extra take care when disabling safety mechanisms. Hamish ps- the build-time compiler flag version is "-DSKIP_MAPSET_OWN_CHK" _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
