[GRASS5] Unix Sockets directory change...
Markus Neteler
neteler at itc.it
Tue Oct 9 05:50:43 EDT 2001
On Tue, Oct 09, 2001 at 11:25:08AM +0200, Bernhard Reiter wrote:
> On Mon, Oct 08, 2001 at 04:24:08PM -0700, Eric G. Miller wrote:
> > I modified the unix socket routines to always use /tmp/grass-$USER/
> > as the directory. This should overcome some problems with NFS
> > mounts. Hopefully this works okay for everyone.
Hi Eric,
unfortunately there is a related bug:
GRASS:~ > d.rast dtm10
100%
GRASS:~ > d.what.rast
Failed to get socket name for monitor <x0>.
ERROR: No graphics device selected
GRASS:~ > d.vect viapri
.. working
GRASS:~ > d.what.vect
No socket to connect to for monitor <x0>.
ERROR: No graphics device selected
GRASS:~ > d.sites points
.. working
GRASS:~ > d.what.sites
Failed to get socket name for monitor <x0>.
ERROR: No graphics device selected
GRASS:~ > d.zoom
Failed to get socket name for monitor <x0>.
ERROR: No graphics device selected
However, v.digit seems to work.
I guess that R_open_driver() is causing problems.
src/libes/raster/io.c
Please have another look into this,
thanks
Markus
More information about the grass-dev
mailing list