[mythtv] QUERY_FREE_SPACE_LIST every 15 seconds

Michael Rice mikerice1969 at gmail.com
Sun Jan 16 11:56:16 UTC 2011


My frontend is generating one of these every 15 seconds:

2011-01-16 03:35:56.723 MythSocket(ffffffffb061d8a8:46): write -> 46
21      QUERY_FREE_SPACE_LIST
2011-01-16 03:35:56.791 MythSocket(ffffffffb061d8a8:46): read  <- 46
345     masterbackend[]:[]masterbackend:/usr1/recordings[]:[]1[]:[]1[]:[]8[]:[]4096[]:[]0[]:[]1922858352[]:[]0[]:[]1405458036[]:[]masterbackend[]:[]masterbackend:/usr3/recordings[]:[]1[]:[]2[]:[]6[]:[]4096[]:[]0[]:[]1922858352[]:[]0[]:[]1391947580[]:[]masterbackend[]:[]TotalDiskSpace[]:[]0[]:[]-2[]:[]-2[]:[]0[]:[]0[]:[]-449250592[]:[]0[]:[]-1497561680
2011-01-16 03:36:11.805 MythSocket(ffffffffb061d8a8:46): write -> 46
21      QUERY_FREE_SPACE_LIST
2011-01-16 03:36:11.868 MythSocket(ffffffffb061d8a8:46): read  <- 46
345     masterbackend[]:[]masterbackend:/usr1/recordings[]:[]1[]:[]1[]:[]8[]:[]4096[]:[]0[]:[]1922858352[]:[]0[]:[]1405458036[]:[]masterbackend[]:[]masterbackend:/usr3/recordings[]:[]1[]:[]2[]:[]6[]:[]4096[]:[]0[]:[]1922858352[]:[]0[]:[]1391947580[]:[]masterbackend[]:[]TotalDiskSpace[]:[]0[]:[]-2[]:[]-2[]:[]0[]:[]0[]:[]-449250592[]:[]0[]:[]-1497561680
2011-01-16 03:36:26.882 MythSocket(ffffffffb061d8a8:46): write -> 46
21      QUERY_FREE_SPACE_LIST
2011-01-16 03:36:26.929 MythSocket(ffffffffb061d8a8:46): read  <- 46
345     masterbackend[]:[]masterbackend:/usr1/recordings[]:[]1[]:[]1[]:[]8[]:[]4096[]:[]0[]:[]1922858352[]:[]0[]:[]1405458036[]:[]masterbackend[]:[]masterbackend:/usr3/recordings[]:[]1[]:[]2[]:[]6[]:[]4096[]:[]0[]:[]1922858352[]:[]0[]:[]1391947580[]:[]masterbackend[]:[]TotalDiskSpace[]:[]0[]:[]-2[]:[]-2[]:[]0[]:[]0[]:[]-449250592[]:[]0[]:[]-1497561680
2011-01-16 03:36:41.930 MythSocket(ffffffffb061d8a8:46): write -> 46
21      QUERY_FREE_SPACE_LIST
2011-01-16 03:36:41.989 MythSocket(ffffffffb061d8a8:46): read  <- 46
345     masterbackend[]:[]masterbackend:/usr1/recordings[]:[]1[]:[]1[]:[]8[]:[]4096[]:[]0[]:[]1922858352[]:[]0[]:[]1405458036[]:[]masterbackend[]:[]masterbackend:/usr3/recordings[]:[]1[]:[]2[]:[]6[]:[]4096[]:[]0[]:[]1922858352[]:[]0[]:[]1391947580[]:[]masterbackend[]:[]TotalDiskSpace[]:[]0[]:[]-2[]:[]-2[]:[]0[]:[]0[]:[]-449250592[]:[]0[]:[]-1497561680

I see the timer set up in playbackboxhelper.cpp but I also see this in
playbackbox.cpp (UpdateUsageUI):

   // If the theme doesn't have these widgets,
    // don't waste time querying the backend...
    if (!freereportText && !usedProgress && !GetChild("diskspacetotal") &&
        !GetChild("diskspaceused") && !GetChild("diskspacefree") &&
        !GetChild("diskspacepercentused") && !GetChild("diskspacepercentfree"))
        return;

It looks like my theme doesn't use these but it is updating every 15
seconds anyway.  Is this
update needed for something else or is this just a minor bug.  Can I
safely increase the timer
to get this out of my logs?

MythTV Version   : v0.24-108-g798359f-dirty
MythTV Branch    : fixes/0.24


More information about the mythtv-dev mailing list