Thursday, July 11th, 2013, 00:06 UTC | ||
[00:06:07] | unforgiven512 (unforgiven512!~unforgive@opana.unforgivendevelopment.com) has quit (Ping timeout: 276 seconds) | |
[00:08:18] | unforgiven512 (unforgiven512!~unforgive@opana4.unforgivendevelopment.com) has joined #mythtv | |
[00:10:49] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (Ping timeout: 256 seconds) | |
[00:18:10] | stuarta (stuarta!~stuarta@callisto.squashedfrog.net) has joined #mythtv | |
[00:18:10] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[00:18:10] | stuarta (stuarta!~stuarta@callisto.squashedfrog.net) has quit (Changing host) | |
[00:20:10] | dmfrey (dmfrey!~dmfrey@65-78-98-83.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has joined #mythtv | |
[00:25:59] | bobweaver: | papertigers, I know nothing about illumos but does it have gcc could you compile it ? again I know nothing about illumos |
[00:26:57] | papertigers: | bobweaver: yeah, its what became of opensolaris. It has all the needed req's I just haven't taken the time to find the linux specific things in myth and change them |
[00:27:00] | papertigers: | maybe one day |
[00:27:59] | bobweaver: | :) I am sure that there is not that much besides the kernels mods for capturecards and what not illumos runs linux.... looking at google now |
[00:28:53] | papertigers: | illumos can run linux in kvm |
[00:29:23] | papertigers: | bobweaver: I would probably only worry about network tuners at first like cetons because a driver for that would be a much easier port |
[00:29:30] | papertigers: | but Ive never done any device driver stuff |
[00:31:29] | bobweaver: | papertigers, here is something from 2008 maybe you could hunt thta person down ? http://marc.info/?l=mythtv-dev&m=123006642025930 |
[00:32:29] | papertigers: | there have been a few attempts, I'm thinking about reaching out to some of the people eventually and starting a project to get it ported. |
[00:32:49] | papertigers: | Having native zfs on the platform is a big win for me |
[00:33:47] | bobweaver: | :) |
[00:34:46] | bobweaver: | yeah papertigers I am just a c++(not that good) and qml developer I just use unix because it is free and works for me. though I would love to also see mythtv on my toaster :) |
[00:35:38] | papertigers: | bobweaver: hew I'm looking at the bonjour stuff, is that documented anywhere? As in what to send the request out for |
[00:36:16] | bobweaver: | papertigers, I look for tcp files but there is also other stuff . google "bonjour zeroconf" |
[00:36:59] | papertigers: | bobweaver: yeah I just wasn't sure if myth advertised itself in a certain way that was easily identifiable |
[00:37:52] | wagnerrp: | papertigers: mythtv runs just fine on freebsd |
[00:38:05] | wagnerrp: | and i know people use it on osx |
[00:38:12] | bobweaver: | papertigers, this is how I use it in qt/c++/qml http://pastebin.com/zLmbhctP or atleast for the backend the whole lib is with the packages |
[00:38:21] | papertigers: | wagnerrp: yeah that may be a better starting point for me. Freebsd stuff is usually easier to port to illumos |
[00:38:39] | wagnerrp: | http://code.mythtv.org/buildbot/builders/master-freebsd-64bit |
[00:38:45] | papertigers: | bobweaver: this is what i was looking for: "_mythbackend-master._tcp" |
[00:39:27] | wagnerrp: | if you're just looking for native zfs support, freebsd has that |
[00:39:59] | bobweaver: | yeah there is also the frontend too. look at the source code for programs->mythbackend-> there are bonjour files in there and also in the front end |
[00:40:03] | papertigers: | wagnerrp: yeah I know. I just so happen to use illumos on all my servers and I work with it day to day for my job |
[00:40:10] | bobweaver: | _mythfrontend._tcp |
[00:41:55] | bobweaver: | papertigers, https://github.com/MythTV/mythtv/blob/master/ . . . iaserver.cpp line 256 :) that is how i found it |
[00:43:53] | papertigers: | but check this out bobweaver http://code.mythtv.org/trac/attachment/ticket . . . ection.patch |
[00:44:01] | bobweaver: | I am thinking about making that plugin to a cool qml element as it is now I Import ZeroConf 1.0 BonjourBackend{ id: backend } .... MouseArea{onClicked: foo.text = backend.getString() } |
[00:44:23] | papertigers: | because it goes against spec http://code.mythtv.org/trac/ticket/10773#no1 |
[00:44:37] | bobweaver: | that is cool looks like they just removed the slave stuff that I do not use |
[00:45:16] | papertigers: | master or slave gets sent back in a txt record |
[00:45:45] | bobweaver: | That is fine as long as it is broadcasting for me |
[00:46:42] | bobweaver: | Not sure why there appending all that oh well |
[00:46:46] | papertigers: | not sure if thats pulled into 26. That patch was for 25-fixes |
[00:47:52] | bobweaver: | not sure either I am using 25 atm works great for me. |
[00:48:16] | bobweaver: | both frontend and back and getting media from other servers and sources also |
[00:48:41] | papertigers: | ill let you know when I look |
[00:49:18] | bobweaver: | I also here that there is changes that are for the api like recording and stuff like that there is a wiki page somewhere that I was just reading about for 27 |
[00:49:45] | bobweaver: | http://www.mythtv.org/wiki/Release_Notes_-_0.27 |
[00:50:51] | bobweaver: | looks like I am still going to make a plugin to upload metainfo to backend still. I do not think that one can upload metadata to server only search for it |
[00:51:26] | wagnerrp: | i've never much been a fan of bonjour |
[00:51:31] | bobweaver: | but I can use the api to get all the server info and use qsql to insert the data to the correct table |
[00:51:39] | wagnerrp: | UPNP runs independently in every application that wants to participate |
[00:51:43] | bobweaver: | wagnerrp, you like avhavi or just nothing ? |
[00:52:01] | wagnerrp: | bonjour requires a daemon to be run on each machine to manage registration and discovery |
[00:52:06] | bobweaver: | wagnerrp, the only reason that I use it is because other told me too lol |
[00:52:15] | bobweaver: | time to jump off a bridge |
[00:52:33] | wagnerrp: | if they're going to use a daemon, they may as well just adapt the existing DNS protocol |
[00:52:39] | bobweaver: | yeah dbus is cool though one can store small info on it |
[00:52:56] | bobweaver: | << networking n()()b |
[00:53:07] | wagnerrp: | DNS already supports dynamic updating and specification of arbitrary services |
[00:53:29] | wagnerrp: | and they wouldn't have had to create something brand new from scratch |
[00:54:10] | bobweaver: | I see blame apple |
[00:54:47] | wagnerrp: | apple likes doing their own thing, even when there are plenty of existing standards in place to do what they need (or close to it) |
[00:55:04] | papertigers: | bonjour is basically just zeroconf |
[00:55:29] | bobweaver: | hey someone ran over my bike. I blame apple because they have copyright on the tires of the car and in the copyright it states that if the tire touchs anything apple owns it. so not only did they hit my bike they also took it |
[00:55:45] | bobweaver: | papertigers, bonjpour/zeroconf/avahi |
[00:56:25] | bobweaver: | there are small differences that I have not figured out all I know is that mine is cross platform |
[00:57:15] | bobweaver: | wagnerrp, the copyright that was used for bonjour was a crazy thing in its own that is what I was trying to say |
[00:58:04] | bobweaver: | It is like apache and bsd and gpl people did not like it |
[00:59:21] | bobweaver: | I think that they changed it to apache 2.0 standered though a while back |
[00:59:49] | bobweaver: | wagnerrp, this is where I learned all about it http://doc.qt.digia.com/qq/qq23-bonjour.html |
[01:00:34] | bobweaver: | yeah "While early releases of Bonjour used a controversial open source license, the current daemon is released under the standard Apache 2.0 license, while the library itself is under the liberal "three-clause" BSD license." |
[01:02:01] | wagnerrp: | i'm not talking about the license, i'm just talking about the standard in general |
[01:04:12] | wagnerrp: | it just seems to be confused |
[01:04:13] | bobweaver: | wagnerrp, so something needs to be created with the services that that DNS already provides ? |
[01:04:25] | wagnerrp: | being decentralized, but requiring a central daemon on each machine |
[01:05:24] | wagnerrp: | IMHO, it would be better to just have each application operate completely independently (UPNP), or have one central entity that you register against (DNS) |
[01:07:07] | bobweaver: | wagnerrp, maybe you would like to try my frontend super simple jsut need qt5.X installed and qmake ,make ,make install and builds qtplugins to correct place and frontend to opt (if on unix ) |
[01:07:16] | bobweaver: | tell me how I can make it better |
[01:07:51] | wagnerrp: | don't have qt5 built anywhere at the moment |
[01:08:12] | bobweaver: | all I have been doing as of the late (today) is documentation or Elements for the plugin/s |
[01:09:13] | bobweaver: | so that there will be help pages in qtcreator itsself and then hopefully by the end of the week I will have wizards set up for qtcreator also for themes and what not |
[01:09:28] | ** bobweaver is afkb dor 5 min ** | |
[01:17:09] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[01:23:04] | papertigers (papertigers!~papertige@cpe-69-207-14-201.buffalo.res.rr.com) has quit (Quit: papertigers) | |
[01:30:48] | NightMonkey (NightMonkey!~NightrMon@64.124.185.45) has quit (Quit: Body blow! Body blow!) | |
[02:36:28] | MythLogBot (MythLogBot!~bot@mythtv/developer/beirdo) has quit (Ping timeout: 256 seconds) | |
[02:51:21] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv | |
[03:25:55] | dmfrey (dmfrey!~dmfrey@65-78-98-83.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has quit (Quit: Ex-Chat) | |
[03:29:34] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 264 seconds) | |
[03:30:54] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[03:38:35] | jya: | jpabq_: you're there? |
[03:40:14] | papertigers (papertigers!~papertige@cpe-69-207-14-201.buffalo.res.rr.com) has joined #mythtv | |
[03:42:08] | papertigers (papertigers!~papertige@cpe-69-207-14-201.buffalo.res.rr.com) has quit (Client Quit) | |
[03:43:57] | papertigers (papertigers!~papertige@cpe-69-207-14-201.buffalo.res.rr.com) has joined #mythtv | |
[03:53:18] | gigem (gigem!~david@pool-96-226-142-36.dllstx.fios.verizon.net) has quit (Quit: WeeChat 0.4.0) | |
[04:36:12] | OldEnK (OldEnK!~OldEnK@63-152-97-123.cdrr.qwest.net) has joined #mythtv | |
[04:36:29] | OldEnK (OldEnK!~OldEnK@63-152-97-123.cdrr.qwest.net) has left #mythtv () | |
[04:43:13] | joki (joki!~joki@p548650A2.dip0.t-ipconnect.de) has quit (Ping timeout: 248 seconds) | |
[04:48:53] | joki (joki!~joki@p548652A2.dip0.t-ipconnect.de) has joined #mythtv | |
[04:58:52] | jya: | danielk221: are you there? |
[05:11:18] | jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya) | |
[05:13:14] | jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv | |
[05:19:46] | stoffel (stoffel!~quassel@pD9E43D12.dip0.t-ipconnect.de) has joined #mythtv | |
[06:04:48] | SteveGoodey (SteveGoodey!~steve@host86-147-177-29.range86-147.btcentralplus.com) has joined #mythtv | |
[06:16:03] | SteveGoodey (SteveGoodey!~steve@host86-147-177-29.range86-147.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[06:30:28] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has joined #mythtv | |
[06:32:07] | dekarl: | papertigers: why do you think the backend doesn't run on illumos? from my understanding a simple clone + ./configure and make should be all it takes. Maybe some version tests need to be changed to feature tests but that should be all it takes. |
[06:32:41] | dekarl: | if it doesn't that should simply be fixed |
[06:32:42] | papertigers: | dekarl: I pulled and tried a quick configure and make and it barked |
[06:32:56] | papertigers: | I didn't spend much time on it |
[06:33:35] | dekarl: | strange, can you post logs to the dev list? |
[06:34:04] | papertigers: | yeah, I think the configure script was angry. Things are in different spots and such |
[06:34:25] | dekarl: | but thats the whole point of the configure script, to take care of these differences :) |
[06:34:47] | papertigers: | yeah, I will have to see why its failing and fix it |
[06:37:07] | papertigers: | dekarl: you sticking around? I can spin up an instance and pull the source and give it a try |
[06:37:31] | dekarl: | nah, about to head out to show the little baby girl some animals |
[06:37:43] | dekarl: | but... I'll be back |
[06:39:03] | papertigers: | dekarl: Ill probably give it a try in the morning then. Ill get back to you |
[06:40:44] | dekarl: | doh, google hints that the v4l/dvb api never made it into illumos. It was my understanding that OpenSolaris simply used the same driver stack so we'd get the capture API support for free :/ https://www.illumos.org/issues/777 |
[06:45:12] | papertigers: | dekarl: yeah I saw that issue too when I briefly looked into it. My hopes was to get the backend running without any capture cards and go from there |
[06:45:25] | papertigers: | does mythbackend depend on that being there from the start though? |
[07:33:38] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:c5c2:6dd3:a214:5db5) has joined #mythtv | |
[08:27:51] | papertigers (papertigers!~papertige@cpe-69-207-14-201.buffalo.res.rr.com) has quit (Quit: papertigers) | |
[08:28:29] | paul-h (paul-h!~Paul@2.219.186.127) has joined #mythtv | |
[08:48:14] | stoffel (stoffel!~quassel@pD9E43D12.dip0.t-ipconnect.de) has quit (Remote host closed the connection) | |
[09:09:28] | paul-h: | What the hell is going on the program description on the watch recording screen keeps disappearing |
[09:10:28] | paul-h: | On the MythCenter-wide theme it displays for about 3 seconds then disappears |
[09:24:58] | paul-h: | jya: 8e614f1c895 seems to be the problem. Reverted that and everything is working again |
[09:29:24] | Merlin83b2 (Merlin83b2!~Daniel@2a00:1ee0:3:1337:c5c2:6dd3:a214:5db5) has joined #mythtv | |
[09:29:24] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:c5c2:6dd3:a214:5db5) has quit (Read error: Connection reset by peer) | |
[09:33:56] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[09:33:56] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Changing host) | |
[09:33:57] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[09:44:03] | paul-h: | What's going on at Coverity this is the third day they have been down for maintenance :(. I want to submit one last build before the freeze |
[10:14:38] | jya: | paul-h: my guess is that it's only revealing a bug in MythUI or the theme… I've noticed an issue with multi-line strings, depending on the painter, they get displayed only to disappear a few seconds later. |
[10:15:19] | jya: | paul-h: can you post a bug report, I'll have a look later |
[10:27:15] | paul-h: | jya: I noticed it also affected the display of the volume in MythMusic which isn't multi-line. They both use | in the template string which might have something to do with it? |
[10:28:00] | jya: | paul-h: it could well be… normally the template should only be applied to a widget which satisfy the regular expression set in the template. |
[10:28:32] | jya: | so either the regex is wrong, or the template isn't properly formatted and the new text is applied to it... |
[10:28:53] | jya: | regardless, I'm certain this commit is only revealing a bug previously hidden |
[10:29:05] | jya: | or a bug in the theme |
[10:56:55] | ** jya I think a reference counted object shouldn't print a warning if deleted with a ref counter value of 1…. ** | |
[10:58:11] | jya: | > 1 yes… but why should I have to use DecrRef when I know the object is only use once... |
[10:59:43] | IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has quit (Quit: Ex-Chat) | |
[11:04:02] | IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has joined #mythtv | |
[12:06:08] | KungFuJesus (KungFuJesus!~adam@74.215.84.209) has quit (Read error: Operation timed out) | |
[12:06:09] | wagnerrp_ (wagnerrp_!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv | |
[12:06:38] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Ping timeout: 240 seconds) | |
[12:13:56] | wagner__ (wagner__!~wagnerrp_@72.49.74.3) has joined #mythtv | |
[12:14:29] | wagnerrp_ (wagnerrp_!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Ping timeout: 248 seconds) | |
[12:16:48] | KungFuJesus (KungFuJesus!~adam@74.215.84.209) has joined #mythtv | |
[12:30:18] | dekarl1 (dekarl1!~dekarl@p4FE84346.dip0.t-ipconnect.de) has joined #mythtv | |
[12:32:08] | dekarl (dekarl!~dekarl@p4FE843D2.dip0.t-ipconnect.de) has quit (Ping timeout: 246 seconds) | |
[12:42:34] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv | |
[13:13:25] | jya: | Captain_Murdoch: I've lodged a bug with the download manager, #11663 |
[13:13:25] | ** MythLogBot http://code.mythtv.org/trac/ticket/11663 ** | |
[13:15:51] | jya: | I think that the issue at hand is that when you call GetMythDownloadManager()::download(), it occurs in the MDM thread; but when you do GetMythDownloadManager()::cancelDownload() it runs in a different thread, and it doesn't like it… |
[14:02:50] | Merlin83b2 (Merlin83b2!~Daniel@2a00:1ee0:3:1337:c5c2:6dd3:a214:5db5) has quit (Read error: Connection reset by peer) | |
[14:23:44] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[14:40:38] | papertigers (papertigers!~papertige@cpe-69-207-14-201.buffalo.res.rr.com) has joined #mythtv | |
[14:41:39] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[14:42:08] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv | |
[14:47:46] | jya: | paul-h: if you see the "could not connect to the master backend" notification; before you would have had a modal ShowOkWindow instead, that couldn't have been dismissed |
[14:51:25] | paul-h: | jya: I used that screen a week or two ago and it worked OK with no popup being shown |
[14:51:45] | papertigers (papertigers!~papertige@cpe-69-207-14-201.buffalo.res.rr.com) has quit (Quit: papertigers) | |
[14:51:58] | jya: | paul-h: I haven't changed any behaviour there… I simply replaced ShowOKWindow with ShowNotificationError(...) |
[14:53:23] | jya: | https://github.com/MythTV/mythtv/commit/7dcf2 . . . hcontext.cpp |
[14:53:39] | paul-h: | The BE is running so why is it saying it isn't |
[14:53:55] | jya: | i even delayed showing it too frequently, so it not shown more than 10s |
[14:54:00] | jya: | could be deadlocked |
[14:54:40] | jya: | IP address configured for the backend may not be correct… all the notification shows ! |
[14:55:29] | jya: | if you look in the log, you would see which port and IP it's trying to connect to.. |
[14:55:45] | jya: | check the backend log to see if that's the address/port is listening on |
[14:56:33] | jya: | what's -p ? |
[14:57:35] | jya: | got it… I'll try later… on another crash right now |
[15:20:28] | jya: | paul-h: just tried: it's working for me… I do get the "backend is online" as soon as i select the backend though |
[15:22:31] | paul-h: | jya: is this a on a combined FE/BE or remote FE machine? |
[15:22:42] | jya: | combined |
[15:23:46] | paul-h: | I'm on a remote FE |
[15:24:11] | jya: | let me kill my backend, I have a remove backend (different schema though..) |
[15:25:14] | paul-h: | I see stuff like this in the log MythSocket(7f1ea000b670:-1): Failed to connect to (::1:6543) Connection refused |
[15:26:11] | paul-h: | it should be trying to connect 192.168.1.20:6543 |
[15:26:48] | paul-h: | Only get this if run with the -p parameter though |
[15:27:13] | jya: | is that before you select the backend or after? |
[15:29:43] | cecil is now known as cesman | |
[15:30:16] | jya: | I reverted to 5 days ago, before I put the notification in, you're right, the popup doesn't show, but in the log it's full of http://pastebin.com/DDGLrCEY |
[15:32:30] | jya: | I wonder if its due to the way I changed the order of initialization, so MythMainWindow is created earlier, to display those errors... |
[15:32:48] | jya: | it's a bug he didn't show before really… because the system complains just as much |
[15:33:22] | paul-h: | yep that's what I see in the log also, don't know if it was there before I guess it must have been but the popup was never shown so it wasn't a problem |
[15:34:59] | jya: | well as of a week ago, the log were there :) |
[15:37:13] | papertigers (papertigers!~papertige@cpe-69-207-14-201.buffalo.res.rr.com) has joined #mythtv | |
[15:41:48] | kwmonroe` is now known as kwmonroe | |
[15:44:17] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 246 seconds) | |
[15:53:14] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has quit (Quit: FabriceMG) | |
[15:59:47] | jpabq_: | jya: I agree with everything you said regarding streamhandler/streamdata |
[16:00:14] | jpabq_ is now known as jpabq | |
[16:00:27] | jpabq (jpabq!~quassel@67-0-30-72.albq.qwest.net) has quit (Changing host) | |
[16:00:27] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv | |
[16:01:46] | jya: | jpabq: I spent most of the day on it… I have something that works "mostly"… except sometimes the streamhandler isn't deleted for several minutes .. which is very noticeable with the HLS recorder as it's very verbose... |
[16:02:21] | jya: | in the end, after the patch I sent you, I only added the test that rec_sd isn't null in TVRec::Tuning blah... |
[16:02:33] | jya: | will you have another look at it? or will you park it? |
[16:02:34] | jpabq: | I will spend more time on it today — Make sure you send me your latest patch before you go to bed ;-) |
[16:03:52] | jya: | I'm quite happy though in that I've fixed 2 big crashes that I managed to reproduce easily testing TVRec… it's so sensitive to timing in there… that it works so well is somewhat…. a surprise |
[16:10:21] | rsiebert_ (rsiebert_!~quassel@g226063078.adsl.alicedsl.de) has joined #mythtv | |
[16:13:58] | rsiebert (rsiebert!~quassel@g225059008.adsl.alicedsl.de) has quit (Ping timeout: 276 seconds) | |
[16:15:19] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv | |
[16:15:20] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[16:15:49] | dmfrey (dmfrey!~dmfrey@208.87.234.180) has joined #mythtv | |
[16:22:13] | papertigers (papertigers!~papertige@cpe-69-207-14-201.buffalo.res.rr.com) has quit (Quit: papertigers) | |
[16:23:41] | jya: | jpabq: sent you the mail and the patch, and a few notes of where I was up to |
[16:23:51] | jpabq: | Got it. Thanks! |
[16:35:37] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has quit (Read error: Operation timed out) | |
[16:36:22] | SteveGoodey (SteveGoodey!~steve@host86-147-177-29.range86-147.btcentralplus.com) has joined #mythtv | |
[16:43:18] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has joined #mythtv | |
[17:02:52] | Captain_Murdoch: | jya, thanks, I'll take a look. I have another idea as well that would make sure we're processing the cacnel request in the same thread that started the download which is where we're running MDM::run(). I'll take a look at that and compare the two methods when I get a chance in the next couple days. |
[17:03:45] | exoon (exoon!~exoon@p4FD38F2D.dip0.t-ipconnect.de) has joined #mythtv | |
[17:44:00] | NightMonkey (NightMonkey!~NightrMon@64.124.185.45) has joined #mythtv | |
[17:44:00] | NightMonkey (NightMonkey!~NightrMon@64.124.185.45) has quit (Changing host) | |
[17:44:01] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv | |
[17:47:38] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[17:55:25] | dmfrey (dmfrey!~dmfrey@208.87.234.180) has quit (Remote host closed the connection) | |
[17:55:54] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv | |
[18:02:48] | Guest66705 is now known as Beirdo | |
[18:03:08] | Beirdo (Beirdo!~gjhurlbu@mythtv/developer/beirdo) has joined #mythtv | |
[18:03:08] | Beirdo (Beirdo!~gjhurlbu@linode.beirdo.ca) has quit (Changing host) | |
[18:04:10] | dblain: | how much bandwidth does a build slave use? (does it pull the full source tree down every time or just the changes?) |
[18:07:13] | Beirdo: | it will pull the full git repo the first time, then just updates after that |
[18:07:45] | dblain: | Beirdo: thanks, thinking of setting up a windows build slave. Is that something still needed? |
[18:07:47] | Beirdo: | so setting it up has an initial overhead, but after that, it's pretty light |
[18:07:54] | Beirdo: | Yeah, that's a great idea |
[18:08:17] | Beirdo: | the one I had is on a VM on a machine I haven't been able to setup again since moving |
[18:08:33] | Beirdo: | so any more coverage for Windows builds would be a great thing |
[18:08:49] | dblain: | Also, I just had to rebuild most of my machines. Lost my SSH key to alcor alone the way (backup I thought I had doesn't work). |
[18:09:12] | Beirdo: | Heh, that happened to me too |
[18:09:23] | Beirdo: | we should be able to plunk a new one in for you |
[18:09:33] | dblain: | thanks. |
[18:09:40] | Beirdo: | and update teh one for the git repo too |
[18:10:02] | Beirdo: | I need to remember to make a USB key of my SSH keys sometime |
[18:10:38] | dblain: | that's not a bad idea... knowing me, I'd loose the usb drive, or it would end up going through the wash! |
[18:11:48] | dblain: | mind if I pm you (assuming you have the time?) |
[18:12:48] | Beirdo: | go for it :) |
[18:18:07] | stoffel (stoffel!~quassel@pD9E43D12.dip0.t-ipconnect.de) has joined #mythtv | |
[18:28:09] | dblain: | Beirdo: Looking for the current Windows Build script/instructions. Is the Wiki (http://www.mythtv.org/wiki/MythTV_on_Windows) the most up-to-date? |
[18:34:00] | stoffel_ (stoffel_!~quassel@pD9E42805.dip0.t-ipconnect.de) has joined #mythtv | |
[18:34:38] | stoffel (stoffel!~quassel@pD9E43D12.dip0.t-ipconnect.de) has quit (Ping timeout: 240 seconds) | |
[18:40:01] | Beirdo: | I think so |
[18:40:31] | Beirdo: | I may have put a readme in the buildbot-config repo, or extras repo, I don't recall anymore |
[18:40:56] | Beirdo: | it's certainly something that will need looking at updating, I'm sure |
[18:41:19] | dblain: | ok, thanks |
[18:42:14] | Beirdo: | also, looking at the buildbot-config repo, and in particular the steps used to compile on my old Windows slave might be handy |
[18:42:42] | dblain: | never cloned the buildbot-config repo before. |
[18:51:46] | stoffel (stoffel!~quassel@pD9E404AE.dip0.t-ipconnect.de) has joined #mythtv | |
[18:52:22] | stoffel_ (stoffel_!~quassel@pD9E42805.dip0.t-ipconnect.de) has quit (Ping timeout: 264 seconds) | |
[18:52:24] | Beirdo: | yeah, not too surprising, not much need for it unless you are messing with the buildbot itself |
[18:52:27] | Beirdo: | :) |
[18:53:54] | dblain: | Well, my new build slave VM has just finished installing win 8 -64bit. (figured I'd give it a try, can always start over with and older version if needed). Now to start installing all the dependencies. |
[18:55:30] | Beirdo: | Good luck, I'll be around if you get stuck, although I may not remember the answers anymore :) |
[18:56:16] | jheizer_: | A while back I had luck with the build script here http://www.softsystem.co.uk/mythtv/build-win32.htm |
[18:56:22] | dblain: | thanks... know the feeling. It's been so long since I've had time to work on MythTV, I feel like I'm starting over as a rookie :( |
[18:56:33] | dblain: | jheizer_: thanks, I'll take a look |
[18:56:53] | Beirdo: | We use a modified version of that script for buildbot use (or at least I did) |
[18:56:55] | jheizer_: | hmm, I still have it here. I'll give it a run and see if it works still. |
[18:57:00] | Beirdo: | but yeah, it's a place to start |
[18:57:15] | Beirdo: | gonna go have lunch |
[18:57:29] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Remote host closed the connection) | |
[18:58:04] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[18:58:04] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[18:58:04] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Changing host) | |
[19:03:23] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv | |
[19:09:59] | stoffel (stoffel!~quassel@pD9E404AE.dip0.t-ipconnect.de) has quit (Remote host closed the connection) | |
[19:13:30] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[19:13:59] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv | |
[19:19:07] | jpabq: | danielk22: the dvb recorder has an optional "on demand" setting. My question is: Why? Why don't all recorders work "on demand"? Is is suppose to be more efficient in some way to leave the recording device open even when not in use? |
[19:20:09] | danielk22: | jpabq: It closes the device when not in use. This allows some USB devices to enter a power saving mode, but it makes tuning slower and more likely to fail. |
[19:21:37] | jpharvey__ (jpharvey__!~jpharvey@host109-148-114-206.range109-148.btcentralplus.com) has joined #mythtv | |
[19:22:45] | jpabq: | Okay. IPTV needs to be "on demand". |
[19:23:15] | tonsofpcs: | jpabq: If you're using EIT or ETT or other tables to pull programming data, you may want it to remain on |
[19:24:04] | jpabq: | tonsofpcs: do you use EIT? I am worried about breaking that while working on this stuff — If you are available to test for me, that would be great. |
[19:24:34] | tonsofpcs: | jpabq: I use EIT on the transmission side. I use SchedulesDirect on the home-user side, sorry :) |
[19:24:35] | foxbuntu` (foxbuntu`!~foxbuntu@97-125-138-184.desm.qwest.net) has joined #mythtv | |
[19:25:04] | jpabq: | tonsofpcs: NP. |
[19:25:07] | tonsofpcs: | I suppose you could set up a separate virtual tuner that uses EIT and set it for one station only for testing, couldn't you? |
[19:25:41] | tonsofpcs: | (I'm currently working to find an ASI > IP converter around here... once I have it up, I may be able to set up a test-box that is EIT based) |
[19:25:55] | jpabq: | Probably — last time I tried to turn EIT on, it didn't work well for me, but I may have done it wrong. |
[19:27:04] | jpabq: | Does DekTec make one of those? |
[19:30:11] | SteveGoodey (SteveGoodey!~steve@host86-147-177-29.range86-147.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[19:30:58] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has quit (*.net *.split) | |
[19:30:59] | foxbuntu (foxbuntu!~foxbuntu@97-125-138-184.desm.qwest.net) has quit (*.net *.split) | |
[19:31:00] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has quit (*.net *.split) | |
[19:31:00] | jpharvey_ (jpharvey_!~jpharvey@host109-148-114-206.range109-148.btcentralplus.com) has quit (*.net *.split) | |
[19:33:08] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has joined #mythtv | |
[19:41:39] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv | |
[19:44:57] | Sharky-112065 (Sharky-112065!~Sharky112@c-24-19-57-28.hsd1.wa.comcast.net) has joined #mythtv | |
[19:45:37] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv | |
[19:46:19] | laga_ (laga_!~laga@h1626373.stratoserver.net) has joined #mythtv | |
[19:46:20] | toeb_ (toeb_!~toeb@HSI-KBW-109-193-196-029.hsi7.kabel-badenwuerttemberg.de) has joined #mythtv | |
[19:48:39] | purserj_ (purserj_!~purserj@hosting.collaborynth.com.au) has joined #mythtv | |
[19:49:05] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Remote host closed the connection) | |
[19:52:44] | laga (laga!~laga@h1626373.stratoserver.net) has quit (Ping timeout: 246 seconds) | |
[19:52:44] | Sharky112065 (Sharky112065!~Sharky112@c-24-19-57-28.hsd1.wa.comcast.net) has quit (Ping timeout: 246 seconds) | |
[19:52:44] | stuartm_ (stuartm_!~stuartm@mythtv/developer/stuartm) has quit (Ping timeout: 246 seconds) | |
[19:52:44] | toeb (toeb!~toeb@HSI-KBW-109-193-196-029.hsi7.kabel-badenwuerttemberg.de) has quit (Ping timeout: 246 seconds) | |
[19:52:44] | skd5aner (skd5aner!~skd5aner@50-90-5-146.res.bhn.net) has quit (Ping timeout: 246 seconds) | |
[19:52:44] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has quit (Ping timeout: 246 seconds) | |
[19:52:50] | skd5aner (skd5aner!~skd5aner@50-90-5-146.res.bhn.net) has joined #mythtv | |
[20:02:57] | jheizer_: | dblain: FYI a qt patch hunk failed to apply and it died building qt |
[20:09:40] | dblain: | jheizer_: thanks. I'm trying the script in the packaging repo plus Gary pointed me to ticket #11591 which looks like recent patches to update the script. |
[20:09:40] | ** MythLogBot http://code.mythtv.org/trac/ticket/11591 ** | |
[20:12:29] | jheizer_: | whole pile of them |
[20:12:34] | jheizer_ is now known as jheizer | |
[20:13:49] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Quit: Ex-Chat) | |
[20:14:17] | ** dblain is getting dizzy switching from building with mingw, to trying to get native msvc to compile again! ** | |
[20:14:34] | jheizer: | haha |
[20:15:36] | jheizer: | I don't have time to apply all those right now |
[20:16:06] | jheizer: | But if yuo have something and want some oen else to test it let me know. I can build relatively fast (i7, 12GB ram, SSD) |
[20:16:39] | dblain: | only take the time if you want to be able to build it. I appreciate the help but I've gotten to the point where I'm able to run the script myself. |
[20:16:46] | dblain: | thanks |
[20:20:25] | jheizer: | Yeah, I wouldn't mind giving it a go. I use to use it on this box but instabilities made me stop. I kept meaning to look into the crashes but never did. |
[20:24:09] | SteveGoodey (SteveGoodey!~steve@host86-147-177-29.range86-147.btcentralplus.com) has joined #mythtv | |
[20:26:56] | exoon (exoon!~exoon@p4FD38F2D.dip0.t-ipconnect.de) has quit (Remote host closed the connection) | |
[20:39:43] | dekarl1: | tonsofpcs: if you have an DVEO ASI interface card around you can record from that http://code.mythtv.org/doxygen/classASIRecorder.html#details |
[20:39:48] | dekarl1 is now known as dekarl | |
[20:41:06] | tonsofpcs: | dekarl: I do not. I'm not trying to record ASI, btw, just trying to multicast it for desktop viewing. I think my satellite receivers can handle it, they're on my "try this" list... |
[20:42:05] | tonsofpcs: | if I need to buy something, I may as well buy some HDHomeRun Techs or Racks. |
[20:45:09] | dekarl: | yes, that's why I wondered if you maybe have some around. mumudvb might be useful for generating multicasts, no idea if it runs on HDHR but it runs on the Elgato network attached tuners. |
[20:50:58] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has quit () | |
[20:55:25] | bobweaver (bobweaver!~bobweaver@ubuntu/member/bobweaver) has joined #mythtv | |
[20:56:52] | dekarl: | smolt has a bunch of installs listed with really old databases, where do these numbers come from? "Between 43 and 44 years 70 1.0 %" |
[20:57:27] | dekarl: | is that new installs that ended up with the unix epoch while installing? |
[21:08:29] | tonsofpcs: | dekarl: eh, I only have three programs I need to stream, I'll just use a rack and set filters ;) |
[21:08:47] | tonsofpcs: | I'll just need to learn how to tell MythTV to only accept the multicast and not try to tune the hdhr |
[21:19:49] | jpabq: | On my dev machine, mythfronted segfaulted. Ever since I can't playback anything --- lots of Waited 100ms for decoder to pause. Does anyone know how to recover from that short of restarting X/VDPAU? |
[21:24:54] | SteveGoodey (SteveGoodey!~steve@host86-147-177-29.range86-147.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:26:49] | tonsofpcs: | I think I've had to reboot in full when frontend segfaulted on mine... maybe that was xmbc.... |
[21:38:15] | jpabq: | Logging out of my KDE sesssion, and back in got VDPAU working again — but no sound. I guess a reboot is going to be required. |
[21:42:39] | Jim_Lahey (Jim_Lahey!~bobweaver@70-100-131-182.dsl1-field.roch.ny.frontiernet.net) has joined #mythtv | |
[21:43:02] | Jim_Lahey is now known as Guest7412 | |
[21:45:54] | bobweaver (bobweaver!~bobweaver@ubuntu/member/bobweaver) has quit (Ping timeout: 240 seconds) | |
[21:57:22] | gigem (gigem!~david@mythtv/developer/gigem) has quit (Quit: WeeChat 0.4.0) | |
[21:57:37] | gigem (gigem!~david@pool-96-226-142-36.dllstx.fios.verizon.net) has joined #mythtv | |
[21:57:38] | gigem (gigem!~david@pool-96-226-142-36.dllstx.fios.verizon.net) has quit (Changing host) | |
[21:57:38] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[22:01:34] | wagner__ is now known as wagnerrp | |
[22:01:46] | wagnerrp (wagnerrp!~wagnerrp_@72.49.74.3) has quit (Changing host) | |
[22:01:46] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv | |
[22:14:56] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv | |
[22:19:41] | paul-h (paul-h!~Paul@2.219.186.127) has quit (Quit: Konversation terminated!) | |
[22:27:10] | Guest7412 is now known as bobweaver | |
[22:27:13] | bobweaver (bobweaver!~bobweaver@70-100-131-182.dsl1-field.roch.ny.frontiernet.net) has quit (Changing host) | |
[22:27:13] | bobweaver (bobweaver!~bobweaver@ubuntu/member/bobweaver) has joined #mythtv | |
[22:27:22] | knightr_ (knightr_!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv | |
[22:30:43] | knightr (knightr!~knightr@mythtv/developer/knightr) has quit (Ping timeout: 240 seconds) | |
[22:38:12] | paul-h (paul-h!~Paul@2.219.186.127) has joined #mythtv | |
[22:43:41] | paul-h: | A new Coverity report has been generated can someone with access to the MythTV server run generate_coverity_report.py index.html and copy it to http://code.mythtv.org/coverity/index.html to update our Coverity Report page thanks. |
[22:46:40] | paul-h: | wtf 451 newly detected defects |
[22:47:12] | paul-h: | 29 eliminated since last build |
[22:47:27] | wagnerrp: | where do i do this? |
[22:48:54] | wagnerrp: | paul-h: where is the script? |
[22:50:08] | paul-h: | wagnerrp: I got the info from the email stuartm sent to the developer list |
[22:50:54] | wagnerrp: | lets try his home directory then... |
[22:50:56] | Sharky-112065 is now known as Sharky112065 | |
[22:51:33] | paul-h: | wagnerrp: "under the coverity directory is generate_coverity_report.py which will need to be run after coverity have finished processing" |
[22:51:50] | Sharky112065 (Sharky112065!~Sharky112@c-24-19-57-28.hsd1.wa.comcast.net) has quit (Quit: “The only way to have a friend is to be one.†― Ralph Waldo Emerson) | |
[22:52:09] | paul-h: | From his email "Instructions for MythTV Coverity Buildbot" |
[22:52:25] | Sharky112065 (Sharky112065!~Sharky112@c-24-19-57-28.hsd1.wa.comcast.net) has joined #mythtv | |
[22:52:27] | wagnerrp: | yeah, i'm reading it... just don't really understand what he's talking about |
[22:53:47] | wagnerrp: | is there maybe something that needs to be downloaded from coverity? |
[22:54:59] | paul-h: | I don't think so it updates using there api |
[22:57:49] | paul-h: | I think you just need to run generate_coverity_report.py index.html which you will find in the coverity directory no idea where that is though |
[22:58:31] | paul-h: | then copy the resulting index.html to the correct place |
[22:59:12] | wagnerrp: | no idea where that is either |
[22:59:26] | wagnerrp: | and an exhaustive search with sudo'd 'find' isn't helping |
[23:00:54] | peper03: | Where is the buildbot-config repo? Should be under there. |
[23:01:10] | wagnerrp: | nope, that was the second place i looked |
[23:01:24] | peper03: | Blind leading the blind :) |
[23:02:15] | paul-h: | Is it in the git repo? |
[23:02:54] | bobweaver: | I just searched for that file also and could not find anything like that |
[23:03:00] | wagnerrp: | actually, let me double check that |
[23:03:18] | wagnerrp: | the repos are not checked out, so the only files on the server are hidden in .git |
[23:03:27] | wagnerrp: | find might not traverse hidden directories |
[23:05:28] | wagnerrp: | yep, there it is |
[23:07:28] | wagnerrp: | no module named suds? |
[23:10:21] | wagnerrp: | paul-h: ok, it's updated |
[23:10:51] | wagnerrp: | and it is not happy |
[23:13:01] | paul-h: | wagnerrp: thanks, what's not happy looks OK to me |
[23:13:21] | wagnerrp: | all the red |
[23:13:28] | wagnerrp: | http://code.mythtv.org/coverity/ |
[23:13:32] | paul-h: | something for jya to chew on there :) |
[23:13:43] | wagnerrp: | the last scan, i think there was only one "High" item |
[23:17:10] | David_Miller (David_Miller!~dave@pretender.frop.net) has joined #mythtv | |
[23:17:19] | paul-h: | I think Coverity have just done an upgraded which may account for some also my build might be slightly different from stuartm's which may have an impact |
[23:17:43] | paul-h: | anyway bedtime for me thank wagnerrp |
[23:17:50] | paul-h (paul-h!~Paul@2.219.186.127) has quit (Quit: Konversation terminated!) | |
[23:17:56] | David_Miller: | anyone know what am I supposed to do if I move from one city to another and want to keep my recordings but still have a new chanel lineup? |
[23:18:42] | wagnerrp: | first, go to #mythtv-users |
[23:18:56] | David_Miller: | ok thanks |
[23:21:14] | jheizer (jheizer!~jheizer@c-98-226-220-178.hsd1.il.comcast.net) has quit (Ping timeout: 256 seconds) | |
[23:22:53] | jheizer (jheizer!~jheizer@c-98-226-220-178.hsd1.il.comcast.net) has joined #mythtv | |
[23:24:02] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Quit: Konversation terminated!) | |
[23:24:52] | jheizer (jheizer!~jheizer@c-98-226-220-178.hsd1.il.comcast.net) has quit (Read error: No route to host) | |
[23:25:08] | jheizer (jheizer!~jheizer@c-98-226-220-178.hsd1.il.comcast.net) has joined #mythtv | |
[23:27:47] | jheizer_ (jheizer_!~jheizer@c-98-226-220-178.hsd1.il.comcast.net) has joined #mythtv | |
[23:30:54] | jheizer (jheizer!~jheizer@c-98-226-220-178.hsd1.il.comcast.net) has quit (Ping timeout: 240 seconds) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.