Re: [GRASS-user] Create location fails in docker

2021-10-01 Thread Margherita Di Leo
[RESOLVED] Simply the docker machine was deployed with changes I was unaware of. Sorry for the noise and thank you so much for the brainstorming. On Thu, Sep 30, 2021 at 2:34 PM Margherita Di Leo wrote: > Hi Moritz, > > On Thu, Sep 30, 2021 at 10:49 AM Moritz Lennert < >

Re: [GRASS-user] Create location fails in docker

2021-09-30 Thread Margherita Di Leo
Hi Moritz, On Thu, Sep 30, 2021 at 10:49 AM Moritz Lennert < mlenn...@club.worldonline.be> wrote: > Hi Madi, > > Am 30.09.2021 09:46 schrieb Margherita Di Leo: > > > >> PermissionError: [Errno 13] Permission denied: '/.grass7' > > > > What does this error message mean? Why is it trying to write

Re: [GRASS-user] Create location fails in docker

2021-09-30 Thread Maris Nartiss
2021-09-30 10:46 GMT+03:00, Margherita Di Leo : >> What does this error message mean? Why is it trying to write in the > /.grass7 folder ? And what does the name '_' refer to? It means that you need to fix your environment before starting GRASS. Check your $HOME setting. Māris.

Re: [GRASS-user] Create location fails in docker

2021-09-30 Thread Moritz Lennert
Hi Madi, Am 30.09.2021 09:46 schrieb Margherita Di Leo: Hi again, I try to reformulate my question: On Wed, Sep 29, 2021 at 9:32 PM Margherita Di Leo wrote: grass --text -c EPSG:4326 $GRASSDATA/france -e The error message: Traceback (most recent call last): File "/usr/bin/grass", line

Re: [GRASS-user] Create location fails in docker

2021-09-30 Thread Margherita Di Leo
Hi again, I try to reformulate my question: On Wed, Sep 29, 2021 at 9:32 PM Margherita Di Leo wrote: > > grass --text -c EPSG:4326 $GRASSDATA\/france -e > > The error message: > > Traceback (most recent call last): > File "/usr/bin/grass", line 390, in get_grass_config_dir >

[GRASS-user] Create location fails in docker

2021-09-29 Thread Margherita Di Leo
Hi, I need to run GRASS in a docker image but I have issues apparently about permissions. My docker image is built on a dockerfile: FROM ubuntu:20.04 ENV DEBIAN_FRONTEND noninteractive ENV DATA_DIR /data RUN apt-get update \ && apt-get install -y