← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 1186587] Re: Mythtv-backend setup fails to launch

 

Here is the contents of my file though it is not where you stated
(/var/log/mythtv-backend.conf). The only file of this name is located in
/etc/init/mythtv-backend.conf here is what it has in it:

# MythTV Backend service

description     "MythTV Backend"
author          "Mario Limonciello <superm1@xxxxxxxxxx>"

start on (local-filesystems and net-device-up IFACE!=lo and started udev-finish)
stop on runlevel [016]

#should die within 5 seconds, but we don't want data loss, so set it to 30
#before we send SIGKILL
kill timeout 30

#if we crash, but not quickly
respawn
respawn limit 2 3600

#because we're daemonizing to avoid logging to upstart log
expect fork

pre-start script 
    [ -x /usr/sbin/mysqld ] || exit 0
    for i in `seq 1 30` ; do
       /usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping >/dev/null && exit 0
       sleep .5
    done
end script

script
	test -f /etc/default/locale && . /etc/default/locale || true
	LANG=$LANG exec /usr/bin/mythbackend --syslog local7 --user mythtv --daemon
end script

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythtv in Ubuntu.
https://bugs.launchpad.net/bugs/1186587

Title:
  Mythtv-backend setup fails to launch

Status in “mythtv” package in Ubuntu:
  New

Bug description:
  Mythtv-backend-setup does not launch correctly. Terminal screen pops
  up and remains blank regardless of how long you leave it (even over
  night). No error message pops up.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: mythtv-backend 2:0.26.0+fixes.20121118.340b5d4-0ubuntu3
  ProcVersionSignature: Ubuntu 3.9.0-3.8-generic 3.9.4
  Uname: Linux 3.9.0-3-generic x86_64
  NonfreeKernelModules: nvidia
  .var.log.mythtv.mythavtest.log:
   
  .var.log.mythtv.mythccextractor.log:
   
  .var.log.mythtv.mythcommflag.log:
   
  .var.log.mythtv.mythfilldatabase.log:
   
  .var.log.mythtv.mythfrontend.log:
   
  .var.log.mythtv.mythjobqueue.log:
   
  .var.log.mythtv.mythlcdserver.log:
   
  .var.log.mythtv.mythmediaserver.log:
   
  .var.log.mythtv.mythmetadatalookup.log:
   
  .var.log.mythtv.mythpreviewgen.log:
   
  .var.log.mythtv.mythshutdown.log:
   
  .var.log.mythtv.mythtranscode.log:
   
  .var.log.mythtv.mythtv.setup.log:
   
  .var.log.mythtv.mythutil.log:
   
  .var.log.mythtv.mythwelcome.log:
   
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Sat Jun  1 12:17:54 2013
  InstallationDate: Installed on 2013-05-30 (2 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130529)
  Installed_mythtv_dbg: 0.0
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: mythtv
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/1186587/+subscriptions


References