Re: [OSRM-talk] osrm-datastore error code 21

2018-02-02 Thread Daniel Patterson
Hey Kieran, Thanks for the update. I'll try simulating this condition locally and see if we can get a better error message out of the code here - it'll save folks time in the future if we don't have to repeat this exercise :-) daniel On Fri, Feb 2, 2018 at 4:25 AM, Kieran Caplice

Re: [OSRM-talk] osrm-datastore error code 21

2018-02-02 Thread Kieran Caplice
Hi Daniel, Many thanks for the reply again. An update: turns out when I rebooted the machine to fix the issue with running osrm-datastore across different users, I had forgotten that changes to /etc/sysctl.conf are not persisted after rebooting, so all is working fine now after adding the

Re: [OSRM-talk] osrm-datastore error code 21

2018-01-26 Thread Julien Coupey
Hi, Not sure if you're hitting the same problem here, but I recall a related discussion happening a while back at: https://github.com/Project-OSRM/osrm-backend/issues/1724 At least it provides a few hints on permissions and shared memory. Julien Le 26/01/2018 à 18:31, Daniel Patterson a

Re: [OSRM-talk] osrm-datastore error code 21

2018-01-26 Thread Daniel Patterson
Kieran, Hmm, we could probably improve the error handling here and make the message a bit more useful. The problem is probably one of: 1) Permission problems accessing /tmp/osrm.lock 2) Permission problems creating shared memory Code 21 is: $ errno 21 EISDIR 21 Is a directory