Hello friends, good afternoon
I want to configure osmosis to get updates, but shows error:
./utils/update.php --import-osmosis-all --no-npi
WARNING: resetting cache memory to 686
sh: 1: /home/ubuntu/osmosis: Permission denied
Error: 126. Re-trying: /home/ubuntu/osmosis -q --read-replication-lag workingDirectory=/home/ubuntu/Nominatim/settings in 900 secs
- I did download the latest osmosis, put in <home>/osmosis
- Change CONST_Osmosis_Binary on settings.php and point to <home>/osmosis
- Change replication params
- Execute .
/utils/setup.php --osmosis-init
- Execute
./utils/setup.php --create-functions --enable-diff-updates
When I try to execute ./utils/update.php --import-osmosis-all --no-npi
then shows error.
asked
19 Nov '15, 18:49
jeancz
47●3●3●7
accept rate:
33%
Does it work after executing
chmod +x /home/ubuntu/osmosis
? I.e. is the execution mode bit set?I try change permission for all files, bus does not work. :(