docker-overpass-api icon indicating copy to clipboard operation
docker-overpass-api copied to clipboard

permissions in run.sh are wrong

Open reuschling opened this issue 7 years ago • 2 comments

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

reuschling avatar Apr 12 '17 15:04 reuschling

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 ?

Frankkkkk avatar Jun 01 '17 07:06 Frankkkkk

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.

reuschling avatar Jun 01 '17 07:06 reuschling