Mailing List Archive

Re: BE4 - Remote Frontends not connecting
Hi Stephen!
> Be aware that if that bind-address line is in one of the .cnf files
> installed by the MySQL/MariaDB packages, when that package is updated,
> it may be overwritten. The best solution is to leave that line
> commented and create your own new .cnf file that will not be
> overwritten and will be read last so any option in it will be read
> last and will override any option read earlier in other .cnf files. So
> a file like:
>
> /etc/mysql/conf.d/zz-local-options.cnf


Thanks for the tip! And just so I don’t screw things up now or later
when an update comes through is it simply:

/etc/mysql/conf.d/zz-local-options.cnf  (containing)

[mysqld]

bind-address=::


Thanks!

Barry


_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: BE4 - Remote Frontends not connecting [ In reply to ]
On Mon, 10 Jan 2022 09:23:42 -0600, you wrote:

>
>Hi Stephen!
>> Be aware that if that bind-address line is in one of the .cnf files
>> installed by the MySQL/MariaDB packages, when that package is updated,
>> it may be overwritten. The best solution is to leave that line
>> commented and create your own new .cnf file that will not be
>> overwritten and will be read last so any option in it will be read
>> last and will override any option read earlier in other .cnf files. So
>> a file like:
>>
>> /etc/mysql/conf.d/zz-local-options.cnf
>
>
>Thanks for the tip! And just so I don?t screw things up now or later
>when an update comes through is it simply:
>
>/etc/mysql/conf.d/zz-local-options.cnf? (containing)
>
>[mysqld]
>
>bind-address=::
>
>
>Thanks!
>
>Barry

Correct.
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: BE4 - Remote Frontends not connecting [ In reply to ]
Hi Folks!


Just a follow-up on a comment I made about ‘on to my SchedulesDirect
problem’ in this thread. Was a PEBKAC – problem between keyboard and
chair! In the .mythtv subdir had seen a file “YYYY.xmltv”, which I
thought to be not following traditional naming, plus vaguely rang a
bell. Also it contained my SchedulesDirect login, etc.


In https://www.mythtv.org/wiki/XMLTV <https://www.mythtv.org/wiki/XMLTV>
saw this: tv_grab_xx_xxxxxx --configure --config-file
$HOME/.mythtv/YYYY.xmltv . Ah-Ha! ...”YYYY” supposed to be the Video
Source Name, here ‘Antenna’ (aren’t I clever!). I copy-and-paste a lot
of commands to save errors on typing; must have missed. Anyway, a quick
cp YYYY.xmltv Antenna.xmltv and mythfilldatabase completes properly and
I have data for eighteen days!


Barry


_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: BE4 - Remote Frontends not connecting [ In reply to ]
Hi Folks!

> Just a follow-up on a comment I made about ‘on to my SchedulesDirect
> problem’ in this thread. Was a PEBKAC – problem between keyboard and
> chair! In the .mythtv subdir had seen a file “YYYY.xmltv”, which I
> thought to be not following traditional naming, plus vaguely rang a
> bell. Also it contained my SchedulesDirect login, etc.
>

Well that didn’t quite work as planned: works when I manually run
mythfilldatabase in Terminal (and in the /.mythtv subdir – haven’t tried
elsewhere) but not when automated.


Should I simply re-run

     sudo su mythtv

tv_grab_zz_sdjson--configure --config-file $HOME/.mythtv/Antenna.xmltv

to correct the issue? Or is there a better way since I screwed it up the
first time. (And quite frankly I don’t recall issuing ‘sudo su mythtv’
the first time even though it’s in the notes.)


Thanks again!

Barry



_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org