Thursday, November 13th, 2014, 00:12 UTC | ||
[00:12:10] | davidbrooke (davidbrooke!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has quit (Ping timeout: 256 seconds) | |
[00:12:31] | davidbrooke (davidbrooke!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has joined #mythtv-users | |
[00:17:13] | davidbrooke (davidbrooke!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has quit (Ping timeout: 255 seconds) | |
[00:17:42] | davidbrooke (davidbrooke!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has joined #mythtv-users | |
[00:22:23] | davidbrooke (davidbrooke!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has quit (Ping timeout: 240 seconds) | |
[00:22:25] | davidbrooke_ (davidbrooke_!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has joined #mythtv-users | |
[00:42:03] | davidbrooke_ (davidbrooke_!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has quit (Ping timeout: 255 seconds) | |
[00:42:32] | davidbrooke (davidbrooke!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has joined #mythtv-users | |
[00:50:43] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-85-173.lns20.mel4.internode.on.net) has joined #mythtv-users | |
[00:50:57] | davidbrooke (davidbrooke!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has quit (Ping timeout: 240 seconds) | |
[01:00:36] | Kwisher (Kwisher!~kwisher@c-98-212-119-100.hsd1.in.comcast.net) has joined #mythtv-users | |
[01:02:37] | cerise8192 (cerise8192!~root@littlegreenmen.armory.com) has joined #mythtv-users | |
[01:03:23] | cerise8192: | My PS3 no longer sees mythtv as a media server. In the mythbackend log, I see a bunch of: |
[01:03:26] | cerise8192: | 2014-11–12 16:57:13.092393 C [32352/32425] SSDP ssdp.cpp:339 (ProcessData) – SSDP Request from WAN IP address (0.0.0.0). Possible SSDP Reflection attempt. Ignoring as security risk. |
[01:03:35] | cerise8192: | when I make the PS3 run a scan. |
[01:04:13] | cerise8192: | What's the best fix? This is mythtv-0.27.4_p20141018 on a Gentoo box. |
[01:07:45] | ctmjr (ctmjr!~chuck@pdpc/supporter/active/ctmjr) has joined #mythtv-users | |
[01:13:05] | davidbrooke (davidbrooke!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has joined #mythtv-users | |
[01:26:47] | SmallwoodDR82 (SmallwoodDR82!~Smallwood@unaffiliated/smallwooddr82) has joined #mythtv-users | |
[01:27:23] | bill6502 (bill6502!~bill@205.178.26.43) has joined #mythtv-users | |
[01:28:39] | wsuetholz (wsuetholz!~Thunderbi@unknown.wctc.edu) has quit (Ping timeout: 264 seconds) | |
[01:31:13] | bill6502: | cerise8192: I can tell you that the commit that causes that message was: https://code.mythtv.org/trac/changeset/b305eb5 and as you can see only allows Private Network addresses. I would appear that your device is sending an all zeros IP. I've got no idea if that's 'legal' or if you can configure it to send a 'real' address. |
[01:32:25] | cerise8192: | bill6502: Arigato. I can at least say that the PS3's way of doing that hasn't changed since it stopped working, so that would indicate to me that a lot of PS3 users are going to be unhappy soon. 8) |
[01:32:58] | cerise8192: | My myth server upgrades as soon as gentoo puts a new package out, so that is the likely culprit. |
[01:33:07] | bill6502: | You're not the 1st person to mention this, but you are the 1st to relate it to a specific device (from what I've seen.) |
[01:36:03] | cerise8192: | If it's worth anything, I just proved that upgrading to that version of mythtv is what made it stop working. |
[01:37:05] | cerise8192: | so with Gentoo, PS3s will only work with <=media-tv/mythtv-0.27.3_p20141009 |
[01:37:26] | bill6502: | I'm a *buntu person, does Gentoo mean that you build from source? |
[01:37:31] | cerise8192: | Correct. |
[01:38:06] | cerise8192: | My system is scripted to do upgrades every night at 4 AM. |
[01:38:59] | cerise8192: | This serves three purposes: 1) I keep up on the latest & greatest. 2) The builds happen when I'm asleep. 3) If I'm not asleep, the slowdown will make me less productive and help me decide to go to sleep. 8) |
[01:42:27] | Hydroponx: | it's legal to an extent |
[01:43:44] | Hydroponx: | i.e., default route, initial dhcpdiscover requests, "any and all" type addresses (i.e., bind on all configured IP's on this box), a few others |
[01:44:42] | Hydroponx: | not any other real valid uses defined here http://en.wikipedia.org/wiki/0.0.0.0 |
[01:45:26] | bill6502: | So you could add a line like: !peerAddress.isInSubnet(QHostAddress("0.0.0.0"), 16) && to mythtv/libs/libmythupnp/ssdp.cpp. but then you'd be carrying a local patch forever and I don't know how it would affect the planned security change. |
[01:45:53] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 240 seconds) | |
[01:49:04] | davidbrooke (davidbrooke!~quassel@c-174-50-212-175.hsd1.ky.comcast.net) has quit (Ping timeout: 256 seconds) | |
[01:59:13] | gregL (gregL!~greg@209-240-98-3.static.as40244.net) has joined #mythtv-users | |
[02:01:38] | wsuetholz (wsuetholz!~Thunderbi@cpe-184-59-39-71.wi.res.rr.com) has joined #mythtv-users | |
[02:15:39] | AndroidLoverInSF (AndroidLoverInSF!~AndroidLo@64.56.206.254) has quit (Ping timeout: 255 seconds) | |
[02:25:26] | bill6502: | cerise8192: Last 2 paragraphs here: http://superuser.com/questions/357899/why-wou . . . r-as-0-0-0-0 sounds like allowing 0.0.0.0 is a bad idea. |
[02:33:45] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[02:34:28] | deathader (deathader!~Hello@195-154-12-54.rev.poneytelecom.eu) has joined #mythtv-users | |
[02:35:04] | ctmjr_ (ctmjr_!~chuck@d-24-153-51-169.cpe.metrocast.net) has joined #mythtv-users | |
[02:36:28] | deathadder (deathadder!~Hello@195-154-12-54.rev.poneytelecom.eu) has quit (Ping timeout: 258 seconds) | |
[02:36:29] | ctmjr (ctmjr!~chuck@pdpc/supporter/active/ctmjr) has quit (Ping timeout: 258 seconds) | |
[02:43:57] | rsiebert_ (rsiebert_!~quassel@f052143103.adsl.alicedsl.de) has quit (Ping timeout: 240 seconds) | |
[02:45:18] | cerise8192: | bill6502: Yes & no. In my case, it's all on a private network, so it's not really a big deal. |
[02:45:31] | cerise8192: | Allowing that on the internet at large is a *terrible* idea though. 8) |
[02:46:55] | Kwisher (Kwisher!~kwisher@c-98-212-119-100.hsd1.in.comcast.net) has quit (Quit: This computer has gone to sleep) | |
[02:51:21] | Kwisher (Kwisher!~kwisher@c-98-212-119-100.hsd1.in.comcast.net) has joined #mythtv-users | |
[03:01:06] | Kwisher (Kwisher!~kwisher@c-98-212-119-100.hsd1.in.comcast.net) has quit (Quit: This computer has gone to sleep) | |
[03:03:47] | Kwisher (Kwisher!~kwisher@c-98-212-119-100.hsd1.in.comcast.net) has joined #mythtv-users | |
[03:12:01] | haux (haux!~NeoHaux@modemcable232.106-177-173.mc.videotron.ca) has quit (Quit: Leaving) | |
[03:16:16] | emmanuelux (emmanuelux!~emmanuelu@192.123.25.109.rev.sfr.net) has joined #mythtv-users | |
[03:19:16] | emmanuelux (emmanuelux!~emmanuelu@192.123.25.109.rev.sfr.net) has quit (Remote host closed the connection) | |
[03:24:41] | Kwisher (Kwisher!~kwisher@c-98-212-119-100.hsd1.in.comcast.net) has quit (Quit: This computer has gone to sleep) | |
[03:25:14] | Kwisher (Kwisher!~kwisher@c-98-212-119-100.hsd1.in.comcast.net) has joined #mythtv-users | |
[03:26:06] | NoFinessin: | cerise8192: I haven't found that message to be directly related to the discovery failing to see mythtv upnp service |
[03:59:03] | dashs (dashs!~dave@dashs.denver.co.us) has quit (Quit: Leaving) | |
[03:59:21] | gregL (gregL!~greg@209-240-98-3.static.as40244.net) has quit (Ping timeout: 265 seconds) | |
[04:06:44] | randym_ (randym_!jaqexg@71.94.205.149) has joined #mythtv-users | |
[04:09:59] | tgm4883_ (tgm4883_!uid23806@gateway/web/irccloud.com/x-fgglxyjjkfytabdr) has joined #mythtv-users | |
[04:11:16] | grumpytravel (grumpytravel!~rudy@2001:610:73e:0:21b:21ff:fe22:b647) has joined #mythtv-users | |
[04:11:41] | wall0 (wall0!~webmaster@37.235.50.13) has joined #mythtv-users | |
[04:11:42] | rhpot199` (rhpot199`!~rhpot1991@2001:4968:202:3:cccb:6768:5b9e:e9a6) has joined #mythtv-users | |
[04:11:50] | sphery_ (sphery_!~mdean@mythtv/developer/sphery) has joined #mythtv-users | |
[04:11:50] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v sphery_ | |
[04:11:54] | linuxturtle (linuxturtle!~jbrett@162.213.216.140) has joined #mythtv-users | |
[04:12:05] | StevenR (StevenR!~foo@cpc14-sgyl28-2-0-cust18.18-2.cable.virginm.net) has joined #mythtv-users | |
[04:12:19] | nikgod_ (nikgod_!jcooter@2604:de00:0:57:199:58:207:194) has joined #mythtv-users | |
[04:12:25] | NoFinessin (NoFinessin!hdiwqp@71.94.205.149) has quit (Ping timeout: 272 seconds) | |
[04:12:25] | nikgod (nikgod!jcooter@2604:de00:0:57:199:58:207:194) has quit (Ping timeout: 272 seconds) | |
[04:12:26] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p20030051AC76CA000250FCFFFE56A5F9.dip0.t-ipconnect.de) has quit (Ping timeout: 272 seconds) | |
[04:12:26] | Dave123 (Dave123!~Dave123@cpe-74-74-218-98.rochester.res.rr.com) has quit (Ping timeout: 272 seconds) | |
[04:12:26] | troyt (troyt!~troyt@2601:7:6200:1362:44dd:acff:fe85:9c8e) has quit (Ping timeout: 272 seconds) | |
[04:12:26] | dahlSTROM (dahlSTROM!~dengode@2602:ffda:aaa::768:7a78) has quit (Ping timeout: 272 seconds) | |
[04:12:26] | tris (tris!tristan@2001:1868:a00a::4) has quit (Ping timeout: 272 seconds) | |
[04:12:27] | XDS2010 (XDS2010!sid1218@gateway/web/irccloud.com/x-deczlrtverjidxzb) has quit (Ping timeout: 272 seconds) | |
[04:12:27] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has quit (Ping timeout: 272 seconds) | |
[04:12:27] | sphery (sphery!~mdean@mythtv/developer/sphery) has quit (Ping timeout: 272 seconds) | |
[04:12:27] | Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has quit (Ping timeout: 272 seconds) | |
[04:12:28] | StevenR_ (StevenR_!~foo@cpc14-sgyl28-2-0-cust18.18-2.cable.virginm.net) has quit (Ping timeout: 272 seconds) | |
[04:12:28] | grumpydevil (grumpydevil!~rudy@5ED67808.cm-7-7b.dynamic.ziggo.nl) has quit (Ping timeout: 272 seconds) | |
[04:12:28] | pigeon_ (pigeon_!~pigeon@eth5284.nsw.adsl.internode.on.net) has quit (Ping timeout: 272 seconds) | |
[04:12:28] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (Ping timeout: 272 seconds) | |
[04:12:28] | wallzero (wallzero!~webmaster@37.235.50.13) has quit (Ping timeout: 272 seconds) | |
[04:12:28] | caelor (caelor!~quassel@cpc12-sotn9-2-0-cust374.15-1.cable.virginm.net) has quit (Ping timeout: 272 seconds) | |
[04:12:28] | jams (jams!~jams@cpe-173-89-45-47.wi.res.rr.com) has quit (Ping timeout: 272 seconds) | |
[04:12:29] | pigeon (pigeon!~pigeon@eth5284.nsw.adsl.internode.on.net) has joined #mythtv-users | |
[04:12:29] | jbrett (jbrett!~jbrett@162.213.216.140) has quit (Ping timeout: 272 seconds) | |
[04:12:29] | linuxturtle is now known as jbrett | |
[04:12:29] | AndyCap (AndyCap!~aoy@pdpc/supporter/sustaining/AndyCap) has quit (Ping timeout: 272 seconds) | |
[04:12:29] | wall0 is now known as wallzero | |
[04:12:30] | AndyCap_ (AndyCap_!~aoy@pdpc/supporter/sustaining/AndyCap) has joined #mythtv-users | |
[04:12:33] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users | |
[04:12:46] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv-users | |
[04:13:11] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p20030051AC76CA000250FCFFFE56A5F9.dip0.t-ipconnect.de) has joined #mythtv-users | |
[04:13:47] | jams (jams!~jams@cpe-173-89-45-47.wi.res.rr.com) has joined #mythtv-users | |
[04:13:55] | caelor (caelor!~quassel@cpc12-sotn9-2-0-cust374.15-1.cable.virginm.net) has joined #mythtv-users | |
[04:14:37] | dahlSTROM (dahlSTROM!~dengode@185.53.129.72) has joined #mythtv-users | |
[04:15:01] | troyt (troyt!~troyt@2601:7:6200:1362:44dd:acff:fe85:9c8e) has joined #mythtv-users | |
[04:15:11] | Dave123 (Dave123!~Dave123@cpe-74-74-218-98.rochester.res.rr.com) has joined #mythtv-users | |
[04:15:19] | tgm4883_ is now known as tgm4883 | |
[04:19:05] | Heliwr (Heliwr!~Heliwr@2605:6400:20:c3e8:22:0:42c9:b7ec) has joined #mythtv-users | |
[04:19:05] | Heliwr (Heliwr!~Heliwr@2605:6400:20:c3e8:22:0:42c9:b7ec) has quit (Changing host) | |
[04:19:05] | Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has joined #mythtv-users | |
[04:20:25] | XDS2010_ (XDS2010_!sid1218@gateway/web/irccloud.com/x-gjiorkquyaguavha) has joined #mythtv-users | |
[04:21:30] | bill6502 (bill6502!~bill@205.178.26.43) has left #mythtv-users () | |
[04:28:35] | randym_ is now known as NoFinessin | |
[04:36:34] | Kwisher (Kwisher!~kwisher@c-98-212-119-100.hsd1.in.comcast.net) has quit (Quit: Leaving) | |
[04:43:57] | ubIx (ubIx!~ulf@p57AD5E92.dip0.t-ipconnect.de) has joined #mythtv-users | |
[04:47:16] | ubIx_ (ubIx_!~ulf@p5B265BE8.dip0.t-ipconnect.de) has quit (Ping timeout: 265 seconds) | |
[04:54:44] | fetzerch_ (fetzerch_!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 250 seconds) | |
[04:55:46] | SmallwoodDR82 (SmallwoodDR82!~Smallwood@unaffiliated/smallwooddr82) has quit (Quit: and I'm out...) | |
[05:01:07] | kusznir (kusznir!~kusznir@cpe-76-178-145-28.natnow.res.rr.com) has quit (Ping timeout: 245 seconds) | |
[05:08:28] | gigem (gigem!~david@mythtv/developer/gigem) has quit (Quit: WeeChat 1.0.1) | |
[05:09:41] | gigem (gigem!~david@pool-71-170-165-247.dllstx.fios.verizon.net) has joined #mythtv-users | |
[05:09:41] | gigem (gigem!~david@pool-71-170-165-247.dllstx.fios.verizon.net) has quit (Changing host) | |
[05:09:41] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv-users | |
[05:09:41] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v gigem | |
[05:41:23] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 240 seconds) | |
[06:02:22] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
[06:21:07] | Casper0082 is now known as kc | |
[06:21:20] | kc (kc!~Casper@pool-108-52-47-183.phlapa.fios.verizon.net) has quit (Changing host) | |
[06:21:21] | kc (kc!~Casper@unaffiliated/kc) has joined #mythtv-users | |
[06:29:30] | Warped (Warped!~Warped@108.85.160.119) has joined #mythtv-users | |
[06:29:55] | rsiebert (rsiebert!~quassel@f052143103.adsl.alicedsl.de) has joined #mythtv-users | |
[06:38:20] | aarcane (aarcane!~aarcane@99-42-64-118.lightspeed.irvnca.sbcglobal.net) has joined #mythtv-users | |
[06:39:32] | croppa_ (croppa_!~stuart@14.14.233.220.static.exetel.com.au) has joined #mythtv-users | |
[06:44:54] | aarcane (aarcane!~aarcane@99-42-64-118.lightspeed.irvnca.sbcglobal.net) has quit (Read error: Connection reset by peer) | |
[06:49:18] | aarcane (aarcane!~aarcane@99-42-64-118.lightspeed.irvnca.sbcglobal.net) has joined #mythtv-users | |
[07:11:41] | hpeter (hpeter!~hpeter@77-56-33-72.dclient.hispeed.ch) has joined #mythtv-users | |
[07:13:29] | tris (tris!tristan@2001:1868:a00a::4) has joined #mythtv-users | |
[07:32:34] | _abbenormal (_abbenormal!~abbenorma@d28-23-248-85.dim.wideopenwest.com) has quit (Ping timeout: 265 seconds) | |
[07:32:49] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:d9d4:ce1d:5967:af06:5926:287e) has joined #mythtv-users | |
[07:34:52] | kc (kc!~Casper@unaffiliated/kc) has quit (Ping timeout: 245 seconds) | |
[07:42:54] | _abbenormal (_abbenormal!~abbenorma@d28-23-248-85.dim.wideopenwest.com) has joined #mythtv-users | |
[07:48:09] | kc (kc!~Casper@unaffiliated/kc) has joined #mythtv-users | |
[07:56:29] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv-users | |
[07:57:56] | jimBaxter (jimBaxter!~jbaxter@46.189.28.37) has joined #mythtv-users | |
[08:32:47] | joki (joki!~joki@p54862277.dip0.t-ipconnect.de) has quit (Ping timeout: 245 seconds) | |
[08:37:53] | joki (joki!~joki@p54860D63.dip0.t-ipconnect.de) has joined #mythtv-users | |
[08:39:04] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv-users | |
[08:41:44] | rsiebert (rsiebert!~quassel@f052143103.adsl.alicedsl.de) has quit (Remote host closed the connection) | |
[09:13:42] | lapion (lapion!~axion@axion.xs4all.nl) has quit (Read error: Connection reset by peer) | |
[09:19:45] | sensim_ (sensim_!~sensim@46.114.15.67) has joined #mythtv-users | |
[09:56:06] | len_ (len_!~quassel@75-168-45-25.mpls.qwest.net) has quit (Read error: Connection reset by peer) | |
[10:06:01] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-85-173.lns20.mel4.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
[10:28:24] | sensim_ (sensim_!~sensim@46.114.15.67) has quit (Ping timeout: 255 seconds) | |
[10:33:15] | hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
[10:44:51] | paul-h (paul-h!~Paul@90.204.194.59) has joined #mythtv-users | |
[10:54:47] | croppa_ (croppa_!~stuart@14.14.233.220.static.exetel.com.au) has quit () | |
[11:57:21] | Sharky112065 (Sharky112065!~Sharky112@c-24-16-144-222.hsd1.wa.comcast.net) has joined #mythtv-users | |
[12:03:40] | shaym_ (shaym_!~smatasar@d226-93-233.home.cgocable.net) has joined #mythtv-users | |
[12:04:03] | shaym_: | hi, is the internla myth player , mplayer? |
[12:05:00] | shaym_: | i'd like to turn on volume normalization for the player |
[12:06:12] | Kwisher_wrk (Kwisher_wrk!~kevin@165.138.3.251) has joined #mythtv-users | |
[12:22:01] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p20030051AC76CA000250FCFFFE56A5F9.dip0.t-ipconnect.de) has quit (Ping timeout: 265 seconds) | |
[12:22:19] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p20030051AC5D0C000250FCFFFE56A5F9.dip0.t-ipconnect.de) has joined #mythtv-users | |
[12:34:18] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has quit (Ping timeout: 244 seconds) | |
[12:35:32] | Hydroponx (Hydroponx!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has quit (Remote host closed the connection) | |
[12:35:49] | Hydr0p0nX (Hydr0p0nX!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has joined #mythtv-users | |
[12:35:52] | _charly_ (_charly_!~kroseneg@v-83-246-40-180.eu.hostway-enterprise.net) has quit (Ping timeout: 264 seconds) | |
[12:36:10] | _charly_ (_charly_!~kroseneg@v-83-246-40-180.eu.hostway-enterprise.net) has joined #mythtv-users | |
[12:39:15] | BillK (BillK!~BillK-Fre@106-68-160-147.dyn.iinet.net.au) has quit (Ping timeout: 244 seconds) | |
[12:41:13] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has joined #mythtv-users | |
[12:45:38] | ctmjr_ (ctmjr_!~chuck@d-24-153-51-169.cpe.metrocast.net) has quit (Read error: Connection timed out) | |
[12:47:20] | ctmjr_ (ctmjr_!~chuck@d-24-153-51-169.cpe.metrocast.net) has joined #mythtv-users | |
[12:54:24] | Kwisher_wrk (Kwisher_wrk!~kevin@165.138.3.251) has quit (Quit: Another day, another dollar :0) Time to go home) | |
[13:03:46] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv-users | |
[13:09:57] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has quit (Ping timeout: 244 seconds) | |
[13:13:38] | moparisthebest (moparisthebest!~quassel@gateway/tor-sasl/moparisthebest) has joined #mythtv-users | |
[13:38:40] | RedPenguin (RedPenguin!~RedPengui@207-255-52-248-dhcp.jst.pa.atlanticbb.net) has quit (Ping timeout: 255 seconds) | |
[13:53:43] | esperegu (esperegu!~quassel@ip-213-124-221-127.ip.prioritytelecom.net) has quit (Ping timeout: 250 seconds) | |
[13:54:10] | esperegu (esperegu!~quassel@ip-213-124-221-127.ip.prioritytelecom.net) has joined #mythtv-users | |
[14:01:24] | Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5F3CD.dip0.t-ipconnect.de) has joined #mythtv-users | |
[14:28:38] | RedPenguin (RedPenguin!~RedPengui@207-255-52-248-dhcp.jst.pa.atlanticbb.net) has joined #mythtv-users | |
[14:30:59] | moparisthebest (moparisthebest!~quassel@gateway/tor-sasl/moparisthebest) has quit (Ping timeout: 250 seconds) | |
[14:36:15] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has joined #mythtv-users | |
[14:39:30] | jimBaxter (jimBaxter!~jbaxter@46.189.28.37) has quit (Ping timeout: 258 seconds) | |
[14:39:55] | jimBaxter (jimBaxter!~jbaxter@46.189.28.37) has joined #mythtv-users | |
[14:59:23] | linuxtech (linuxtech!~linuxtech@cp.linuxtech.org) has joined #mythtv-users | |
[15:03:55] | jimBaxter (jimBaxter!~jbaxter@46.189.28.37) has quit (Ping timeout: 244 seconds) | |
[15:06:52] | jimBaxter (jimBaxter!~jbaxter@46.189.28.72) has joined #mythtv-users | |
[15:17:42] | haux (haux!~NeoHaux@modemcable232.106-177-173.mc.videotron.ca) has joined #mythtv-users | |
[15:48:30] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has quit (Ping timeout: 258 seconds) | |
[15:52:09] | moparisthebest (moparisthebest!~quassel@gateway/tor-sasl/moparisthebest) has joined #mythtv-users | |
[15:58:11] | hpeter (hpeter!~hpeter@77-56-33-72.dclient.hispeed.ch) has quit (Quit: hpeter) | |
[16:04:57] | hpeter (hpeter!~hpeter@77-56-33-72.dclient.hispeed.ch) has joined #mythtv-users | |
[16:39:15] | moparisthebest (moparisthebest!~quassel@gateway/tor-sasl/moparisthebest) has quit (Ping timeout: 250 seconds) | |
[16:39:53] | kusznir (kusznir!~kusznir@cpe-76-178-145-28.natnow.res.rr.com) has joined #mythtv-users | |
[16:44:08] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has joined #mythtv-users | |
[16:46:39] | Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5F3CD.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer) | |
[16:49:04] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 258 seconds) | |
[16:56:32] | hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has quit (Quit: Leaving.) | |
[17:01:32] | gregL (gregL!~greg@173-198-243-119.static.as40244.net) has joined #mythtv-users | |
[17:09:35] | AndyCap_ is now known as AndyCap | |
[17:22:56] | gregL (gregL!~greg@173-198-243-119.static.as40244.net) has quit (Ping timeout: 256 seconds) | |
[17:33:28] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has quit (Ping timeout: 264 seconds) | |
[17:36:56] | moparisthebest (moparisthebest!~quassel@gateway/tor-sasl/moparisthebest) has joined #mythtv-users | |
[17:38:30] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv-users | |
[17:41:57] | jimBaxter (jimBaxter!~jbaxter@46.189.28.72) has quit (Quit: Quiting) | |
[18:03:45] | moparisthebest (moparisthebest!~quassel@gateway/tor-sasl/moparisthebest) has quit (Ping timeout: 250 seconds) | |
[18:07:55] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has joined #mythtv-users | |
[18:08:35] | AndroidLoverInSF (AndroidLoverInSF!~AndroidLo@64.56.206.254) has joined #mythtv-users | |
[18:09:14] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv-users | |
[18:12:29] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv-users | |
[18:12:29] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stuartm | |
[18:12:59] | stuartm: | cautionary tale about using samba – https://forum.mythtv.org/viewtopic.php?f=36&t=400 |
[18:13:43] | Sharky112065 (Sharky112065!~Sharky112@c-24-16-144-222.hsd1.wa.comcast.net) has quit (Ping timeout: 250 seconds) | |
[18:14:55] | SteveGoodey (SteveGoodey!~steve@host217-42-217-49.range217-42.btcentralplus.com) has joined #mythtv-users | |
[18:22:19] | Warped (Warped!~Warped@108.85.160.119) has quit (Ping timeout: 244 seconds) | |
[18:27:57] | Warped (Warped!~Warped@108.85.160.119) has joined #mythtv-users | |
[18:59:19] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p20030051AC5D0C000250FCFFFE56A5F9.dip0.t-ipconnect.de) has quit (Ping timeout: 265 seconds) | |
[18:59:37] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p20030051AC79DA000250FCFFFE56A5F9.dip0.t-ipconnect.de) has joined #mythtv-users | |
[19:15:19] | andreaz (andreaz!~andre_000@p5DD1596C.dip0.t-ipconnect.de) has joined #mythtv-users | |
[19:19:39] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-85-173.lns20.mel4.internode.on.net) has joined #mythtv-users | |
[19:57:41] | Toast (Toast!~quassel@95.172.224.247) has joined #mythtv-users | |
[19:59:47] | linuxtech (linuxtech!~linuxtech@cp.linuxtech.org) has quit (Quit: Leaving) | |
[20:01:42] | hpeter (hpeter!~hpeter@77-56-33-72.dclient.hispeed.ch) has quit (Ping timeout: 255 seconds) | |
[20:04:21] | len_ (len_!~quassel@75-168-45-25.mpls.qwest.net) has joined #mythtv-users | |
[20:16:28] | louisdk (louisdk!~louisdk@static-5-103-130-65.seas-nve.net) has joined #mythtv-users | |
[20:36:32] | louisdk (louisdk!~louisdk@static-5-103-130-65.seas-nve.net) has quit (Remote host closed the connection) | |
[21:09:28] | BillK (BillK!~BillK-Fre@124-148-64-237.dyn.iinet.net.au) has joined #mythtv-users | |
[21:44:18] | esperegu (esperegu!~quassel@ip-213-124-221-127.ip.prioritytelecom.net) has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) | |
[21:45:05] | esperegu (esperegu!~quassel@ip-213-124-221-127.ip.prioritytelecom.net) has joined #mythtv-users | |
[21:46:08] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-85-173.lns20.mel4.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
[21:58:57] | SteveGoodey (SteveGoodey!~steve@host217-42-217-49.range217-42.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[22:24:30] | Shadow__X is now known as Shadow__away | |
[22:28:03] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit () | |
[22:34:15] | disputin (disputin!~sean@65.102.58.17) has joined #mythtv-users | |
[22:37:37] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has quit (Ping timeout: 250 seconds) | |
[22:40:29] | moparisthebest (moparisthebest!~quassel@gateway/tor-sasl/moparisthebest) has joined #mythtv-users | |
[22:43:40] | disputin (disputin!~sean@65.102.58.17) has quit (Quit: Leaving.) | |
[22:52:20] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:d9d4:ce1d:5967:af06:5926:287e) has quit (Read error: Connection reset by peer) | |
[23:00:14] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 245 seconds) | |
[23:16:59] | paul-h (paul-h!~Paul@90.204.194.59) has quit (Quit: Konversation terminated!) | |
[23:48:16] | Toast (Toast!~quassel@95.172.224.247) has quit (Remote host closed the connection) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.