For some reason whenever I run "service --status-all" the Mut@nt starts showing the status of each service, then increasingly slows down and finally crashes. Although the box is still usable with the remote control, the SSH connection is no longer available. This is what dmesg shows:
Code:
[snip ...]
<3>[ 3013.774856] dvb_demux: dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
<3>[ 3018.719317] dvb_demux: dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
<6>[14005.489662] TCP: request_sock_TCP: Possible SYN flooding on port 8001. Sending cookies.  Check SNMP counters.
<6>[163918.461601] EXT4-fs (mmcblk0p5): re-mounted. Opts: data=ordered
<3>[163918.533075] blk_update_request: I/O error, dev mmcblk0rpmb, sector 0
<3>[163925.908286] blk_update_request: I/O error, dev mmcblk0rpmb, sector 0
<4>[163929.557098] vmap allocation for size 8269824 failed: use vmalloc=<size> to increase size
<4>[163929.565331] modprobe: vmalloc: allocation failure: 8262972 bytes, mode:0x14000c0(GFP_KERNEL)
<4>[163929.573908] CPU: 1 PID: 7735 Comm: modprobe Tainted: GF          O    4.10.12 #1
<4>[163929.581402] Hardware name: Broadcom STB (Flattened Device Tree)
<4>[163929.587441] [<c0017814>] (unwind_backtrace) from [<c0013264>] (show_stack+0x10/0x14)
<4>[163929.595289] [<c0013264>] (show_stack) from [<c032b3a4>] (dump_stack+0x7c/0x90)
<4>[163929.602613] [<c032b3a4>] (dump_stack) from [<c00c1a00>] (warn_alloc+0xc4/0x104)
<4>[163929.610023] [<c00c1a00>] (warn_alloc) from [<c00f2564>] (__vmalloc_node_range+0xac/0xb8)
<4>[163929.618212] [<c00f2564>] (__vmalloc_node_range) from [<c0014370>] (module_alloc+0x4c/0x54)
<4>[163929.626574] [<c0014370>] (module_alloc) from [<c00915cc>] (load_module+0xa68/0x25fc)
<4>[163929.634415] [<c00915cc>] (load_module) from [<c009339c>] (SyS_finit_module+0xbc/0xf4)
<4>[163929.642343] [<c009339c>] (SyS_finit_module) from [<c0010180>] (ret_fast_syscall+0x0/0x34)
<4>[163929.650662] Mem-Info:
<4>[163929.653047] active_anon:10765 inactive_anon:12733 isolated_anon:0
<4>[163929.653047]  active_file:24192 inactive_file:4200 isolated_file:0
<4>[163929.653047]  unevictable:0 dirty:0 writeback:0 unstable:0
<4>[163929.653047]  slab_reclaimable:5784 slab_unreclaimable:2198
<4>[163929.653047]  mapped:6936 shmem:292 pagetables:223 bounce:0
<4>[163929.653047]  free:26259 free_pcp:115 free_cma:17
<4>[163929.686732] Node 0 active_anon:43060kB inactive_anon:50932kB active_file:96768kB inactive_file:16800kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:27744kB dirty:0kB writeback:0kB shmem:1168kB writeback_tmp:0kB unstable:0kB pages_scanned:0 all_unreclaimable? no
<4>[163929.711362] Normal free:104092kB min:8192kB low:10240kB high:12288kB active_anon:25712kB inactive_anon:47096kB active_file:72264kB inactive_file:14764kB unevictable:0kB writepending:0kB present:786432kB managed:765824kB mlocked:0kB slab_reclaimable:23136kB slab_unreclaimable:8792kB kernel_stack:1288kB pagetables:388kB bounce:0kB free_pcp:408kB local_pcp:84kB free_cma:68kB
<4>[163929.744425] lowmem_reserve[]: 0 512 512
<4>[163929.748383] HighMem free:944kB min:256kB low:956kB high:1656kB active_anon:17392kB inactive_anon:3836kB active_file:24516kB inactive_file:2044kB unevictable:0kB writepending:0kB present:262144kB managed:262144kB mlocked:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:504kB bounce:0kB free_pcp:52kB local_pcp:8kB free_cma:0kB
<4>[163929.779643] lowmem_reserve[]: 0 0 0
<4>[163929.783266] Normal: 1417*4kB (UMC) 2679*8kB (M) 1914*16kB (UM) 979*32kB (UME) 201*64kB (UMEC) 17*128kB (UM) 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 104092kB
<4>[163929.797858] HighMem: 1*4kB (U) 0*8kB 0*16kB 25*32kB (UM) 2*64kB (UM) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 932kB
<4>[163929.809537] 28713 total pagecache pages
<4>[163929.813481] 8 pages in swap cache
<4>[163929.816898] Swap cache stats: add 68, delete 60, find 3/6
<4>[163929.822403] Free swap  = 502592kB
<4>[163929.825815] Total swap = 502780kB
<4>[163929.829231] 262144 pages RAM
<4>[163929.832225] 65536 pages HighMem/MovableOnly
<4>[163929.836514] 5152 pages reserved
<4>[163929.839756] 161792 pages cma reserved
Any idea why this happens?