[GRASS-user] Is this a bug in 8.3.dev?

Markus Neteler neteler at osgeo.org
Thu May 4 12:28:36 PDT 2023


On Thu, May 4, 2023 at 5:19 PM Rich Shepard <rshepard at appl-ecosys.com> wrote:
> On Thu, 4 May 2023, Anna Petrášová wrote:
>
> > Rich, it would be extremely helpful, if you always show the errors you are
> > getting, otherwise, it's very difficult for us to help you.
>
> Anna,
>
> My apologies; I do know better.
>
> Here's the session:
>
> GRASS metro100/PERMANENT:~ > g.list type=vect
> met100
> GRASS metro100/PERMANENT:~ > d.mon start=wx0
> ERROR: Monitor <wx0> already running
> GRASS metro100/PERMANENT:~ > d.mon stop=wx0
> WARNING: Unable to open file
>           </data1/grassdata/metro100/PERMANENT/.tmp/caddis.appl-ecosys.com/MONITORS/wx0/pid>
> GRASS metro100/PERMANENT:~ >
>
> When I look for that file the MONITORS subdirectory does not exist:
>
> [rshepard at caddis ~]$ cd /data1/grassdata/metro100/PERMANENT/.tmp/caddis.appl-ecosys.com/
> [rshepard at caddis caddis.appl-ecosys.com]$ ls

Are these directories writable?

ls -la /data1/grassdata/metro100/PERMANENT/.tmp
and
ls -la /data1/grassdata/metro100/PERMANENT/.tmp/caddis.appl-ecosys.com/

will tell.

> [rshepard at caddis caddis.appl-ecosys.com]$
>
> Re-install grass?

Not now, this will not necessarily help.
There is an easy debugging option integrated:

# switch on
g.gisenv set="DEBUG=1"
d.mon wx0
--> what are the messages?

# switch off
g.gisenv set="DEBUG=0"

Markus


More information about the grass-user mailing list