rpi+vdr every x minutes "mmcqd/0"
#1
hey,
im running openelec on my rpi with vdr. it runs good so far but every x minutes the video/sound stutter and the process mmcqd/0 use much cpu for like 5 seconds. this happens every x minutes. is my sd card to bad or what happens here? Sad i have the sd card who comes with the pi, so i know nothing about it. maybe someone can help me Smile

edit: wow it takes over 10 minute after reboot, before this process stops using much cpu ... -.-
Reply
#2
try to open another ssh connection to your raspberry and there type
Code:
tail -f .xbmc/temp/xbmc.log
and try to see what's happening when the mmcqd starts acting up.
my guess is the vdr refreshes the epg, at least for me that's what vnsi add-on does every x minutes.
other guess would be that somehow the network buffer eats up all ram and that triggers writes on the sd card.
hope this helps
Reply
#3
enabled vdr again and now "mmcqd/0" takes much cpu since 30 minutes and wont stop.

log so far:
Code:
12:14:55 T:2746213472   ERROR: PVR - GetChannelGroupMembers - addon 'VDR-Network-Streaming-Interface (VNSI) Server:127.0.0.1:34890' returned an error: server error
12:14:55 T:2746213472   ERROR: PVR - GetChannelGroupMembers - cannot get group members from client '2': server error
12:15:01 T:2746213472   ERROR: PVR - GetChannelGroupMembers - addon 'VDR-Network-Streaming-Interface (VNSI) Server:127.0.0.1:34890' returned an error: server error
12:15:01 T:2746213472   ERROR: PVR - GetChannelGroupMembers - cannot get group members from client '2': server error
12:15:07 T:2746213472   ERROR: PVR - GetChannelGroupMembers - addon 'VDR-Network-Streaming-Interface (VNSI) Server:127.0.0.1:34890' returned an error: server error
12:15:07 T:2746213472   ERROR: PVR - GetChannelGroupMembers - cannot get group members from client '2': server error
12:15:07 T:2746213472   ERROR: PVR - GetChannelGroupMembers - addon 'VDR-Network-Streaming-Interface (VNSI) Server:127.0.0.1:34890' returned an error: server error
12:15:07 T:2746213472   ERROR: PVR - GetChannelGroupMembers - cannot get group members from client '2': server error
12:15:07 T:2746213472   ERROR: PVR - GetChannelGroupMembers - addon 'VDR-Network-Streaming-Interface (VNSI) Server:127.0.0.1:34890' returned an error: server error
12:15:07 T:2746213472   ERROR: PVR - GetChannelGroupMembers - cannot get group members from client '2': server error
12:15:26 T:2655306848  NOTICE: Thread PVR GUI info updater start, auto delete: false
12:16:07 T:2810270816   ERROR: AddOnLog: VDR VNSI Client: ReadResult - request timed out after 3 seconds
12:16:07 T:2810270816   ERROR: AddOnLog: VDR VNSI Client: GetEPGForChannel - Can't get response packed
12:16:07 T:2810270816   ERROR: PVR - GetEPGForChannel - addon 'VDR-Network-Streaming-Interface (VNSI) Server:127.0.0.1:34890' returned an error: server error
12:16:07 T:2810270816   ERROR: PVR - GetEPGForChannel - cannot get EPG for channel 'SWR Fernsehen RP' from client '2': server error
12:16:07 T:2810270816   ERROR: EPG - Update - failed to update table 'SWR Fernsehen RP'
12:16:25 T:2810270816   ERROR: AddOnLog: VDR VNSI Client: ReadResult - request timed out after 3 seconds
12:16:25 T:2810270816   ERROR: AddOnLog: VDR VNSI Client: GetEPGForChannel - Can't get response packed
12:16:25 T:2810270816   ERROR: PVR - GetEPGForChannel - addon 'VDR-Network-Streaming-Interface (VNSI) Server:127.0.0.1:34890' returned an error: server error
12:16:25 T:2810270816   ERROR: PVR - GetEPGForChannel - cannot get EPG for channel 'GOD Channel' from client '2': server error
12:16:25 T:2810270816   ERROR: EPG - Update - failed to update table 'GOD Channel'
12:30:26 T:2887734368  NOTICE: Thread Jobworker start, auto delete: true
12:30:26 T:2928137312  NOTICE: Thread CFileCache start, auto delete: false
i rly dont know what happens. i tried the dvblink server yesterday and there i dont see a single time the "mmcqd/0" process and he runs fine, but i want to use vdr Sad what causes so much data transfer on vdr?

ok. now i was able to test it while tv, but nothing special is shown in the log. the mmcqd/0 process use the whole time cpu while tv and i have sometimes small and bigger "lags". this didnt happen on dvblink server Sad

top while live tv:
Code:
PID  PPID USER     STAT   VSZ %VSZ CPU %CPU COMMAND
1027     1 root     R     487m130.7   0 59.5 /usr/lib/xbmc/xbmc.bin --standalone -fs --lircdev /var
6655  6650 root     S     140m 37.5   0 29.8 vdr.bin -g /tmp --no-kbd --log=3 --port=0 --config=/st
  698     2 root     SW       0  0.0   0  5.7 [mmcqd/0]

EDIT: i found out, that epg was the problem. i disabled epg while live tv and now it seems to work much smoother
Reply

Logout Mark Read Team Forum Stats Members Help
rpi+vdr every x minutes "mmcqd/0"0