Changes between Initial Version and Version 1 of Ticket #6894
- Timestamp:
- Aug 25, 2009, 10:29:05 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6894 – Description
initial v1 2 2 3 3 When 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 {{{ 5 5 009-08-23 16:15:35.412 MythSocket(904e70:-1): writeStringList: Error, called with unconnected socket. 6 6 2009-08-23 16:15:35.414 MythSocket(a75850:-1): writeStringList: Error, called with unconnected socket. … … 15 15 2009-08-23 16:15:35.421 MythSocket(a37fc0:-1): writeStringList: Error, called with unconnected socket. 16 16 2009-08-23 16:15:35.422 MythSocket(923c00:-1): writeStringList: Error, called with unconnected socket. 17 17 }}} 18 18 19 19 Log with -v all: 20 20 {{{ 21 21 2009-08-23 16:27:27.725 adding: Quad6600 as a client (events: 1) 22 22 2009-08-23 16:27:27.725 MythSocket(7ff464007890:47): write -> 47 2 OK … … 116 116 2009-08-23 16:27:31.743 MythSocket(7ff464007890:-1): writeStringList: Error, called with unconnected socket. 117 117 2009-08-23 16:27:31.743 MythSocket(7ff464007890:-1): DownRef: 1 118 118 }}} 119 119 Above 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 {{{ 121 121 2009-08-23 14:00:02.295 MythSocket(7ffdf0178f00:-1): writeStringList: Error, called with unconnected socket. 122 122 2009-08-23 14:00:02.295 MythSocket(7ffdf0179390:-1): writeStringList: Error, called with unconnected socket. … … 135 135 2009-08-23 14:30:00.918 MythSocket(7ffdf0179620:-1): writeStringList: Error, called with unconnected socket. 136 136 2009-08-23 14:30:01.054 MythSocket(7ffdf0178f00:-1): writeStringList: Error, called with unconnected socket. 137 137 }}} 138 138 I'm using OpenSUSE 11.1, KDE 4.3, QT 4.5.2. 139 139 First 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.