Thread: Minix 3
View Single Post
Old 20th September 2017
rons's Avatar
rons rons is offline
Snoozing
 
Join Date: Oct 2015
Posts: 69
Default

Check your logs for indications of a constant driver reload loop. I had trouble with one NIC I was using, maybe because the driver wasn't quite right. It could work OK for a while, but occasionally the system would get caught in a constant driver reload loop, where most of the driver's time was spent reloading (and not listening). It looked like it was down, but it was only down while it was reloading.

I'm not sure how the driver reload would affect a web server. Did you also lose your ssh? If so, that would point to the driver being reloaded (maybe). The software might have to be built to accomodate it.

I love the Hiawatha HTTP server, but unfortunately it looks like it doesn't yet compile on Minix3.

Last edited by rons; 20th September 2017 at 02:37 PM.
Reply With Quote