openaddresses / machine

Scripts for running OpenAddresses on a complete data set and publishing the results.
http://results.openaddresses.io/
ISC License
97 stars 36 forks source link

avoid reads of invalid /proc resources #662

Closed sbma44 closed 7 years ago

sbma44 commented 7 years ago

Invoking machine with Docker works great but I ran into a few errors when developing inside the container. I think this is due to some errors in the logging system related to too-cute new symlink additions to /proc.

This PR does not represent complete comprehension of the issue but mostly just me trying to make the relevant codepaths avoid the problem (I think the new additions to /proc are not of interest to us). I think this is probably justified but welcome feedback or suggestions that I be less lazy.

cc @migurski