My resin_supervisor keeps dying with exit code 1. Tailing the log I get the output:
events.js:160
throw er; // Unhandled ‘error’ event
^
Error: write EPIPE
at exports._errnoException (util.js:1020:11)
at WriteWrap.afterWrite (net.js:812:14)
This prevents my container from being accessible via the dashboard or from updating. My dashboard link is: https://dashboard.resin.io/devices/60dafeb5d5b0ea3b1df6b648f959ca58/summary
I’m running a Raspberry Pi B+ with the latest ResinOS on a system I just brought up today.
Thanks in advance for your help.