Changes between Initial Version and Version 1 of Ticket #6894


Ignore:
Timestamp:
Aug 25, 2009, 10:29:05 PM (15 years ago)
Author:
sphery
Comment:

See, also, #6516

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6894 – Description

    initial v1  
    22
    33When I remove manualy a recording or a file from live-tv or when a file expired, I got these errors in the mythbackend log:
    4 
     4{{{
    55009-08-23 16:15:35.412 MythSocket(904e70:-1): writeStringList: Error, called with unconnected socket.
    662009-08-23 16:15:35.414 MythSocket(a75850:-1): writeStringList: Error, called with unconnected socket.
     
    15152009-08-23 16:15:35.421 MythSocket(a37fc0:-1): writeStringList: Error, called with unconnected socket.
    16162009-08-23 16:15:35.422 MythSocket(923c00:-1): writeStringList: Error, called with unconnected socket.
    17 
     17}}}
    1818
    1919Log with -v all:
    20 
     20{{{
    21212009-08-23 16:27:27.725 adding: Quad6600 as a client (events: 1)
    22222009-08-23 16:27:27.725 MythSocket(7ff464007890:47): write -> 47 2       OK
     
    1161162009-08-23 16:27:31.743 MythSocket(7ff464007890:-1): writeStringList: Error, called with unconnected socket.
    1171172009-08-23 16:27:31.743 MythSocket(7ff464007890:-1): DownRef: 1
    118 
     118}}}
    119119Above error came up when I remove some LiveTV recording with MythWeb, but for example, when I listen to DVB-T radio, every 30 minutes I got those errors to:
    120 
     120{{{
    1211212009-08-23 14:00:02.295 MythSocket(7ffdf0178f00:-1): writeStringList: Error, called with unconnected socket.
    1221222009-08-23 14:00:02.295 MythSocket(7ffdf0179390:-1): writeStringList: Error, called with unconnected socket.
     
    1351352009-08-23 14:30:00.918 MythSocket(7ffdf0179620:-1): writeStringList: Error, called with unconnected socket.
    1361362009-08-23 14:30:01.054 MythSocket(7ffdf0178f00:-1): writeStringList: Error, called with unconnected socket.
    137 
     137}}}
    138138I'm using OpenSUSE 11.1, KDE 4.3, QT 4.5.2.
    139139First I thought there was too much IO on the MySQL drive so I moved the database to another drive (EXT3) wich stores only movies so there is not much IO. The storage disk is formatted with XFS.