Akkadius / glass-isc-dhcp

Glass - ISC DHCP Server Interface
MIT License
686 stars 143 forks source link

Web interface crashes on view #36

Closed koeus88 closed 5 years ago

koeus88 commented 5 years ago

A second or two after viewing the glass interface the http process will crash and start over a few seconds later. When this happens this log entry is created.

Error: write EPIPE
    at WriteWrap.afterWrite [as oncomplete] (net.js:868:14)
events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: write EPIPE
    at WriteWrap.afterWrite [as oncomplete] (net.js:868:14)

On Centos 7 with Node 8.15

koeus88 commented 5 years ago

Issue ended up being an IPS that was triggering a rule due to port 8080. I added an exception that resolved the issue. Closing issue.