Frankkkkk / docker-overpass-api

A fully working overpass-api docker image: cloning, replication, areas and www interface
The Unlicense
31 stars 20 forks source link

permissions in run.sh are wrong #2

Open reuschling opened 7 years ago

reuschling commented 7 years ago

falled into this error today, had to change the chmod in run.sh to

make sure DBDIR is readable by overpass_api user

chmod uog+rwX $DBDIR chmod uog+rwX $DBDIR/ chmod uog+rwx /.sh

The DBDIR is not accessible and the .sh files not executable by the overpass user

Frankkkkk commented 7 years ago

Hi,

Sorry for the delay.

I can't find what is the error. Could you specify a bit more ? run.sh is x for everyone. Isn't that enough ?

reuschling commented 7 years ago

It's about the permissions of DBDIR, its files, and the sh files. These are set inside run.sh. Just compare your chmods in run.sh with the chmods above, I added the x / X.