Thursday, December 20th, 2018, 00:57 UTC | ||
[00:57:33] | gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has joined #mythtv | |
[01:04:03] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[02:07:14] | ElmerFudd (ElmerFudd!~le@jagular.dk) has quit (Ping timeout: 250 seconds) | |
[02:57:58] | sdrik (sdrik!~sdrik@sdrik.gabriello.fr) has quit (Ping timeout: 245 seconds) | |
[02:58:11] | sdrik (sdrik!~sdrik@sdrik.gabriello.fr) has joined #mythtv | |
[03:25:17] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[03:29:46] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[06:05:37] | ElmerFudd (ElmerFudd!~le@jagular.dk) has joined #mythtv | |
[06:45:17] | hampton (hampton!~dhampton@mythtv/developer/hampton) has quit (Read error: Connection timed out) | |
[06:47:00] | hampton (hampton!~dhampton@pool-71-121-180-245.bltmmd.fios.verizon.net) has joined #mythtv | |
[06:47:12] | hampton (hampton!~dhampton@pool-71-121-180-245.bltmmd.fios.verizon.net) has quit (Changing host) | |
[06:47:13] | hampton (hampton!~dhampton@mythtv/developer/hampton) has joined #mythtv | |
[06:47:13] | Mode for #mythtv by ChanServ!ChanServ@services. : +v hampton | |
[08:17:27] | peterbennett (peterbennett!~Peter_Ben@mythtv/developer/peterbennett) has joined #mythtv | |
[08:17:27] | Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett | |
[08:54:18] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:4423:3a35:7992:46ed) has joined #mythtv | |
[09:02:30] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[09:03:08] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7da3:4501:7a84:3cff:fedf:a99) has joined #mythtv | |
[09:03:09] | Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey | |
[10:13:58] | RokLobsta (RokLobsta!~Dirkka@119-18-13-51.cust.aussiebb.net) has quit (Quit: Leaving) | |
[10:14:24] | RokLobsta (RokLobsta!~Dirkka@119-18-13-51.cust.aussiebb.net) has joined #mythtv | |
[10:26:26] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 260 seconds) | |
[10:28:44] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[10:29:45] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[10:29:56] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7da3:4501:7a24:afff:fe9d:c233) has joined #mythtv | |
[10:29:57] | Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey | |
[10:36:36] | warpme_: | gigem: FYI: 57a0ad8 gives me issue like this https://pastebin.com/2BjUJB41 This is probably because my mysql is still 5.5.... |
[10:54:36] | stuarta: | doh |
[10:56:07] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has quit (Ping timeout: 240 seconds) | |
[11:05:07] | warpme_: | hampton: By last commits I see a bit different logging behaviour: previously by giving ?systemd-journal ?quiet I had clean console + loging to systemd journal. Now it looks like there is no logging to systemd journal at all and to see any loging I have to remove ?quiet to have logging to journal via console. I think variant where console is clean and all goes to journal make sense for cannonical systemd distributions... |
[11:18:11] | stuarta: | pushed a fix to packaging which will hopefully fix the ubuntu version issue |
[11:18:33] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 268 seconds) | |
[11:19:46] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[11:24:44] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has joined #mythtv | |
[11:25:05] | Steve-Goodey: | stuarta: Is that the one dated 17th December, strip origin from BRANCH variable to leave fixes/<version>? |
[11:28:02] | stuarta: | Steve-Goodey: no, that was something else i noticed whilst digging around for the issue |
[11:28:22] | stuarta: | https://github.com/MythTV/packaging/commit/55 . . . 853544ba13b4 |
[11:28:55] | stuarta: | now when version.sh runs it will have correct info in EXPORTED_VERSION with which to make an intelligent decision |
[11:29:02] | stuarta: | *hopefully* it will work |
[11:29:08] | stuarta: | i have no way to test it |
[11:30:07] | SteveGoodey: | stuarta: Will that appear in https://github.com/MythTV/mythtv/commits/fixes/29? |
[11:30:08] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has quit (Ping timeout: 250 seconds) | |
[11:30:36] | stuarta: | SteveGoodey: packaging should be used for both? |
[11:31:49] | warpme_: | hampton: also now I see on loging level LOG_INFO loging detailness like in DEBUG level (every entry has source_file:line). Ths is IMHO not needed when level is INFO |
[11:32:22] | stuarta: | hmmm, i see a fixes/29 |
[11:35:30] | SteveGoodey: | I'll keep an eye open in fixes/29 and also the launchpad PPA. |
[11:35:44] | stuarta: | let me know how it goes. |
[11:36:04] | SteveGoodey: | Will do. |
[11:36:59] | stuarta: | not convinced master has been building tho, last build seems to have been on 13th |
[11:38:20] | stuarta: | whereas fixes/29 was last built on 17th |
[11:44:12] | ** stuarta build freebsd12 vm ** | |
[11:56:37] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[11:59:19] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[12:14:36] | stuarta: | hampton: did you have issues finding lame in freebsd12? |
[12:25:39] | stuarta: | hmmm, worked it out, freebsd12 doesn't seem to pull the metadata and bootstrap /usr/ports |
[12:52:02] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Quit: warpme_) | |
[13:10:40] | dym (dym!~patrick@xstd.de) has quit (Changing host) | |
[13:10:41] | dym (dym!~patrick@unaffiliated/dym) has joined #mythtv | |
[13:41:39] | gregbert (gregbert!~gregbert@unaffiliated/gregbert) has quit (Ping timeout: 246 seconds) | |
[13:43:43] | gregbert (gregbert!~gregbert@unaffiliated/gregbert) has joined #mythtv | |
[14:00:36] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[14:07:15] | hampton: | warpme_: I'll have to investigate. |
[14:07:31] | warpme_: | perfect. thx! |
[14:09:36] | hampton: | stuarta: I couldn't find lame, so I tweaked the build system to do the right thing and only add '-lmp3lame' to the link line when --enable-mp3lame is specified. (It used to add it unconditionally.) |
[14:10:24] | hampton: | What did you have to do to bootstrap /usr/ports? |
[14:11:34] | bill6502 (bill6502!~bill@205.178.24.168) has joined #mythtv | |
[14:18:03] | bill6502: | gigem: Tested this last night: UPDATE capturecard SET videodevice=LEFT(videodevice, LOCATE('-', videodevice)-1) WHERE cardtype='HDHOMERUN'; |
[14:23:01] | bill6502: | But that wipes out the entire videodevice if there's no – in the line. |
[14:49:40] | stuarta: | hampton: pushed it to the ansible repo already |
[14:52:54] | stuarta: | hampton: basically portsnap needs to be run to populate /usr/ports |
[15:09:08] | hampton: | thx |
[15:11:31] | stuarta: | https://github.com/MythTV/ansible/commit/8391 . . . 0939da4869fb |
[15:24:58] | gigem: | warpme_: Thanks for the report. I can't believe mysql has only had a regex replace since 5.5. |
[15:25:19] | gigem: | bill6502: will probably have to use an IF in there too. I'll look into it shortly. |
[15:53:06] | gigem: | warpme_, bill6502: Fixed. |
[15:53:28] | warpme_: | gigem:thx! |
[15:56:20] | gigem: | You're welcome. |
[15:58:00] | MythBuild: | build #1170 of master-debian-jessie-64bit is complete: Failure [failed git] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . /builds/1170 blamelist: David Engel <dengel@mythtv.org > |
[15:59:59] | stuarta: | doh |
[16:02:39] | stuarta: | ah read only filesystem |
[16:04:59] | jheizer: | ruh roh |
[16:07:37] | jheizer: | Weird, ext4 error a few hours ago. Its been up 16 days. No complaints on the underlying zfs array |
[16:10:29] | jheizer: | MythBuild: force build master-debian-jessie-64bit plz? |
[16:10:30] | MythBuild: | build forced [ETA 16m39s] |
[16:10:30] | MythBuild: | I'll give a shout when the build finishes |
[16:11:18] | jheizer: | fsck found a lot of errors. Wonder what happened. |
[16:14:26] | stuarta: | :( |
[16:15:34] | jheizer: | oh, no, snap. That one is on a second partition of an nvme drive |
[16:17:14] | jheizer: | Side note. I see my ubuntu "LTS" builder is on 16.04 still. Want em to bump it to 18.04? Or clone it and upgrade a second to 18.04? |
[16:17:38] | jheizer: | Assuming this drive isn't croaking and I lose them all. |
[16:19:12] | stuarta: | lemme see |
[16:19:47] | stuarta: | i have a 17.10, 18.04 & 18.10 atm |
[16:20:09] | stuarta: | (connected to the new buildbot master for testing) |
[16:20:27] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Quit: warpme_) | |
[16:20:38] | MythBuild: | build #1171 of master-debian-jessie-64bit is complete: Success [build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . /builds/1171 |
[16:20:55] | stuarta: | jheizer: i would say update it to 18.04 lts |
[16:21:02] | stuarta: | 18.04.z |
[16:21:25] | stuarta: | we officially target LTS and current |
[16:21:31] | jheizer: | alright |
[16:21:40] | stuarta: | or LTS-1 and LTS if current=LTS |
[16:22:01] | stuarta: | jheizer: you will have to hold the buildslave package |
[16:22:04] | jheizer: | Yeah I couldn't remember when the -1 cut off was |
[16:22:25] | stuarta: | otherwise it'll need the new master, which isn't 100% ready for prod yet |
[16:23:02] | jheizer: | Underlying OS has no fsck errors found |
[16:23:04] | jheizer: | weird |
[16:25:40] | stuarta: | hoping i can find some time over the next week or so to update our required patches to trac, so that I can get the base OS update in, which will then pull in the new buildbot master |
[16:26:07] | stuarta: | bb config still won't be 100% but,at least we will be operating |
[16:26:42] | jheizer: | always something |
[16:29:21] | stuarta: | prefer security updates to the base os than a less than optimum buildbot config |
[16:29:49] | jheizer: | Agreed. Rough when one things leads to 20 upgrades/updates too |
[16:31:01] | jheizer: | Bah why'd I build this VM with a raw image vs qcow? Can't snapshot it. |
[16:32:29] | ** stuarta recommends lvm thin provisioned volumes as raw devices ** | |
[16:32:42] | stuarta: | can be snapshotted :) |
[16:34:36] | jheizer: | For some reason I've never really messed with lvm. I should have long ago, but now almost everything I have runs on zfs so I usually snapshot that way. I forgot I had pushed these over to this nvme drive ages ago just to see how fast they could do. |
[16:34:59] | jheizer: | At least converting to qcow2 is easy enough. |
[16:35:46] | stuarta: | yes, it's pretty straightforward |
[16:36:05] | jheizer: | Bah, it is if you convert the correct file... |
[16:36:09] | stuarta: | :) |
[16:36:11] | stuarta: | heh |
[16:36:34] | stuarta: | i've done a raw -> qcow2 conversion over the network to the NFS share on the target system before |
[16:36:51] | jheizer: | Was up 2 hours early today for a big client update push today. Running on empty and only 10am here. |
[16:40:02] | jheizer: | Similar related note to your above, I;d like to one of these days figure out pushing my windows work VMs from running over nfs to zfs over iscsi. Seems like that is the way to go now. |
[16:41:10] | jheizer: | Most have had a rough life of ESXi -> kvm -> Proxmox so they are just raw/vmdk hosted on zfs over nfs now. Sure the iscsi would do better. |
[16:47:12] | stuarta: | yay, freebsd12 built successfully |
[16:47:32] | jheizer: | An no space. So many old branches. |
[16:47:40] | jheizer: | This builder has done well over the years. |
[16:47:52] | stuarta: | rm -rf .... |
[16:47:58] | jheizer: | yup |
[16:48:08] | jheizer: | 8 on here |
[16:52:20] | stuarta: | curiously 16.04 is still the top distro in use |
[16:53:43] | jheizer: | I only just upgraded my first FE the other day. |
[16:53:48] | jheizer: | Other is still 16.04 |
[16:55:02] | jheizer: | But I'm ready to dump them all and go all in on android. |
[16:55:13] | stuarta: | shield is very nice |
[16:55:58] | jheizer: | mi box s isn't as nice, but sooo cheap. |
[16:56:15] | jheizer: | I need to find some time to play with it again. |
[16:56:32] | gigem: | If you don't need timestretch, firetv stick 4k seems good too. |
[17:00:33] | jheizer: | I should have given them more of a consideration before impulse buying these mi boxes. Just always been annoyed by fire OS UI on their tablets so jumped on these raw android tv boxes |
[17:00:46] | jheizer: | Because sale and derp |
[17:01:48] | jheizer: | And I have/had chromecasts on every tv ready and these can be a 4k chromecast (not that any of the TVs they've gone on are 4k anyway) but the first gen chromecasts were showing their age. |
[17:08:23] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:51eb:d24e:70c6:e76d:2a66:2e22) has quit (Read error: Connection reset by peer) | |
[17:18:40] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[17:27:10] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies) | |
[17:56:55] | hampton: | warpme_: I though that any daemon started by systemd automatically had all its output go into the journal. Doesn't that work? |
[17:58:19] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:4423:3a35:7992:46ed) has quit (Quit: Leaving) | |
[18:00:26] | hampton: | I took a quick look at the code and I can add back the code to send logs to the journal via the --systemd-journal argument, but it requires restoring parts of the logging server code. |
[18:01:10] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:51eb:d24e:8c77:b222:4282:74a4) has joined #mythtv | |
[18:03:44] | warpme_: | hampton: regarding journal: yes. but process log output can enter journal by 2 ways: console and journal api. going with api is more effective in cpu usage context. so if there was already code doing given thing more effectivelly – I think it is better to keep this code... |
[18:05:02] | hampton: | ok. might take me a couple of days to get it fixed, but I'll restore the code. |
[18:07:59] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[18:09:20] | warpme_: | hampton: thx! |
[18:09:41] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[18:13:32] | jheizer: | MythBuild: force build master-ubuntu-lts-64bit bionic |
[18:13:37] | MythBuild: | The build has been queued, I'll give a shout when it starts |
[18:25:05] | jheizer: | bah I held buildbot, so it just removed it. |
[18:33:40] | MythBuild: | build forced [ETA 7m31s] |
[18:33:40] | MythBuild: | I'll give a shout when the build finishes |
[18:34:32] | jheizer: | bah, just rolled back. Another day. |
[18:35:00] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 252 seconds) | |
[18:38:35] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Quit: warpme_) | |
[18:39:46] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[18:41:20] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[18:51:00] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Quit: warpme_) | |
[19:07:34] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[19:09:26] | MythBuild: | Hey! build master-ubuntu-lts-64bit #1153 is complete: Success [build successful] |
[19:09:26] | ** MythLogBot https://code.mythtv.org/trac/ticket/1153 ** | |
[19:09:26] | MythBuild: | Build details are at http://code.mythtv.org/buildbot/builders/mast . . . /builds/1153 |
[19:55:48] | hampton (hampton!~dhampton@mythtv/developer/hampton) has quit (Ping timeout: 246 seconds) | |
[20:09:19] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[20:09:45] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[20:17:33] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[20:19:45] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[20:28:13] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[20:28:13] | Mode for #mythtv by ChanServ!ChanServ@services. : +v natanojl | |
[21:32:47] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Quit: warpme_) | |
[21:33:12] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[21:33:34] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Client Quit) | |
[21:33:56] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[21:34:21] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Client Quit) | |
[21:34:42] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[21:35:07] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Client Quit) | |
[21:35:30] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[21:35:54] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Client Quit) | |
[21:36:13] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[21:36:40] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Client Quit) | |
[21:37:01] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[21:37:26] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Client Quit) | |
[21:37:51] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[21:38:13] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Client Quit) | |
[21:38:33] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv | |
[21:38:59] | warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Client Quit) | |
[21:49:25] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[21:49:45] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[21:55:25] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7da3:4501:7a84:3cff:fedf:a99) has quit (Quit: Konversation terminated!) | |
[21:57:53] | tgm4883 (tgm4883!uid23806@ubuntu/member/tgm4883) has quit (Quit: Connection closed for inactivity) | |
[22:09:21] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[22:09:43] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[22:16:16] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 264 seconds) | |
[22:19:44] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[22:26:29] | kmdewaal_ (kmdewaal_!d93e7846@gateway/web/freenode/ip.217.62.120.70) has joined #mythtv | |
[22:37:47] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7da3:4501:7a24:afff:fe9d:c233) has quit (Quit: Konversation terminated!) | |
[22:38:28] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 264 seconds) | |
[22:39:49] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[22:45:19] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[22:48:55] | kmdewaal_ (kmdewaal_!d93e7846@gateway/web/freenode/ip.217.62.120.70) has quit (Ping timeout: 256 seconds) | |
[22:49:42] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[23:03:04] | peterbennett (peterbennett!~Peter_Ben@mythtv/developer/peterbennett) has quit (Quit: WeeChat 1.6) | |
[23:03:16] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:51eb:d24e:8c77:b222:4282:74a4) has quit (Read error: Connection reset by peer) | |
[23:04:52] | peterbennett (peterbennett!~Peter_Ben@2601:183:101:1dd4:1fea:7f5c:18ea:43db) has joined #mythtv | |
[23:04:53] | peterbennett (peterbennett!~Peter_Ben@mythtv/developer/peterbennett) has joined #mythtv | |
[23:04:53] | peterbennett (peterbennett!~Peter_Ben@2601:183:101:1dd4:1fea:7f5c:18ea:43db) has quit (Changing host) | |
[23:04:53] | Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett | |
[23:37:42] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 246 seconds) | |
[23:45:07] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[23:49:44] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv | |
[23:59:25] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has quit (Ping timeout: 250 seconds) | |
[23:59:41] | nephyrin (nephyrin!~neph@2601:600:817f:f46a:e41d:6f5c:e3be:b8ad) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.