=== dekarl1 is now known as dekarl === kwmonroe` is now known as kwmonroe [20:45] superm1: rsyslog for 0.26 with mythlogserver works like this [20:45] if $msg startswith ' mythbackend' then /var/log/mythtv/mythbackend.log [20:45] notice the leading space in $msg [20:49] dekarl: so that conf file needs updating then basically? [20:49] i haven't ran anything on 0.26 yet, so i don't have a good feel for everything broke thus far [20:50] aye, basically duplicate all rules in the "$msg startswith ' xxx'" form in addition to "$programname == 'xxx'" [20:51] so one config file will work with 0.25 and 0.26 [20:51] oh i guess that's possible - you think it's better to have the same config for both? [20:51] i was gonna say just switch it out all together, no need to keep teh 0.25 syntax in [20:52] just do http://paste.ubuntu.com/1110869/ [20:52] [paste.ubuntu.com] Ubuntu Pastebin [20:53] is the configuration file part of a mythtv version specific file or does it go with the {u,myth}buntu release specific files? in the former case just change it, in the latter case it should be duplicated [20:54] well it's the same file name when the user upgrades from 0.25 to 0.26, but the package manager will just update teh conffile as long as you haven't changed it yourself [20:55] if you changed it yourself, it's gonna require intervention either way it's done [20:57] ahh, I see. its in mythtv-common_0.26.0~master.20120725.643ad3e-0ubuntu1_amd64.deb. so just replace the lines and thats it [20:58] exactly [20:58] i'll commit that [20:59] okay, should be in tonight's build now [21:00] ok, building now (seems your commit is already in) [21:02] is there anything else with the logging that needs fixing? [21:02] nothing that I know of. maybe fixup the "last message repeated 10 times" but unfolding the copies is not getting us more information so I'd skip it [21:03] cool. yeah i think that it's more useful the way it's setup [21:04] i committed your recmnded fix from #mythtv too for how to set up that buffer [21:04] good call [21:05] I just stumbled over the suggested filename when looking if there is a sysctl.d similar to rsyslogd after hearing of the sysctl.conf file [21:06] I was positively surprised to find a README file explaining how its meant to work in there :) [21:11] yeah i'm glad that readme explains the numbering to use as well [21:20] superm1: you missed mythfrontend? [21:23] hm, we could replace "#012" with "\n" in lines like http://paste.ubuntu.com/1110913/ [21:23] [paste.ubuntu.com] Ubuntu Pastebin [21:50] dekarl: whoops, good catch [21:50] dekarl: do you know how to switch out the #012 with new lines like that? [21:50] not yet, was just thinking out aloud to see how it sounded [21:51] might also strip the "mythlogserver: " [21:51] yeah i think stripping the mythlogserver: would be a good idea [21:51] before and after http://code.mythtv.org/trac/ticket/10729 [21:52] [code.mythtv.org] #10729 (HTTP Live Streaming not following IETF standard) – MythTV [21:52] meh http://paste.ubuntu.com/1110951/ [21:52] [paste.ubuntu.com] Ubuntu Pastebin [21:57] well that looks readable, that's with the #012->\n filtering? [22:01] no, just a sample for the "mythlogserver: " [22:02] which reminds me that the apport handler should strip all but the last run from the logfiles [22:09] oh yeah that looks better with the mythlogserver: stuff gone