Staat er wat in de mythtv logs? dat er wel geprobeerd is op te starten maar dat dit fout ging?
Ik heb voor dat ik de pc reboot var/log/mythtv/mythbackend.log leeg gegooit.
Als ik na het opstarten in var/log/mythtv/mythbackend.log kijk dan staat hier helemaal niets in.
Pas als ik de backend herstart
wim@mythbuntu-904-testBE:~$ sudo /etc/init.d/mythtv-backend restart
[sudo] password for wim:
* Restarting MythTV server: mythbackend No /usr/bin/mythbackend found running; none killed.
[ OK ]
wim@mythbuntu-904-testBE:~$
Dan zie ik dat het backend dus niet liep en nu pas gestart wordt.
Als ik vervolgens in var/log/mythtv/mythbackend.log kijk zie ik het volgende.
2009-07-12 10:51:54.345 Using runtime prefix = /usr
2009-07-12 10:51:54.360 Empty LocalHostName.
2009-07-12 10:51:54.361 Using localhost value of mythbuntu-904-testBE
2009-07-12 10:51:54.384 New DB connection, total: 1
2009-07-12 10:51:54.390 Connected to database 'mythconverg' at host: localhost
2009-07-12 10:51:54.392 Closing DB connection named 'DBManager0'
2009-07-12 10:51:54.397 Connected to database 'mythconverg' at host: localhost
2009-07-12 10:51:54.402 New DB connection, total: 2
2009-07-12 10:51:54.405 Connected to database 'mythconverg' at host: localhost
2009-07-12 10:51:54.410 Current Schema Version: 1214
Starting up as the master server.
2009-07-12 10:51:54.553 New DB connection, total: 3
2009-07-12 10:51:54.555 Connected to database 'mythconverg' at host: localhost
2009-07-12 10:51:54.573 New DB connection, total: 4
2009-07-12 10:51:54.581 Connected to database 'mythconverg' at host: localhost
2009-07-12 10:51:54.586 New DB connection, total: 5
2009-07-12 10:51:54.590 Connected to database 'mythconverg' at host: localhost
2009-07-12 10:51:54.594 New DB connection, total: 6
2009-07-12 10:51:54.598 Connected to database 'mythconverg' at host: localhost
2009-07-12 10:51:55.600 New DB scheduler connection
2009-07-12 10:51:55.602 Connected to database 'mythconverg' at host: localhost
2009-07-12 10:51:55.678 MediaServer:: Loopback address specified - 127.0.0.1. Disabling UPnP
2009-07-12 10:51:55.680 Main::Registering HttpStatus Extension
2009-07-12 10:51:55.681 mythbackend version: 0.21.20080304-1
www.mythtv.org2009-07-12 10:51:55.689 Enabled verbose msgs: important general
2009-07-12 10:51:55.735 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2009-07-12 10:51:58.612 Reschedule requested for id -1.
2009-07-12 10:51:58.664 Scheduled 0 items in 0.1 = 0.04 match + 0.01 place
2009-07-12 10:51:58.668 Seem to be woken up by USER
2009-07-12 10:52:15.612 Expiring 5 MBytes for 3005 @ Sun Jul 12 09:00:00 2009 => Unknown
Het lijkt er op dat er helemaal niet geprobeerd wordt om het backend te starten.
Kan ik mythbuntu starten in een soort verbose mode om te zien hoe het opstarten verloopt?
Wim