MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (72):

aloril, Anssi, blahdodo, Captain_Murdoch, Casper0082, ChanServ, clever, CyberJacob, davic, dekarl, dym, ElmerFudd, emm386, gary_buhrmaster, ghost42, ghoti, gigem, gregL, GreyFoxx, ikevin, jab416171, jheizer, jmcentee_, joki, jpabq, jpharvey, jst, jya, knowledg1junkie, lapion, libsci, logan-, mad_enz, markspieth, membiblio, MitchCapper, MythBuild, MythLogBot, nephyrin, peper03, poptix, pppingme, purserj, rich0, rmeden, Roklobster, saaki, seld, sphery, sraue, stuarta, taylorr, tgm4883, tonsofpcs, tris, unforgiven512, vincent42, wagnerrp, Warped, XDS2010, _charly_, jams, Hydr0p0nX, Chutt, lautriv__, high-rez, Pluribus, toeb, _iwc, ricksebak, coling, brfranse_
Wednesday, June 1st, 2016, 00:08 UTC
[00:08:44] Roklobster (Roklobster!~Dirkka@ppp118-209-145-240.lns20.mel8.internode.on.net) has joined #mythtv
[00:41:49] lautriv__ (lautriv__!~lautriv@funtoo/user/lautriv) has joined #mythtv
[00:42:28] lautriv_ (lautriv_!~lautriv@funtoo/user/lautriv) has quit (Ping timeout: 244 seconds)
[01:34:20] high-rez: If I send a SPAWN_LIVETV but never pull the live tv via the myth protocol – will the backend keep recording? If so for how long? Until the command socket goes away?
[01:35:20] high-rez: The reason I'm asking is because I want to avoid using myth protocl as much as possible – since services API is supposed to be the way forward <tm> but I'd rather not do the hack of a 12hr manual recording each time I want to spawn live tv.
[02:59:55] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Read error: Connection reset by peer)
[03:02:40] arescorpio (arescorpio!~arescorpi@243-206-17-190.fibertel.com.ar) has joined #mythtv
[03:05:20] peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv
[03:23:09] Casper0082 (Casper0082!~Casper@pool-72-78-200-109.phlapa.fios.verizon.net) has joined #mythtv
[03:23:09] kc (kc!~Casper@unaffiliated/kc) has quit (Read error: Connection reset by peer)
[03:58:26] knightr (knightr!~knightr@mythtv/developer/knightr) has quit (Remote host closed the connection)
[04:30:46] seld (seld!~seld@217-209-54-168-no53.tbcn.telia.com) has quit (Remote host closed the connection)
[04:31:34] seld (seld!~seld@217-209-54-168-no53.tbcn.telia.com) has joined #mythtv
[05:14:19] arescorpio (arescorpio!~arescorpi@243-206-17-190.fibertel.com.ar) has quit (Quit: Leaving.)
[05:26:47] cmcginty (cmcginty!~pcm@74-123-216-226.mgmt.sandwichisles.net) has quit (Remote host closed the connection)
[05:50:21] dekarl1 is now known as dekarl
[06:18:20] blahdodo (blahdodo!~blahdodo@69.172.164.248) has quit (Quit: Bye bye)
[06:19:19] blahdodo (blahdodo!~blahdodo@69.172.164.248) has joined #mythtv
[06:28:21] SteveGoodey (SteveGoodey!~steve@host109-156-128-128.range109-156.btcentralplus.com) has joined #mythtv
[06:39:32] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv
[07:56:49] stuarta: morning all
[07:59:28] Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv
[08:36:52] SteveGoodey: stuarta: Sorry to bother you. Where should icons be stored now? /home/mythtv/.mythtv/channels/ /home/steve/.mythtv/channels/ or /var/cache/mythweb/image_cache/ I'm still on 0.27
[08:38:58] stuarta: erm, isn't there a storage group you can setup for that?
[08:39:20] stuarta: SteveGoodey: tbh, i'm not entirely sure, i've been working on the server side of icon lookups
[08:39:45] coling (coling!~colin@cpc8-sgyl36-2-0-cust443.18-2.cable.virginm.net) has joined #mythtv
[08:40:01] SteveGoodey: OK, no probs. Thanks.
[09:04:21] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 240 seconds)
[09:09:28] peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv
[09:38:13] stuarta: seriously, how much crappy data is in this icon db.
[09:38:31] stuarta: just ditched 310 xmltvid results with no valid icon
[09:45:50] stuarta: checked the rest of the existing lookups and they are fine now
[09:49:54] dekarl: doesn't the storage group just point at backend:~backenduser/.mythtv/icons or something?
[09:51:39] dekarl: with the fun fact, that mythtv-setup can't access the storage group via normal ways, as the backend is not running at that time
[09:52:06] dekarl: so it must be run on the master backend under the user of the backend with proper environment and whatnot
[09:53:42] stuarta: something else for the todo_list
[09:54:43] dekarl: close... https://github.com/MythTV/mythtv/blob/master/ . . . roup.cpp#L71 m_builtinGroups["ChannelIcons"] = GetConfDir() + "/channels";
[09:55:30] dekarl: thelist+=migration path from pre-SG to post-SG channel icons...
[09:56:53] stuarta: actually it doesn't *need* to be run as the backend user, mythtv-setup can pull the SG dir out of the DB and dump the icons in there, and provided the backend can read them, it'll "just work"
[09:58:20] stuarta: oh good, finally seen some evidence my client side fix on the channel icon lookups actually works
[09:58:44] stuarta: but since then i've rewritten it further, so i need to do a basic test and then push that fix up
[10:00:31] dekarl: I don't think so. There is no entry in the DB, its dynamically generated based on MYTHCONFDIR which is $HOME/.mythtv
[10:00:41] stuarta: :(
[10:00:49] ** stuarta sighs **
[10:01:20] dekarl: so even with sudo and stuff you have to verify that its the same MYTHCONFDIR as when run by init/systemd/upstart
[10:01:30] dekarl: fun
[10:02:03] stuarta: this is where all this stuff needs to move into the webfrontend. solves all these issues
[10:02:16] dekarl: yup
[10:02:41] ** stuarta just had a crazy idea of doing icon lookups whilst channel scanning is in progress **
[10:15:28] stuarta: sigh, seems the "pending" data set needs a cleanup too....
[10:15:58] stuarta: 752 invalid pending callsigns, and i haven't checked the others yet
[10:31:23] stuarta: 90 xmltvid's
[10:43:28] Merlin83b2 (Merlin83b2!~Daniel@office.34sp.com) has joined #mythtv
[10:46:34] Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Ping timeout: 240 seconds)
[11:09:33] stuarta: that's all tidyied up now \o/
[11:09:45] stuarta: = less errors being thrown
[11:16:42] jmcentee (jmcentee!~quassel@jmcentee.plus.com) has quit (Ping timeout: 276 seconds)
[11:18:01] jmcentee (jmcentee!~quassel@jmcentee.plus.com) has joined #mythtv
[12:41:51] dblain (dblain!~dblain@mythtv/developer/dblain) has quit (Ping timeout: 276 seconds)
[12:47:43] dblain (dblain!~dblain@mythtv/developer/dblain) has joined #mythtv
[13:14:20] Roklobster (Roklobster!~Dirkka@ppp118-209-145-240.lns20.mel8.internode.on.net) has quit (Remote host closed the connection)
[13:24:27] Pluribus (Pluribus!~ramccor@50-206-138-58-static.hfc.comcastbusiness.net) has joined #mythtv
[14:23:32] peterbennett (peterbennett!~Peter@mythtv/developer/peterbennett) has joined #mythtv
[14:27:42] peterbennett: Captain_Murdoch: Please can you upgrade me to developer in the forums
[14:33:22] gregL (gregL!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Read error: Connection reset by peer)
[14:39:10] stuarta: peterbennett: that'll be something i can do
[14:39:38] peterbennett: stuarta: OK thanks
[14:40:23] peterbennett: stuarta: I also suggest adding a platform forum for Raspberry Pi
[14:40:30] stuarta: will do
[14:42:02] joki (joki!~joki@p5486183C.dip0.t-ipconnect.de) has quit (Ping timeout: 260 seconds)
[14:45:11] stuarta: peterbennett: should be sorted now. let me know if you see issues
[14:47:41] tgm4883: Apparently I completely blew up 0.29 builds. Awesome
[14:47:54] ** tgm4883 blames dekarl **
[14:48:36] stuarta: \o/ well done, you get to keep both pieces :-p
[14:48:49] joki (joki!~joki@p548616FE.dip0.t-ipconnect.de) has joined #mythtv
[14:48:57] tgm4883: Ah, using the Oklahoma warranty I see
[14:50:01] stuarta: what are you expecting? cake???
[14:50:13] ** stuarta chuckles quietly to himself **
[14:50:14] tgm4883: No, I hear that's a lie
[14:50:36] stuarta: the cake always lies
[14:52:04] stuarta: wiki account creation re-enabled, please watch out for spammers
[14:54:53] SteveGoodey: What's the betting on how long? Bastards.
[14:55:48] stuarta: 24hrs
[14:55:50] stuarta: tops
[14:58:16] ** stuarta sighs and peers at SSO on the todo list **
[15:04:04] dekarl: something like this? https://www.mediawiki.org/wiki/Extension:Phpbb_Single_Sign-On The forum sees very little spam
[15:05:34] stuarta: perhaps, what i was aiming for was people to use their social login (ie. github/facebook/google etc) and that would work across all of our sites, wiki, forum, trac + future sites
[15:05:37] peterbennett: stuarta: Forums look good – thanks
[15:06:02] stuarta: dekarl: so not just a single package for the wiki, but full integration
[15:06:23] dekarl: stuarta, sounds great. but not like low hanging fruit
[15:06:27] peterbennett: stuarta: So you don't get spam in the tickets?
[15:07:06] stuarta: dekarl: currently keycloak is the favourite engine to provide this, add some javascript glue and in theory we are off. definitely not low hanging fruit
[15:07:24] stuarta: peterbennett: limited, mainly because we have very good spam filters there
[15:07:40] stuarta: the same can't be said across all of our websites
[15:08:10] stuarta: dekarl: http://keycloak.jboss.org/
[15:09:09] dekarl: does that fit well with OpenShift?
[15:09:12] dekarl: ;)
[15:10:38] stuarta: yes
[15:13:10] dekarl: tgm4883: what makes you believe that its new breakage? all I find is the last succesful build was 3 weeks ago
[15:14:07] dekarl: tonights failed build hints that its something about changing the version number 29
[15:17:14] dekarl: tgm4883: stuarta: https://github.com/MythTV/mythtv/commit/e5fcd . . . 133103c1dae1
[15:17:26] dekarl: could it be that?
[15:17:39] stuarta: dekarl: where's the latest build error?
[15:18:11] dekarl: https://launchpadlibrarian.net/262666324/buil . . . LDING.txt.gz
[15:18:24] dekarl: stuff like dh_install: usr/lib/libmythprotoserver-29.so.29.0.0 exists in debian/tmp but is not installed to anywhere
[15:18:38] dekarl: LIBVERSION can die, too :)
[15:19:24] stuarta: yup, looks like the packaging needs the same update
[15:20:13] stuarta: surely it can pull the right SONAME from that same file and just be automatic??
[15:20:33] tgm4883: dekarl: the issue is that I have a bunch of files that aren't getting installed so the build fails
[15:20:52] tgm4883: dekarl: https://launchpadlibrarian.net/262668296/buil . . . LDING.txt.gz
[15:21:03] tgm4883: Due to renaming libmyth
[15:48:16] dekarl: ahhh, https://github.com/MythTV/packaging/blob/mast . . . tv.make#L164 ?
[15:48:59] dekarl: even more reason to rip out the ABI everywhere :)
[15:52:07] dekarl: tgm4883: ^- want me to rename the two files and remove the two copies?
[15:56:26] tgm4883: dekarl: sure, let me know when you do and I'll run a build when I can
[15:56:37] ** tgm4883 jumps on a conf call **
[16:36:06] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Remote host closed the connection)
[16:36:35] willcooke (willcooke!~willcooke@host-2-103-246-54.as13285.net) has joined #mythtv
[16:36:35] willcooke (willcooke!~willcooke@host-2-103-246-54.as13285.net) has quit (Changing host)
[16:36:35] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv
[16:43:52] Merlin83b2 (Merlin83b2!~Daniel@office.34sp.com) has quit (Quit: Leaving)
[17:19:57] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Quit: Quit)
[17:20:10] peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv
[17:20:32] peper03_ is now known as peper03
[17:21:13] peterbennett (peterbennett!~Peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[17:40:06] jr3us (jr3us!~jr3us@cpe-174-106-224-86.ec.res.rr.com) has joined #mythtv
[17:45:58] jr3us: greetings! I am having problems with dbschema versions, and wondered if there was a way to find out what versions of the schema happened when? I tried some sluething
[17:46:33] jr3us: in trac, but not sure what i am getting from it.
[17:54:42] jmcentee_ (jmcentee_!~quassel@jmcentee.plus.com) has joined #mythtv
[17:55:19] jmcentee (jmcentee!~quassel@jmcentee.plus.com) has quit (Ping timeout: 252 seconds)
[17:59:11] tgm4883: jr3us: I recall that there is, but not where to look
[17:59:59] jr3us: thanks
[18:03:50] peterbennett (peterbennett!~Peter@mythtv/developer/peterbennett) has joined #mythtv
[18:03:52] tgm4883: jr3us: I think it's here https://github.com/MythTV/mythtv/blob/master/ . . . ythversion.h
[18:04:15] tgm4883: jr3us: I think if you look at MYTH_DATABASE_VERSION on the different branches
[18:04:20] tgm4883: I think that is the schema version
[18:04:59] jr3us: thanks, looking at it.
[18:27:15] jr3us: ok, looks like my db version got kind of hosed. for .27, it is supposed to be 1317, and for .28 is supposed to be 1344. However, All I have been running is .27..
[18:27:42] jr3us: If i set the dbschema version manually to 1317, are there any implications. it is currently 1327.
[18:29:32] jr3us: looks like the changes done in dbcheck.cpp for the updates from 17 to 27 have been done on the db
[18:53:04] dekarl: tgm4883: pushed, now running a test build locally
[18:53:35] Steve-Goodey (Steve-Goodey!~steve@host109-156-128-128.range109-156.btcentralplus.com) has joined #mythtv
[18:55:25] gregL (gregL!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv
[19:38:23] tgm4883: dekarl: cool, thanks
[19:41:16] gregL (gregL!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Ping timeout: 264 seconds)
[19:45:12] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv
[19:45:26] dekarl: local test build finished, but lintian still has lots of (old) hints
[19:53:59] Roklobster (Roklobster!~Dirkka@ppp118-209-145-240.lns20.mel8.internode.on.net) has joined #mythtv
[19:54:53] gregL (gregL!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv
[20:10:42] SteveGoodey (SteveGoodey!~steve@host109-156-128-128.range109-156.btcentralplus.com) has quit (Quit: Konversation terminated!)
[20:15:30] dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv
[20:17:33] dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 240 seconds)
[20:35:42] dekarl1 is now known as dekarl
[20:49:24] Steve-Goodey (Steve-Goodey!~steve@host109-156-128-128.range109-156.btcentralplus.com) has quit (Quit: Konversation terminated!)
[20:54:27] peterbennett (peterbennett!~Peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[21:13:38] jr3us: update: I did manually set the db schema version to 1317 instead of 1327, and was able to start the .27 frontends. However, mythvidexport started failing, not sure why. I have a backup from may 31 before the update from 1317 to 1327 so i will restore it.
[21:35:41] jr3us (jr3us!~jr3us@cpe-174-106-224-86.ec.res.rr.com) has quit (Quit: This computer has gone to sleep)
[21:57:16] jr3us (jr3us!~jr3us@cpe-174-106-224-86.ec.res.rr.com) has joined #mythtv
[22:06:40] Tobbe5178 (Tobbe5178!~asdf@2001:2002:d4b5:afb8:b57e:fc07:d73e:9d9d) has quit (Read error: Connection reset by peer)
[22:08:24] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies)
[22:16:58] jr3us: restore to yesterdays db is working fine now, I did download 3 or 4 shows that I hadn't watched that recorded after the dbbackup from yesterday. Survived that!
[22:23:48] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 244 seconds)
[22:42:34] jr3us (jr3us!~jr3us@cpe-174-106-224-86.ec.res.rr.com) has quit (Quit: This computer has gone to sleep)
[22:45:23] brfranse_ (brfranse_!~brfransen@71.11.51.80) has joined #mythtv
[22:48:32] brfransen (brfransen!~brfransen@71.11.51.80) has quit (Ping timeout: 260 seconds)
[23:34:32] rich0_ (rich0_!~quassel@gentoo/developer/rich0) has joined #mythtv
[23:38:40] rich0 (rich0!~quassel@gentoo/developer/rich0) has quit (Ping timeout: 250 seconds)
[23:39:35] wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv
[23:39:48] rich0 (rich0!~quassel@gentoo/developer/rich0) has joined #mythtv
[23:44:12] rich0_ (rich0_!~quassel@gentoo/developer/rich0) has quit (Ping timeout: 272 seconds)

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.