12:17:10
04:17:10
16:17:10
07:17:10
03:17.10
What's odd is that it occurs at the same minute and second every time, it also "time jumps" before the crash according to syslog.
Ex. today it went from:
...
Mar 6 04:04:50 raspberrypi dhclient: bound to 192.168.0.150 -- renewal in 1679 seconds.
Mar 6 03:17:10 raspberrypi kernel: imklog 5.8.11, log source = /proc/kmsg started.
...
The syslog from the crash can be found here: http://pastebin.com/0DYMM2BA (Personally, I can't see anything wrong here)
I may also add that kmsg is empty, there's nothing to read there.
Steps that I've tried whilst troubleshooting:
1. Forcing the kernel to keep 64MB of RAM available at all times instead of the standard 8MB with
Code: Select all
vm.min_free_kbytes = 65536
Code: Select all
smsc95xx.turbo_mode=N dwc_otg.dma_enable=1 dwc_otg.dma_burst_size=256
3. Adding 500MB of swap memory, in case the issue was that it for some odd reason would run out of RAM. Which seems highly unlikely..
None of which seems to have worked for me.
My config.txt files looks as follows (standard raspi-config settings for the Pi2)
Code: Select all
arm_freq=1000
gpu_mem=32
core_freq=500
sdram_freq=500
over_voltage=2

Thankful for any suggestions I can get to troubleshoot this issue!