mythbackend does not show tvchannel

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
bavoV
Newcomer
Posts: 8
Joined: Fri Jan 27, 2017 9:34 am
Belgium

mythbackend does not show tvchannel

Post by bavoV »

frontend: kodi on lion
backend: mythtv 0.28.1 on tiger with mythtv as user
computer backend: intel laptop 64 bit
computer frontend : RPI 2
linux: arch on both
card: sundtek mediapro III (latest driver febr. 2017)
Cardtype : analog capture card


Problem
TVtime does show tv channels, but mythtvbackend does not show tv channels. The channels are analog cable tv.

Code: Select all

[mythtv@tiger ~]$ mythbackend --logpath
2017-03-29 19:39:41.380792 C  mythbackend version: fixes/0.28 [03f4403] www.mythtv.org
2017-03-29 19:39:41.380839 C  Qt version: compile: 5.8.0, runtime: 5.8.0
2017-03-29 19:39:41.380846 N  Enabled verbose msgs:  general
2017-03-29 19:39:41.380866 N  Setting Log Level to LOG_INFO
2017-03-29 19:39:41.391898 I  Added logging to the console
2017-03-29 19:39:41.395653 I  Setup Onderbroken handler
2017-03-29 19:39:41.395680 I  Setup Beëindigd handler
2017-03-29 19:39:41.395695 I  Setup Segmentatiefout handler
2017-03-29 19:39:41.395709 I  Setup Afgebroken handler
2017-03-29 19:39:41.395724 I  Setup Busfout handler
2017-03-29 19:39:41.395737 I  Setup Drijvendekomma-berekeningsfout handler
2017-03-29 19:39:41.395779 I  Setup Ongeldige instructie handler
2017-03-29 19:39:41.395792 I  Setup Realtime-signaal 0 handler
2017-03-29 19:39:41.395818 I  Setup Opgehangen handler
2017-03-29 19:39:41.395943 N  Using runtime prefix = /usr
2017-03-29 19:39:41.395952 N  Using configuration directory = /var/lib/mythtv/.mythtv
2017-03-29 19:39:41.396089 I  Assumed character encoding: nl_BE.utf8
2017-03-29 19:39:41.396102 W  This application expects to be running a locale that specifies a UTF-8 codeset, and many features may behave improperly with your current language settings. Please set the LC_ALL or LC_CTYPE, and LANG variable(s) in the environment in which this program is executed to include a UTF-8 codeset (such as 'en_US.UTF-8').
2017-03-29 19:39:41.396762 I  Using localhost value of tiger
2017-03-29 19:39:41.414036 N  Setting QT default locale to nl_BE
2017-03-29 19:39:41.414061 I  Current locale nl_BE
2017-03-29 19:39:41.414131 E  No locale defaults file for nl_BE, skipping
2017-03-29 19:39:41.415161 I  Loading nl translation for module mythfrontend
2017-03-29 19:39:41.419129 I  Current MythTV Schema Version (DBSchemaVer): 1344
2017-03-29 19:39:41.419458 I  Loading nl translation for module mythfrontend
2017-03-29 19:39:41.422046 N  MythBackend: Starting up as the master server.
2017-03-29 19:39:42.049503 I  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-29 19:39:42.049588 E  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-29 19:39:42.125041 I  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-29 19:39:42.125169 E  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-29 19:39:42.197768 I  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-29 19:39:42.197860 E  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-29 19:39:42.365726 E  V4LChannel[1](/dev/video1): InitPictureAttribute(       hue): failed to query controls.
                        eno: Ongeldig argument (22)
2017-03-29 19:39:42.485636 I  Found 1 distinct programid authorities
2017-03-29 19:39:42.486186 I  New static DB connectionSchedCon
2017-03-29 19:39:42.486712 I  Registering HouseKeeperTask 'LogClean'.
2017-03-29 19:39:42.486798 I  Registering HouseKeeperTask 'DBCleanup'.
2017-03-29 19:39:42.486842 I  Registering HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-29 19:39:42.486884 I  Registering HouseKeeperTask 'RecordedArtworkUpdate'.
2017-03-29 19:39:42.488516 I  Registering HouseKeeperTask 'MythFillDB'.
2017-03-29 19:39:42.489298 I  Registering HouseKeeperTask 'JobQueueRecover'.
2017-03-29 19:39:42.489354 I  Registering HouseKeeperTask 'HardwareProfiler'.
2017-03-29 19:39:42.490758 I  Queueing HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-29 19:39:42.490765 I  Starting HouseKeeper.
2017-03-29 19:39:42.511409 E  Failed listening on TCP 127.0.0.1:6544 - Error 8: The bound address is already in use
2017-03-29 19:39:42.511443 E  MediaServer: HttpServer Create Error
2017-03-29 19:39:42.512292 E  Failed listening on TCP 127.0.0.1:6543 - Error 8: The bound address is already in use
2017-03-29 19:39:42.512309 C  Backend exiting, MainServer initialization error.

[mythtv@tiger ~]$ mythbackend --logpath
2017-03-29 19:39:41.380792 C  mythbackend version: fixes/0.28 [03f4403] www.mythtv.org
2017-03-29 19:39:41.380839 C  Qt version: compile: 5.8.0, runtime: 5.8.0
2017-03-29 19:39:41.380846 N  Enabled verbose msgs:  general
2017-03-29 19:39:41.380866 N  Setting Log Level to LOG_INFO
2017-03-29 19:39:41.391898 I  Added logging to the console
2017-03-29 19:39:41.395653 I  Setup Onderbroken handler
2017-03-29 19:39:41.395680 I  Setup Beëindigd handler
2017-03-29 19:39:41.395695 I  Setup Segmentatiefout handler
2017-03-29 19:39:41.395709 I  Setup Afgebroken handler
2017-03-29 19:39:41.395724 I  Setup Busfout handler
2017-03-29 19:39:41.395737 I  Setup Drijvendekomma-berekeningsfout handler
2017-03-29 19:39:41.395779 I  Setup Ongeldige instructie handler
2017-03-29 19:39:41.395792 I  Setup Realtime-signaal 0 handler
2017-03-29 19:39:41.395818 I  Setup Opgehangen handler
2017-03-29 19:39:41.395943 N  Using runtime prefix = /usr
2017-03-29 19:39:41.395952 N  Using configuration directory = /var/lib/mythtv/.mythtv
2017-03-29 19:39:41.396089 I  Assumed character encoding: nl_BE.utf8
2017-03-29 19:39:41.396102 W  This application expects to be running a locale that specifies a UTF-8 codeset, and many features may behave improperly with your current language settings. Please set the LC_ALL or LC_CTYPE, and LANG variable(s) in the environment in which this program is executed to include a UTF-8 codeset (such as 'en_US.UTF-8').
2017-03-29 19:39:41.396762 I  Using localhost value of tiger
2017-03-29 19:39:41.414036 N  Setting QT default locale to nl_BE
2017-03-29 19:39:41.414061 I  Current locale nl_BE
2017-03-29 19:39:41.414131 E  No locale defaults file for nl_BE, skipping
2017-03-29 19:39:41.415161 I  Loading nl translation for module mythfrontend
2017-03-29 19:39:41.419129 I  Current MythTV Schema Version (DBSchemaVer): 1344
2017-03-29 19:39:41.419458 I  Loading nl translation for module mythfrontend
2017-03-29 19:39:41.422046 N  MythBackend: Starting up as the master server.
2017-03-29 19:39:42.049503 I  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-29 19:39:42.049588 E  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-29 19:39:42.125041 I  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-29 19:39:42.125169 E  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-29 19:39:42.197768 I  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-29 19:39:42.197860 E  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-29 19:39:42.365726 E  V4LChannel[1](/dev/video1): InitPictureAttribute(       hue): failed to query controls.
                        eno: Ongeldig argument (22)
2017-03-29 19:39:42.485636 I  Found 1 distinct programid authorities
2017-03-29 19:39:42.486186 I  New static DB connectionSchedCon
2017-03-29 19:39:42.486712 I  Registering HouseKeeperTask 'LogClean'.
2017-03-29 19:39:42.486798 I  Registering HouseKeeperTask 'DBCleanup'.
2017-03-29 19:39:42.486842 I  Registering HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-29 19:39:42.486884 I  Registering HouseKeeperTask 'RecordedArtworkUpdate'.
2017-03-29 19:39:42.488516 I  Registering HouseKeeperTask 'MythFillDB'.
2017-03-29 19:39:42.489298 I  Registering HouseKeeperTask 'JobQueueRecover'.
2017-03-29 19:39:42.489354 I  Registering HouseKeeperTask 'HardwareProfiler'.
2017-03-29 19:39:42.490758 I  Queueing HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-29 19:39:42.490765 I  Starting HouseKeeper.
2017-03-29 19:39:42.511409 E  Failed listening on TCP 127.0.0.1:6544 - Error 8: The bound address is already in use
2017-03-29 19:39:42.511443 E  MediaServer: HttpServer Create Error
2017-03-29 19:39:42.512292 E  Failed listening on TCP 127.0.0.1:6543 - Error 8: The bound address is already in use
2017-03-29 19:39:42.512309 C  Backend exiting, MainServer initialization error.
config.xml

Code: Select all

<Configuration>
  <LocalHostName>tiger</LocalHostName>
  <Database>
    <PingHost>1</PingHost>
    <Host>localhost</Host>
    <UserName>mythtv</UserName>
    <Password>mythtv</Password>
    <DatabaseName>mythconverg</DatabaseName>
    <Port>3306</Port>
  </Database>
  <WakeOnLAN>
    <Enabled>0</Enabled>
    <SQLReconnectWaitTime>0</SQLReconnectWaitTime>
    <SQLConnectRetry>5</SQLConnectRetry>
    <Command>echo 'WOLsqlServerCommand not set'</Command>
  </WakeOnLAN>
</Configuration>

<Configuration>
  <LocalHostName>tiger</LocalHostName>
  <Database>
    <PingHost>1</PingHost>
    <Host>localhost</Host>
    <UserName>mythtv</UserName>
    <Password>mythtv</Password>
    <DatabaseName>mythconverg</DatabaseName>
    <Port>3306</Port>
  </Database>
  <WakeOnLAN>
    <Enabled>0</Enabled>
    <SQLReconnectWaitTime>0</SQLReconnectWaitTime>
    <SQLConnectRetry>5</SQLConnectRetry>
    <Command>echo 'WOLsqlServerCommand not set'</Command>
  </WakeOnLAN>
</Configuration>
User avatar
bill6502
Developer
Posts: 2307
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: mythbackend does not show tvchannel

Post by bill6502 »

Hi,

When "Failed listening on TCP 127.0.0.1:6544 - Error 8: The bound address is already in use"
appears in the backend log, it usually means that there's another instance of the backend
running. Be sure to stop it 1st. Note that when using --logpath, a path to a directory is
required. For short tests, I always use --logpath /tmp. To test with the same user that
normally starts the backend, the --user switch can be used.
bavoV
Newcomer
Posts: 8
Joined: Fri Jan 27, 2017 9:34 am
Belgium

Re: mythbackend does not show tvchannel

Post by bavoV »

I did a systemctl stop mythbackend.service
Now the log looks like this. I started kodi at one point as you will see, but still no image.

Code: Select all

[mythtv@tiger .mythtv]$ mythbackend --logpath
2017-03-29 20:09:47.737835 C  mythbackend version: fixes/0.28 [03f4403] www.mythtv.org
2017-03-29 20:09:47.737882 C  Qt version: compile: 5.8.0, runtime: 5.8.0
2017-03-29 20:09:47.737888 N  Enabled verbose msgs:  general
2017-03-29 20:09:47.737908 N  Setting Log Level to LOG_INFO
2017-03-29 20:09:47.749064 I  Added logging to the console
2017-03-29 20:09:47.751298 I  Setup Onderbroken handler
2017-03-29 20:09:47.751314 I  Setup Beëindigd handler
2017-03-29 20:09:47.751323 I  Setup Segmentatiefout handler
2017-03-29 20:09:47.751332 I  Setup Afgebroken handler
2017-03-29 20:09:47.751341 I  Setup Busfout handler
2017-03-29 20:09:47.751349 I  Setup Drijvendekomma-berekeningsfout handler
2017-03-29 20:09:47.751359 I  Setup Ongeldige instructie handler
2017-03-29 20:09:47.751370 I  Setup Realtime-signaal 0 handler
2017-03-29 20:09:47.751383 I  Setup Opgehangen handler
2017-03-29 20:09:47.751475 N  Using runtime prefix = /usr
2017-03-29 20:09:47.751480 N  Using configuration directory = /var/lib/mythtv/.mythtv
2017-03-29 20:09:47.751578 I  Assumed character encoding: nl_BE.utf8
2017-03-29 20:09:47.751587 W  This application expects to be running a locale that specifies a UTF-8 codeset, and many features may behave improperly with your current language settings. Please set the LC_ALL or LC_CTYPE, and LANG variable(s) in the environment in which this program is executed to include a UTF-8 codeset (such as 'en_US.UTF-8').
2017-03-29 20:09:47.752050 I  Using localhost value of tiger
2017-03-29 20:09:47.765331 N  Setting QT default locale to nl_BE
2017-03-29 20:09:47.765351 I  Current locale nl_BE
2017-03-29 20:09:47.765404 E  No locale defaults file for nl_BE, skipping
2017-03-29 20:09:47.766148 I  Loading nl translation for module mythfrontend
2017-03-29 20:09:47.769139 I  Current MythTV Schema Version (DBSchemaVer): 1344
2017-03-29 20:09:47.769410 I  Loading nl translation for module mythfrontend
2017-03-29 20:09:47.771515 N  MythBackend: Starting up as the master server.
2017-03-29 20:09:48.404166 I  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-29 20:09:48.404262 E  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-29 20:09:48.473057 I  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-29 20:09:48.473164 E  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-29 20:09:48.545927 I  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-29 20:09:48.546022 E  V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-29 20:09:48.710259 E  V4LChannel[1](/dev/video1): InitPictureAttribute(       hue): failed to query controls.
                        eno: Ongeldig argument (22)
2017-03-29 20:09:48.834101 I  Found 1 distinct programid authorities
2017-03-29 20:09:48.834504 I  New static DB connectionSchedCon
2017-03-29 20:09:48.834563 I  Registering HouseKeeperTask 'LogClean'.
2017-03-29 20:09:48.834619 I  Registering HouseKeeperTask 'DBCleanup'.
2017-03-29 20:09:48.834664 I  Registering HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-29 20:09:48.834731 I  Registering HouseKeeperTask 'RecordedArtworkUpdate'.
2017-03-29 20:09:48.836118 I  Registering HouseKeeperTask 'MythFillDB'.
2017-03-29 20:09:48.836577 I  Registering HouseKeeperTask 'JobQueueRecover'.
2017-03-29 20:09:48.836612 I  Registering HouseKeeperTask 'HardwareProfiler'.
2017-03-29 20:09:48.837535 I  Queueing HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-29 20:09:48.837540 I  Starting HouseKeeper.
2017-03-29 20:09:48.854501 I  Listening on TCP 127.0.0.1:6544
2017-03-29 20:09:48.854525 I  Listening on TCP 192.168.1.9:6544
2017-03-29 20:09:48.854545 I  Listening on TCP [::1]:6544
2017-03-29 20:09:48.854613 I  Listening on TCP [fe80: ip6adre]:6544
2017-03-29 20:09:48.854640 I  Listening on TCP 127.0.0.1:6554
2017-03-29 20:09:48.854652 I  Listening on TCP 192.168.1.9:6554
2017-03-29 20:09:48.854664 I  Listening on TCP [::1]:6554
2017-03-29 20:09:48.854685 I  Listening on TCP [fe80::ip6adres]:6554
2017-03-29 20:09:48.858482 I  Listening on TCP 127.0.0.1:6549
2017-03-29 20:09:48.858520 I  Listening on TCP 192.168.1.9:6549
2017-03-29 20:09:48.858538 I  Listening on TCP [::1]:6549
2017-03-29 20:09:48.858570 I  Listening on TCP [fe80::ip6 adres]:6549
2017-03-29 20:09:51.842002 I  Reschedule requested for MATCH 0 0 0 - SchedulerInit
2017-03-29 20:09:51.860874 I  Scheduled 0 items in 0.0 = 0.00 match + 0.00 check + 0.01 place
2017-03-29 20:09:51.861639 I  Scheduler: Seem to be woken up by USER
2017-03-29 20:09:53.081068 E  Bonjour: Error: -65537
2017-03-29 20:09:53.081085 E  Bonjour: Failed to register service.
2017-03-29 20:09:53.081103 I  Main::Registering HttpStatus Extension
2017-03-29 20:09:53.082757 I  Listening on TCP 127.0.0.1:6543
2017-03-29 20:09:53.082799 I  Listening on TCP 192.168.1.9:6543
2017-03-29 20:09:53.082839 I  Listening on TCP [::1]:6543
2017-03-29 20:09:53.082906 I  Listening on TCP [fe80::7829:da3f:cc23:eee9%enp0s25]:6543
2017-03-29 20:09:53.085919 N  AutoExpire: CalcParams(): Max required Free Space: 0.0 GB w/freq: 15 min
2017-03-29 20:10:49.116325 I  Queueing HouseKeeperTask 'DBCleanup'.
2017-03-29 20:10:49.116359 I  Queueing HouseKeeperTask 'JobQueueRecover'.
2017-03-29 20:10:49.116366 I  Queueing HouseKeeperTask 'LogClean'.
2017-03-29 20:10:49.122632 I  Running HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-29 20:10:49.122772 I  Loading themes for 0.28
2017-03-29 20:10:50.681441 I  HouseKeeperTask 'ThemeUpdateNotifications' Finished Successfully.
2017-03-29 20:10:50.683036 I  Running HouseKeeperTask 'DBCleanup'.
2017-03-29 20:10:51.995456 I  HouseKeeperTask 'DBCleanup' Finished Successfully.
2017-03-29 20:10:51.996003 I  Running HouseKeeperTask 'JobQueueRecover'.
2017-03-29 20:10:51.996681 I  HouseKeeperTask 'JobQueueRecover' Finished Successfully.
2017-03-29 20:10:51.997243 I  Running HouseKeeperTask 'LogClean'.
2017-03-29 20:10:51.997705 I  HouseKeeperTask 'LogClean' Finished Successfully.
2017-03-29 20:11:08.087848 N  AutoExpire: CalcParams(): Max required Free Space: 0.0 GB w/freq: 15 min
2017-03-29 20:11:08.092432 N  Expiring 75 MB for 1007 at 2017-03-28T20:05:10Z => "Zie mij graag":"5 - 1"
2017-03-29 20:11:13.653343 N  DeleteRecordedFiles - recording id 116 filename /home/uitzend/1007_20170328200510.nuv
2017-03-29 20:11:13.655142 N  DoDeleteINDB - recording id 116 (chanid 1007 at 2017-03-28T20:05:10Z)
2017-03-29 20:11:44.290177 C  MainServer: MainServer::HandleVersion - Client speaks protocol version 91 but we speak 88!
2017-03-29 20:11:44.290566 I  Control sock(d2f280) disconnected
2017-03-29 20:11:44.294414 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:11:44.294432 I  MainServer: adding: alarmpi(cf7540) as a client (events: 0)
2017-03-29 20:11:44.344818 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:11:44.344833 I  MainServer: adding: alarmpi(d7fad0) as a client (events: 0)
2017-03-29 20:11:44.420975 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:11:44.420987 I  MainServer: adding: alarmpi(da13c0) as a client (events: 1)
2017-03-29 20:11:45.117017 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:11:45.117031 I  MainServer: adding: alarmpi(da4630) as a client (events: 0)
2017-03-29 20:11:45.144405 I  Monitor sock(da4630) 'alarmpi' disconnected
2017-03-29 20:11:45.180051 I  Starting process manager
2017-03-29 20:11:45.180082 I  Starting IO manager (read)
2017-03-29 20:11:45.180172 I  Starting process signal handler
2017-03-29 20:11:45.180192 I  Starting IO manager (write)
2017-03-29 20:11:45.484221 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:11:45.484236 I  MainServer: adding: tiger(d31850) as a client (events: 0)
2017-03-29 20:11:45.485155 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:11:45.485171 I  MainServer: adding: tiger(d31410) as a client (events: 1)
2017-03-29 20:11:51.825925 I  Monitor sock(d31850) 'tiger' disconnected
2017-03-29 20:11:51.826702 I  Monitor sock(d31410) 'tiger' disconnected
2017-03-29 20:11:51.843441 E  Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170328212800 --outfile /home/uitzend/1005_20170328212800.nuv.png' - (128)
2017-03-29 20:11:52.151964 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:11:52.151974 I  MainServer: adding: tiger(cf7bf0) as a client (events: 0)
2017-03-29 20:11:52.152730 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:11:52.152738 I  MainServer: adding: tiger(db5c40) as a client (events: 1)
2017-03-29 20:11:58.692559 I  Monitor sock(cf7bf0) 'tiger' disconnected
2017-03-29 20:11:58.693183 I  Monitor sock(db5c40) 'tiger' disconnected
2017-03-29 20:11:58.757314 E  Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170329191800 --outfile /home/uitzend/1005_20170329191800.nuv.png' - (128)
2017-03-29 20:12:09.075757 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:09.075774 I  MainServer: adding: tiger(db5ea0) as a client (events: 0)
2017-03-29 20:12:09.076763 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:09.076777 I  MainServer: adding: tiger(da1f10) as a client (events: 1)
2017-03-29 20:12:15.414400 I  Monitor sock(db5ea0) 'tiger' disconnected
2017-03-29 20:12:15.414652 I  Monitor sock(da1f10) 'tiger' disconnected
2017-03-29 20:12:15.442770 E  Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170328212800 --outfile /home/uitzend/1005_20170328212800.nuv.png' - (128)
2017-03-29 20:12:15.755094 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:15.755106 I  MainServer: adding: tiger(db5700) as a client (events: 0)
2017-03-29 20:12:15.755635 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:15.755644 I  MainServer: adding: tiger(db5f20) as a client (events: 1)
2017-03-29 20:12:22.292174 I  Monitor sock(db5700) 'tiger' disconnected
2017-03-29 20:12:22.292486 I  Monitor sock(db5f20) 'tiger' disconnected
2017-03-29 20:12:22.356595 E  Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170329191800 --outfile /home/uitzend/1005_20170329191800.nuv.png' - (128)
2017-03-29 20:12:32.677290 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:32.677307 I  MainServer: adding: tiger(d895d0) as a client (events: 0)
2017-03-29 20:12:32.678563 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:32.678580 I  MainServer: adding: tiger(d31460) as a client (events: 1)
2017-03-29 20:12:34.247545 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:34.247563 I  MainServer: adding: alarmpi(db5ac0) as a client (events: 0)
2017-03-29 20:12:39.015711 I  Monitor sock(d895d0) 'tiger' disconnected
2017-03-29 20:12:39.016661 I  Monitor sock(d31460) 'tiger' disconnected
2017-03-29 20:12:39.042113 E  Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170328212800 --outfile /home/uitzend/1005_20170328212800.nuv.png' - (128)
2017-03-29 20:12:39.052008 I  Monitor sock(db5ac0) 'alarmpi' disconnected
2017-03-29 20:12:39.359540 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:39.359554 I  MainServer: adding: tiger(cf7cc0) as a client (events: 0)
2017-03-29 20:12:39.360362 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:39.360371 I  MainServer: adding: tiger(d31710) as a client (events: 1)
2017-03-29 20:12:45.897476 I  Monitor sock(cf7cc0) 'tiger' disconnected
2017-03-29 20:12:45.897943 I  Monitor sock(d31710) 'tiger' disconnected
2017-03-29 20:12:45.955180 E  Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170329191800 --outfile /home/uitzend/1005_20170329191800.nuv.png' - (128)
2017-03-29 20:12:46.272297 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:46.272321 I  MainServer: adding: tiger(d8e300) as a client (events: 0)
2017-03-29 20:12:46.273296 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:12:46.273315 I  MainServer: adding: tiger(cf7710) as a client (events: 1)
2017-03-29 20:12:52.702640 I  Monitor sock(d8e300) 'tiger' disconnected
2017-03-29 20:12:52.703200 I  Monitor sock(cf7710) 'tiger' disconnected
2017-03-29 20:12:52.768479 E  Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170328212800 --outfile /home/uitzend/1005_20170328212800.nuv.png' - (128)
2017-03-29 20:13:03.087735 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:13:03.087744 I  MainServer: adding: tiger(da4e80) as a client (events: 0)
2017-03-29 20:13:03.088278 I  MainServer: MainServer::ANN Monitor
2017-03-29 20:13:03.088285 I  MainServer: adding: tiger(d31490) as a client (events: 1)
2017-03-29 20:13:09.816509 I  Monitor sock(da4e80) 'tiger' disconnected
2017-03-29 20:13:09.817402 I  Monitor sock(d31490) 'tiger' disconnected
2017-03-29 20:13:09.854806 E  Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170329191800 --outfile /home/uitzend/1005_20170329191800.nuv.png' - (128)
2017-03-29 20:13:16.604887 I  Monitor sock(d7fad0) 'alarmpi' disconnected
2017-03-29 20:13:17.603179 I  Monitor sock(da13c0) 'alarmpi' disconnected
2017-03-29 20:13:17.606859 I  Playback sock(cf7540) 'alarmpi' disconnected
User avatar
bill6502
Developer
Posts: 2307
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: mythbackend does not show tvchannel

Post by bill6502 »

I should have suggested this earlier:

Code: Select all

sudo mythbackend --user mythtv -v channel,record --logpath /tmp --quiet
Then attach/paste the contents of the file in /tmp. You'll also see that
additional debugging info is included. Kodi users may be able to help
then.
bavoV
Newcomer
Posts: 8
Joined: Fri Jan 27, 2017 9:34 am
Belgium

Re: mythbackend does not show tvchannel

Post by bavoV »

Code: Select all

2017-03-30 15:41:05.514462 C [835/835] thread_unknown mythcommandlineparser.cpp:2599 (ConfigureLogging) - mythbackend version: fixes/0.28 [03f4403] www.mythtv.org
2017-03-30 15:41:05.514502 C [835/835] thread_unknown mythcommandlineparser.cpp:2601 (ConfigureLogging) - Qt version: compile: 5.8.0, runtime: 5.8.0
2017-03-30 15:41:05.514509 N [835/835] thread_unknown mythcommandlineparser.cpp:2603 (ConfigureLogging) - Enabled verbose msgs:  general
2017-03-30 15:41:05.514627 N [835/835] thread_unknown logging.cpp:920 (logStart) - Setting Log Level to LOG_INFO
2017-03-30 15:41:05.526026 I [835/838] Logger logging.cpp:313 (run) - Added logging to the console
2017-03-30 15:41:05.528445 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Onderbroken handler
2017-03-30 15:41:05.528462 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Beëindigd handler
2017-03-30 15:41:05.528472 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Segmentatiefout handler
2017-03-30 15:41:05.528481 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Afgebroken handler
2017-03-30 15:41:05.528489 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Busfout handler
2017-03-30 15:41:05.528499 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Drijvendekomma-berekeningsfout handler
2017-03-30 15:41:05.528509 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Ongeldige instructie handler
2017-03-30 15:41:05.528520 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Realtime-signaal 0 handler
2017-03-30 15:41:05.528535 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Opgehangen handler
2017-03-30 15:41:05.528623 N [835/835] thread_unknown mythdirs.cpp:192 (InitializeMythDirs) - Using runtime prefix = /usr
2017-03-30 15:41:05.528629 N [835/835] thread_unknown mythdirs.cpp:194 (InitializeMythDirs) - Using configuration directory = /var/lib/mythtv/.mythtv
2017-03-30 15:41:05.528729 I [835/835] CoreContext mythcorecontext.cpp:266 (Init) - Assumed character encoding: nl_BE.utf8
2017-03-30 15:41:05.528737 W [835/835] CoreContext mythcorecontext.cpp:273 (Init) - This application expects to be running a locale that specifies a UTF-8 codeset, and many features may behave improperly with your
current language setti$
2017-03-30 15:41:05.564199 I [835/835] CoreContext mythcontext.cpp:513 (LoadDatabaseSettings) - Using localhost value of tiger
2017-03-30 15:41:05.580778 N [835/835] CoreContext mythcorecontext.cpp:1670 (InitLocale) - Setting QT default locale to nl_BE
2017-03-30 15:41:05.580800 I [835/835] CoreContext mythcorecontext.cpp:1703 (SaveLocaleDefaults) - Current locale nl_BE
2017-03-30 15:41:05.580874 E [835/835] CoreContext mythlocale.cpp:110 (LoadDefaultsFromXML) - No locale defaults file for nl_BE, skipping
2017-03-30 15:41:05.581802 I [835/835] CoreContext mythtranslation.cpp:73 (load) - Loading nl translation for module mythfrontend
2017-03-30 15:41:05.585686 I [835/835] CoreContext schemawizard.cpp:120 (Compare) - Current MythTV Schema Version (DBSchemaVer): 1344
2017-03-30 15:41:05.586017 I [835/835] CoreContext mythtranslation.cpp:73 (load) - Loading nl translation for module mythfrontend
2017-03-30 15:41:05.588560 N [835/835] CoreContext main_helpers.cpp:597 (run_backend) - MythBackend: Starting up as the master server.
2017-03-30 15:41:05.627127 I [835/837] LogForward loggingserver.cpp:142 (FileLogger) - Added logging to /tmp/mythbackend.20170330154105.835.log
2017-03-30 15:41:06.191558 I [835/835] CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-30 15:41:06.191651 E [835/835] CoreContext recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-30 15:41:06.250262 I [835/835] CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-30 15:41:06.250360 E [835/835] CoreContext recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-30 15:41:06.310285 I [835/835] CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-30 15:41:06.310344 E [835/835] CoreContext recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-30 15:41:06.450081 E [835/835] CoreContext recorders/v4lchannel.cpp:644 (InitPictureAttribute) - V4LChannel[1](/dev/video1): InitPictureAttribute(       hue): failed to query controls.
                        eno: Ongeldig argument (22)
2017-03-30 15:41:05.514462 C
[835/835] thread_unknown
mythcommandlineparser.cpp:2599 (ConfigureLogging) - mythbackend version: fixes/0.28 [03f4403] www.mythtv.org
2017-03-30 15:41:05.514502 C [835/835] thread_unknown mythcommandlineparser.cpp:2601 (ConfigureLogging) - Qt version: compile: 5.8.0, runtime: 5.8.0
2017-03-30 15:41:05.514509 N [835/835] thread_unknown mythcommandlineparser.cpp:2603 (ConfigureLogging) - Enabled verbose msgs:  general
2017-03-30 15:41:05.514627 N [835/835] thread_unknown logging.cpp:920 (logStart) - Setting Log Level to LOG_INFO
2017-03-30 15:41:05.526026 I [835/838] Logger logging.cpp:313 (run) - Added logging to the console
2017-03-30 15:41:05.528445 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Onderbroken handler
2017-03-30 15:41:05.528462 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Beëindigd handler
2017-03-30 15:41:05.528472 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Segmentatiefout handler
2017-03-30 15:41:05.528481 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Afgebroken handler
2017-03-30 15:41:05.528489 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Busfout handler
2017-03-30 15:41:05.528499 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Drijvendekomma-berekeningsfout handler
2017-03-30 15:41:05.528509 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Ongeldige instructie handler
2017-03-30 15:41:05.528520 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Realtime-signaal 0 handler
2017-03-30 15:41:05.528535 I [835/835] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Opgehangen handler
2017-03-30 15:41:05.528623 N [835/835] thread_unknown mythdirs.cpp:192 (InitializeMythDirs) - Using runtime prefix = /usr
2017-03-30 15:41:05.528629 N [835/835] thread_unknown mythdirs.cpp:194 (InitializeMythDirs) - Using configuration directory = /var/lib/mythtv/.mythtv
2017-03-30 15:41:05.528729 I [835/835] CoreContext mythcorecontext.cpp:266 (Init) - Assumed character encoding: nl_BE.utf8
2017-03-30 15:41:05.528737 W [835/835] CoreContext mythcorecontext.cpp:273 (Init) - This application expects to be running a locale that specifies a UTF-8 codeset, and many features may behave improperly with your current language setti$
2017-03-30 15:41:05.564199 I [835/835] CoreContext mythcontext.cpp:513 (LoadDatabaseSettings) - Using localhost value of tiger
2017-03-30 15:41:05.580778 N [835/835] CoreContext mythcorecontext.cpp:1670 (InitLocale) - Setting QT default locale to nl_BE
2017-03-30 15:41:05.580800 I [835/835] CoreContext mythcorecontext.cpp:1703 (SaveLocaleDefaults) - Current locale nl_BE
2017-03-30 15:41:05.580874 E [835/835] CoreContext mythlocale.cpp:110 (LoadDefaultsFromXML) - No locale defaults file for nl_BE, skipping
2017-03-30 15:41:05.581802 I [835/835] CoreContext mythtranslation.cpp:73 (load) - Loading nl translation for module mythfrontend
2017-03-30 15:41:05.585686 I [835/835] CoreContext schemawizard.cpp:120 (Compare) - Current MythTV Schema Version (DBSchemaVer): 1344
2017-03-30 15:41:05.586017 I [835/835] CoreContext mythtranslation.cpp:73 (load) - Loading nl translation for module mythfrontend
2017-03-30 15:41:05.588560 N [835/835] CoreContext main_helpers.cpp:597 (run_backend) - MythBackend: Starting up as the master server.
2017-03-30 15:41:05.627127 I [835/837] LogForward loggingserver.cpp:142 (FileLogger) - Added logging to /tmp/mythbackend.20170330154105.835.log
2017-03-30 15:41:06.191558 I [835/835] CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-30 15:41:06.191651 E [835/835] CoreContext recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-30 15:41:06.250262 I [835/835] CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-30 15:41:06.250360 E [835/835] CoreContext recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-30 15:41:06.310285 I [835/835] CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-03-30 15:41:06.310344 E [835/835] CoreContext recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-03-30 15:41:06.450081 E [835/835] CoreContext recorders/v4lchannel.cpp:644 (InitPictureAttribute) - V4LChannel[1](/dev/video1): InitPictureAttribute(       hue): failed to query controls.
                        eno: Ongeldig argument (22)
2017-03-30 15:41:06.568791 I [835/835] CoreContext programinfo.cpp:2390 (CheckProgramIDAuthorities) - Found 1 distinct programid authorities
2017-03-30 15:41:06.569402 I [835/842] Scheduler mythdbcon.cpp:449 (getStaticCon) - New static DB connectionSchedCon
2017-03-30 15:41:06.569536 I [835/835] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'LogClean'.
2017-03-30 15:41:06.569605 I [835/835] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'DBCleanup'.
2017-03-30 15:41:06.569725 I [835/835] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-30 15:41:06.569858 I [835/835] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'RecordedArtworkUpdate'.
2017-03-30 15:41:06.571541 I [835/835] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'MythFillDB'.
2017-03-30 15:41:06.572115 I [835/835] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'JobQueueRecover'.
2017-03-30 15:41:06.572186 I [835/835] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'HardwareProfiler'.
2017-03-30 15:41:06.573310 I [835/835] CoreContext housekeeper.cpp:699 (Start) - Queueing HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-30 15:41:06.573315 I [835/835] CoreContext housekeeper.cpp:706 (Start) - Starting HouseKeeper.
2017-03-30 15:41:06.592222 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6544
2017-03-30 15:41:06.592256 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6544
2017-03-30 15:41:06.592279 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6544
2017-03-30 15:41:06.592361 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [myip6adres]:6544
2017-03-30 15:41:06.592395 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6554
2017-03-30 15:41:06.592410 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6554
2017-03-30 15:41:06.592425 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6554
2017-03-30 15:41:06.592451 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [myip6adres]:6554
2017-03-30 15:41:06.596616 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6549
2017-03-30 15:41:06.596653 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6549
2017-03-30 15:41:06.596671 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6549
2017-03-30 15:41:06.596701 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [myip6adres]:6549
2017-03-30 15:41:09.578526 I [835/842] Scheduler scheduler.cpp:2264 (HandleReschedule) - Reschedule requested for MATCH 0 0 0 - SchedulerInit
2017-03-30 15:41:09.632511 I [835/842] Scheduler scheduler.cpp:2377 (HandleReschedule) - Scheduled 0 items in 0.1 = 0.04 match + 0.00 check + 0.01 place
2017-03-30 15:41:09.633610 I [835/842] Scheduler scheduler.cpp:2444 (HandleRunSchedulerStartup) - Scheduler: Seem to be woken up by USER
2017-03-30 15:41:10.110446 E [835/835] CoreContext bonjourregister.cpp:60 (Register) - Bonjour: Error: -65537
2017-03-30 15:41:10.110460 E [835/835] CoreContext bonjourregister.cpp:77 (Register) - Bonjour: Failed to register service.
2017-03-30 15:41:10.110475 I [835/835] CoreContext main_helpers.cpp:687 (run_backend) - Main::Registering HttpStatus Extension
2017-03-30 15:41:10.112155 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6543
2017-03-30 15:41:10.112188 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6543
2017-03-30 15:41:10.112220 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6543
2017-03-30 15:41:10.112273 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [myip6adres]:6543
2017-03-30 15:41:06.592425 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6554
2017-03-30 15:41:06.592451 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [myip6adres]:6554
2017-03-30 15:41:06.596616 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6549
2017-03-30 15:41:06.596653 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6549
2017-03-30 15:41:06.596671 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6549
2017-03-30 15:41:06.596701 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [myip6adress]:6549
2017-03-30 15:41:09.578526 I [835/842] Scheduler scheduler.cpp:2264 (HandleReschedule) - Reschedule requested for MATCH 0 0 0 - SchedulerInit
2017-03-30 15:41:09.632511 I [835/842] Scheduler scheduler.cpp:2377 (HandleReschedule) - Scheduled 0 items in 0.1 = 0.04 match + 0.00 check + 0.01 place
2017-03-30 15:41:09.633610 I [835/842] Scheduler scheduler.cpp:2444 (HandleRunSchedulerStartup) - Scheduler: Seem to be woken up by USER
2017-03-30 15:41:10.110446 E [835/835] CoreContext bonjourregister.cpp:60 (Register) - Bonjour: Error: -65537
2017-03-30 15:41:10.110460 E [835/835] CoreContext bonjourregister.cpp:77 (Register) - Bonjour: Failed to register service.
2017-03-30 15:41:10.110475 I [835/835] CoreContext main_helpers.cpp:687 (run_backend) - Main::Registering HttpStatus Extension
2017-03-30 15:41:10.112155 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6543
2017-03-30 15:41:10.112188 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6543
2017-03-30 15:41:10.112220 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6543
2017-03-30 15:41:10.112273 I [835/835] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [myip6adress]:6543
2017-03-30 15:41:10.114895 N [835/835] CoreContext autoexpire.cpp:251 (CalcParams) - AutoExpire: CalcParams(): Max required Free Space: 0.0 GB w/freq: 15 min
2017-03-30 15:42:06.323101 I [835/835] CoreContext housekeeper.cpp:725 (Run) - Queueing HouseKeeperTask 'DBCleanup'.
2017-03-30 15:42:06.323135 I [835/835] CoreContext housekeeper.cpp:725 (Run) - Queueing HouseKeeperTask 'JobQueueRecover'.
2017-03-30 15:42:06.323143 I [835/835] CoreContext housekeeper.cpp:725 (Run) - Queueing HouseKeeperTask 'LogClean'.
2017-03-30 15:42:06.328899 I [835/866] HouseKeeping housekeeper.cpp:135 (Run) - Running HouseKeeperTask 'ThemeUpdateNotifications'.
2017-03-30 15:42:06.329035 I [835/866] HouseKeeping backendhousekeeper.cpp:387 (DoRun) - Loading themes for 0.28
2017-03-30 15:42:07.583935 I [835/866] HouseKeeping housekeeper.cpp:153 (Run) - HouseKeeperTask 'ThemeUpdateNotifications' Finished Successfully.
2017-03-30 15:42:07.585246 I [835/866] HouseKeeping housekeeper.cpp:135 (Run) - Running HouseKeeperTask 'DBCleanup'.
2017-03-30 15:42:08.446047 I [835/866] HouseKeeping housekeeper.cpp:153 (Run) - HouseKeeperTask 'DBCleanup' Finished Successfully.
2017-03-30 15:42:08.446866 I [835/866] HouseKeeping housekeeper.cpp:135 (Run) - Running HouseKeeperTask 'JobQueueRecover'.
2017-03-30 15:42:08.448054 I [835/866] HouseKeeping housekeeper.cpp:153 (Run) - HouseKeeperTask 'JobQueueRecover' Finished Successfully.
2017-03-30 15:42:08.448763 I [835/866] HouseKeeping housekeeper.cpp:135 (Run) - Running HouseKeeperTask 'LogClean'.
2017-03-30 15:42:08.449227 I [835/866] HouseKeeping housekeeper.cpp:153 (Run) - HouseKeeperTask 'LogClean' Finished Successfully.
2017-03-30 15:42:26.116680 N [835/843] Expire autoexpire.cpp:251 (CalcParams) - AutoExpire: CalcParams(): Max required Free Space: 0.0 GB w/freq: 15 min
2017-03-30 15:43:11.703033 C [835/880] ProcessRequest mainserver.cpp:1613 (HandleVersion) - MainServer: MainServer::HandleVersion - Client speaks protocol version 91 but we speak 88!
2017-03-30 15:43:11.703435 I [835/879] MythSocketThread(52) mainserver.cpp:7696 (connectionClosed) - Control sock(1f0af00) disconnected
2017-03-30 15:43:11.707631 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:11.707648 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(1f3fd40) as a client (events: 0)
2017-03-30 15:43:11.749464 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:11.749479 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(1f446d0) as a client (events: 0)
2017-03-30 15:43:12.133434 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:12.133449 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(1fa3c90) as a client (events: 1)
2017-03-30 15:43:12.462848 I [835/886] SystemManager mythsystemunix.cpp:276 (run) - Starting process manager
2017-03-30 15:43:12.464150 I [835/887] SystemSignalManager mythsystemunix.cpp:509 (run) - Starting process signal handler
2017-03-30 15:43:12.464546 I [835/888] SystemIOHandlerR mythsystemunix.cpp:92 (run) - Starting IO manager (read)
2017-03-30 15:43:12.464692 I [835/889] SystemIOHandlerW mythsystemunix.cpp:92 (run) - Starting IO manager (write)
2017-03-30 15:43:12.531502 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:12.531519 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(1f7fae0) as a client (events: 0)
2017-03-30 15:43:12.799205 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:12.799221 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1f3ea40) as a client (events: 0)
2017-03-30 15:43:12.799221 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1f3ea40) as a client (events: 0)
2017-03-30 15:43:12.800214 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:12.800225 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fc1130) as a client (events: 1)
2017-03-30 15:43:17.560254 I [835/891] MythSocketThread(71) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f7fae0) 'alarmpi' disconnected
2017-03-30 15:43:20.043439 I [835/901] MythSocketThread(73) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f3ea40) 'tiger' disconnected
2017-03-30 15:43:20.044279 I [835/903] MythSocketThread(75) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fc1130) 'tiger' disconnected
2017-03-30 15:43:20.079573 E [835/884] HttpServer64 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170328212800 --outfile /home/uitzend/1005_2017032$
2017-03-30 15:43:36.586924 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:36.586942 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(1f3e780) as a client (events: 0)
2017-03-30 15:43:36.592465 I [835/914] MythSocketThread(55) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f3e780) 'alarmpi' disconnected
2017-03-30 15:43:36.910111 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:36.910128 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1f40b30) as a client (events: 0)
2017-03-30 15:43:36.911226 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:36.911244 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fce7a0) as a client (events: 1)
2017-03-30 15:43:45.250034 I [835/925] MythSocketThread(71) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f40b30) 'tiger' disconnected
2017-03-30 15:43:45.250870 I [835/927] MythSocketThread(73) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fce7a0) 'tiger' disconnected
2017-03-30 15:43:45.283211 E [835/884] HttpServer55 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170329191800 --outfile /home/uitzend/1005_2017032$
2017-03-30 15:43:45.590662 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:45.590675 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1f7f5f0) as a client (events: 0)
2017-03-30 15:43:45.591496 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:43:45.591506 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1f3e6d0) as a client (events: 1)
2017-03-30 15:43:52.031414 I [835/945] MythSocketThread(64) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f7f5f0) 'tiger' disconnected
2017-03-30 15:43:52.032053 I [835/947] MythSocketThread(73) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f3e6d0) 'tiger' disconnected
2017-03-30 15:43:52.097117 E [835/884] HttpServer55 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170328212800 --outfile /home/uitzend/1005_2017032$
2017-03-30 15:44:01.812547 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:01.812564 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(1f7fae0) as a client (events: 0)
2017-03-30 15:44:01.819254 I [835/953] MythSocketThread(55) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f7fae0) 'alarmpi' disconnected
2017-03-30 15:44:08.639931 I [835/842] Scheduler scheduler.cpp:2264 (HandleReschedule) - Reschedule requested for MATCH 11 0 0 - SaveRule Fresh off the Boat
2017-03-30 15:44:08.680401 I [835/842] Scheduler scheduler.cpp:2377 (HandleReschedule) - Scheduled 0 items in 0.0 = 0.03 match + 0.00 check + 0.00 place
2017-03-30 15:44:12.133882 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:12.133890 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fc1430) as a client (events: 0)
2017-03-30 15:44:12.134409 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:12.134417 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1f7fae0) as a client (events: 1)
2017-03-30 15:44:16.194628 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:16.194646 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(1fce430) as a client (events: 0)
2017-03-30 15:44:18.675378 I [835/965] MythSocketThread(64) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fc1430) 'tiger' disconnected
2017-03-30 15:44:18.675695 I [835/967] MythSocketThread(72) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f7fae0) 'tiger' disconnected
2017-03-30 15:44:18.704855 E [835/884] HttpServer55 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170329191800 --outfile /home/uitzend/1005_2017032$
2017-03-30 15:44:18.712384 I [835/968] MythSocketThread(73) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fce430) 'alarmpi' disconnected
2017-03-30 15:44:19.022006 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:19.022020 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fa7af0) as a client (events: 0)
2017-03-30 15:44:19.022966 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:19.022978 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fa7360) as a client (events: 1)
2017-03-30 15:44:24.751650 E [835/877] HttpServer71 mythdb.cpp:183 (DBError) - DB Error (UPDATE/INSERT record):
Query was:
INSERT INTO record SET type = ?, search = ?, recpriority = ?, prefinput = ?, startoffset = ?, endoffset = ?, dupmethod = ?, dupin = ?, filter = ?, inactive = ?, profile = ?, recgroup = ?, recgroupid = ?, storagegroup = ?, playgroup = ?,$
Bindings were:
:AUTOCOMMFLAG=true, :AUTOEXPIRE=false, :AUTOMETADATA=true, :AUTOTRANSCODE=false,
:AUTOUSERJOB1=false, :AUTOUSERJOB2=false, :AUTOUSERJOB3=false,
:AUTOUSERJOB4=false, :AVGDELAY=100, :CATEGORY="Comedy", :CHANID=1005,
:DESCRIPTION="30-03-2017 van 16:20 tot 16:50", :DUPIN=15, :DUPMETHOD=1,
:ENDDATE=2017-03-30, :ENDOFFSET=0, :ENDTIME=14:50:00, :EPISODE=0, :FILTER=0,
:FINDDAY=5, :FINDID=736783, :FINDTIME=16:20:00, :INACTIVE=false, :INETREF="",
:INPUT=0, :LASTDELETE=NULL, :LASTREC=NULL, :MAXEPISODES=0, :MAXNEWEST=false,
:NEXTREC=NULL, :PARENTID=0, :PLAYGROUP="Default", :PROGRAMID="EP23388864422",
:RECGROUP="Default", :RECGROUPID=1, :RECPRIORITY=0, :RECPROFILE="Default",
:SEARCHTYPE=0, :SEASON=0, :SERIESID="233888644", :STARTDATE=2017-03-30,
:STARTOFFSET=0, :STARTTIME=14:20:00, :STATION="VTM", :STORAGEGROUP="Default",
:SUBTITLE="Boy II Man", :TITLE="Fresh off the Boat", :TRANSCODER=0, :TYPE=1
Driver error was [2/1062]:
QMYSQL3: Unable to execute statement
Database error was:
Duplicate entry '1005-14:20:00-2017-03-30-Fresh off the Boat-1' for key 'chanid'

2017-03-30 15:44:25.362064 I [835/987] MythSocketThread(64) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fa7af0) 'tiger' disconnected
2017-03-30 15:44:25.362547 I [835/989] MythSocketThread(73) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fa7360) 'tiger' disconnected
2017-03-30 15:44:25.418397 E [835/884] HttpServer55 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170328212800 --outfile /home/uitzend/1005_2017032$
2017-03-30 15:44:25.736440 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:25.736452 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fa2d40) as a client (events: 0)
2017-03-30 15:44:25.737177 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:25.737185 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fcef60) as a client (events: 1)
2017-03-30 15:44:32.365261 I [835/1006] MythSocketThread(64) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fa2d40) 'tiger' disconnected
2017-03-30 15:44:32.365987 I [835/1008] MythSocketThread(73) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fcef60) 'tiger' disconnected
2017-03-30 15:44:32.432027 E [835/884] HttpServer55 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170329191800 --outfile /home/uitzend/1005_2017032$
2017-03-30 15:44:42.751151 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:42.751164 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fc17f0) as a client (events: 0)
2017-03-30 15:44:42.752012 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:42.752028 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fc0d80) as a client (events: 1)
2017-03-30 15:44:49.187670 I [835/1025] MythSocketThread(64) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fc17f0) 'tiger' disconnected
2017-03-30 15:44:49.188307 I [835/1027] MythSocketThread(73) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fc0d80) 'tiger' disconnected
2017-03-30 15:44:49.217749 E [835/884] HttpServer55 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170328212800 --outfile /home/uitzend/1005_2017032$
2017-03-30 15:44:49.527718 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:49.527726 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1f40a50) as a client (events: 0)
2017-03-30 15:44:49.528167 I [835/880] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-03-30 15:44:49.528174 I [835/880] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1fc0c00) as a client (events: 1)
2017-03-30 15:44:56.067144 I [835/1044] MythSocketThread(64) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f40a50) 'tiger' disconnected
2017-03-30 15:44:56.067572 I [835/1046] MythSocketThread(73) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fc0c00) 'tiger' disconnected
2017-03-30 15:44:56.131903 E [835/884] HttpServer55 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170329191800 --outfile /home/uitzend/1005_2017032$
2017-03-30 15:44:56.863819 I [835/882] MythSocketThread(59) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1f446d0) 'alarmpi' disconnected
2017-03-30 15:44:57.840092 I [835/883] MythSocketThread(61) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1fa3c90) 'alarmpi' disconnected
2017-03-30 15:44:57.844749 I [835/881] MythSocketThread(52) mainserver.cpp:7656 (connectionClosed) - Playback sock(1f3fd40) 'alarmpi' disconnected
2017-03-30 15:48:57.151008 C [835/835] CoreContext signalhandling.cpp:305 (handleSignal) - Received Onderbroken: Code 128, PID 0, UID 0, Value 0x00000000
2017-03-30 15:48:57.153415 N [835/835] CoreContext main_helpers.cpp:730 (run_backend) - MythBackend exiting
bavoV
Newcomer
Posts: 8
Joined: Fri Jan 27, 2017 9:34 am
Belgium

Re: mythbackend does not show tvchannel

Post by bavoV »

An extract from the mythfilldatabase command

Code: Select all

2017-03-30 22:12:08.044088 E  Original query failed, but resend with empty strings in place of NULL strings worked.
DB Error (MSqlQuery):
Query was:
INSERT INTO channel   (chanid,        channum,    sourceid,             callsign,      name,       serviceid,            atsc_major_chan,           atsc_minor_chan,      useonairguide, visible,    tvformat,             icon,          xmltvid,    default_authority) VALUES   (?,       ?,   ?,            ?,     ?,      ?,           ?,                ?,           ?,       ?,   ?,            ?,         ?,   ?)
Bindings were:
:AUTHORITY="", :CALLSIGN="KETNE", :CHANID=1063, :CHANNUM=NULL,
:ICON="ketnet_v2.png", :MAJORCHAN=0, :MINORCHAN=0, :NAME="Ketnet/Eén+/Canvas+",
:SERVICEID=0, :SOURCEID=1, :TVFORMAT="Default", :USEOAG=false, :VISIBLE=true,
:XMLTVID="1-ketnet-canvas-2"
Driver error was [2/1048]:
QMYSQL3: Unable to execute statement
Database error was:
Column 'channum' cannot be null
2017-03-30 22:12:08.044088 E  Original query failed, but resend with empty strings in place of NULL strings worked.
DB Error (MSqlQuery):
Query was:
INSERT INTO channel   (chanid,        channum,    sourceid,             callsign,      name,       serviceid,            atsc_major_chan,           atsc_minor_chan,      useonairguide, visible,    tvformat,             icon,          xmltvid,    default_authority) VALUES   (?,       ?,   ?,            ?,     ?,      ?,           ?,                ?,           ?,       ?,   ?,            ?,         ?,   ?)
Bindings were:
:AUTHORITY="", :CALLSIGN="KETNE", :CHANID=1063, :CHANNUM=NULL,
:ICON="ketnet_v2.png", :MAJORCHAN=0, :MINORCHAN=0, :NAME="Ketnet/Eén+/Canvas+",
:SERVICEID=0, :SOURCEID=1, :TVFORMAT="Default", :USEOAG=false, :VISIBLE=true,
:XMLTVID="1-ketnet-canvas-2"
Driver error was [2/1048]:
QMYSQL3: Unable to execute statement
Database error was:
Column 'channum' cannot be null
bavoV
Newcomer
Posts: 8
Joined: Fri Jan 27, 2017 9:34 am
Belgium

Re: mythbackend does not show tvchannel

Post by bavoV »

mythbackend --loglevel debug --logpath /tmp

Tiger is my backend. Myth is running on tiger
Lion is my pvr frontend. kodi is running on lion

I think that the problem is in this 8 loglines.

1. My locale is set but in the log there is a locale error.
2. thread_unknown mythdirs.cpp: is that an error?
3. CoreContext recorders/v4lchannel.cpp:644 (InitPictureAttribute) - V4LChannel[1](/dev/video1): InitPictureAttribute( hue): failed to query controls.
eno: Ongeldig argument (22)
4. CoreContext bonjourregister.cpp:60 (Register) - Bonjour: Error: -65537
2017-04-05 13:59:36.991548 E [958/958] CoreContext bonjourregister.cpp:77 (Register) - Bonjour: Failed to register service

5. HttpServer53 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405134249 --outfile /home/uitzend/1010_2017040$

6. TVRecEvent recorders/v4lchannel.cpp:644 (InitPictureAttribute) - V4LChannel[1](/dev/video1): InitPictureAttribute( hue): failed to query controls.
eno: Ongeldig argument (22)
7. 2017-04-05 14:01:17.475296 E [958/966] TVRecEvent recorders/v4l2encrecorder.cpp:258 (Open) - V4L2Rec[1](/dev/video1): Open() -- Failed to open recorder: V4L version 2 required

??
8. 2017-04-05 14:01:17.475329 I [958/966] TVRecEvent recorders/v4l2encrecorder.cpp:75 (SetOptionsFromProfile) - V4L2Rec[1](/dev/video1): SetOptionsFromProfile() -- begin
2017-04-05 14:01:17.475799 C [958/958] CoreContext signalhandling.cpp:305 (handleSignal) - Received Segmentatiefout: Code 1, PID 424, UID 0, Value 0x0000000


Code: Select all

2017-04-05 13:59:31.737813 C [958/958] thread_unknown mythcommandlineparser.cpp:2599 (ConfigureLogging) - mythbackend version: fixes/0.28 [03f4403] www.mythtv.org
2017-04-05 13:59:31.737838 C [958/958] thread_unknown mythcommandlineparser.cpp:2601 (ConfigureLogging) - Qt version: compile: 5.8.0, runtime: 5.8.0
2017-04-05 13:59:31.737841 N [958/958] thread_unknown mythcommandlineparser.cpp:2603 (ConfigureLogging) - Enabled verbose msgs:  general
2017-04-05 13:59:31.737903 N [958/958] thread_unknown logging.cpp:920 (logStart) - Setting Log Level to LOG_DEBUG
2017-04-05 13:59:31.748800 I [958/961] Logger logging.cpp:313 (run) - Added logging to the console
2017-04-05 13:59:31.750305 I [958/958] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Onderbroken handler
2017-04-05 13:59:31.750314 I [958/958] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Beëindigd handler
2017-04-05 13:59:31.750322 I [958/958] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Segmentatiefout handler
2017-04-05 13:59:31.750327 I [958/958] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Afgebroken handler
2017-04-05 13:59:31.750333 I [958/958] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Busfout handler
2017-04-05 13:59:31.750340 I [958/958] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Drijvendekomma-berekeningsfout handler
2017-04-05 13:59:31.750346 I [958/958] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Ongeldige instructie handler
2017-04-05 13:59:31.750354 I [958/958] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Realtime-signaal 0 handler
2017-04-05 13:59:31.750362 I [958/958] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Opgehangen handler
2017-04-05 13:59:31.750435 N [958/958] thread_unknown mythdirs.cpp:192 (InitializeMythDirs) - Using runtime prefix = /usr
2017-04-05 13:59:31.750438 N [958/958] thread_unknown mythdirs.cpp:194 (InitializeMythDirs) - Using configuration directory = /var/lib/mythtv/.mythtv
2017-04-05 13:59:31.750441 D [958/958] thread_unknown mythdirs.cpp:196 (InitializeMythDirs) - appbindir      = /usr/bin/
2017-04-05 13:59:31.750443 D [958/958] thread_unknown mythdirs.cpp:197 (InitializeMythDirs) - sharedir       = /usr/share/mythtv/
2017-04-05 13:59:31.750445 D [958/958] thread_unknown mythdirs.cpp:198 (InitializeMythDirs) - libdir         = /usr/lib/mythtv/
2017-04-05 13:59:31.750447 D [958/958] thread_unknown mythdirs.cpp:199 (InitializeMythDirs) - themedir       = /usr/share/mythtv/themes/
2017-04-05 13:59:31.750449 D [958/958] thread_unknown mythdirs.cpp:200 (InitializeMythDirs) - pluginsdir     = /usr/lib/mythtv/plugins/
2017-04-05 13:59:31.750451 D [958/958] thread_unknown mythdirs.cpp:201 (InitializeMythDirs) - translationsdir= /usr/share/mythtv/i18n/
2017-04-05 13:59:31.750453 D [958/958] thread_unknown mythdirs.cpp:202 (InitializeMythDirs) - filtersdir     = /usr/lib/mythtv/filters/
2017-04-05 13:59:31.750522 I [958/958] CoreContext mythcorecontext.cpp:266 (Init) - Assumed character encoding: nl_BE.utf8
2017-04-05 13:59:31.750527 W [958/958] CoreContext mythcorecontext.cpp:273 (Init) - This application expects to be running a locale that specifies a UTF-8 codeset, and many features may behave improperly with your current language setti$
2017-04-05 13:59:31.833335 I [958/958] CoreContext mythcontext.cpp:513 (LoadDatabaseSettings) - Using localhost value of tiger
2017-04-05 13:59:31.840146 D [958/958] CoreContext mythcontext.cpp:433 (FindDatabase) - FindDatabase() - Success!
2017-04-05 13:59:31.841850 N [958/958] CoreContext mythcorecontext.cpp:1670 (InitLocale) - Setting QT default locale to nl_BE
2017-04-05 13:59:31.841864 I [958/958] CoreContext mythcorecontext.cpp:1703 (SaveLocaleDefaults) - Current locale nl_BE
2017-04-05 13:59:31.841912 E [958/958] CoreContext mythlocale.cpp:110 (LoadDefaultsFromXML) - No locale defaults file for nl_BE, skipping
2017-04-05 13:59:31.842387 I [958/958] CoreContext mythtranslation.cpp:73 (load) - Loading nl translation for module mythfrontend
2017-04-05 13:59:31.844492 I [958/958] CoreContext schemawizard.cpp:120 (Compare) - Current MythTV Schema Version (DBSchemaVer): 1344
2017-04-05 13:59:31.844693 I [958/958] CoreContext mythtranslation.cpp:73 (load) - Loading nl translation for module mythfrontend
2017-04-05 13:59:31.845717 D [958/958] CoreContext serverpool.cpp:146 (SelectDefaultListen) - Adding IPv4 loopback to address list.
2017-04-05 13:59:31.845726 D [958/958] CoreContext serverpool.cpp:216 (SelectDefaultListen) - Adding BackendServerIP6 to address list.
2017-04-05 13:59:31.845736 D [958/958] CoreContext serverpool.cpp:136 (SelectDefaultListen) - Adding BackendServerIP to address list.
2017-04-05 13:59:31.845752 D [958/958] CoreContext serverpool.cpp:238 (SelectDefaultListen) - Adding link-local 'ip6adresswashere' to address list.
2017-04-05 13:59:31.846266 N [958/958] CoreContext main_helpers.cpp:597 (run_backend) - MythBackend: Starting up as the master server.
2017-04-05 13:59:31.849260 I [958/960] LogForward loggingserver.cpp:142 (FileLogger) - Added logging to /tmp/mythbackend.20170405135931.958.log
2017-04-05 13:59:32.454114 I [958/958] CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-04-05 13:59:32.454235 E [958/958] CoreContext recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-04-05 13:59:32.515623 I [958/958] CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-04-05 13:59:32.515693 E [958/958] CoreContext recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-04-05 13:59:32.581769 I [958/958] CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-04-05 13:59:32.581830 E [958/958] CoreContext recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-04-05 13:59:32.722407 E [958/958] CoreContext recorders/v4lchannel.cpp:644 (InitPictureAttribute) - V4LChannel[1](/dev/video1): InitPictureAttribute(       hue): failed to query controls.
                        eno: Ongeldig argument (22)
2017-04-05 13:59:32.782219 I [958/958] CoreContext programinfo.cpp:2390 (CheckProgramIDAuthorities) - Found 1 distinct programid authorities
2017-04-05 13:59:32.782546 I [958/967] Scheduler mythdbcon.cpp:449 (getStaticCon) - New static DB connectionSchedCon
2017-04-05 13:59:32.782743 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - LogClean Run window between 86400 - 129600.
2017-04-05 13:59:32.782756 I [958/958] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'LogClean'.
2017-04-05 13:59:32.782837 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - DBCleanup Run window between 86400 - 129600.
2017-04-05 13:59:32.782845 I [958/958] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'DBCleanup'.
2017-04-05 13:59:32.782929 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - ThemeUpdateNotifications Run window between 86400 - 129600.
2017-04-05 13:59:32.782937 I [958/958] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'ThemeUpdateNotifications'.
2017-04-05 13:59:32.783044 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - RecordedArtworkUpdate Run window between 86400 - 129600.
2017-04-05 13:59:32.783060 I [958/958] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'RecordedArtworkUpdate'.
2017-04-05 13:59:32.783160 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - MythFillDB Run window between 86400 - 129600.
2017-04-05 13:59:32.784206 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - MythFillDB Run window between 86400 - 129600.
2017-04-05 13:59:32.784212 I [958/958] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'MythFillDB'.
2017-04-05 13:59:32.784569 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - JobQueueRecover Run window between 86400 - 129600.
2017-04-05 13:59:32.784573 I [958/958] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'JobQueueRecover'.
2017-04-05 13:59:32.784599 I [958/958] CoreContext housekeeper.cpp:633 (RegisterTask) - Registering HouseKeeperTask 'HardwareProfiler'.
2017-04-05 13:59:32.785338 I [958/958] CoreContext housekeeper.cpp:699 (Start) - Queueing HouseKeeperTask 'ThemeUpdateNotifications'.
2017-04-05 13:59:32.785342 I [958/958] CoreContext housekeeper.cpp:706 (Start) - Starting HouseKeeper.
2017-04-05 13:59:32.800575 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6544
2017-04-05 13:59:32.800601 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6544
2017-04-05 13:59:32.800620 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6544
2017-04-05 13:59:32.800686 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [ipV6adresswashere]:6544
2017-04-05 13:59:32.800713 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6554
2017-04-05 13:59:32.800726 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6554
2017-04-05 13:59:32.800739 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6554
2017-04-05 13:59:32.800759 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [ipv6was here ]:6554
2017-04-05 13:59:32.804015 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6549
2017-04-05 13:59:32.804044 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6549
2017-04-05 13:59:32.804058 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6549
2017-04-05 13:59:32.804083 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [ipv6 was here]:6549
2017-04-05 13:59:35.790360 I [958/967] Scheduler scheduler.cpp:2264 (HandleReschedule) - Reschedule requested for MATCH 0 0 0 - SchedulerInit
2017-04-05 13:59:35.803984 I [958/967] Scheduler scheduler.cpp:2377 (HandleReschedule) - Scheduled 0 items in 0.0 = 0.01 match + 0.00 check + 0.00 place
2017-04-05 13:59:35.804359 I [958/967] Scheduler scheduler.cpp:2444 (HandleRunSchedulerStartup) - Scheduler: Seem to be woken up by USER
2017-04-05 13:59:36.991536 E [958/958] CoreContext bonjourregister.cpp:60 (Register) - Bonjour: Error: -65537
2017-04-05 13:59:36.991548 E [958/958] CoreContext bonjourregister.cpp:77 (Register) - Bonjour: Failed to register service.
2017-04-05 13:59:36.991560 I [958/958] CoreContext main_helpers.cpp:687 (run_backend) - Main::Registering HttpStatus Extension
2017-04-05 13:59:36.993069 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 127.0.0.1:6543
2017-04-05 13:59:36.993111 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP 192.168.1.9:6543
2017-04-05 13:59:36.993152 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [::1]:6543
2017-04-05 13:59:36.993218 I [958/958] CoreContext serverpool.cpp:407 (listen) - Listening on TCP [fe80::7829:da3f:cc23:eee9%enp0s25]:6543
2017-04-05 13:59:36.995550 N [958/958] CoreContext autoexpire.cpp:251 (CalcParams) - AutoExpire: CalcParams(): Max required Free Space: 0.0 GB w/freq: 15 min
2017-04-05 14:00:04.597922 C [958/986] ProcessRequest mainserver.cpp:1613 (HandleVersion) - MainServer: MainServer::HandleVersion - Client speaks protocol version 91 but we speak 88!
2017-04-05 14:00:04.598345 I [958/985] MythSocketThread(45) mainserver.cpp:7696 (connectionClosed) - Control sock(1976aa0) disconnected
2017-04-05 14:00:04.603835 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:04.603867 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(197d010) as a client (events: 0)
2017-04-05 14:00:04.655619 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:04.655643 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(19cf580) as a client (events: 0)
2017-04-05 14:00:04.750239 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:04.750257 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: alarmpi(19b5eb0) as a client (events: 1)
2017-04-05 14:00:05.406761 I [958/992] SystemManager mythsystemunix.cpp:276 (run) - Starting process manager
2017-04-05 14:00:05.406901 I [958/993] SystemSignalManager mythsystemunix.cpp:509 (run) - Starting process signal handler
2017-04-05 14:00:05.406909 I [958/994] SystemIOHandlerR mythsystemunix.cpp:92 (run) - Starting IO manager (read)
2017-04-05 14:00:05.408208 I [958/995] SystemIOHandlerW mythsystemunix.cpp:92 (run) - Starting IO manager (write)
2017-04-05 14:00:05.692813 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:05.692834 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19492c0) as a client (events: 0)
2017-04-05 14:00:05.693881 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:05.693901 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1977ae0) as a client (events: 1)
2017-04-05 14:00:06.947659 I [958/1006] MythSocketThread(63) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19492c0) 'tiger' disconnected
2017-04-05 14:00:06.948044 I [958/1008] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1977ae0) 'tiger' disconnected
2017-04-05 14:00:06.960550 E [958/989] HttpServer58 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170404194500 --outfile /home/uitzend/1005_2017040$
2017-04-05 14:00:07.518084 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:07.518107 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1946630) as a client (events: 0)
2017-04-05 14:00:07.519147 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:07.519163 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19d99c0) as a client (events: 1)
2017-04-05 14:00:08.801093 I [958/1019] MythSocketThread(58) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1946630) 'tiger' disconnected
2017-04-05 14:00:08.801449 I [958/1021] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19d99c0) 'tiger' disconnected
2017-04-05 14:00:08.864570 E [958/989] HttpServer53 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170404195000 --outfile /home/uitzend/1005_2017040$
2017-04-05 14:00:09.155448 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:09.155471 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b3c20) as a client (events: 0)
2017-04-05 14:00:09.156625 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:09.156641 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1945070) as a client (events: 1)
2017-04-05 14:00:10.406813 I [958/1032] MythSocketThread(58) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b3c20) 'tiger' disconnected
2017-04-05 14:00:10.406962 I [958/1034] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1945070) 'tiger' disconnected
2017-04-05 14:00:10.467279 E [958/989] HttpServer53 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405131700 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:10.752245 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:10.752253 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19d9940) as a client (events: 0)
2017-04-05 14:00:10.752707 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:10.752715 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1944f60) as a client (events: 1)
2017-04-05 14:00:12.006591 I [958/1047] MythSocketThread(63) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19d9940) 'tiger' disconnected
2017-04-05 14:00:12.006812 I [958/1049] MythSocketThread(69) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1944f60) 'tiger' disconnected
2017-04-05 14:00:12.070011 E [958/989] HttpServer53 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405134249 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:12.622235 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:12.622245 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1916a60) as a client (events: 0)
2017-04-05 14:00:12.623035 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:12.623043 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1945070) as a client (events: 1)
2017-04-05 14:00:13.900773 I [958/1060] MythSocketThread(63) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1916a60) 'tiger' disconnected
2017-04-05 14:00:13.900902 I [958/1062] MythSocketThread(66) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1945070) 'tiger' disconnected
2017-04-05 14:00:13.922922 E [958/1035] HttpServer58 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405134748 --outfile /home/uitzend/1010_201704$
2017-04-05 14:00:14.217251 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:14.217268 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1916d30) as a client (events: 0)
2017-04-05 14:00:14.218022 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:14.218036 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b7250) as a client (events: 1)
2017-04-05 14:00:15.468917 I [958/1073] MythSocketThread(58) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1916d30) 'tiger' disconnected
2017-04-05 14:00:15.469298 I [958/1075] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b7250) 'tiger' disconnected
2017-04-05 14:00:15.525195 E [958/989] HttpServer53 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170404194500 --outfile /home/uitzend/1005_2017040$
2017-04-05 14:00:15.811774 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:15.811795 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19d9b00) as a client (events: 0)
2017-04-05 14:00:15.812835 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:15.812853 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1949160) as a client (events: 1)
2017-04-05 14:00:17.061290 I [958/1086] MythSocketThread(58) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19d9b00) 'tiger' disconnected
2017-04-05 14:00:17.061465 I [958/1088] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1949160) 'tiger' disconnected
2017-04-05 14:00:17.127749 E [958/989] HttpServer53 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170404195000 --outfile /home/uitzend/1005_2017040$
2017-04-05 14:00:17.690318 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:17.690326 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19db6f0) as a client (events: 0)
2017-04-05 14:00:17.690878 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:17.690886 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19db580) as a client (events: 1)
2017-04-05 14:00:18.969505 I [958/1099] MythSocketThread(58) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19db6f0) 'tiger' disconnected
2017-04-05 14:00:18.969826 I [958/1101] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19db580) 'tiger' disconnected
2017-04-05 14:00:19.031041 E [958/989] HttpServer53 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405131700 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:19.313587 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:19.313603 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19449c0) as a client (events: 0)
2017-04-05 14:00:19.314775 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:19.314797 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1977d50) as a client (events: 1)
2017-04-05 14:00:20.563995 I [958/1112] MythSocketThread(48) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19449c0) 'tiger' disconnected
2017-04-05 14:00:20.564129 I [958/1114] MythSocketThread(64) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1977d50) 'tiger' disconnected
2017-04-05 14:00:20.633451 E [958/989] HttpServer53 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405134249 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:20.916902 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:20.916914 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b6ce0) as a client (events: 0)
2017-04-05 14:00:20.917426 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:20.917433 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b3fd0) as a client (events: 1)
2017-04-05 14:00:22.172180 I [958/1125] MythSocketThread(63) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b6ce0) 'tiger' disconnected
2017-04-05 14:00:22.172343 I [958/1127] MythSocketThread(66) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b3fd0) 'tiger' disconnected
2017-04-05 14:00:22.236263 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405134748 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:32.522562 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:32.522582 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19d0f30) as a client (events: 0)
2017-04-05 14:00:32.523505 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:32.523522 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1977d40) as a client (events: 1)
2017-04-05 14:00:33.081303 D [958/958] CoreContext housekeeper.cpp:713 (Run) - Running HouseKeeper.
2017-04-05 14:00:33.081331 D [958/958] CoreContext housekeeper.cpp:107 (CheckRun) - Checking to run DBCleanup
2017-04-05 14:00:33.081342 I [958/958] CoreContext housekeeper.cpp:725 (Run) - Queueing HouseKeeperTask 'DBCleanup'.
2017-04-05 14:00:33.081351 D [958/958] CoreContext housekeeper.cpp:107 (CheckRun) - Checking to run HardwareProfiler
2017-04-05 14:00:33.081374 D [958/958] CoreContext housekeeper.cpp:107 (CheckRun) - Checking to run JobQueueRecover
2017-04-05 14:00:33.081380 I [958/958] CoreContext housekeeper.cpp:725 (Run) - Queueing HouseKeeperTask 'JobQueueRecover'.
2017-04-05 14:00:33.081387 D [958/958] CoreContext housekeeper.cpp:107 (CheckRun) - Checking to run LogClean
2017-04-05 14:00:33.081396 I [958/958] CoreContext housekeeper.cpp:725 (Run) - Queueing HouseKeeperTask 'LogClean'.
2017-04-05 14:00:33.081401 D [958/958] CoreContext housekeeper.cpp:107 (CheckRun) - Checking to run MythFillDB
2017-04-05 14:00:33.084966 D [958/958] CoreContext backendhousekeeper.cpp:676 (DoCheckRun) - MythFillDatabase scheduled to run at do apr. 6 12:50:34 2017 GMT.
2017-04-05 14:00:33.084983 D [958/958] CoreContext housekeeper.cpp:107 (CheckRun) - Checking to run RecordedArtworkUpdate
2017-04-05 14:00:33.085000 D [958/958] CoreContext housekeeper.cpp:107 (CheckRun) - Checking to run ThemeUpdateNotifications
2017-04-05 14:00:33.085015 D [958/958] CoreContext housekeeper.cpp:785 (StartThread) - Running initial HouseKeepingThread.
2017-04-05 14:00:33.086147 D [958/1143] HouseKeeping housekeeper.cpp:252 (UpdateLastRun) - Updating global run time for ThemeUpdateNotifications
2017-04-05 14:00:33.086599 D [958/1143] HouseKeeping housekeeper.cpp:459 (CalculateWindow) - ThemeUpdateNotifications Run window between 43200 - 120566.
2017-04-05 14:00:33.086616 I [958/1143] HouseKeeping housekeeper.cpp:135 (Run) - Running HouseKeeperTask 'ThemeUpdateNotifications'.
2017-04-05 14:00:33.086753 I [958/1143] HouseKeeping backendhousekeeper.cpp:387 (DoRun) - Loading themes for 0.28
2017-04-05 14:00:33.087202 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - ThemeUpdateNotifications Run window between 43200 - 120567.
2017-04-05 14:00:33.778709 I [958/1138] MythSocketThread(53) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19d0f30) 'tiger' disconnected
2017-04-05 14:00:33.778974 I [958/1140] MythSocketThread(63) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1977d40) 'tiger' disconnected
2017-04-05 14:00:33.807903 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170404194500 --outfile /home/uitzend/1005_2017040$
2017-04-05 14:00:34.098662 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:34.098680 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b73a0) as a client (events: 0)
2017-04-05 14:00:34.099834 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:34.099852 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19db650) as a client (events: 1)
2017-04-05 14:00:34.155830 I [958/1143] HouseKeeping housekeeper.cpp:153 (Run) - HouseKeeperTask 'ThemeUpdateNotifications' Finished Successfully.
2017-04-05 14:00:34.156170 D [958/1143] HouseKeeping housekeeper.cpp:252 (UpdateLastRun) - Updating global run time for ThemeUpdateNotifications
2017-04-05 14:00:34.156657 D [958/1143] HouseKeeping housekeeper.cpp:459 (CalculateWindow) - ThemeUpdateNotifications Run window between 43200 - 120567.
2017-04-05 14:00:34.156790 D [958/1143] HouseKeeping housekeeper.cpp:252 (UpdateLastRun) - Updating global run time for DBCleanup
2017-04-05 14:00:34.156922 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - ThemeUpdateNotifications Run window between 43200 - 120567.
2017-04-05 14:00:34.157009 D [958/1143] HouseKeeping housekeeper.cpp:459 (CalculateWindow) - DBCleanup Run window between 43200 - 120565.
2017-04-05 14:00:34.157013 I [958/1143] HouseKeeping housekeeper.cpp:135 (Run) - Running HouseKeeperTask 'DBCleanup'.
2017-04-05 14:00:34.157158 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - DBCleanup Run window between 43200 - 120566.
2017-04-05 14:00:35.005973 I [958/1143] HouseKeeping housekeeper.cpp:153 (Run) - HouseKeeperTask 'DBCleanup' Finished Successfully.
2017-04-05 14:00:35.006065 D [958/1143] HouseKeeping housekeeper.cpp:252 (UpdateLastRun) - Updating global run time for DBCleanup
2017-04-05 14:00:35.006211 D [958/1143] HouseKeeping housekeeper.cpp:459 (CalculateWindow) - DBCleanup Run window between 43200 - 120566.
2017-04-05 14:00:35.006291 D [958/1143] HouseKeeping housekeeper.cpp:255 (UpdateLastRun) - Updating local run time for JobQueueRecover
2017-04-05 14:00:35.006439 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - DBCleanup Run window between 43200 - 120566.
2017-04-05 14:00:35.006464 D [958/1143] HouseKeeping housekeeper.cpp:459 (CalculateWindow) - JobQueueRecover Run window between 43200 - 120564.
2017-04-05 14:00:35.006469 I [958/1143] HouseKeeping housekeeper.cpp:135 (Run) - Running HouseKeeperTask 'JobQueueRecover'.
2017-04-05 14:00:35.006628 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - JobQueueRecover Run window between 43200 - 120565.
2017-04-05 14:00:35.007045 I [958/1143] HouseKeeping housekeeper.cpp:153 (Run) - HouseKeeperTask 'JobQueueRecover' Finished Successfully.
2017-04-05 14:00:35.007192 D [958/1143] HouseKeeping housekeeper.cpp:255 (UpdateLastRun) - Updating local run time for JobQueueRecover
2017-04-05 14:00:35.007402 D [958/1143] HouseKeeping housekeeper.cpp:459 (CalculateWindow) - JobQueueRecover Run window between 43200 - 120565.
2017-04-05 14:00:35.007504 D [958/1143] HouseKeeping housekeeper.cpp:252 (UpdateLastRun) - Updating global run time for LogClean
2017-04-05 14:00:35.007568 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - JobQueueRecover Run window between 43200 - 120565.
2017-04-05 14:00:35.007768 D [958/1143] HouseKeeping housekeeper.cpp:459 (CalculateWindow) - LogClean Run window between 43200 - 120564.
2017-04-05 14:00:35.007775 I [958/1143] HouseKeeping housekeeper.cpp:135 (Run) - Running HouseKeeperTask 'LogClean'.
2017-04-05 14:00:35.007900 D [958/1143] HouseKeeping backendhousekeeper.cpp:51 (DoRun) - Deleting helper application database log entries from before 2017-03-29T14:00:35Z.
2017-04-05 14:00:35.007951 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - LogClean Run window between 43200 - 120565.
2017-04-05 14:00:35.008069 D [958/1143] HouseKeeping backendhousekeeper.cpp:66 (DoRun) - Deleting database log entries from before 2017-03-22T14:00:35Z.
2017-04-05 14:00:35.008247 D [958/1143] HouseKeeping backendhousekeeper.cpp:82 (DoRun) - Database has 0 log entries.
2017-04-05 14:00:35.008259 I [958/1143] HouseKeeping housekeeper.cpp:153 (Run) - HouseKeeperTask 'LogClean' Finished Successfully.
2017-04-05 14:00:35.008324 D [958/1143] HouseKeeping housekeeper.cpp:252 (UpdateLastRun) - Updating global run time for LogClean
2017-04-05 14:00:35.008455 D [958/1143] HouseKeeping housekeeper.cpp:459 (CalculateWindow) - LogClean Run window between 43200 - 120565.
2017-04-05 14:00:35.008571 D [958/958] CoreContext housekeeper.cpp:459 (CalculateWindow) - LogClean Run window between 43200 - 120565.
2017-04-05 14:00:35.352245 I [958/1159] MythSocketThread(53) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b73a0) 'tiger' disconnected
2017-04-05 14:00:35.352797 I [958/1161] MythSocketThread(75) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19db650) 'tiger' disconnected
2017-04-05 14:00:35.410781 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170404195000 --outfile /home/uitzend/1005_2017040$
2017-04-05 14:00:35.705475 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:35.705498 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19492c0) as a client (events: 0)
2017-04-05 14:00:35.706509 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:35.706526 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19afcc0) as a client (events: 1)
2017-04-05 14:00:36.961329 I [958/1172] MythSocketThread(53) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19492c0) 'tiger' disconnected
2017-04-05 14:00:36.962045 I [958/1174] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19afcc0) 'tiger' disconnected
2017-04-05 14:00:37.014109 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405131700 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:37.302894 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:37.302916 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b3fb0) as a client (events: 0)
2017-04-05 14:00:37.303860 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:37.303879 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b6d00) as a client (events: 1)
2017-04-05 14:00:38.555336 I [958/1185] MythSocketThread(53) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b3fb0) 'tiger' disconnected
2017-04-05 14:00:38.555727 I [958/1187] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b6d00) 'tiger' disconnected
2017-04-05 14:00:38.617399 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405134249 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:38.908164 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:38.908185 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b6c80) as a client (events: 0)
2017-04-05 14:00:38.909221 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:38.909238 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b4030) as a client (events: 1)
2017-04-05 14:00:40.158889 I [958/1198] MythSocketThread(53) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b6c80) 'tiger' disconnected
2017-04-05 14:00:40.159110 I [958/1200] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b4030) 'tiger' disconnected
2017-04-05 14:00:40.220794 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405134748 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:50.511236 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:50.511257 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19b6ef0) as a client (events: 0)
2017-04-05 14:00:50.512300 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:50.512320 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19449c0) as a client (events: 1)
2017-04-05 14:00:51.767749 I [958/1211] MythSocketThread(53) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19b6ef0) 'tiger' disconnected
2017-04-05 14:00:51.768264 I [958/1213] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19449c0) 'tiger' disconnected
2017-04-05 14:00:51.795381 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170404194500 --outfile /home/uitzend/1005_2017040$
2017-04-05 14:00:51.997345 N [958/968] Expire autoexpire.cpp:251 (CalcParams) - AutoExpire: CalcParams(): Max required Free Space: 0.0 GB w/freq: 15 min
2017-04-05 14:00:52.002613 N [958/968] Expire autoexpire.cpp:637 (SendDeleteMessages) - Expiring 0 MB for 1010 at 2017-04-05T13:42:48Z => "Sporza: Scheldeprijs"
2017-04-05 14:00:52.003152 N [958/968] Expire autoexpire.cpp:637 (SendDeleteMessages) - Expiring 0 MB for 1010 at 2017-04-05T13:47:47Z => "Sporza: Scheldeprijs"
2017-04-05 14:00:52.085720 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:52.085739 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19e0380) as a client (events: 0)
2017-04-05 14:00:52.086423 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:52.086436 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19491c0) as a client (events: 1)
2017-04-05 14:00:53.345084 I [958/1226] MythSocketThread(63) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19e0380) 'tiger' disconnected
2017-04-05 14:00:53.345630 I [958/1228] MythSocketThread(74) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19491c0) 'tiger' disconnected
2017-04-05 14:00:53.398661 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1005 --starttime 20170404195000 --outfile /home/uitzend/1005_2017040$
2017-04-05 14:00:53.690152 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:53.690173 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19db770) as a client (events: 0)
2017-04-05 14:00:53.691178 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:53.691195 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19d5ca0) as a client (events: 1)
2017-04-05 14:00:54.938815 I [958/1239] MythSocketThread(63) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19db770) 'tiger' disconnected
2017-04-05 14:00:54.939128 I [958/1241] MythSocketThread(75) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19d5ca0) 'tiger' disconnected
2017-04-05 14:00:55.002121 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405131700 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:55.289172 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:55.289194 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(1944d30) as a client (events: 0)
2017-04-05 14:00:55.290605 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:55.290626 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(197f570) as a client (events: 1)
2017-04-05 14:00:56.545389 I [958/1253] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(1944d30) 'tiger' disconnected
2017-04-05 14:00:56.546149 I [958/1255] MythSocketThread(76) mainserver.cpp:7656 (connectionClosed) - Monitor sock(197f570) 'tiger' disconnected
2017-04-05 14:00:56.605635 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405134249 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:00:56.894501 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:56.894524 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19af510) as a client (events: 0)
2017-04-05 14:00:56.895573 I [958/986] ProcessRequest mainserver.cpp:1730 (HandleAnnounce) - MainServer: MainServer::ANN Monitor
2017-04-05 14:00:56.895592 I [958/986] ProcessRequest mainserver.cpp:1735 (HandleAnnounce) - MainServer: adding: tiger(19e0590) as a client (events: 1)
2017-04-05 14:00:57.053331 N [958/1221] DeleteThread mainserver.cpp:2448 (DeleteRecordedFiles) - DeleteRecordedFiles - recording id 229 filename /home/uitzend/1010_20170405134248.ts
2017-04-05 14:00:57.054581 N [958/1221] DeleteThread mainserver.cpp:2526 (DoDeleteInDB) - DoDeleteINDB - recording id 229 (chanid 1010 at 2017-04-05T13:42:48Z)
2017-04-05 14:00:58.059404 C [958/1035] HttpServer75 programinfo.cpp:351 (ProgramInfo) - ProgramInfo(): Failed to find recorded entry for 229.
2017-04-05 14:00:58.150650 I [958/1266] MythSocketThread(65) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19af510) 'tiger' disconnected
2017-04-05 14:00:58.150886 I [958/1268] MythSocketThread(76) mainserver.cpp:7656 (connectionClosed) - Monitor sock(19e0590) 'tiger' disconnected
2017-04-05 14:00:58.208938 E [958/989] HttpServer48 previewgenerator.cpp:275 (Run) - Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1010 --starttime 20170405134748 --outfile /home/uitzend/1010_2017040$
2017-04-05 14:01:03.066822 N [958/1222] DeleteThread mainserver.cpp:2448 (DeleteRecordedFiles) - DeleteRecordedFiles - recording id 231 filename /home/uitzend/1010_20170405134747.ts
2017-04-05 14:01:03.068498 N [958/1222] DeleteThread mainserver.cpp:2526 (DoDeleteInDB) - DoDeleteINDB - recording id 231 (chanid 1010 at 2017-04-05T13:47:47Z)
2017-04-05 14:01:04.073216 C [958/989] HttpServer65 programinfo.cpp:351 (ProgramInfo) - ProgramInfo(): Failed to find recorded entry for 231.
2017-04-05 14:01:16.525611 I [958/967] Scheduler scheduler.cpp:2264 (HandleReschedule) - Reschedule requested for MATCH 20 0 0 - SaveRule Sporza: Scheldeprijs
2017-04-05 14:01:16.559017 I [958/967] Scheduler scheduler.cpp:2377 (HandleReschedule) - Scheduled 1 items in 0.0 = 0.02 match + 0.00 check + 0.00 place
2017-04-05 14:01:16.762111 C [958/958] CoreContext programinfo.cpp:351 (ProgramInfo) - ProgramInfo(): Failed to find recorded entry for 0.
2017-04-05 14:01:17.186308 I [958/966] TVRecEvent tv_rec.cpp:1074 (HandleStateChange) - TVRec[1]: Changing from None to RecordingOnly
2017-04-05 14:01:17.187235 I [958/966] TVRecEvent tv_rec.cpp:3564 (TuningCheckForHWChange) - TVRec[1]: HW Tuner: 1->1
2017-04-05 14:01:17.187247 I [958/966] TVRecEvent tv_rec.cpp:3686 (TuningFrequency) - TVRec[1]: TuningFrequency
2017-04-05 14:01:17.188991 I [958/966] TVRecEvent recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-04-05 14:01:17.189028 E [958/966] TVRecEvent recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-04-05 14:01:17.248916 I [958/966] TVRecEvent recorders/v4lchannel.cpp:542 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL) (v4l v2) input_switch: 0 mode_switch: 1
2017-04-05 14:01:17.248985 E [958/966] TVRecEvent recorders/v4lchannel.cpp:554 (SetInputAndFormat) - V4LChannel[1](/dev/video1): SetInputAndFormat(1, PAL)
                        while disabling streaming (v4l v2)
                        eno: Gelukt (0)
2017-04-05 14:01:17.392110 E [958/966] TVRecEvent recorders/v4lchannel.cpp:644 (InitPictureAttribute) - V4LChannel[1](/dev/video1): InitPictureAttribute(       hue): failed to query controls.
                        eno: Ongeldig argument (22)
2017-04-05 14:01:17.409152 I [958/958] CoreContext scheduler.cpp:726 (UpdateRecStatus) - Updating status for "Sporza: Scheldeprijs" on cardid 1 (Wordt opgenomen => Opname)
2017-04-05 14:01:17.474328 I [958/966] TVRecEvent tv_rec.cpp:4216 (TuningNewRecorder) - TVRec[1]: rec->GetPathname(): '/home/uitzend/1010_20170405140100.ts'
2017-04-05 14:01:17.474472 I [958/966] TVRecEvent tv_rec.cpp:4248 (TuningNewRecorder) - TVRec[1]: TuningNewRecorder - CreateRecorder()
2017-04-05 14:01:17.475250 E [958/966] TVRecEvent recorders/v4l2encstreamhandler.cpp:376 (Open) - V4L2SH(/dev/video1): Open() -- V4L version 2 required
2017-04-05 14:01:17.475287 E [958/966] TVRecEvent recorders/v4l2encstreamhandler.cpp:168 (V4L2encStreamHandler) - V4L2SH(/dev/video1): -- Failed to open /dev/video1:
                        eno: Ongeldig argument (22)
2017-04-05 14:01:17.475296 E [958/966] TVRecEvent recorders/v4l2encrecorder.cpp:258 (Open) - V4L2Rec[1](/dev/video1): Open() -- Failed to open recorder: V4L version 2 required
2017-04-05 14:01:17.475325 E [958/966] TVRecEvent recorders/v4l2encrecorder.cpp:44 (V4L2encRecorder) - V4L2Rec[1](/dev/video1): Open() -- Failed to open device
2017-04-05 14:01:17.475329 I [958/966] TVRecEvent recorders/v4l2encrecorder.cpp:75 (SetOptionsFromProfile) - V4L2Rec[1](/dev/video1): SetOptionsFromProfile() -- begin
2017-04-05 14:01:17.475799 C [958/958] CoreContext signalhandling.cpp:305 (handleSignal) - Received Segmentatiefout: Code 1, PID 424, UID 0, Value 0x0000000
perkins1724
Junior
Posts: 33
Joined: Tue Nov 18, 2014 7:44 am
Australia

Re: mythbackend does not show tvchannel

Post by perkins1724 »

I haven't been following this thread so sorry if I take a bit to get up to speed.

If I understand correctly you cannot import and view your xmltv EPG in mythbackend?

Re your 8 log lines:
1: I don't think is related to the EPG and is essentially a warning. It should be ok to ignore for now re the EPG.
2: I think thread_unknown mythdirs.cpp can all be ignored.
3, 6, 7 and 8: in my opinion are all related and I suspect need to be sorted out. You said your card was a sundtek mediapro III. Wiki says it needs proprietary drivers, have you gone through and got them setup correctly? I don't use that card but the errors seem to suggest that the drivers are not correct. This page may help or link to more info https://www.linuxtv.org/wiki/index.php/Sundtek
4: Is related to the apple service not being setup IIRC. it is fine to ignore, it doesn't work anymore even if you do set it up.
5: Is probably a symptom not the error itself. mythpreviewgenerator is trying to generate 0x0 pixel sized previews. I understand your frontend is kodi so I suspect something needs to be fixed there but I don't know kodi, you will need to query their forums for assistance.

However in addition to the above, I noted in other log captures you posted earlier a couple of other issues. One of your frontends was on a different version to your backend, not a big issue just to be aware:
2017-03-29 20:11:44.290177 C  MainServer: MainServer::HandleVersion - Client speaks protocol version 91 but we speak 88!
You have some sort of database issue as you are attempting to get duplicated entries in record table (edit: not recorded table). I have no idea what might be causing that but you might need to start with a clean database and see if some of your other issues go away:
2017-03-30 15:44:24.751650 E [835/877] HttpServer71 mythdb.cpp:183 (DBError) - DB Error (UPDATE/INSERT record):
Query was:
INSERT INTO record SET type = ?, search = ?, recpriority = ?, prefinput = ?, startoffset = ?, endoffset = ?, dupmethod = ?, dupin = ?, filter = ?, inactive = ?, profile = ?, recgroup = ?, recgroupid = ?, storagegroup = ?, playgroup = ?,$
Bindings were:
:AUTOCOMMFLAG=true, :AUTOEXPIRE=false, :AUTOMETADATA=true, :AUTOTRANSCODE=false,
:AUTOUSERJOB1=false, :AUTOUSERJOB2=false, :AUTOUSERJOB3=false,
:AUTOUSERJOB4=false, :AVGDELAY=100, :CATEGORY="Comedy", :CHANID=1005,
:DESCRIPTION="30-03-2017 van 16:20 tot 16:50", :DUPIN=15, :DUPMETHOD=1,
:ENDDATE=2017-03-30, :ENDOFFSET=0, :ENDTIME=14:50:00, :EPISODE=0, :FILTER=0,
:FINDDAY=5, :FINDID=736783, :FINDTIME=16:20:00, :INACTIVE=false, :INETREF="",
:INPUT=0, :LASTDELETE=NULL, :LASTREC=NULL, :MAXEPISODES=0, :MAXNEWEST=false,
:NEXTREC=NULL, :PARENTID=0, :PLAYGROUP="Default", :PROGRAMID="EP23388864422",
:RECGROUP="Default", :RECGROUPID=1, :RECPRIORITY=0, :RECPROFILE="Default",
:SEARCHTYPE=0, :SEASON=0, :SERIESID="233888644", :STARTDATE=2017-03-30,
:STARTOFFSET=0, :STARTTIME=14:20:00, :STATION="VTM", :STORAGEGROUP="Default",
:SUBTITLE="Boy II Man", :TITLE="Fresh off the Boat", :TRANSCODER=0, :TYPE=1
Driver error was [2/1062]:
QMYSQL3: Unable to execute statement
Database error was:
Duplicate entry '1005-14:20:00-2017-03-30-Fresh off the Boat-1' for key 'chanid'
Your xmltv EPG file is possibly broken as it is trying to add new channels with null / empty channum. If you are not trying to update your channels from the xmltv file you can probably run mythfilldatabase with the switch --only-update-guide
2017-03-30 22:12:08.044088 E  Original query failed, but resend with empty strings in place of NULL strings worked.
DB Error (MSqlQuery):
Query was:
INSERT INTO channel   (chanid,        channum,    sourceid,             callsign,      name,       serviceid,            atsc_major_chan,           atsc_minor_chan,      useonairguide, visible,    tvformat,             icon,          xmltvid,    default_authority) VALUES   (?,       ?,   ?,            ?,     ?,      ?,           ?,                ?,           ?,       ?,   ?,            ?,         ?,   ?)
Bindings were:
:AUTHORITY="", :CALLSIGN="KETNE", :CHANID=1063, :CHANNUM=NULL,
:ICON="ketnet_v2.png", :MAJORCHAN=0, :MINORCHAN=0, :NAME="Ketnet/Eén+/Canvas+",
:SERVICEID=0, :SOURCEID=1, :TVFORMAT="Default", :USEOAG=false, :VISIBLE=true,
:XMLTVID="1-ketnet-canvas-2"
Driver error was [2/1048]:
QMYSQL3: Unable to execute statement
Database error was:
Column 'channum' cannot be null
2017-03-30 22:12:08.044088 E  Original query failed, but resend with empty strings in place of NULL strings worked.
DB Error (MSqlQuery):
Query was:
INSERT INTO channel   (chanid,        channum,    sourceid,             callsign,      name,       serviceid,            atsc_major_chan,           atsc_minor_chan,      useonairguide, visible,    tvformat,             icon,          xmltvid,    default_authority) VALUES   (?,       ?,   ?,            ?,     ?,      ?,           ?,                ?,           ?,       ?,   ?,            ?,         ?,   ?)
Bindings were:
:AUTHORITY="", :CALLSIGN="KETNE", :CHANID=1063, :CHANNUM=NULL,
:ICON="ketnet_v2.png", :MAJORCHAN=0, :MINORCHAN=0, :NAME="Ketnet/Eén+/Canvas+",
:SERVICEID=0, :SOURCEID=1, :TVFORMAT="Default", :USEOAG=false, :VISIBLE=true,
:XMLTVID="1-ketnet-canvas-2"
Driver error was [2/1048]:
QMYSQL3: Unable to execute statement
Database error was:
Column 'channum' cannot be null
My approach at this point would be to definitely try and sort out the capture card problems and drivers (your items 3,6,7 and 8).

Once they are cleared I would probably delete all capture card and all video sources on all hosts and re-add the cards to mythtv and re-add the video sources.

At that point would probably need to see what error messages still remained and work from there.
User avatar
bill6502
Developer
Posts: 2307
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: mythbackend does not show tvchannel

Post by bill6502 »

Code: Select all

2017-04-05 14:01:17.475296 E [958/966] TVRecEvent recorders/v4l2encrecorder.cpp:258 (Open) - V4L2Rec[1](/dev/video1): Open() -- Failed to open recorder: V4L version 2 required
2017-04-05 14:01:17.475799 C [958/958] CoreContext signalhandling.cpp:305 (handleSignal) - Received Segmentatiefout: Code 1, PID 424, UID 0, Value 0x0000000
I don't have/know that capture card either. But the version complaint in the log is
worth looking into. Perhaps you have a package manager that you can query to
find the installed version of V4L.

The last one is a segmentation fault. If setup, you would have a core file that needs to
be examined (locally, as it's huge.) If it continues to log, then see this for how to
do that: https://www.mythtv.org/wiki/Debugging#Using_core_files
Post Reply