Sun Feb 08, 2015 11:32 pm
Further update to my problems..
I updated the kernel friday night using rpi-update and plugged my pi back into it's monitor. I'm still getting crashes, but this time since the monitor was still working I saw the output from a kernel issue, and checking syslog I came across the following errors:
Feb 8 21:29:40 pi2 kernel: [28135.703483] Unable to handle kernel paging request at virtual address 0007688c
Feb 8 21:29:40 pi2 kernel: [28135.710971] pgd = b4170000
Feb 8 21:29:40 pi2 kernel: [28135.713744] [0007688c] *pgd=340b2831, *pte=00000000, *ppte=00000000
Feb 8 21:29:40 pi2 kernel: [28135.720696] Internal error: Oops: 80000007 [#1] PREEMPT SMP ARM
Feb 8 21:29:40 pi2 kernel: [28135.726682] Modules linked in: arc4 ecb md4 md5 hmac nls_utf8 cifs snd_bcm2835 snd_pcm snd_se$
Feb 8 21:29:40 pi2 kernel: [28135.740356] CPU: 0 PID: 2658 Comm: gvfs-afc-volume Not tainted 3.18.6-v7+ #749
Feb 8 21:29:40 pi2 kernel: [28135.747641] task: b8594ac0 ti: b4116000 task.ti: b4116000
Feb 8 21:29:40 pi2 kernel: [28135.753089] PC is at 0x7688c
Feb 8 21:29:40 pi2 kernel: [28135.756000] LR is at __inode_permission+0x8c/0xc8
Feb 8 21:29:40 pi2 kernel: [28135.760746] pc : [<0007688c>] lr : [<8014d1d0>] psr: 20000013
Feb 8 21:29:40 pi2 kernel: [28135.760746] sp : b4117d48 ip : b4117d68 fp : b4117d64
Feb 8 21:29:40 pi2 kernel: [28135.772321] r10: b4117e60 r9 : b9067015 r8 : b4116000
Feb 8 21:29:40 pi2 kernel: [28135.777590] r7 : b4117e60 r6 : b4117d98 r5 : 00000081 r4 : b9652558
Feb 8 21:29:40 pi2 kernel: [28135.784172] r3 : 0007688e r2 : 00000051 r1 : 00000081 r0 : b9652558
Feb 8 21:29:40 pi2 kernel: [28135.790755] Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
Feb 8 21:29:40 pi2 kernel: [28135.797951] Control: 10c5387d Table: 3417006a DAC: 00000015
Feb 8 21:29:40 pi2 kernel: [28135.803745] Process gvfs-afc-volume (pid: 2658, stack limit = 0xb4116238)
Feb 8 21:29:40 pi2 kernel: [28135.810590] Stack: (0xb4117d48 to 0xb4118000)
Feb 8 21:29:40 pi2 kernel: [28135.814987] 7d40: ba766c00 b4117da0 00000003 b4117d98 b4117d74 b4117d68
Feb 8 21:29:40 pi2 kernel: [28135.823237] 7d60: 8014d230 8014d150 b4117ddc b4117d78 8014eee4 8014d218 00000001 80056440
These appear to be the most relevant parts of the dump,but the Pi was working perfectly fine @ 21:28:01.
Now I've updated the kernel again tonight to the following version...
Linux pi2 3.18.6-v7+ #753 SMP PREEMPT Sun Feb 8 14:53:56 GMT 2015 armv7l GNU/Linux
My /etc/sysctl.conf file has 'vm.min_free_kbytes = 65000' added to the end, so I shouldn't be running out of memory.
I'll update everyone on how the new kernel goes (and if it suffer's the same problem).
Just to confirm I'm using a 2A power supply from a well known supplier, and the only things that are plugged in are the ethernet cable, keyboard/mouse and hdmi to vga adaptor (although the previous crashes happened with only the ethernet cable plugged in).
Cheers
mrlinux2u