<div dir="ltr">2013/7/8 Michael T. Dean <span dir="ltr"><<a href="mailto:mtdean@thirdcontact.com" target="_blank">mtdean@thirdcontact.com</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><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">
<div class="im">On 07/04/2013 03:53 PM, Andréas Kühne 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">
I have a problem with my mythtv server crashing every now and then. As a troubleshooting help, I got the tip to setup remote logging. I have now setup my remote logging server. However the logging from mythlogserver doesn't get forwarded to the server?<br>
<br>
I have removed all of the configuration for all of the separate logfiles, so everything is only logged in the syslog on the server. I have tried to add ALL logging to the remote server, but only log message from mythlogserver itself gets forwarded. Has anyone had a similar problem?<br>
<br>
</blockquote>
<br></div>
Post the syslog configuration file you're using and we can tell you what you need to change.<br>
<br>
Mike<br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</blockquote></div><br></div><div class="gmail_extra"><div>This is the log on the mythtv server. I have added separate lines for local* because I got more logging on the remote server that way. Other than this file I also have the same configuration on the server as the one on <a href="http://www.mythtv.org/wiki/Simple_rsyslog_Configuration">http://www.mythtv.org/wiki/Simple_rsyslog_Configuration</a>. The logs in /var/log/mythtv/ get written to with that configuration.</div>
<div><br></div><div>Regards,</div><div><br></div><div>Andréas</div><div><br></div><div># /etc/rsyslog.conf<span class="" style="white-space:pre">        </span>Configuration file for rsyslog.</div><div>#</div><div>#<span class="" style="white-space:pre">                        </span>For more information see</div>
<div>#<span class="" style="white-space:pre">                        </span>/usr/share/doc/rsyslog-doc/html/rsyslog_conf.html</div><div>#</div><div># Default logging rules can be found in /etc/rsyslog.d/50-default.conf</div><div><br></div><div>
local0.* @<a href="http://10.0.27.44">10.0.27.44</a></div><div>local1.* @<a href="http://10.0.27.44">10.0.27.44</a></div><div>local2.* @<a href="http://10.0.27.44">10.0.27.44</a></div><div>local3.* @<a href="http://10.0.27.44">10.0.27.44</a></div>
<div>local4.* @<a href="http://10.0.27.44">10.0.27.44</a></div><div>local5.* @<a href="http://10.0.27.44">10.0.27.44</a></div><div>local6.* @<a href="http://10.0.27.44">10.0.27.44</a></div><div>local7.* @<a href="http://10.0.27.44">10.0.27.44</a></div>
<div><br></div><div>*.* @<a href="http://10.0.27.44">10.0.27.44</a></div><div>#################</div><div>#### MODULES ####</div><div>#################</div><div><br></div><div>$ModLoad imuxsock # provides support for local system logging</div>
<div>$ModLoad imklog # provides kernel logging support (previously done by rklogd)</div><div>#$ModLoad immark # provides --MARK-- message capability</div><div><br></div><div># provides UDP syslog reception</div><div>#$ModLoad imudp</div>
<div>#$UDPServerRun 514</div><div><br></div><div># provides TCP syslog reception</div><div>#$ModLoad imtcp</div><div>#$InputTCPServerRun 514</div><div><br></div><div><br></div><div>###########################</div><div>#### GLOBAL DIRECTIVES ####</div>
<div>###########################</div><div><br></div><div>#</div><div># Use traditional timestamp format.</div><div># To enable high precision timestamps, comment out the following line.</div><div>#</div><div>$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat</div>
<div><br></div><div># Filter duplicated messages</div><div>$RepeatedMsgReduction on</div><div><br></div><div>#</div><div># Set the default permissions for all log files.</div><div>#</div><div>$FileOwner syslog</div><div>$FileGroup adm</div>
<div>$FileCreateMode 0640</div><div>$DirCreateMode 0755</div><div>$Umask 0022</div><div>$PrivDropToUser syslog</div><div>$PrivDropToGroup syslog</div><div><br></div><div>#</div><div># Where to place spool files</div><div>
#</div><div>$WorkDirectory /var/spool/rsyslog</div><div><br></div><div>#</div><div># Include all config files in /etc/rsyslog.d/</div><div>#</div><div>$IncludeConfig /etc/rsyslog.d/*.conf</div></div></div>