Smoetzak

Members
  • Posts

    8
  • Joined

  • Last visited

Smoetzak's Achievements

Noob

Noob (1/14)

4

Reputation

  1. You can also just comment out the next line: include /etc/nginx/conf.d/*.conf; like so: # include /etc/nginx/conf.d/*.conf; inside your nginx.conf file. (or just delete the line completely) The only file inside /etc/nginx/conf.d/ folder is the stream.conf file. I think this is better because there are some custom values added in the nginx.conf that are gone in the nginx.conf.sample file. An alternative is going into the console of the Swag Container and do the following: ls -al /etc/nginx/conf.d/ /etc/nginx/stream.d/ mv -v /etc/nginx/conf.d/stream.conf /etc/nginx/stream.d/ Source:
  2. This is solved. I've first tried making a different vlan on my eth0 interface, but the problem remained the same. I had to use the eth1 interface (different nic on my microserver) and used the vlan on that. Haven't got a crach since.
  3. I will try the fixes posted by other members in that threat first. Thanks anyway for steering me in the right direction!
  4. I've created a vlan for my dockers last evening: But it I still have the macvlan broadcast messages in the syslog. The fixed ip address is different from the ip address of the unraid server in that vlan. Is that the problem? syslog 16-01-2021.txt
  5. I definitely have a docker on br0 with another ip address in my subnet. I'll try your fix. Thanks for the fast response!
  6. Hello people I'm using unraid for some months now but I still can't seem to fix why my server crashes on random times. It's allways at night, never have I seen it during the day. So I think it must have something to do with scheduled stuff. This also happens mostly in the weekends (but not exclusively and also at night). This also happens every week. Memory and cpu seem allright, no spikes or anything. I've attached my diagnostics, along with the syslog on the flash from the start of today (because the syslog from the diagnostics start from after the reboot). I've reset my server at 8:14 this morning. I really hope someone sees something that I can't. Thanks in advance for looking into this! smoetraid-diagnostics-20210115-1326.zip syslog 15-01-2021.txt
  7. Hello. It seems i have the same issue. Have you ever found the solutions?