[mythtv] [mythtv-commits] Ticket #13151: Page on "Installing MythTV on Debian" is missing a critical step

Mike Bibbings mike.bibbings at gmail.com
Mon Oct 30 19:04:24 UTC 2017


On 15/10/17 10:15, Steve Goodey wrote:
>
> On Friday, 13 October 2017 10:17:24 BST MythTV wrote:
>
> > #13151: Page on "Installing MythTV on Debian" is missing a critical step
>
> > ----------------------------------+------------------------------
>
> > Reporter: ttabyss@… | Owner: stuarta
>
> > Type: Bug Report - General | Status: accepted
>
> > Priority: minor | Milestone: needs_triage
>
> > Component: Documentation | Version: Master Head
>
> > Severity: medium | Resolution:
>
> > Keywords: | Ticket locked: 0
>
> > ----------------------------------+------------------------------
>
> > Changes (by stuarta):
>
> >
>
> > * owner: => stuarta
>
> > * priority: blocker => minor
>
> > * status: new => accepted
>
> >
>
> >
>
> > Comment:
>
> >
>
> > You should be able to update the wiki yourself.
>
> > If you do not have an account on the wiki and need
>
> > account creation enabled, then please let me know
>
> >
>
> > Regards
>
> > Stuart
>
> >
>
> > --
>
> > Ticket URL: <https://code.mythtv.org/trac/ticket/13151#comment:3>
>
> > MythTV <http://www.mythtv.org>
>
> > MythTV Media Center
>
> Changes now made to wiki. Would appreciate someone making sure the 
> changes look correct.
>
> -- 
>
> Regards, Steve Goodey
>
> Colchester, England
>
> mailto://steve@goodey.org
>
> Registered Linux User #372670 http://counter.li.org
>
> Hello to Jason Isaacs
>

Just done an install on Debian 9 (Stretch) using the instructions on 
wiki (https://www.mythtv.org/wiki/Installing_MythTV_on_Debian)

Used fixes/29 as this is the current release instead of fixes/0.28, 
replace fixes/0.28 with fixes/29

The Dependencies section is not relevant from fixes/29 (did not try 
fixes/0.28)

mythbuntu-control-centre is not built, so is no longer  one of the 
available packages.

sudo echo "deb [trusted=yes] file:///full/path/to/build/packaging/deb 
./" > /etc/apt/sources.list.d/mythtv.list
does not work due to redirection operator (>) you get permission denied, 
the following works:

sudo sh -c "echo 'deb [trusted=yes] 
file:///full/path/to/build/packaging/deb ./' > 
/etc/apt/sources.list.d/mythtv.list"

or even (assumes ~/build was used as given earlier on the wiki page)

sudo sh -c "echo 'deb [trusted=yes] file://$HOME/build/packaging/deb ./' 
 > /etc/apt/sources.list.d/mythtv.list"

After running "sudo apt install mythtv" (standalone combined 
frontend/backend) before running mythtv-setup

I did
  mkdir -p ~/.mythtv
  ln -s /etc/mythtv/config.xml ~/.mythtv/config.xml

which avoids the dreaded cannot login to database message on running 
mythtv-setup (after you have been added to mythtv group), suggest this 
added to the wiki

I also installed mythweb mythnews mythbrowser they all worked out of the 
box.

Note there is a "nasty" bug with Synaptic see 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864640  which if you 
go to Settings Repositories it creates a bad file /etc/apt/trusted.gpg 
which results in lots of error messages.
Temporary solution is to delete the file /etc/apt/trusted.gpg and don't 
go into Settings Repositories!

Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-dev/attachments/20171030/fe909027/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 372670.png
Type: image/png
Size: 5378 bytes
Desc: not available
URL: <http://lists.mythtv.org/pipermail/mythtv-dev/attachments/20171030/fe909027/attachment.png>


More information about the mythtv-dev mailing list