<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 19, 2016 at 2:23 PM, Rich Freeman <span dir="ltr"><<a href="mailto:r-mythtv@thefreemanclan.net" target="_blank">r-mythtv@thefreemanclan.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Tue, Apr 19, 2016 at 1:59 PM, Bill Meek <<a href="mailto:keemllib@gmail.com">keemllib@gmail.com</a>> wrote:<br>
> On 04/19/2016 11:28 AM, Rich Freeman wrote:<br>
>><br>
>> On Tue, Apr 19, 2016 at 12:08 PM, Stuart Auchterlonie<br>
>> <<a href="mailto:stuarta@squashedfrog.net">stuarta@squashedfrog.net</a>> wrote:<br>
>>><br>
>>><br>
>>> All the original logging methods still exist.<br>
>>> ie. syslog, to file(s)<br>
>>><br>
>>> The only real logging change is disabling the logserver<br>
>>> by default.<br>
>>><br>
>>> Personally i always use logging to files, because i'm running<br>
>>> both 0.28 and master in parallel to aid development.<br>
>>><br>
>><br>
>> Thanks - just to clarify. Does logging to file work without logserver<br>
>> enabled at build time? If the backend itself and its children can log<br>
>> directly to file/syslog that is fine by me, and seems similar to how<br>
>> things used to work before the logserver came along.<br>
><br>
><br>
> Yes. mythAnyprogram without mythlogserver running will log as directed<br>
> by its --logpath or --syslog switches.<br>
><br>
<br>
</span>In that case, would a Gentoo OpenRC user mind doing a test for me?<br>
Edit the mythtv-0.28.ebuild file and comment out or delete the<br>
following line:<br>
use systemd || myconf="${myconf} $(use_enable mythlogserver)"<br>
<br>
Then install mythtv and let me know if your logging is working exactly<br>
as it did before. It sounds like it should. I'll update the ebuild<br>
again after we get the results of testing in...<br>
<br>
--<br>
Rich<br>
<div class=""><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div><div class="gmail_extra"><div class="gmail_extra">Mythtv test for mythlogserver</div><div class="gmail_extra"><br></div><div class="gmail_extra">Prior situation:</div><div class="gmail_extra">Gentoo OpenRC user</div><div class="gmail_extra">Installed mythtv 0.28 (before the mask on 4/16/16)</div><div class="gmail_extra">Mythlogserver not working</div><div class="gmail_extra">Other logs working ie mythfrontend, mythbackend, etc...</div><div class="gmail_extra"><br></div><div class="gmail_extra">Current situation:</div><div class="gmail_extra">Gentoo OpenRC user</div><div class="gmail_extra">Installed modified mythtv 0.28</div><div class="gmail_extra">- use systemd || myconf="${myconf} $(use_enable mythlogserver)"</div><div class="gmail_extra">+ #use systemd || myconf="${myconf} $(use_enable mythlogserver)"</div><div class="gmail_extra">Mythlogserver not working</div><div class="gmail_extra">Other logs working ie mythfrontend, mythbackend, etc...</div><div class="gmail_extra"><br></div><div class="gmail_extra">No change / difference between mythtv versions.</div></div></div>