Trouble downloading log

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

Moderator: Forum Moderators

Post Reply
gcook12
Junior
Posts: 89
Joined: Sun Nov 06, 2016 1:35 am
United States of America

Trouble downloading log

Post by gcook12 »

I am having some problems with a couple of things and need to be able to post my log. Having trouble with it and I was wondering if someone could walk me through it.
User avatar
pgbennett
Developer
Posts: 504
Joined: Mon Apr 27, 2015 5:41 pm
United States of America

Re: Trouble downloading log

Post by pgbennett »

Normally the log would be in a /var/log/mythtv/ directory. However this depends on the setup and the specific package that you are using.
User avatar
bill6502
Developer
Posts: 2325
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: Trouble downloading log

Post by bill6502 »

I was asking for additional logging at startup on another thread,
with a different set if instructions. Here's another way to increase
logging:

Code: Select all

echo 'ADDITIONAL_ARGS="--loglevel debug --logpath /tmp"' | sudo tee -a /etc/mythtv/additional.args
Then stop and start the backend using the systemctl commands mentioned
earlier:

Code: Select all

sudo systemctl stop mythtv-backend
sudo systemctl start mythtv-backend
(not using restart intentionally for others watching)

Do the tests and attach the log that will be in /tmp on the other thread please.

When finished, remove the file that creates the log file in /tmp

Code: Select all

sudo rm /etc/mythtv/additional.args
and stop and start the backend again.
Post Reply