[mythtv-users] Lots of mythpreviewgen processes left running on MBE

Tom Lichti redpepperracing at gmail.com
Sat Sep 18 12:58:24 UTC 2010


On Sat, Sep 18, 2010 at 2:42 AM, Gavin Hurlbut <gjhurlbu at gmail.com> wrote:
> Additionally, what do you have in your ~/.mythtv/config.xml file?  (Feel
> free to obfuscate user names and passwords for the db connection)

Thread 2 info:

(gdb) thread 2
[Switching to thread 2 (Thread 0x2ec9b70 (LWP 3157))]#1  0x02068536 in
__poll (fds=0xb4b01d88, nfds=1, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:87
87        int result = INLINE_SYSCALL (poll, 3, CHECK_N (fds, nfds),
nfds, timeout);
(gdb) print *fds
$6 = {fd = 0, events = 1, revents = 0}
(gdb) print fds
$7 = (struct pollfd *) 0xb4b01d88
(gdb) print nfds
$8 = 1

What is the process id? Or am I missing something?

As for the config.xml:

cat config.xml
<Configuration>
  <UPnP>
    <UDN>
      <MediaRenderer>1216ac5d-850f-411e-81d3-34172d45c05e</MediaRenderer>
    </UDN>
    <MythFrontend>
      <DefaultBackend>
        <USN>uuid:1216ac5d-850f-411e-81d3-34172d45c05e::urn:schemas-upnp-org:device:MediaServer:1</USN>
        <SecurityPin></SecurityPin>
        <DBHostName>hostname</DBHostName>
        <DBUserName>dbuser</DBUserName>
        <DBPassword>dbpass</DBPassword>
        <DBName>mythconverg</DBName>
        <DBPort>3306</DBPort>
      </DefaultBackend>
    </MythFrontend>
  </UPnP>
</Configuration>


More information about the mythtv-users mailing list