Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2009-08-25

00:05:18 Quit goffa_ ("leaving")
00:05:24 Join goffa_ [0] (n=goffa@216.220.23.105)
00:06:45 Quit flydutch ("/* empty */")
00:09:42 Quit goffa_ (Client Quit)
00:09:51 Join goffa_ [0] (n=goffa@216.220.23.105)
00:14:12amiconnZagor: Hmm, if the relative speed of sh1/cf/arm/native differs between clients, it might make sense to take this into account when handing out builds
00:15:04*amiconn would also like to know what causes these differences
00:15:21***Saving seen data "./dancer.seen"
00:16:14Unhelpfulamiconn: some of us are using a sh-1 compiler we wrote ourselves? in tcshell? :)
00:20:45Zagoramiconn: yes, I plan to do that
00:20:59 Join safetydan [0] (n=deverton@rockbox/developer/safetydan)
00:21:40 Quit goffa_ ("leaving")
00:21:48 Join goffa_ [0] (n=goffa@216.220.23.105)
00:22:17 Part wincent ("Kopete 0.12.7 : http://kopete.kde.org")
00:23:36CIA-61New commit by alex (r22483): Add alternate line colouring to button map tables to better distinguish ...
00:24:04 Join webguest98 [0] (n=d8da3ff9@gateway/web/cgi-irc/labb.contactor.se/x-gdbfuexauydsjcbr)
00:25:02webguest98I search the plugin remote control for the version 3.3
00:25:51 Quit webguest98 (Client Quit)
00:29:11 Part Domonoky
00:37:32 Quit GeekShadow ("The cake is a lie !")
00:39:39 Quit goffa_ ("leaving")
00:39:49 Join goffa_ [0] (n=goffa@216.220.23.105)
00:43:12 Join BdN3504 [0] (n=5ce224f2@gateway/web/cgi-irc/labb.contactor.se/x-atynpmfozuxbpwpu)
00:44:58BdN3504if i want to include the screen size in the manual, i'd use \genericimg{}. is there a way i can use the values of this, say only the height or only the width or only the bitmap depth?
00:50:06 Join JdGordon [0] (i=d870b703@gateway/web/freenode/x-qkdykaqwcamtmysj)
00:50:41 Quit matsl (Read error: 110 (Connection timed out))
00:54:44 Quit goffa_ ("leaving")
00:54:55 Join goffa_ [0] (n=goffa@216.220.23.105)
01:00
01:05:58 Quit pamaury ("exit(*(int *)0 / 0);")
01:10:48 Quit JdGordon (Ping timeout: 180 seconds)
01:14:26 Quit BdN3504 ("CGI:IRC")
01:15:46 Quit Thundercloud (Remote closed the connection)
01:20:18kugelZagor: playing with the build system or is something wrong?
01:20:25Zagortesting
01:22:53kugelZagor: hm, it's saying I have 172 pt/s, but the client table reads 236 (average)
01:23:10Zagoryes I'm testing a new more pessimistic calculation
01:25:07 Quit ender` (" Documentation is like sex: when it's good, it's very good, and when it's bad it's still better than nothing.")
01:44:36CIA-61New commit by kugel (r22484): Fix redraw issues when the statusbar setting was changed with an UI viewport. Now the old statusbar area is cleared upon changing the setting.
01:46:03 Quit antil33t ()
01:48:46 Join BlakeJohnson861 [0] (n=bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
01:52:51linuxstbbluebrother: Still awake?
01:56:21 Quit Zagor ("Clint excited")
02:00
02:01:09 Quit BlakeJohnson86 (Read error: 110 (Connection timed out))
02:04:03CIA-61New commit by kugel (r22485): Slightly change parts of the previous commit to reuse existing code, and enforce enum statusbar_values instead of just int,
02:07:03 Join FlynDice [0] (n=FlynDice@74.10.105.233)
02:08:05 Quit bmbl ("Bye!")
02:09:38 Nick martian67 is now known as vxp (n=martian6@about/linux/regular/martian67)
02:10:08 Nick vxp is now known as Guest9580 (n=martian6@about/linux/regular/martian67)
02:10:54 Nick Guest9580 is now known as martian67 (n=martian6@about/linux/regular/martian67)
02:15:25***Saving seen data "./dancer.seen"
02:21:53 Join HellDragon_ [0] (i=jd@modemcable178.248-201-24.mc.videotron.ca)
02:22:58CIA-61New commit by kugel (r22486): Move the "Status/Scrollbar" menu to Theme Settings, and add the F_THEMESETTING flag to the settings it was missing.
02:24:39Unhelpfulkugel: convttf should actually handle anything freetype can, right?
02:24:54 Join jboy_ [0] (n=langzeit@p5B17E8F2.dip.t-dialin.net)
02:26:14kugelUnhelpful: any true type font (hence the name :) )
02:26:32Unhelpfulkugel: shouldn't it work for other formats freetype supports?
02:26:35kugelbut as it uses freetype, I'd think so, yes
02:28:08Unhelpfuljust thinking, if i can knock out the junk-characters problem i'm having, it could potentially support bitmap-font inputs, and also with some work do 1-bit outptu
02:31:05kugelUnhelpful: Maybe it's worth looking at the initial convttf (which apparently didn't include all glyphs if that's correct), it didn't have this problems IIRC
02:32:09kugelI didn't make any tests, but I kinda doubt it lacked so much glyphs. I converted undotum back these days (full unicode support) and it was certainly a giant font with the old convttf too
02:32:13 Quit HellDragon (Read error: 110 (Connection timed out))
02:33:58 Join antil33t [0] (n=Mudkips@119.224.12.185)
02:34:46Unhelpfulhm. well, i think that at least my version is *also* outputting some garbage. could be part of the problem.
02:42:12 Quit jboy (Read error: 110 (Connection timed out))
02:42:17 Quit antil33t ()
02:42:34 Join antil33t [0] (n=Mudkips@119.224.12.185)
02:47:06 Quit antil33t (Client Quit)
02:50:21 Quit Kumool ("Leaving")
02:51:33 Join antil33t [0] (n=Mudkips@119.224.12.185)
02:52:01Incognito-ManAnyone here own one of those Onda's that are rockbox-able? and if so what is the audio quality like?
03:00
03:05:36 Quit bertrik_ (Read error: 60 (Operation timed out))
03:11:24CIA-61New commit by kugel (r22487): Bubbles: Don't remove the savegame before actually resuming the saved game, as per dev mailing list discussion around the changes in r22143.
03:11:27CIA-61New commit by kugel (r22488): Bubbles: Have one quit item that doesn't save anything ("Quit without Saving") and one that saves everything again, partly reverting r22143 and ...
03:14:02CIA-61New commit by kugel (r22489): Bubbles: Change the saving message slightly to include saving scores.
03:32:17 Join moos [0] (i=mustapha@rockbox/staff/moos)
03:36:10Unhelpfulkugel: i think that, on ARM at least, we can do away with the LUT, and all the code for checking and updating it
03:36:36kugelhow that?
03:38:07 Join Strife89 [0] (n=michael@adsl-154-3-23.mcn.bellsouth.net)
03:38:26Unhelpfuldo the multiplies. ARM TDMI models can do the needed multiply in one cycle *if the operands are ordered correctly*. i believe later models are similar without the ordering requirement. there will be some result latency, but as long as the compiler can slot other instructions in between the multiply and the use of its result, the speed hit should be pretty small, and might even end up cheaper than the LUT.
03:39:00 Quit fyrestorm (Read error: 54 (Connection reset by peer))
03:39:46Unhelpfulthe ARM TDMI multiplier is 32x8, and takes extra cycles to iterate depending on how many significant bytes the second operand has
03:44:00kugelI'd rather see it working before hand-optimising it :)
03:44:33Unhelpfuli'm *trying* to make it more commitable ;)
03:46:05kugelI think it's committable without these too
03:46:24kugel(if the slow downs get sorted out)
03:56:04 Join teru [0] (n=teru@KD059133112132.ppp.dion.ne.jp)
04:00
04:00:14terukugel: what is the reason of the second splash rb->splash(0, SAVE_MESSAGE) in bubble?
04:00:34 Quit Strife89 (Read error: 110 (Connection timed out))
04:00:40kugelteru: the second splash will stay displayed but not block saving
04:01:15terui think first one will stay displayed unless display isn't cleared.
04:01:33kugelI added it because I'm not sure what I'm going to do with splashes and custom ui (I'm probably going to clear non-0 splashes entirely after they're done)
04:02:26Unhelpfulkugel: well, i think i need to 1) track down the source of garbage in fonts and 2) see if that fixes the disk issues 3) if not, try cutting some ranges from my font, as i only need latin, japanese, and a few symbols
04:03:10kugelteru: you're right as far is as current svn is concerned
04:04:03*kugel maybe shouldn't have added it now already
04:04:53Unhelpfulbut the multiply thing just came to me, and perhaps if i forget it while i track that other stuff down, having it here will remind me or someone else. :)
04:06:50 Quit TheSeven (Nick collision from services.)
04:06:56terukugel: how about rb->splash(0, SAVE_MESSAGE); rb->sleep(HZ/5); then? this is bit clearer for me.
04:07:06 Join The_Seven [0] (n=theseven@dslb-084-056-149-051.pools.arcor-ip.net)
04:07:09 Nick The_Seven is now known as TheSeven (n=theseven@dslb-084-056-149-051.pools.arcor-ip.net)
04:07:36kugelthat would be the same as the first splash alone currently
04:08:06kugelI don't really care much, as I didn't even decide what do to :/
04:15:29***Saving seen data "./dancer.seen"
04:18:52 Quit xavieran (Read error: 113 (No route to host))
04:21:19 Join xavieran [0] (n=xavieran@ppp118-208-245-46.lns10.mel6.internode.on.net)
04:25:11 Quit froggyman (Remote closed the connection)
04:26:38 Part teru ("Leaving...")
04:47:41 Quit Rondom (Nick collision from services.)
04:47:51 Join Rondom [0] (n=Rondom@dslb-084-057-180-227.pools.arcor-ip.net)
04:55:09 Join dmb [0] (n=Dmb@unaffiliated/dmb)
04:58:41 Nick moos is now known as DrMoos (i=mustapha@rockbox/staff/moos)
05:00
05:00:55 Nick DrMoos is now known as moos (i=mustapha@rockbox/staff/moos)
05:02:08 Quit timc (Remote closed the connection)
05:07:00 Quit moos (Read error: 131 (Connection reset by peer))
05:07:02 Join DrMoos [0] (i=mustapha@85.169.147.55)
05:08:16 Join moos [0] (i=mustapha@rockbox/staff/moos)
05:09:34 Quit DrMoos (Nick collision from services.)
05:11:49 Quit moos (Read error: 131 (Connection reset by peer))
05:11:51 Join DrMoos [0] (i=mustapha@85.169.147.55)
05:14:39 Join moos [0] (i=mustapha@rockbox/staff/moos)
05:17:23 Quit DrMoos (Nick collision from services.)
05:19:37 Quit killan (Read error: 54 (Connection reset by peer))
05:19:38 Join killan_ [0] (n=nnscript@c-0efa70d5.06-397-67626721.cust.bredbandsbolaget.se)
05:25:24 Quit fdinel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
05:32:39 Join n1s [0] (n=n1s@rockbox/developer/n1s)
05:35:53 Join CaptainKewl [0] (i=jds@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com)
05:43:16Unhelpfulkugel: feel free to take a look at the new convttf i put up and see if there are other errors that i missed. also, i'm seeing corruption in database when items scroll. text that is not part of the scrolling title is being drawn at random locations on screen when scrolling starts. in some cases it appears to be characters from one of the titles and from the time (from the statusbar).
05:43:56kugel:(
05:45:56 Quit Horscht ("Verlassend")
05:48:00 Quit FlynDice (Read error: 113 (No route to host))
05:49:36 Join FlynDice [0] (n=FlynDice@74.10.105.233)
05:53:22Dhraakellianreading a book as a text file on my fuze
05:53:31Dhraakellian6620 lines
05:54:13Dhraakellianaround 5235 lines in, going any farther down skips me halfway back into the previous chapter
05:54:32Dhraakelliangonna try recopying the file and trying again
05:54:50Dhraakellian('though it occurs to me that recopying Rockbox itself wouldn't be a bad idea)
05:55:00n1shmm, forums down?
05:56:06 Join goffa___ [0] (n=goffa@216.220.23.105)
05:57:57Dhraakellianrecopied stuff. still happening
05:58:41Dhraakellianr22286 (I should probably update at some point...)
05:59:06 Quit kugel (Remote closed the connection)
05:59:36Dhraakellianhmm...
05:59:47DhraakellianI should also check to see whether it happens with the other books
06:00
06:02:34 Quit goffa_ (Read error: 110 (Connection timed out))
06:04:23 Quit goffa___ ("leaving")
06:04:37 Join goffa [0] (n=goffa@216.220.23.105)
06:04:46 Part toffe82
06:15:33***Saving seen data "./dancer.seen"
06:38:38 Quit kachna|lappy (Remote closed the connection)
07:00
07:00:20 Quit goffa ("leaving")
07:00:46 Join goffa [0] (n=goffa@216.220.23.105)
07:07:08pixelman1s: not down for me, it just has issues displaying pages the first time I want to see them. Hitting reload once or twice helps
07:08:34 Join ehntoo [0] (n=ehntoo@adsl-99-156-204-207.dsl.applwi.sbcglobal.net)
07:29:07 Join stoffel [0] (n=quassel@p57B4E673.dip.t-dialin.net)
07:33:58 Join einhirn [0] (n=Miranda@bsod.rz.tu-clausthal.de)
07:34:49 Quit markdrago (Read error: 145 (Connection timed out))
07:55:55 Join togetic [0] (n=togetic@unaffiliated/ibuffy)
08:00
08:08:48 Join flydutch [0] (n=flydutch@host214-146-dynamic.15-87-r.retail.telecomitalia.it)
08:15:35***Saving seen data "./dancer.seen"
08:29:24 Quit togetic ("WeeChat 0.3.0-rc2")
08:30:59 Join togetic [0] (n=togetic@unaffiliated/ibuffy)
08:33:19 Quit dotblank (Read error: 110 (Connection timed out))
08:35:44 Quit safetydan ("Leaving.")
08:39:28 Nick ch4os_ is now known as ch4os (n=ch4os@gentoo/user/ch4os)
08:42:58 Join petur [50] (n=petur@rockbox/developer/petur)
08:43:16Incognito-Mandotblank?
08:43:33Incognito-Manis that the same dotblank who was working on that psp shell?
08:43:47 Quit BHSPitMonkey (Remote closed the connection)
08:46:14 Join Rob2223 [0] (n=Miranda@p4FDCCE06.dip.t-dialin.net)
08:47:58 Join scorche [50] (n=scorche@rockbox/administrator/scorche)
08:52:44 Quit Rob2222 (Read error: 60 (Operation timed out))
08:58:00 Join matsl [0] (n=matsl@1-1-4-2a.mal.sth.bostream.se)
09:00
09:00:41 Join decayedcell [0] (n=decayed_@60-241-92-53.static.tpgi.com.au)
09:10:27 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon)
09:10:44 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
09:25:53 Join ender` [0] (i=krneki@foo.eternallybored.org)
09:26:30 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
09:47:55 Join cfp [0] (n=cfp@abo-79-36-68.mts.modulonet.fr)
09:49:17 Quit Thundercloud (Remote closed the connection)
09:51:24 Join LinusN [0] (n=linus@rockbox/developer/LinusN)
09:51:24 Quit Zambezi (Remote closed the connection)
10:00
10:15:39***Saving seen data "./dancer.seen"
10:18:27 Join pamaury [0] (n=pamaury@sal63-1-82-243-96-220.fbx.proxad.net)
10:19:14 Join pyro_maniac1 [0] (i=foobar@p57BB9F96.dip0.t-ipconnect.de)
10:28:08 Quit CaptainKewl ("( www.nnscript.de :: NoNameScript 4.02 :: www.XLhost.de )")
10:31:03AlexPHmmm, I seem to have broken the manuals
10:31:16AlexPBagder: Can I see the output of the manual building anywhere?
10:31:43AlexPIt builds fine for me, so I suspect that the server is missing the new include I added
10:43:42cfpHello world.
10:45:08cfpI have accidentally miscategorized my patch FS #10562 (filled it as a bug about battery, while it's a patch about language). Could someone recategorize it please ?
10:47:16AlexPyup
10:47:57cfpthanks
10:48:01GodEaterhaha
10:48:06GodEaterI editted too :)
10:48:19cfphmmmm... :)
10:48:27GodEaterwow - the forums are well broken
10:48:34GodEaterwhat on earth has happened to them
10:48:42AlexPcfp: Does French use sentance case everywhere else?
10:49:36cfpnormally yes
10:49:44peturGodEater: scorche upgraded PHP
10:49:47cfpthere is no title case in french
10:50:10GodEaterpetur: what on earth for ?
10:50:10AlexPOK - I just didn't want to open a can of worms like we have with the English one if I committed it :)
10:50:26 Join timc [0] (n=aoeu@119.109.110.82)
10:50:26 Quit timc (Client Quit)
10:50:40peturGodEater: themes site
10:50:41cfpAlexP: Anyway, it looked weird since the other entry (about files) uses sentence case
10:50:50AlexPcfp: That's cool
10:51:01cfpAlexP: :)
10:51:14peturGodEater: he's going to fix it (t)his afternoon
10:52:18CIA-61New commit by alex (r22490): Fix typo in French translation (thanks to Clément Pit-Claudel).
10:52:45AlexPBugger, I forgot to mention the FS#
10:53:39GodEateryou suck parker
10:53:44AlexPindeed I do
10:53:47GodEater:)
10:53:51AlexP:)
11:00
11:01:09 Join Grahack [0] (n=chri@ip-222.net-82-216-222.rev.numericable.fr)
11:03:22cfpAlexP: In fact, there are one or two other strings still using title case. I'll post another patch soon.
11:04:01AlexPcfp: Or just tell me in here - if it is just two then it might be easier than opening a patch (up to you though) :
11:09:02cfpAlexP: Ok. I'll leave action names capitalized for more consistency though. See http://pastebin.com/d2ae0f751
11:09:26cfpI just hope I didn't miss one :)
11:12:30AlexPOK, one mo
11:13:18CIA-61New commit by alex (r22491): A couple more French typos (thanks to Clément Pit-Claudel).
11:15:37cfpAlexP: You missed the m5,x5 one, I think (Disque Plein) :s Maybe not worth a commit though :)
11:15:46AlexPooops
11:16:47CIA-61New commit by alex (r22492): Ooops, missed one (French typos).
11:17:14AlexPshit
11:17:22AlexPWhat I did was change the wrong damn word
11:17:30AlexPMaking a right mess of this....
11:19:04 Join HellDragon [0] (i=jd@modemcable178.248-201-24.mc.videotron.ca)
11:19:34CIA-61New commit by alex (r22493): I'm making a right mess of this - hopefully the original typo is now fixed without me introducing any more of my own...
11:20:08AlexPThere!
11:20:56cfpAlexP: Good job ;)
11:21:05AlexPfinally :)
11:21:46 Join bertrik_ [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
11:22:19 Part LinusN
11:24:30cfpAnother question I had in mind : which kind of hardware would one use to play one single song (I'm trying to make a birthday package that plays a song when you open it)?
11:25:08cfpHmmmm, may be a more #rockbox-community question though
11:25:31AlexPI think so :)
11:26:46cfpbye-bye then :)
11:27:42AlexPCheerio (or you could join -community)
11:29:53 Join GeekShadow [0] (n=Antoine@reactos/tester/GeekShadow)
11:30:31 Quit cfp ("Quitte")
11:31:03 Quit stoffel (Read error: 104 (Connection reset by peer))
11:31:15 Join stoffel [0] (n=quassel@p57B4E673.dip.t-dialin.net)
11:32:35 Quit HellDragon_ (Connection timed out)
11:40:28 Quit amiconn (Nick collision from services.)
11:40:32 Join amiconn_ [0] (i=quassel@rockbox/developer/amiconn)
11:40:41 Nick amiconn_ is now known as amiconn (i=quassel@rockbox/developer/amiconn)
11:40:46 Join pixelma_ [0] (i=quassel@rockbox/staff/pixelma)
11:40:46 Quit pixelma (Nick collision from services.)
11:41:04 Nick pixelma_ is now known as pixelma (i=quassel@rockbox/staff/pixelma)
11:50:22 Join LinusN [0] (n=linus@rockbox/developer/LinusN)
12:00
12:15:43***Saving seen data "./dancer.seen"
12:18:26 Quit pamaury ("exit(*(int *)0 / 0);")
12:19:44 Part decayedcell
12:38:04 Join wagonbear [0] (n=3a60553b@gateway/web/cgi-irc/labb.contactor.se/x-tfusmwnjmlylahqy)
12:38:14 Quit GeekShadow (Read error: 104 (Connection reset by peer))
12:38:35 Join GeekShadow [0] (n=Antoine@reactos/tester/GeekShadow)
12:38:54wagonbeari'm new to rockbox, but can't find anything about this in the docs. i've just installed it on my ipod. on the original ipod, you can put the unit into standby mode, rather than turn it off. with rockbox, i can only figure out how to turn it off, is there a similar standby mode in rockbox ipod?
12:39:09GodEaterwagonbear: nope
12:39:29GodEaterno-one's figured out how to do standby yet
12:39:36wagonbear*nods* ok
12:39:49wagonbeardoes it drain a lot of power to keep returning the unit back on again?
12:40:22GodEaterwell, more so than returning from standby, but the corrolary is that you don't spend ANY power whilst the unit is off, whereas standby always burns some
12:40:32wagonbearyeah
12:40:38wagonbearfair enough. thanks GodEater
12:40:39GodEaterso depending on your use case, off can be better :)
12:40:56GodEaterI personally prefer off
12:40:59wagonbearoh, and one more thing. is there somewhere on rockbox for battery usage comparisons?
12:41:04wagonbearlike between rockbox and the original OS
12:41:09GodEaterthere's a wiki page for it
12:41:14GodEaterI've no idea how up to date it is though
12:41:20wagonbearhmm
12:41:28GodEatermost people don't appreciate that it takes a while to do it properly
12:41:32GodEaterso it doesn't get updated very often
12:41:36wagonbearmm
12:41:42linuxstbwagonbear: http://www.rockbox.org/twiki/bin/view/Main/IpodRuntime
12:41:49GodEaterit do a proper comparison you have to play *exactly* the same songs
12:41:54GodEaters/it/to
12:42:00wagonbearyeah. ok, cool. i can't guage whether it's using more battery or not
12:42:08wagonbearthanks linuxstb
12:42:12GodEaterin general it shouldn't
12:42:29GodEaterwe've acheived runtime parity with the original firmware now I think on the ipods
12:42:34linuxstbwagonbear: Looking at that page, there are a lot of very old tests - Rockbox's battery life on ipods has improved a LOT since 2006/2007
12:42:43wagonbearcool
12:42:51GodEaterin some cases I think we actually do better now
12:42:56GodEaterI just don't recall on which ipods
12:43:12wagonbearmm. fair enough. i'll just do my own comparisons over the next couple of days
12:43:34wagonbearmy ipod has a pretty old battery atm anyway. i wonder where i can find somewhere that would sell 4G batteries
12:43:50GodEaterthere's plenty of online shops which sell ipod batteries
12:44:29GodEaterwhich country are you in wagonbear ?
12:44:33wagonbearAustralia
12:44:41GodEaterah - can't help suggest one there then - sorry
12:44:47GodEatermaybe JdGordon can when he wakes up
12:44:49wagonbeari know i won't be buying ipod batteries off ebay again. last one i got was so shit
12:44:59wagonbearwas worse than when my ipod's original battery was low
12:45:11GodEaterwhat are the ones we recommend? Cameron-Sino or something ?
12:46:46GodEaterbloody hell, the list of build clients is enormous now :)
12:47:23GodEaterlooks like mine is getting to finish 1 build if it's lucky
12:48:02*GodEater wonders if this depresses him enough to make him want to upgrade it
12:48:08AlexPI stopped mine - it was slow and so not helping, just wasting my cpu time
12:48:10wagonbearlooking at this camersonsino website. can't look at any of the product lists, without registering as a member, which takes upto 7 days to process :P
12:48:21AlexPIt was useful before all the big clients joined, but no longer
12:48:27GodEateroh I wouldn't get them directly from their site wagonbear
12:48:32GodEaterjust find a reseller
12:48:35AlexPwagonbear: I'd buy them from another shop
12:48:45wagonbearany you recommend for overseas shipping alexp?
12:49:00AlexPwagonbear: No idea for Australia, I'm in Europe
12:49:01GodEaterI've bought from here : https://ipoddoctor-batteries.co.uk/
12:49:15T44does anyone know where in the rockbox source the ata spinup timeout is defined? i cant seem to find it
12:49:25GodEaterata.c at a guess
12:50:09T44i cannot find any actual nummeric value anywhere
12:50:25GodEaterT44: ah, that's probably target specific
12:50:28T44yeah
12:50:34GodEatersince there's no point having a spindown on a flash based target
12:50:49GodEaterwhich target are you looking for the value on ?
12:50:59T44iriver h340
12:51:12GodEaterhang on a mo whilst I update my source tree
12:51:14GodEaterI'll have a look
12:51:16T44thx
12:51:20 Join timc [0] (n=aoeu@118.202.225.33)
12:51:24*GodEater realises he hasn't updated in ages
12:51:29T44(i want to turn the timeout waaaay up and try if that might be the problem)
12:51:38linuxstbT44: What _have_ you found?
12:52:14T44what, about my broken h340?
12:52:28linuxstbNo, about the timeout. If it's a #define, just do something like "grep -r NAME_OF_DEFINE *" in firmware/
12:52:32GodEatergood god, git is running a git gc I've not updated in so long
12:52:34GodEater:-/
12:53:08linuxstbT44: You said you couldn't find an actual numeric value, so what did you find?
12:53:10GodEaterwow - four commits for the francais.lang. Nice one alexp :)
12:54:49GodEaterisn't it static long sleep_timeout = 5*HZ;
12:54:51GodEater?
12:55:02T44well, there is an int variable called spinup_time, but that doesnt seem to be the right one (its set to 0), there are also some others...
12:55:02GodEateror is that different from the spindown ?
12:55:18T44i have no idea what sleep_timeout is tbh
12:55:59GodEaterwhat are you trying to *do* with this timeout ?
12:56:03GodEaterthat might help :)
12:56:40T44i want to set it longer, as i have a feeling that the reason for my h340 to fail is that disk spinup is taking longer (as it has to read a rather large reallocation table)
12:56:57wagonbearGodEater... thanks for the battery link. i might get an order shipped to my friend in bristol, then get him to mail it to me over here. cheers
12:57:06GodEaternp
12:57:18T44reason being: if i connect usb and press a button after the error it works - as it would, because the disk has already spun up - but if i just boot it normally from "off" its taking too long to init
12:57:33GodEaterspinup_time seems to be a measuremeant of how long it takes the disk to spin up
12:57:48 Join jgarvey [0] (n=jgarvey@cpe-098-026-065-013.nc.res.rr.com)
12:57:49 Quit dmb (Read error: 104 (Connection reset by peer))
12:57:49 Quit wagonbear ("CGI:IRC (EOF)")
12:58:13T44yeah, thats what i thought
12:58:19 Quit bluebrother (Nick collision from services.)
12:58:22 Join bluebroth3r [0] (n=dom@rockbox/developer/bluebrother)
12:58:29T44i still couldnt find where ata error -11 gets thrown btw
12:58:35T44i found several others, but not -11
12:58:50GodEaterata_error is a bitmask
12:58:58GodEaterso you might not find -11 on it's own
12:59:06T44that would explain it.
12:59:11GodEateryou have to work out which codes add up to -11
12:59:42GodEaterI think the variable you're looking for is just called "timeout" btw
13:00
13:00:05GodEaterwhich is current_tick + HZ*30;
13:00:49GodEateractually, it varies depending on what the ata driver is waiting on for the disk
13:00:55T44timeout = current_tick + READ_TIMEOUT; <== at another point
13:01:02GodEateryes
13:01:07T44so... i'll start searching for read_timeout i guess
13:01:08T44gm
13:01:10GodEaterso you need to find what READ_TIMEOUT is defined as
13:01:10T44hm
13:01:17GodEatergrep -R :)
13:01:20T44yeah
13:02:44T44grr... my vmware is going silly again... insane key repeat
13:03:25 Quit Grahack ("Leaving.")
13:04:53AlexPGodEater: Yep, I did well :)
13:12:51 Join fml [0] (n=4fd3c58c@91.191.140.131)
13:13:07 Quit jgarvey ("Leaving")
13:16:10CIA-61New commit by alex (r22494): Add coloured rows to the other tables in the manual (button maps already done).
13:16:25AlexPThis still won't build though until I get hold of Bagder :)
13:16:30fmlHrm.... I don't quite like the new table coloring in the manual. Couldn't thin lines (maybe grey and maybe dashed or dotted) be used as separators? Now it's too "heavy" for the eyes IMO
13:16:57AlexPIt can be turned down a bit, but I think lines would be worse
13:17:13AlexPin fact, what I committed is less grey than the example I posted
13:17:20AlexP(I already turned it down)
13:17:30AlexPAlso, I have no idea how to do lines automatically
13:17:43AlexP(see the discussion bluebroth3r and I had last night)
13:17:53fmlAlexP: IMO if the rows in tables are made grey then the table headers should be darker than the rows.
13:18:06AlexPI disagree :)
13:18:29AlexPAnd only alternating rows have a light grey
13:18:34fmlAlexP: that's another question (automatic lines) :-) But we could try to do it manually first and see if it looks good.
13:18:57AlexPI tried it for one table, and personally didn't like it
13:19:47AlexPBut I didn't experiment with different styles of lines
13:20:01T44ok, i think i got it... READ_TIMEOUT 5*HZ
13:20:17T44but that would give it 5 seconds... which is a lot less then it seems to take
13:20:31AlexPfml: Did you look at the current "level" of grey?
13:20:49fmlAlexP: even the docs for the xcolor package is typeset that way (rarker table headers)!
13:21:34AlexPfml: I wouldn't object to the headers being darker if you want to do it
13:22:43fmlAlexP: yes, I saw the current gray. IMO no matter what it is, the table doesn't look good if the header is less dark than the rows.
13:23:15AlexPfml: Well, as I said I disagree, but if you want to change the headers I won't argue
13:25:56fmlAlexP: we'll try and see!
13:27:31AlexPThe server seems to be missing xcolor anyway. I guess this is it, since the manuals didn't build last night and they build fine for me
13:31:56 Quit freqmod_qu (Read error: 104 (Connection reset by peer))
13:35:36 Join freqmod [0] (i=quasselg@dhcp208-240.ed.ntnu.no)
13:36:44fmlAlexP: I build it locally on my PC
13:37:41fmlI saw 16 GB micro sdhc cards on amazon. Has anybody tried them out on sansa e200(v1) with rockbox?
13:41:48 Join dfkt [0] (i=dfkt@unaffiliated/dfkt)
13:44:51 Nick YpsyZNC is now known as Ypsy (n=ypsy@geekpadawan.de)
13:49:14GodEaterAlexP: since I've now built the new manual, I'd like to chip in and say I like it just as you've done itr
13:49:30GodEaterthe header doesn't need to change at all imo
13:49:33AlexPHehe, cheers :)
13:49:57AlexPI'd prefer it like this, but if lots of people want change, then we shall see :)
13:50:14AlexPGodEater: did you need to install latex-xcolor ?
13:50:23GodEaternot specifically no
13:50:42AlexPhmmm, I wonder why it failed on the server then
13:51:00 Join AndyI [0] (i=AndyI@212.14.205.32)
13:51:46 Join daggett [0] (n=denis@lab.openpattern.org)
13:54:31 Quit moos ("reboot")
13:55:44 Join kugel [0] (n=kugel@rockbox/developer/kugel)
13:56:59kugelAlexP: I didn't need to either
13:57:08kugelnice work, btw :)
13:57:40AlexPkugel: OK, thanks - I'll wait to see if they build tonight/tomorrow, and if not wait to see Bagder to get the output from the server
13:57:45AlexPkugel: cheers :)
13:57:47pyro_maniac1kugel: what made you say charging works for yh-920/yh-820 ?
14:00
14:00:48 Join moos [0] (i=mustapha@rockbox/staff/moos)
14:01:05kugelpyro_maniac1: See the wiki page, I added a note about that
14:02:34pyro_maniac1kugel: i can confirm that the charging detection works on the yh-920 but not more
14:03:09kugelyou can't read the voltage?
14:03:52 Quit AndyIL (Read error: 110 (Connection timed out))
14:03:57pyro_maniac1ah ok, that seems to work too. i made a battery bench and there were voltage values
14:04:09kugelthat's all we can do
14:04:51kugelthe hardware does the charging itself. we can basically just look at it
14:05:05pyro_maniac1last time i tested, battery wasn't charging
14:05:26kugelsaratoga cited some datasheet which set exactly that yesterday
14:06:09kugelit works on my 925, and I don't enable pins or something. I just read the charger inserted status, and the voltage, that's all I do about charging
14:07:02pyro_maniac1so the yh-920 behaves different again
14:08:04 Quit freqmod (Read error: 54 (Connection reset by peer))
14:11:21 Join Sajber^ [0] (n=Sajber@h-142-237.A213.priv.bahnhof.se)
14:12:37 Join jgarvey [0] (n=jgarvey@cpe-098-026-065-013.nc.res.rr.com)
14:14:09 Quit FlynDice (Remote closed the connection)
14:14:20 Quit bmbl (Read error: 104 (Connection reset by peer))
14:14:26 Quit stoffel (Remote closed the connection)
14:14:39kugelpyro_maniac1: I don't really think so
14:15:15kugelhow do you tell it didn't charge?
14:15:46***Saving seen data "./dancer.seen"
14:18:00pyro_maniac1i have the device connected to the charger and when i disconnect it, it shuts down with battery low warning
14:18:01 Join Xerion_ [0] (i=xerion@82-170-197-160.ip.telfort.nl)
14:18:18pyro_maniac1but rockbox mentioned the charger
14:22:06kugelhow long did you have it in?
14:22:28kugelyou probably need to calibrate the battery, I needed that too
14:23:17kugelrockbox shuts off when it reads the voltage it's configured to shut down for, not when it is really low. If it's uncalibrated, it turns off too early
14:25:32amiconnGodEater: The ata error codes are not bitmasks, but use the standard rockbox scheme of multiply-by-10-and-add-own-code
14:25:34kugelpyro_maniac1: take a look at http://www.rockbox.org/twiki/bin/view/Main/SamsungRuntime and powermgmt-yh925.c
14:27:17pyro_maniac1in what case?
14:29:11CIA-61New commit by kugel (r22495): Samsung YH925: Correct a typo in the battery calibration.
14:29:49kugelpyro_maniac1: ?
14:30:07pyro_maniac1why should i look at your battery bench?
14:30:35kugelTo get an idea how the charging curve looks like
14:32:13kugelit's probably very similar to the 920
14:35:09 Quit Xerion (Connection timed out)
14:35:10 Nick Xerion_ is now known as Xerion (i=xerion@82-170-197-160.ip.telfort.nl)
14:35:48pyro_maniac1i don't really know why but i guess you mean the time but i "charged" more than 2 hours and there still was an empty battery
14:36:23pyro_maniac1i had to boot the OF to get the battery charged
14:37:06kugelpyro_maniac1: can you try to do a battery bench while charging?
14:37:17 Join LambdaCalculus37 [0] (i=44a0430d@rockbox/staff/LambdaCalculus37)
14:37:46pyro_maniac1i will try later
14:39:47pyro_maniac1have the battery to be empty or is this not relevant?
14:39:48CIA-61New commit by moos (r22496): Update the french translation.
14:41:52kugelpyro_maniac1: empty would be better
14:42:24pyro_maniac1maybe that will take a while
14:49:53 Quit dfkt (Read error: 104 (Connection reset by peer))
14:52:13 Join decayedcell [0] (n=decayed_@60-241-92-53.static.tpgi.com.au)
15:00
15:00:13 Quit pyro_maniac1 ("Leaving.")
15:06:29fmlAlexP: here's what I've come up with: http://pastebin.ca/1541544 Now I have to correctly shade the headers and to exclude the hline after the last row. The former should be done by the parameter "2" but it doesn't work for me (for some unknown reason)
15:07:51 Quit antil33t (Read error: 104 (Connection reset by peer))
15:08:06 Join antil33t [0] (n=Mudkips@119.224.12.185)
15:09:49 Join Lss [0] (n=Lss@cm44.delta97.maxonline.com.sg)
15:09:57 Part LinusN
15:09:58fmlAlexP: I had to install latex-xcolor BTW
15:10:28 Quit gevaerts (Nick collision from services.)
15:10:39 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
15:27:02 Quit fml ("CGI:IRC 0.5.9 (2006/06/06)")
15:30:12 Quit xavieran (Read error: 113 (No route to host))
15:32:28 Join xavieran [0] (n=xavieran@118.208.245.46)
15:35:50 Part decayedcell
15:38:31 Join bluebrother [0] (n=dom@rockbox/developer/bluebrother)
15:40:40CIA-61New commit by bertrik (r22497): Make sure that skin_buffer.c #includes its own skin_buffer.h
15:50:34 Quit bluebroth3r (Read error: 110 (Connection timed out))
16:00
16:06:27 Join froggyman [0] (n=chatzill@pool-72-69-196-209.chi01.dsl-w.verizon.net)
16:07:01AlexPfml: (logs) I don't like the lines separating each I'm afraid, and the trouble with the header colour is that it doesn't fill the box
16:10:21 Quit antil33t (Read error: 60 (Operation timed out))
16:12:23 Quit gevaerts (Remote closed the connection)
16:13:15 Join stoffel [0] (n=quassel@p57B4E673.dip.t-dialin.net)
16:15:50***Saving seen data "./dancer.seen"
16:23:34 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
16:32:57Unhelpfulkugel: i think it's drawing characters to bad places at other times, too. after spending a while in WPS (i have a line that almost always scrolls) bad things start happening, like the volume changing by itself.
16:35:48kugeluh
16:36:28kugelI've never had this sort of problems with the first versions of the patch and the converter
16:36:49kugeland I used it extensively back when I had my custom build
16:39:47 Quit Res1 (Read error: 60 (Operation timed out))
16:46:11 Join toffe82 [0] (n=chatzill@74.0.180.178)
16:49:19 Nick bertrik_ is now known as bertrik (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
17:00
17:04:37Unhelpfuli can try a font converted with the old convttf, but i don't really see how a corrupted font can have it *writing* to bad places
17:06:32 Join Res1 [0] (n=Res@user-0c6s6hp.cable.mindspring.com)
17:06:55saratogai submitted the student evaluation for GSOC, is anything else required?
17:13:20saratogakugel: are there scans of the other YH players?
17:13:29saratogai only see YH-920
17:14:29 Join BBBradley [0] (n=c73d19fe@gateway/web/cgi-irc/labb.contactor.se/x-ndkgcveenznmevfh)
17:16:39LambdaCalculus37saratoga: Scans for mainboards?
17:17:38 Join timc`` [0] (n=aoeu@118.202.225.33)
17:19:17CIA-61New commit by nls (r22498): Fix FS #10556 so that we now include the wps tags for the hold switch and remote hold switch for other targets than the iriver h100 and h300, introduce ...
17:20:58kugeln1s: I think the problem is in settings_load_config()
17:21:31kugelsomething like if (!found) *v = atoi(str), I guess that gives 0 for statusbar: on
17:22:15n1sthat sounds bad :)
17:22:28kugelbut I'd think normal integer settings rely on that
17:23:32kugelor fear, rather
17:25:11n1sit's a jungle
17:25:14 Quit timc (Read error: 104 (Connection reset by peer))
17:30:53kugeln1s: settings which do str->int have the F_CHOICE_SETTING flag, normal int settings doesn't. But the F_CHOICE_SETTING seems to be ignored anywhere
17:35:54 Join HBK [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
17:36:03kugeln1s: alright, this works: http://pastie.org/593203
17:37:07kugelbasically: only check the convert the string if it's a choice setting, else do atoi() stright away. if not found (e.g. statusbar: on) don't change the current value
17:40:06kugelhm
18:00
18:08:08 Quit petur ("work->home")
18:12:49CIA-61New commit by kugel (r22499): Fix a problem spotted in FS #10543. For F_CHOICE_SETTING, an invalid value would (which may happen if the values changed e.g. due to the statusbar at ...
18:13:07JdGordonkugel: wait till tomorow at least for qs patch... i want to have a good look at it
18:13:26kugelsure
18:15:52***Saving seen data "./dancer.seen"
18:36:58kugelI think I'm going to mix the custom sb with the classic one for now instead of removing it already
18:37:40kugel(s/removing/replacing with an eqivalent skin'd classic sb/)
18:45:33 Quit Incognito-Man (Read error: 110 (Connection timed out))
18:52:19 Join fyrestorm [0] (n=nnscript@68.173.235.106)
18:52:42 Join Grahack [0] (n=chri@ip-222.net-82-216-222.rev.numericable.fr)
18:55:36 Join BryanJacobs [0] (n=bryanjac@e33.cs.rochester.edu)
18:57:09BryanJacobswhere is the page of build clients?
19:00
19:03:50 Join JdGordon_ [0] (i=209887d5@gateway/web/freenode/x-meemfhbsiwsbvddm)
19:05:13saratogaBryanJacobs: I was looking at your patch to build codecs without rockbox, and I think it won't work with any codec that uses the codec lib functions (Ogg, AAC, WMA, ATRAC, Cook, etc)
19:05:25saratogais that right or am i missing something
19:05:35BryanJacobssaratoga: I wrote it to work with Wavpack - I didn't check any of the other functions
19:05:51saratogaah ok
19:05:54BryanJacobsin theory it should be able to build an arbitrary subset of the Rockbox code base
19:05:55LambdaCalculus37Just rolled a Fuze bootloader; got two files: bootloader-fuze.sansa and bootloader.bin. Which one do I take to feed into mkamsboot?
19:06:06BryanJacobsyou might just have to add a few more files to the Makefile
19:06:25BryanJacobswith which functions in particular do you think it will not work?
19:08:55 Join domonoky [0] (n=Domonoky@rockbox/developer/domonoky)
19:09:55 Quit JdGordon_ (Ping timeout: 180 seconds)
19:13:03AlexPBryanJacobs: You mean which clients did what on a build round?
19:13:20BryanJacobsAlexP: sure, any page with a list of the names of existing clients
19:13:25AlexPBryanJacobs: If so, http://build.rockbox.org/dev.cgi then click on the link to the immediate left of the line of the table you are interested in
19:14:01LambdaCalculus37Never mind, I got it.
19:14:22BryanJacobsAlexP: thanks, that'll do
19:14:24saratogaBryanJacobs: I don't think it builds anything in codecs/lib, so anything using the MDCT or bitstream functions will probably fail
19:14:39BryanJacobssaratoga: you're right - Wavpack apparently doesn't use that stuff
19:14:48BryanJacobsI'll adapt it to build vorbis.c now
19:15:05BryanJacobsquestion for the channel: why is bmp.h in apps/recorder if it's required by many files in apps?
19:15:33AlexPHistorical reasons I'd image
19:15:35*GodEater guesses at "historical reasons" :)
19:15:38AlexP*imagine
19:15:50 Join webguest57 [0] (n=562d420c@gateway/web/cgi-irc/labb.contactor.se/x-yzoohmttcoqzrlaf)
19:15:56AlexPPretty much anything in apps/recorder is historical reasons :)
19:16:06GodEateror nostalgia :)
19:16:41BryanJacobsperhaps it should be moved? that would simplify the build
19:16:58webguest57anyone here with a e200v2 ?
19:17:18AlexPBryanJacobs: I don't imagine anyone would object, but best to wait for someone more knowledgeable to confirm
19:17:27AlexPwebguest57: If you have a question, just ask
19:17:47GodEaterAlexP: he did, it just wasn't very useful :)
19:17:55AlexP:)
19:17:58webguest57does recording work on the v2s i notice there's a patch there just wondering if it works yet ?
19:18:38webguest57and will it be officially supported without recording working
19:18:54GodEaterof course
19:19:08GodEaterthe rockbox build doesn't need to be feature complete to be supported
19:19:13GodEaterit just needs to be stable
19:19:21webguest57ah
19:19:26AlexPmusic playback is also good
19:19:27webguest57does it work yet tho no ?
19:19:44webguest57cant say the of recording to wav is great
19:19:49webguest57sorry OF
19:20:02*GodEater doesn't know, not owning an e200 at all, let alone a v2
19:20:11AlexPYou could always try it
19:20:21GodEaterthat would be my suggestiontoo
19:20:29webguest57don't have my v2 yet.
19:20:37webguest57getting it in the next few days just wanted to know beforehand
19:20:55GodEaterwhy? since you're getting it anyway ? :)
19:20:58BryanJacobssaratoga: vorbis pulls in things from tremor and replaygain >_<
19:21:19AlexPwebguest57: http://www.rockbox.org/twiki/bin/view/Main/SansaAMS
19:21:25AlexPNo recording as of now
19:21:35webguest57cheers AlexP
19:21:44AlexPIt got that by clicking on status of targets on the front page, then Sansa AMS by the way
19:21:49AlexP*I got that
19:21:52webguest57thank you
19:22:41LambdaCalculus37kugel: Ping
19:22:50kugelLambdaCalculus37: pong
19:23:31LambdaCalculus37kugel: I noticed an awful feedback sound on the Fuze when plugging my headphones in while running Rockbox.
19:23:41LambdaCalculus37Do you get anything of the sort?
19:24:09kugelWhat do you mean?
19:24:26LambdaCalculus37kugel: It sounds like a blast of pink noise.
19:24:41kugelYou need to make sure that the headphone jack is really inserted correctly, else the sound is horrible
19:24:54kugelso push it in deeper :)
19:25:33LambdaCalculus37kugel: That worked.
19:27:13LambdaCalculus37The keymap needs a little work, I think.
19:29:10BryanJacobswhere is the definition of strlcpy?
19:29:11 Quit stoffel (Remote closed the connection)
19:29:28 Join Tomers [0] (n=chatzill@bzq-84-109-85-100.red.bezeqint.net)
19:29:53kugelBryanJacobs: google and strlcpy.c :)
19:31:00kugelLambdaCalculus37: where? I quite like the keymap (except for the keyboard)
19:31:02BryanJacobskugel: no, I meant in Rockbox... -_-
19:31:11kugelBryanJacobs: strlcpy.c
19:31:12BryanJacobs"man strlcpy" on this system has nothing
19:31:24BryanJacobsah, firmware/common
19:31:25BryanJacobssorry.
19:31:40 Join Horscht [0] (n=Horscht2@xbmc/user/horscht)
19:32:24kugelstrlcpy is a bsd thing, we just took their version IIRC. standard libc doesn't know that (and thus most linux' also not)
19:34:29kugelJdGordon: thanks for statusbar_position() :)
19:36:18BryanJacobserhm... did codec_mallocbuf change its name to "mallocbuf" at some point in the recent past?
19:36:20 Join stoffel [0] (n=quassel@p57B4E673.dip.t-dialin.net)
19:37:57CIA-61New commit by bertrik (r22500): Meizu M6SP: initial LCD driver (compiles but is untested)
19:38:32AlexPBagder: Is there anywhere I can see the manual build output? It is failing to build on the server (but not for me/others) - I think because it is missing latex-xcolor
19:38:57Bagderah, no that log isn't saved anywhere
19:39:02BagderI should make it so
19:39:29AlexPIn the short term, when you get a second could you install latex-xcolor ?
19:39:40AlexPAnd we will see if that fixes it :)
19:39:44pixelmaAlexP: I really wonder if building on cygwin still works/if there is a package for this.
19:39:53pixelmaI'll try soonish
19:40:28AlexPpixelma: I guess it depends on the latex package - I didn't have to specifically install xcolor on Arch for instance
19:41:13Bagderinstalled!
19:41:28AlexPThanks - I hope they will now build this morning :)
19:41:46pixelmado you have texlive or the (older) tetex package installed?
19:41:58pixelmaanyways, going to try
19:42:03AlexPtexlive - tetex doesn't seem available on Arch
19:42:10pixelmameh
19:42:15 Join JdGordon| [0] (n=Miranda@nat/microsoft/x-mxhaznhryyixncck)
19:42:37LambdaCalculus37kugel: I was expecting the keymap to be closer to the Clip, but perhaps that's just me. :)
19:42:53AlexPpixelma: But GodEater (on Ubuntu) and kugel didn't specifically have to install it either
19:42:56kugelthe clip keymap is bad
19:43:45pixelmathat's my guess why some need the extra package and others don't, and that would mean there could be problems on cygwin (only tetex available last I know).... but we'll see
19:44:27AlexPpixelma: I also had to comment out \include{enumerate} to get it to build with texlive/arch and it still seems to build fine - maybe if a few other people try without we will see if it is still needed. I think enumitem takes over from it
19:44:44AlexPpixelma: I'm pretty sure GodEater only installed the tetex packages as listed on the wiki
19:44:59GodEaterno - I installed texlive first
19:45:13GodEaterbefore you'd told me which ones I really needed
19:45:20AlexPah right
19:45:26AlexPThat could be an issue then
19:45:27GodEaterhow much of a problem is it if the manual doesn't build on cygwin anymore ?
19:45:43pixelmawell, they link to texlive now, you probably only have tetex on a linux system still if you have an old install
19:45:46pixelmaa big
19:45:52pixelmafor me anyways
19:46:00 Join Omlet [0] (n=Omlet05@93.115-240-81.adsl-dyn.isp.belgacom.be)
19:47:05GodEaterpixelma: it's about time you joined the linux family anyway ;)
19:47:08pixelmaat the moment, I already have to work around that though because I've been unable to install tex4ht if I wanted to build a html manual
19:47:19pixelmait's not
19:47:36amiconnBryanJacobs: bmp.h is in apps/recorder/ because historically 'recorder' means "bitmap", as opposed to "charcell"
19:47:59BryanJacobsthat would be very historical indeed
19:48:13AlexPpixelma: xcolor seems to be there: http://cygwin.com/packages/tetex/tetex-3.0.0-3-src
19:48:15amiconnI wouldn't move it one up, I rather think the apps/ subfolders need a bit of cleanup (renaming and moving of stuff)
19:48:34JdGordon|only a bit of a cleanup though... nothing major :p
19:49:31BryanJacobsok, I created a virtual machine and ran the build client on it
19:49:39BryanJacobsbut my score for the last build is zero
19:49:44BryanJacobswhat's up?
19:50:10AlexPpixelma: Also, it should be installable manually if needs be: http://www.ctan.org/tex-archive/macros/latex/contrib/xcolor/
19:50:21BryanJacobsthis VM has NATed internet access and is a relatively high-powered Xeon server
19:50:22AlexPBryanJacobs: The scores start at zero
19:50:31 Join Strife89 [0] (n=michael@168.16.237.214)
19:50:37AlexPIf you haven't built anything yet, it doesn't know how fast you are
19:50:49BryanJacobsAlexP: why didn't I get a build in http://build.rockbox.org/data/22500-clients.html ?
19:51:23AlexPBryanJacobs: Did you get any handed out?
19:51:54pixelmaAlexP: depends, manually installing tex package is of unknown outcome to me - the unicode one was easy, never figured out how to install the tex4ht one
19:52:03BryanJacobsAlexP: how would I know?
19:52:21AlexPBryanJacobs: By looking at the output of the client you are running
19:52:29BryanJacobsand shouldn't I *always* get one handed out? you've got a speculative system
19:52:39BryanJacobsit doesn't make sense not to race the machines against eachother
19:52:41AlexPpixelma: This one looks easy (from the instructions)
19:52:49AlexPBryanJacobs: Talk to zagor
19:53:21BryanJacobsI see a "starting build" message and a "killed build" message
19:53:26BryanJacobsI don't know what the output should look like
19:53:40AlexPSo you did get a build
19:53:56AlexPBut someone else finished it before you, so it was killed
19:53:59kugelBryanJacobs: they do race
19:54:06kugelthat's why your build was killed
19:54:20pixelmaAlexP: ok, stop worrying. Building still works out of the box :)
19:54:28pixelmaat least for me
19:54:29AlexPpixelma: \o/ :)
19:54:45AlexPpixelma: It does look like it is included in the cygwin tetex package
19:54:54BryanJacobshmm, that's odd
19:55:04BryanJacobsthis machine is rather fast...
19:55:05pixelmaand it looks like it should (compared to your example from yesterday)
19:55:21BryanJacobsah well, if it's not needed, I'll take it apart again
19:55:42BryanJacobsI gave it a 2.4Ghz Xeon proc
19:55:55AlexPBryanJacobs: Not sure to be honest - you may want to chat to zagor just to make sure
19:56:39 Join CaptainKirk [0] (n=4845c4d1@gateway/web/cgi-irc/labb.contactor.se/x-gmvvsurjajxtxgug)
19:56:39kugelBryanJacobs: how many cores?
19:56:56kugelyou just joined, so your client is "uncalibrated", give it some commits and you're get better :)
19:57:01BryanJacobskugel: I only gave it one, to start
19:57:31BryanJacobsvirtual machine, so I can devote as much HW as I want
19:58:07kugelthe VM probably slows it down
19:58:45kugelhm, the action timeout in the filetree is HZ/2?
19:59:23JdGordon|yes?
20:00
20:00:15BryanJacobskugel: I kind of doubt that, it's paravirtualized - the overhead I've measured is less than 10%
20:00:51*BryanJacobs is willing to pay 10% of his power to gain 300% ease-of-use
20:00:59kugelJdGordon|: HZ in do_menu(), I thought it would be the same
20:01:25 Quit matsl (Read error: 110 (Connection timed out))
20:01:32 Join matsl [0] (n=matsl@1-1-4-2a.mal.sth.bostream.se)
20:01:50JdGordon|kugel: we need to unify all these to just a block/noblock
20:01:57 Join cfp [0] (n=cfp@abo-79-36-68.mts.modulonet.fr)
20:02:34kugelsending GUI_EVENT_ACTIONUPDATE every tick?
20:02:40JdGordon|NO
20:02:49kugelnoblock is 1 tick
20:02:53JdGordon|back in an hour
20:03:19JdGordon|ok, not block/noblock... add a "UI wait" time which is HZ/2 or something
20:03:30*kugel thinks HZ is a very reasonable amount
20:04:05kugelanyway, I'm going to upload my statusbar patch
20:04:27BryanJacobsapps/codecs/lib/mdct_lookup.c should include stdint.h when !defined(ROCKBOX)
20:04:36BryanJacobscould a dev please patch that?
20:04:48BryanJacobsreally simple fix for newer GCCs
20:08:03CIA-61New commit by alle (r22501): Introduce names for header and row color in the tables so that they are the same throughout the manual and can be changed easily
20:08:46saratogaBryanJacobs: i'll fix that now
20:09:51 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
20:10:04amiconnkugel: It very much depends where it's used. In normal gui stuff HZ/2 is a good value, but sometimes there are reasons for using shorter intervals
20:10:11 Quit Tomers ("ChatZilla 0.9.85 [Firefox 3.5.2/20090729225027]")
20:10:17BryanJacobssaratoga: thanks. I've got vorbis building everything except for replaygain.c, which is complaining about _ctype_ not being defined
20:10:23amiconnAnd the non-blocking read isn't 1 tick - it reads without even yielding
20:10:43bertrikI was under the vague impression that manual updates did not trigger a build, but apparently they do
20:11:32AlexPbertrik: They didn't use to
20:11:40amiconnThey didn't trigger a rebuild in the old build system
20:11:40 Quit CaptainKirk ("CGI:IRC (EOF)")
20:12:07saratogaBryanJacobs: regarding your test code, how hard would it be to define the needed functions in test codec somewhere else so that the code could be compiled as part of the rockbox build system?
20:12:18saratogaor perhaps included in the /utils folder
20:12:26saratogaIMO its useful enough to go into SVN
20:12:50BryanJacobssaratgoa: I just got the whole thing building vorbis *without* pulling in codeclib - all the needed stuff is in test_codec.c
20:13:18saratogayou're still building mdct2.c right?
20:13:18kugelamiconn: ah I mixed something up there
20:13:25BryanJacobsyes, I pulled that in
20:13:30BryanJacobsand all of tremor
20:13:39saratogapulled in how?
20:13:44BryanJacobsas well as ctype and mdct_lookup
20:14:01BryanJacobsby building those files into .o and then linking against them
20:14:12BryanJacobsI didn't have to copy/modify them
20:14:22 Quit Zarggg ()
20:14:44BryanJacobsI don't really understand what you're asking for - do you mean integrating codec-executor/test_codec.c and the real test_codec.c?
20:14:59CIA-61New commit by saratoga (r22502): Add stdint.h to the codeclib when compiled outside of rockbox so that int32_t is typedef'ed.
20:15:11BryanJacobsas things stand you can put the codec-executor in the source tree and it'll build
20:15:57***Saving seen data "./dancer.seen"
20:16:39 Quit Grahack ("Leaving.")
20:18:42BryanJacobsI've posted the changes at FS #10243 but I haven't run them yet
20:18:44LambdaCalculus37kugel: Is there any reason why the Home button on the Fuze can't go into the main menu, like it does on the Clip?
20:19:35kugelbecuase the down button does that, which is more consistent to other targets (such as e200)
20:20:15saratogaBryanJacobs: is ctype needed?
20:36:37DEBUGEOF from server (No route to host) (snapshot: netstuff.c line 545)
20:36:37***Cleanup
20:36:37***Cleanup
20:36:37***Saving seen data "./dancer.seen"
20:36:37***Exit
20:36:39***Started Dancer V4.16
20:36:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:36:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:36:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:36:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:36:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:36:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:36:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:36:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:36:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:36:39***Cleanup
20:36:39***Cleanup
20:36:39***No seen item changed, no save performed.
20:36:39***Exit
20:40:20***Started Dancer V4.16
20:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:40:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:40:20***Cleanup
20:40:20***Cleanup
20:40:20***No seen item changed, no save performed.
20:40:20***Exit
20:44:08***Started Dancer V4.16
20:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:44:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:44:08***Cleanup
20:44:08***Cleanup
20:44:08***No seen item changed, no save performed.
20:44:08***Exit
20:47:50***Started Dancer V4.16
20:47:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:50***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:47:50***Cleanup
20:47:50***Cleanup
20:47:50***No seen item changed, no save performed.
20:47:50***Exit
20:51:32***Started Dancer V4.16
20:51:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:51:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:51:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:51:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:51:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:51:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:51:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:51:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:51:32***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:51:32***Cleanup
20:51:32***Cleanup
20:51:32***No seen item changed, no save performed.
20:51:32***Exit
20:55:14***Started Dancer V4.16
20:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:55:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:55:14***Cleanup
20:55:14***Cleanup
20:55:14***No seen item changed, no save performed.
20:55:14***Exit
20:58:56***Started Dancer V4.16
20:58:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:58:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:58:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:58:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:58:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:58:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:58:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:58:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:58:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:58:56***Cleanup
20:58:56***Cleanup
20:58:56***No seen item changed, no save performed.
20:58:56***Exit
21:00
21:02:38***Started Dancer V4.16
21:02:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:02:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:02:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:02:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:02:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:02:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:02:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:02:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:02:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:02:38***Cleanup
21:02:38***Cleanup
21:02:38***No seen item changed, no save performed.
21:02:38***Exit
21:06:20***Started Dancer V4.16
21:06:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:06:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:06:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:06:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:06:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:06:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:06:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:06:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:06:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:06:20***Cleanup
21:06:20***Cleanup
21:06:20***No seen item changed, no save performed.
21:06:20***Exit
21:10:02***Started Dancer V4.16
21:10:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:10:02***Cleanup
21:10:02***Cleanup
21:10:02***No seen item changed, no save performed.
21:10:02***Exit
21:13:44***Started Dancer V4.16
21:13:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:13:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:13:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:13:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:13:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:13:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:13:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:13:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:13:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:13:44***Cleanup
21:13:44***Cleanup
21:13:44***No seen item changed, no save performed.
21:13:44***Exit
21:17:26***Started Dancer V4.16
21:17:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:17:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:17:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:17:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:17:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:17:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:17:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:17:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:17:26***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:17:26***Cleanup
21:17:26***Cleanup
21:17:26***No seen item changed, no save performed.
21:17:26***Exit
21:21:09***Started Dancer V4.16
21:21:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:21:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:21:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:21:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:21:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:21:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:21:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:21:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:21:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:21:09***Cleanup
21:21:09***Cleanup
21:21:09***No seen item changed, no save performed.
21:21:09***Exit
21:24:51***Started Dancer V4.16
21:24:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:24:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:24:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:24:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:24:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:24:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:24:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:24:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:24:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:24:51***Cleanup
21:24:51***Cleanup
21:24:51***No seen item changed, no save performed.
21:24:51***Exit
21:28:33***Started Dancer V4.16
21:28:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:33***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:28:33***Cleanup
21:28:33***Cleanup
21:28:33***No seen item changed, no save performed.
21:28:33***Exit
21:32:15***Started Dancer V4.16
21:32:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:32:15***Cleanup
21:32:15***Cleanup
21:32:15***No seen item changed, no save performed.
21:32:15***Exit
21:35:57***Started Dancer V4.16
21:35:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:35:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:35:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:35:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:35:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:35:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:35:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:35:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:35:57***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:35:57***Cleanup
21:35:57***Cleanup
21:35:57***No seen item changed, no save performed.
21:35:57***Exit
21:39:39***Started Dancer V4.16
21:39:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:39:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:39:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:39:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:39:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:39:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:39:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:39:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:39:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:39:39***Cleanup
21:39:39***Cleanup
21:39:39***No seen item changed, no save performed.
21:39:39***Exit
21:43:21***Started Dancer V4.16
21:43:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:43:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:43:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:43:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:43:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:43:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:43:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:43:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:43:21***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:43:21***Cleanup
21:43:21***Cleanup
21:43:21***No seen item changed, no save performed.
21:43:21***Exit
21:47:03***Started Dancer V4.16
21:47:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:47:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:47:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:47:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:47:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:47:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:47:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:47:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:47:03***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:47:03***Cleanup
21:47:03***Cleanup
21:47:03***No seen item changed, no save performed.
21:47:03***Exit
21:50:45***Started Dancer V4.16
21:50:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:45***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:50:45***Cleanup
21:50:45***Cleanup
21:50:45***No seen item changed, no save performed.
21:50:45***Exit
21:54:27***Started Dancer V4.16
21:54:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:54:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:54:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:54:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:54:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:54:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:54:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:54:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:54:27***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:54:27***Cleanup
21:54:27***Cleanup
21:54:27***No seen item changed, no save performed.
21:54:27***Exit
21:58:09***Started Dancer V4.16
21:58:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:58:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:58:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:58:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:58:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:58:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:58:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:58:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:58:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:58:09***Cleanup
21:58:09***Cleanup
21:58:09***No seen item changed, no save performed.
21:58:09***Exit
22:00
22:01:51***Started Dancer V4.16
22:01:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:01:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:01:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:01:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:01:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:01:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:01:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:01:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:01:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:01:51***Cleanup
22:01:51***Cleanup
22:01:51***No seen item changed, no save performed.
22:01:51***Exit
22:05:33***Started Dancer V4.16
22:05:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:05:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:05:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:05:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:05:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:05:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:05:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:05:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:05:33***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:05:33***Cleanup
22:05:33***Cleanup
22:05:33***No seen item changed, no save performed.
22:05:33***Exit
22:09:15***Started Dancer V4.16
22:09:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:09:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:09:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:09:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:09:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:09:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:09:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:09:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:09:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:09:15***Cleanup
22:09:15***Cleanup
22:09:15***No seen item changed, no save performed.
22:09:15***Exit
22:12:57***Started Dancer V4.16
22:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:12:57***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:12:57***Cleanup
22:12:57***Cleanup
22:12:57***No seen item changed, no save performed.
22:12:57***Exit
22:16:39***Started Dancer V4.16
22:16:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:16:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:16:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:16:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:16:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:16:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:16:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:16:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:16:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:16:39***Cleanup
22:16:39***Cleanup
22:16:39***No seen item changed, no save performed.
22:16:39***Exit
22:20:21***Started Dancer V4.16
22:20:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:20:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:20:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:20:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:20:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:20:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:20:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:20:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:20:21***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:20:21***Cleanup
22:20:21***Cleanup
22:20:21***No seen item changed, no save performed.
22:20:21***Exit
22:24:03***Started Dancer V4.16
22:24:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:24:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:24:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:24:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:24:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:24:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:24:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:24:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:24:03***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:24:03***Cleanup
22:24:03***Cleanup
22:24:03***No seen item changed, no save performed.
22:24:03***Exit
22:27:46***Started Dancer V4.16
22:27:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:27:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:27:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:27:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:27:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:27:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:27:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:27:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:27:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:27:46***Cleanup
22:27:46***Cleanup
22:27:46***No seen item changed, no save performed.
22:27:46***Exit
22:31:28***Started Dancer V4.16
22:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:31:28***Cleanup
22:31:28***Cleanup
22:31:28***No seen item changed, no save performed.
22:31:28***Exit
22:35:10***Started Dancer V4.16
22:35:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:35:10***Cleanup
22:35:10***Cleanup
22:35:10***No seen item changed, no save performed.
22:35:10***Exit
22:38:52***Started Dancer V4.16
22:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:38:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:38:52***Cleanup
22:38:52***Cleanup
22:38:52***No seen item changed, no save performed.
22:38:52***Exit
22:42:34***Started Dancer V4.16
22:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:42:34***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:42:34***Cleanup
22:42:34***Cleanup
22:42:34***No seen item changed, no save performed.
22:42:34***Exit
22:46:16***Started Dancer V4.16
22:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:46:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:46:16***Cleanup
22:46:16***Cleanup
22:46:16***No seen item changed, no save performed.
22:46:16***Exit
22:49:58***Started Dancer V4.16
22:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:49:58***Cleanup
22:49:58***Cleanup
22:49:58***No seen item changed, no save performed.
22:49:58***Exit
22:53:40***Started Dancer V4.16
22:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:53:40***Cleanup
22:53:40***Cleanup
22:53:40***No seen item changed, no save performed.
22:53:40***Exit
22:57:22***Started Dancer V4.16
22:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:57:22***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:57:22***Cleanup
22:57:22***Cleanup
22:57:22***No seen item changed, no save performed.
22:57:22***Exit
23:00
23:01:04***Started Dancer V4.16
23:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:01:04***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:01:04***Cleanup
23:01:04***Cleanup
23:01:04***No seen item changed, no save performed.
23:01:04***Exit
23:04:46***Started Dancer V4.16
23:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:04:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:04:46***Cleanup
23:04:46***Cleanup
23:04:46***No seen item changed, no save performed.
23:04:46***Exit
23:08:28***Started Dancer V4.16
23:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:08:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:08:28***Cleanup
23:08:28***Cleanup
23:08:28***No seen item changed, no save performed.
23:08:28***Exit
23:12:10***Started Dancer V4.16
23:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:12:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:12:10***Cleanup
23:12:10***Cleanup
23:12:10***No seen item changed, no save performed.
23:12:10***Exit
23:15:52***Started Dancer V4.16
23:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:15:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:15:52***Cleanup
23:15:52***Cleanup
23:15:52***No seen item changed, no save performed.
23:15:52***Exit
23:19:34***Started Dancer V4.16
23:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:19:34***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:19:34***Cleanup
23:19:34***Cleanup
23:19:34***No seen item changed, no save performed.
23:19:34***Exit
23:23:16***Started Dancer V4.16
23:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:23:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:23:16***Cleanup
23:23:16***Cleanup
23:23:16***No seen item changed, no save performed.
23:23:16***Exit
23:26:58***Started Dancer V4.16
23:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:26:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:26:58***Cleanup
23:26:58***Cleanup
23:26:58***No seen item changed, no save performed.
23:26:58***Exit
23:30:41***Started Dancer V4.16
23:30:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:30:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:30:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:30:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:30:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:30:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:30:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:30:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:30:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:30:41***Cleanup
23:30:41***Cleanup
23:30:41***No seen item changed, no save performed.
23:30:41***Exit
23:34:23***Started Dancer V4.16
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:34:23***Cleanup
23:34:23***Cleanup
23:34:23***No seen item changed, no save performed.
23:34:23***Exit
23:38:05***Started Dancer V4.16
23:38:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:05***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:38:05***Cleanup
23:38:05***Cleanup
23:38:05***No seen item changed, no save performed.
23:38:05***Exit
23:41:47***Started Dancer V4.16
23:41:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:41:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:41:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:41:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:41:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:41:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:41:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:41:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:41:47***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:41:47***Cleanup
23:41:47***Cleanup
23:41:47***No seen item changed, no save performed.
23:41:47***Exit
23:45:29***Started Dancer V4.16
23:45:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:45:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:45:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:45:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:45:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:45:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:45:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:45:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:45:29***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:45:29***Cleanup
23:45:29***Cleanup
23:45:29***No seen item changed, no save performed.
23:45:29***Exit
23:49:11***Started Dancer V4.16
23:49:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:49:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:49:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:49:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:49:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:49:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:49:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:49:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:49:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:49:11***Cleanup
23:49:11***Cleanup
23:49:11***No seen item changed, no save performed.
23:49:11***Exit
23:52:53***Started Dancer V4.16
23:52:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:52:53***Cleanup
23:52:53***Cleanup
23:52:53***No seen item changed, no save performed.
23:52:53***Exit
23:56:35***Started Dancer V4.16
23:56:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:35***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:56:35***Cleanup
23:56:35***Cleanup
23:56:35***No seen item changed, no save performed.
23:56:35***Exit
00:00:17***Started Dancer V4.16
00:00:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:00:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:00:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:00:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:00:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:00:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:00:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:00:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:00:17***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:00:17***Cleanup
00:00:17***Cleanup
00:00:17***No seen item changed, no save performed.
00:00:17***Exit
00:03:59***Started Dancer V4.16
00:03:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:03:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:03:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:03:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:03:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:03:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:03:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:03:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:03:59***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:03:59***Cleanup
00:03:59***Cleanup
00:03:59***No seen item changed, no save performed.
00:03:59***Exit
00:07:41***Started Dancer V4.16
00:07:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:07:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:07:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:07:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:07:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:07:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:07:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:07:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:07:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:07:41***Cleanup
00:07:41***Cleanup
00:07:41***No seen item changed, no save performed.
00:07:41***Exit
00:11:23***Started Dancer V4.16
00:11:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:11:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:11:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:11:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:11:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:11:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:11:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:11:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:11:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:11:23***Cleanup
00:11:23***Cleanup
00:11:23***No seen item changed, no save performed.
00:11:23***Exit
00:15:05***Started Dancer V4.16
00:15:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:15:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:15:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:15:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:15:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:15:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:15:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:15:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:15:05***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:15:05***Cleanup
00:15:05***Cleanup
00:15:05***No seen item changed, no save performed.
00:15:05***Exit
00:18:47***Started Dancer V4.16
00:18:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:18:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:18:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:18:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:18:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:18:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:18:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:18:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:18:47***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:18:47***Cleanup
00:18:47***Cleanup
00:18:47***No seen item changed, no save performed.
00:18:47***Exit
00:22:29***Started Dancer V4.16
00:22:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:22:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:22:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:22:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:22:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:22:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:22:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:22:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:22:29***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:22:29***Cleanup
00:22:29***Cleanup
00:22:29***No seen item changed, no save performed.
00:22:29***Exit
00:26:11***Started Dancer V4.16
00:26:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:26:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:26:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:26:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:26:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:26:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:26:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:26:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:26:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:26:11***Cleanup
00:26:11***Cleanup
00:26:11***No seen item changed, no save performed.
00:26:11***Exit
00:29:53***Started Dancer V4.16
00:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:29:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:29:53***Cleanup
00:29:53***Cleanup
00:29:53***No seen item changed, no save performed.
00:29:53***Exit
00:33:35***Started Dancer V4.16
00:33:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:33:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:33:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:33:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:33:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:33:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:33:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:33:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:33:35***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:33:35***Cleanup
00:33:35***Cleanup
00:33:35***No seen item changed, no save performed.
00:33:35***Exit
00:37:24***Started Dancer V4.16
00:37:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:37:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:37:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:37:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:37:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:37:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:37:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:37:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:37:24***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:37:24***Cleanup
00:37:24***Cleanup
00:37:24***No seen item changed, no save performed.
00:37:24***Exit
00:41:05***Started Dancer V4.16
00:41:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:41:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:41:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:41:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:41:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:41:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:41:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:41:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:41:05***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:41:05***Cleanup
00:41:05***Cleanup
00:41:05***No seen item changed, no save performed.
00:41:05***Exit
00:44:53***Started Dancer V4.16
00:44:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:44:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:44:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:44:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:44:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:44:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:44:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:44:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:44:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:44:53***Cleanup
00:44:53***Cleanup
00:44:53***No seen item changed, no save performed.
00:44:53***Exit
00:48:35***Started Dancer V4.16
00:48:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:48:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:48:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:48:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:48:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:48:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:48:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:48:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:48:35***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:48:35***Cleanup
00:48:35***Cleanup
00:48:35***No seen item changed, no save performed.
00:48:35***Exit
00:52:17***Started Dancer V4.16
00:52:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:52:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:52:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:52:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:52:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:52:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:52:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:52:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:52:17***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:52:17***Cleanup
00:52:17***Cleanup
00:52:17***No seen item changed, no save performed.
00:52:17***Exit
00:55:59***Started Dancer V4.16
00:55:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:55:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:55:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:55:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:55:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:55:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:55:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:55:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:55:59***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:55:59***Cleanup
00:55:59***Cleanup
00:55:59***No seen item changed, no save performed.
00:55:59***Exit
00:59:41***Started Dancer V4.16
00:59:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:59:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:59:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:59:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:59:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:59:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:59:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:59:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
00:59:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
00:59:41***Cleanup
00:59:41***Cleanup
00:59:41***No seen item changed, no save performed.
00:59:41***Exit
01:03:23***Started Dancer V4.16
01:03:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:03:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:03:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:03:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:03:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:03:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:03:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:03:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:03:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:03:23***Cleanup
01:03:23***Cleanup
01:03:23***No seen item changed, no save performed.
01:03:23***Exit
01:07:05***Started Dancer V4.16
01:07:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:07:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:07:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:07:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:07:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:07:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:07:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:07:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:07:05***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:07:05***Cleanup
01:07:05***Cleanup
01:07:05***No seen item changed, no save performed.
01:07:05***Exit
01:10:53***Started Dancer V4.16
01:10:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:10:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:10:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:10:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:10:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:10:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:10:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:10:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:10:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:10:53***Cleanup
01:10:53***Cleanup
01:10:53***No seen item changed, no save performed.
01:10:53***Exit
01:14:41***Started Dancer V4.16
01:14:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:14:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:14:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:14:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:14:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:14:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:14:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:14:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:14:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:14:41***Cleanup
01:14:41***Cleanup
01:14:41***No seen item changed, no save performed.
01:14:41***Exit
01:18:23***Started Dancer V4.16
01:18:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:18:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:18:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:18:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:18:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:18:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:18:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:18:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:18:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:18:23***Cleanup
01:18:23***Cleanup
01:18:23***No seen item changed, no save performed.
01:18:23***Exit
01:22:11***Started Dancer V4.16
01:22:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:22:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:22:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:22:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:22:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:22:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:22:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:22:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:22:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:22:11***Cleanup
01:22:11***Cleanup
01:22:11***No seen item changed, no save performed.
01:22:11***Exit
01:25:52***Started Dancer V4.16
01:25:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:25:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:25:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:25:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:25:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:25:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:25:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:25:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:25:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:25:52***Cleanup
01:25:52***Cleanup
01:25:52***No seen item changed, no save performed.
01:25:52***Exit
01:29:40***Started Dancer V4.16
01:29:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:29:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:29:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:29:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:29:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:29:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:29:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:29:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:29:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:29:40***Cleanup
01:29:40***Cleanup
01:29:40***No seen item changed, no save performed.
01:29:40***Exit
01:33:20***Started Dancer V4.16
01:33:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:33:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:33:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:33:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:33:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:33:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:33:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:33:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:33:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:33:20***Cleanup
01:33:20***Cleanup
01:33:20***No seen item changed, no save performed.
01:33:20***Exit
01:37:08***Started Dancer V4.16
01:37:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:37:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:37:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:37:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:37:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:37:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:37:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:37:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:37:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:37:08***Cleanup
01:37:08***Cleanup
01:37:08***No seen item changed, no save performed.
01:37:08***Exit
01:40:50***Started Dancer V4.16
01:40:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:40:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:40:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:40:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:40:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:40:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:40:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:40:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:40:50***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:40:50***Cleanup
01:40:50***Cleanup
01:40:50***No seen item changed, no save performed.
01:40:50***Exit
01:44:32***Started Dancer V4.16
01:44:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:44:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:44:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:44:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:44:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:44:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:44:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:44:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:44:32***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:44:32***Cleanup
01:44:32***Cleanup
01:44:32***No seen item changed, no save performed.
01:44:32***Exit
01:48:14***Started Dancer V4.16
01:48:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:48:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:48:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:48:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:48:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:48:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:48:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:48:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:48:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:48:14***Cleanup
01:48:14***Cleanup
01:48:14***No seen item changed, no save performed.
01:48:14***Exit
01:51:56***Started Dancer V4.16
01:51:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:51:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:51:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:51:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:51:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:51:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:51:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:51:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:51:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:51:56***Cleanup
01:51:56***Cleanup
01:51:56***No seen item changed, no save performed.
01:51:56***Exit
01:55:38***Started Dancer V4.16
01:55:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:55:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:55:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:55:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:55:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:55:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:55:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:55:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:55:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:55:38***Cleanup
01:55:38***Cleanup
01:55:38***No seen item changed, no save performed.
01:55:38***Exit
01:59:20***Started Dancer V4.16
01:59:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:59:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:59:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:59:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:59:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:59:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:59:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:59:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
01:59:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
01:59:20***Cleanup
01:59:20***Cleanup
01:59:20***No seen item changed, no save performed.
01:59:20***Exit
02:03:03***Started Dancer V4.16
02:03:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:03:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:03:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:03:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:03:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:03:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:03:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:03:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:03:03***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:03:03***Cleanup
02:03:03***Cleanup
02:03:03***No seen item changed, no save performed.
02:03:03***Exit
02:06:44***Started Dancer V4.16
02:06:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:06:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:06:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:06:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:06:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:06:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:06:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:06:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:06:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:06:44***Cleanup
02:06:44***Cleanup
02:06:44***No seen item changed, no save performed.
02:06:44***Exit
02:10:26***Started Dancer V4.16
02:10:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:10:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:10:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:10:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:10:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:10:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:10:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:10:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:10:26***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:10:26***Cleanup
02:10:26***Cleanup
02:10:26***No seen item changed, no save performed.
02:10:26***Exit
02:14:08***Started Dancer V4.16
02:14:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:14:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:14:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:14:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:14:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:14:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:14:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:14:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:14:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:14:08***Cleanup
02:14:08***Cleanup
02:14:08***No seen item changed, no save performed.
02:14:08***Exit
02:17:50***Started Dancer V4.16
02:17:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:17:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:17:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:17:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:17:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:17:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:17:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:17:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:17:50***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:17:50***Cleanup
02:17:50***Cleanup
02:17:50***No seen item changed, no save performed.
02:17:50***Exit
02:21:32***Started Dancer V4.16
02:21:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:21:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:21:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:21:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:21:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:21:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:21:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:21:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:21:32***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:21:32***Cleanup
02:21:32***Cleanup
02:21:32***No seen item changed, no save performed.
02:21:32***Exit
02:25:15***Started Dancer V4.16
02:25:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:25:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:25:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:25:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:25:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:25:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:25:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:25:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:25:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:25:15***Cleanup
02:25:15***Cleanup
02:25:15***No seen item changed, no save performed.
02:25:15***Exit
02:28:57***Started Dancer V4.16
02:28:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:28:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:28:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:28:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:28:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:28:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:28:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:28:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:28:57***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:28:57***Cleanup
02:28:57***Cleanup
02:28:57***No seen item changed, no save performed.
02:28:57***Exit
02:32:36***Started Dancer V4.16
02:32:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:32:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:32:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:32:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:32:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:32:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:32:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:32:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:32:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:32:36***Cleanup
02:32:36***Cleanup
02:32:36***No seen item changed, no save performed.
02:32:36***Exit
02:36:24***Started Dancer V4.16
02:36:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:36:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:36:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:36:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:36:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:36:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:36:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:36:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:36:24***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:36:24***Cleanup
02:36:24***Cleanup
02:36:24***No seen item changed, no save performed.
02:36:24***Exit
02:40:06***Started Dancer V4.16
02:40:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:40:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:40:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:40:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:40:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:40:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:40:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:40:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:40:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:40:06***Cleanup
02:40:06***Cleanup
02:40:06***No seen item changed, no save performed.
02:40:06***Exit
02:43:48***Started Dancer V4.16
02:43:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:43:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:43:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:43:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:43:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:43:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:43:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:43:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:43:48***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:43:48***Cleanup
02:43:48***Cleanup
02:43:48***No seen item changed, no save performed.
02:43:48***Exit
02:47:30***Started Dancer V4.16
02:47:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:47:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:47:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:47:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:47:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:47:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:47:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:47:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:47:30***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:47:30***Cleanup
02:47:30***Cleanup
02:47:30***No seen item changed, no save performed.
02:47:30***Exit
02:51:12***Started Dancer V4.16
02:51:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:51:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:51:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:51:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:51:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:51:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:51:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:51:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:51:12***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:51:12***Cleanup
02:51:12***Cleanup
02:51:12***No seen item changed, no save performed.
02:51:12***Exit
02:54:54***Started Dancer V4.16
02:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:54:54***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:54:54***Cleanup
02:54:54***Cleanup
02:54:54***No seen item changed, no save performed.
02:54:54***Exit
02:58:36***Started Dancer V4.16
02:58:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:58:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:58:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:58:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:58:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:58:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:58:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:58:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
02:58:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
02:58:36***Cleanup
02:58:36***Cleanup
02:58:36***No seen item changed, no save performed.
02:58:36***Exit
03:02:24***Started Dancer V4.16
03:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:02:24***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:02:24***Cleanup
03:02:24***Cleanup
03:02:24***No seen item changed, no save performed.
03:02:24***Exit
03:06:06***Started Dancer V4.16
03:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:06:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:06:06***Cleanup
03:06:06***Cleanup
03:06:06***No seen item changed, no save performed.
03:06:06***Exit
03:09:54***Started Dancer V4.16
03:09:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:09:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:09:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:09:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:09:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:09:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:09:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:09:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:09:54***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:09:54***Cleanup
03:09:54***Cleanup
03:09:54***No seen item changed, no save performed.
03:09:54***Exit
03:13:36***Started Dancer V4.16
03:13:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:13:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:13:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:13:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:13:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:13:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:13:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:13:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:13:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:13:36***Cleanup
03:13:36***Cleanup
03:13:36***No seen item changed, no save performed.
03:13:36***Exit
03:17:19***Started Dancer V4.16
03:17:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:17:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:17:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:17:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:17:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:17:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:17:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:17:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:17:19***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:17:19***Cleanup
03:17:19***Cleanup
03:17:19***No seen item changed, no save performed.
03:17:19***Exit
03:21:01***Started Dancer V4.16
03:21:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:21:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:21:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:21:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:21:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:21:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:21:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:21:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:21:01***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:21:01***Cleanup
03:21:01***Cleanup
03:21:01***No seen item changed, no save performed.
03:21:01***Exit
03:24:43***Started Dancer V4.16
03:24:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:24:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:24:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:24:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:24:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:24:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:24:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:24:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:24:43***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:24:43***Cleanup
03:24:43***Cleanup
03:24:43***No seen item changed, no save performed.
03:24:43***Exit
03:28:25***Started Dancer V4.16
03:28:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:28:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:28:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:28:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:28:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:28:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:28:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:28:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:28:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:28:25***Cleanup
03:28:25***Cleanup
03:28:25***No seen item changed, no save performed.
03:28:25***Exit
03:32:07***Started Dancer V4.16
03:32:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:32:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:32:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:32:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:32:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:32:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:32:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:32:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:32:07***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:32:07***Cleanup
03:32:07***Cleanup
03:32:07***No seen item changed, no save performed.
03:32:07***Exit
03:35:49***Started Dancer V4.16
03:35:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:35:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:35:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:35:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:35:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:35:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:35:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:35:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:35:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:35:49***Cleanup
03:35:49***Cleanup
03:35:49***No seen item changed, no save performed.
03:35:49***Exit
03:39:31***Started Dancer V4.16
03:39:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:39:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:39:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:39:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:39:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:39:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:39:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:39:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:39:31***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:39:31***Cleanup
03:39:31***Cleanup
03:39:31***No seen item changed, no save performed.
03:39:31***Exit
03:43:13***Started Dancer V4.16
03:43:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:43:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:43:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:43:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:43:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:43:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:43:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:43:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:43:13***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:43:13***Cleanup
03:43:13***Cleanup
03:43:13***No seen item changed, no save performed.
03:43:13***Exit
03:46:55***Started Dancer V4.16
03:46:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:46:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:46:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:46:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:46:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:46:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:46:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:46:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:46:55***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:46:55***Cleanup
03:46:55***Cleanup
03:46:55***No seen item changed, no save performed.
03:46:55***Exit
03:50:38***Started Dancer V4.16
03:50:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:50:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:50:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:50:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:50:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:50:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:50:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:50:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:50:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:50:38***Cleanup
03:50:38***Cleanup
03:50:38***No seen item changed, no save performed.
03:50:38***Exit
03:54:20***Started Dancer V4.16
03:54:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:54:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:54:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:54:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:54:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:54:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:54:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:54:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:54:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:54:20***Cleanup
03:54:20***Cleanup
03:54:20***No seen item changed, no save performed.
03:54:20***Exit
03:58:08***Started Dancer V4.16
03:58:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:58:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:58:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:58:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:58:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:58:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:58:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:58:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
03:58:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
03:58:08***Cleanup
03:58:08***Cleanup
03:58:08***No seen item changed, no save performed.
03:58:08***Exit
04:01:49***Started Dancer V4.16
04:01:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:01:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:01:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:01:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:01:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:01:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:01:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:01:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:01:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:01:49***Cleanup
04:01:49***Cleanup
04:01:49***No seen item changed, no save performed.
04:01:49***Exit
04:05:37***Started Dancer V4.16
04:05:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:05:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:05:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:05:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:05:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:05:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:05:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:05:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:05:37***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:05:37***Cleanup
04:05:37***Cleanup
04:05:37***No seen item changed, no save performed.
04:05:37***Exit
04:09:19***Started Dancer V4.16
04:09:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:09:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:09:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:09:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:09:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:09:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:09:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:09:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:09:19***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:09:19***Cleanup
04:09:19***Cleanup
04:09:19***No seen item changed, no save performed.
04:09:19***Exit
04:13:01***Started Dancer V4.16
04:13:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:13:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:13:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:13:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:13:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:13:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:13:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:13:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:13:01***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:13:01***Cleanup
04:13:01***Cleanup
04:13:01***No seen item changed, no save performed.
04:13:01***Exit
04:16:43***Started Dancer V4.16
04:16:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:16:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:16:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:16:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:16:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:16:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:16:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:16:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:16:43***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:16:43***Cleanup
04:16:43***Cleanup
04:16:43***No seen item changed, no save performed.
04:16:43***Exit
04:20:25***Started Dancer V4.16
04:20:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:20:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:20:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:20:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:20:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:20:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:20:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:20:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:20:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:20:25***Cleanup
04:20:25***Cleanup
04:20:25***No seen item changed, no save performed.
04:20:25***Exit
04:24:07***Started Dancer V4.16
04:24:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:24:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:24:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:24:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:24:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:24:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:24:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:24:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:24:07***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:24:07***Cleanup
04:24:07***Cleanup
04:24:07***No seen item changed, no save performed.
04:24:07***Exit
04:27:49***Started Dancer V4.16
04:27:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:27:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:27:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:27:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:27:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:27:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:27:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:27:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:27:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:27:49***Cleanup
04:27:49***Cleanup
04:27:49***No seen item changed, no save performed.
04:27:49***Exit
04:31:31***Started Dancer V4.16
04:31:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:31:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:31:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:31:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:31:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:31:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:31:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:31:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:31:31***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:31:31***Cleanup
04:31:31***Cleanup
04:31:31***No seen item changed, no save performed.
04:31:31***Exit
04:35:14***Started Dancer V4.16
04:35:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:35:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:35:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:35:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:35:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:35:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:35:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:35:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:35:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:35:14***Cleanup
04:35:14***Cleanup
04:35:14***No seen item changed, no save performed.
04:35:14***Exit
04:38:56***Started Dancer V4.16
04:38:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:38:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:38:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:38:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:38:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:38:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:38:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:38:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:38:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:38:56***Cleanup
04:38:56***Cleanup
04:38:56***No seen item changed, no save performed.
04:38:56***Exit
04:42:38***Started Dancer V4.16
04:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:42:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:42:38***Cleanup
04:42:38***Cleanup
04:42:38***No seen item changed, no save performed.
04:42:38***Exit
04:46:20***Started Dancer V4.16
04:46:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:46:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:46:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:46:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:46:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:46:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:46:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:46:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:46:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:46:20***Cleanup
04:46:20***Cleanup
04:46:20***No seen item changed, no save performed.
04:46:20***Exit
04:50:02***Started Dancer V4.16
04:50:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:50:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:50:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:50:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:50:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:50:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:50:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:50:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:50:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:50:02***Cleanup
04:50:02***Cleanup
04:50:02***No seen item changed, no save performed.
04:50:02***Exit
04:53:44***Started Dancer V4.16
04:53:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:53:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:53:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:53:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:53:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:53:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:53:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:53:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:53:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:53:44***Cleanup
04:53:44***Cleanup
04:53:44***No seen item changed, no save performed.
04:53:44***Exit
04:57:26***Started Dancer V4.16
04:57:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:57:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:57:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:57:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:57:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:57:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:57:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:57:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
04:57:26***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
04:57:26***Cleanup
04:57:26***Cleanup
04:57:26***No seen item changed, no save performed.
04:57:26***Exit
05:01:08***Started Dancer V4.16
05:01:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:01:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:01:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:01:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:01:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:01:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:01:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:01:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:01:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:01:08***Cleanup
05:01:08***Cleanup
05:01:08***No seen item changed, no save performed.
05:01:08***Exit
05:04:50***Started Dancer V4.16
05:04:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:04:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:04:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:04:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:04:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:04:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:04:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:04:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:04:50***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:04:50***Cleanup
05:04:50***Cleanup
05:04:50***No seen item changed, no save performed.
05:04:50***Exit
05:08:32***Started Dancer V4.16
05:08:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:08:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:08:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:08:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:08:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:08:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:08:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:08:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:08:32***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:08:32***Cleanup
05:08:32***Cleanup
05:08:32***No seen item changed, no save performed.
05:08:32***Exit
05:12:14***Started Dancer V4.16
05:12:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:12:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:12:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:12:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:12:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:12:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:12:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:12:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:12:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:12:14***Cleanup
05:12:14***Cleanup
05:12:14***No seen item changed, no save performed.
05:12:14***Exit
05:15:56***Started Dancer V4.16
05:15:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:15:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:15:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:15:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:15:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:15:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:15:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:15:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:15:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:15:56***Cleanup
05:15:56***Cleanup
05:15:56***No seen item changed, no save performed.
05:15:56***Exit
05:19:38***Started Dancer V4.16
05:19:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:19:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:19:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:19:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:19:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:19:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:19:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:19:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:19:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:19:38***Cleanup
05:19:38***Cleanup
05:19:38***No seen item changed, no save performed.
05:19:38***Exit
05:23:20***Started Dancer V4.16
05:23:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:23:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:23:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:23:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:23:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:23:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:23:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:23:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:23:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:23:20***Cleanup
05:23:20***Cleanup
05:23:20***No seen item changed, no save performed.
05:23:20***Exit
05:27:02***Started Dancer V4.16
05:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:27:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:27:02***Cleanup
05:27:02***Cleanup
05:27:02***No seen item changed, no save performed.
05:27:02***Exit
05:30:45***Started Dancer V4.16
05:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:30:45***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:30:45***Cleanup
05:30:45***Cleanup
05:30:45***No seen item changed, no save performed.
05:30:45***Exit
05:34:27***Started Dancer V4.16
05:34:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:34:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:34:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:34:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:34:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:34:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:34:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:34:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:34:27***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:34:27***Cleanup
05:34:27***Cleanup
05:34:27***No seen item changed, no save performed.
05:34:27***Exit
05:38:09***Started Dancer V4.16
05:38:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:38:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:38:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:38:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:38:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:38:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:38:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:38:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:38:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:38:09***Cleanup
05:38:09***Cleanup
05:38:09***No seen item changed, no save performed.
05:38:09***Exit
05:41:52***Started Dancer V4.16
05:41:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:41:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:41:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:41:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:41:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:41:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:41:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:41:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:41:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:41:52***Cleanup
05:41:52***Cleanup
05:41:52***No seen item changed, no save performed.
05:41:52***Exit
05:45:34***Started Dancer V4.16
05:45:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:45:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:45:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:45:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:45:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:45:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:45:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:45:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:45:34***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:45:34***Cleanup
05:45:34***Cleanup
05:45:34***No seen item changed, no save performed.
05:45:34***Exit
05:49:16***Started Dancer V4.16
05:49:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:49:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:49:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:49:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:49:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:49:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:49:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:49:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:49:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:49:16***Cleanup
05:49:16***Cleanup
05:49:16***No seen item changed, no save performed.
05:49:16***Exit
05:52:58***Started Dancer V4.16
05:52:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:52:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:52:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:52:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:52:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:52:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:52:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:52:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:52:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:52:58***Cleanup
05:52:58***Cleanup
05:52:58***No seen item changed, no save performed.
05:52:58***Exit
05:56:40***Started Dancer V4.16
05:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
05:56:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
05:56:40***Cleanup
05:56:40***Cleanup
05:56:40***No seen item changed, no save performed.
05:56:40***Exit
06:00:22***Started Dancer V4.16
06:00:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:00:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:00:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:00:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:00:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:00:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:00:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:00:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:00:22***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:00:22***Cleanup
06:00:22***Cleanup
06:00:22***No seen item changed, no save performed.
06:00:22***Exit
06:04:04***Started Dancer V4.16
06:04:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:04:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:04:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:04:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:04:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:04:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:04:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:04:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:04:04***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:04:04***Cleanup
06:04:04***Cleanup
06:04:04***No seen item changed, no save performed.
06:04:04***Exit
06:07:46***Started Dancer V4.16
06:07:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:07:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:07:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:07:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:07:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:07:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:07:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:07:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:07:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:07:46***Cleanup
06:07:46***Cleanup
06:07:46***No seen item changed, no save performed.
06:07:46***Exit
06:11:28***Started Dancer V4.16
06:11:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:11:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:11:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:11:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:11:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:11:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:11:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:11:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:11:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:11:28***Cleanup
06:11:28***Cleanup
06:11:28***No seen item changed, no save performed.
06:11:28***Exit
06:15:07***Started Dancer V4.16
06:15:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:15:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:15:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:15:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:15:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:15:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:15:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:15:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:15:07***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:15:07***Cleanup
06:15:07***Cleanup
06:15:07***No seen item changed, no save performed.
06:15:07***Exit
06:18:56***Started Dancer V4.16
06:18:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:18:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:18:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:18:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:18:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:18:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:18:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:18:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:18:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:18:56***Cleanup
06:18:56***Cleanup
06:18:56***No seen item changed, no save performed.
06:18:56***Exit
06:22:38***Started Dancer V4.16
06:22:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:22:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:22:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:22:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:22:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:22:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:22:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:22:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:22:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:22:38***Cleanup
06:22:38***Cleanup
06:22:38***No seen item changed, no save performed.
06:22:38***Exit
06:26:20***Started Dancer V4.16
06:26:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:26:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:26:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:26:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:26:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:26:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:26:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:26:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:26:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:26:20***Cleanup
06:26:20***Cleanup
06:26:20***No seen item changed, no save performed.
06:26:20***Exit
06:30:02***Started Dancer V4.16
06:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:30:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:30:02***Cleanup
06:30:02***Cleanup
06:30:02***No seen item changed, no save performed.
06:30:02***Exit
06:33:44***Started Dancer V4.16
06:33:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:33:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:33:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:33:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:33:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:33:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:33:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:33:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:33:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:33:44***Cleanup
06:33:44***Cleanup
06:33:44***No seen item changed, no save performed.
06:33:44***Exit
06:37:32***Started Dancer V4.16
06:37:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:37:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:37:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:37:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:37:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:37:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:37:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:37:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:37:32***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:37:32***Cleanup
06:37:32***Cleanup
06:37:32***No seen item changed, no save performed.
06:37:32***Exit
06:41:14***Started Dancer V4.16
06:41:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:41:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:41:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:41:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:41:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:41:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:41:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:41:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:41:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:41:14***Cleanup
06:41:14***Cleanup
06:41:14***No seen item changed, no save performed.
06:41:14***Exit
06:45:02***Started Dancer V4.16
06:45:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:45:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:45:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:45:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:45:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:45:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:45:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:45:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:45:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:45:02***Cleanup
06:45:02***Cleanup
06:45:02***No seen item changed, no save performed.
06:45:02***Exit
06:48:44***Started Dancer V4.16
06:48:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:48:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:48:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:48:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:48:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:48:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:48:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:48:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:48:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:48:44***Cleanup
06:48:44***Cleanup
06:48:44***No seen item changed, no save performed.
06:48:44***Exit
06:52:26***Started Dancer V4.16
06:52:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:52:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:52:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:52:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:52:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:52:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:52:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:52:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:52:26***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:52:26***Cleanup
06:52:26***Cleanup
06:52:26***No seen item changed, no save performed.
06:52:26***Exit
06:56:08***Started Dancer V4.16
06:56:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:56:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:56:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:56:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:56:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:56:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:56:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:56:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:56:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:56:08***Cleanup
06:56:08***Cleanup
06:56:08***No seen item changed, no save performed.
06:56:08***Exit
06:59:50***Started Dancer V4.16
06:59:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:59:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:59:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:59:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:59:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:59:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:59:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:59:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
06:59:50***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
06:59:50***Cleanup
06:59:50***Cleanup
06:59:50***No seen item changed, no save performed.
06:59:50***Exit
07:03:38***Started Dancer V4.16
07:03:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:03:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:03:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:03:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:03:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:03:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:03:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:03:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:03:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:03:38***Cleanup
07:03:38***Cleanup
07:03:38***No seen item changed, no save performed.
07:03:38***Exit
07:07:19***Started Dancer V4.16
07:07:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:07:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:07:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:07:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:07:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:07:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:07:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:07:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:07:19***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:07:19***Cleanup
07:07:19***Cleanup
07:07:19***No seen item changed, no save performed.
07:07:19***Exit
07:11:07***Started Dancer V4.16
07:11:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:11:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:11:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:11:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:11:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:11:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:11:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:11:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:11:07***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:11:07***Cleanup
07:11:07***Cleanup
07:11:07***No seen item changed, no save performed.
07:11:07***Exit
07:14:49***Started Dancer V4.16
07:14:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:14:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:14:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:14:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:14:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:14:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:14:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:14:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:14:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:14:49***Cleanup
07:14:49***Cleanup
07:14:49***No seen item changed, no save performed.
07:14:49***Exit
07:18:31***Started Dancer V4.16
07:18:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:18:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:18:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:18:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:18:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:18:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:18:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:18:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:18:31***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:18:31***Cleanup
07:18:31***Cleanup
07:18:31***No seen item changed, no save performed.
07:18:31***Exit
07:22:19***Started Dancer V4.16
07:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:22:19***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:22:19***Cleanup
07:22:19***Cleanup
07:22:19***No seen item changed, no save performed.
07:22:19***Exit
07:26:00***Started Dancer V4.16
07:26:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:26:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:26:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:26:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:26:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:26:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:26:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:26:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:26:00***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:26:00***Cleanup
07:26:00***Cleanup
07:26:00***No seen item changed, no save performed.
07:26:00***Exit
07:29:49***Started Dancer V4.16
07:29:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:29:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:29:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:29:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:29:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:29:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:29:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:29:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:29:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:29:49***Cleanup
07:29:49***Cleanup
07:29:49***No seen item changed, no save performed.
07:29:49***Exit
07:33:31***Started Dancer V4.16
07:33:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:33:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:33:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:33:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:33:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:33:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:33:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:33:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:33:31***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:33:31***Cleanup
07:33:31***Cleanup
07:33:31***No seen item changed, no save performed.
07:33:31***Exit
07:37:13***Started Dancer V4.16
07:37:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:37:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:37:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:37:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:37:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:37:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:37:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:37:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:37:13***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:37:13***Cleanup
07:37:13***Cleanup
07:37:13***No seen item changed, no save performed.
07:37:13***Exit
07:40:55***Started Dancer V4.16
07:40:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:40:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:40:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:40:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:40:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:40:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:40:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:40:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:40:55***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:40:55***Cleanup
07:40:55***Cleanup
07:40:55***No seen item changed, no save performed.
07:40:55***Exit
07:44:37***Started Dancer V4.16
07:44:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:44:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:44:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:44:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:44:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:44:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:44:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:44:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:44:37***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:44:37***Cleanup
07:44:37***Cleanup
07:44:37***No seen item changed, no save performed.
07:44:37***Exit
07:48:19***Started Dancer V4.16
07:48:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:48:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:48:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:48:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:48:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:48:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:48:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:48:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:48:19***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:48:19***Cleanup
07:48:19***Cleanup
07:48:19***No seen item changed, no save performed.
07:48:19***Exit
07:52:01***Started Dancer V4.16
07:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:52:01***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:52:01***Cleanup
07:52:01***Cleanup
07:52:01***No seen item changed, no save performed.
07:52:01***Exit
07:55:43***Started Dancer V4.16
07:55:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:55:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:55:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:55:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:55:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:55:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:55:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:55:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:55:43***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:55:43***Cleanup
07:55:43***Cleanup
07:55:43***No seen item changed, no save performed.
07:55:43***Exit
07:59:25***Started Dancer V4.16
07:59:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:59:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:59:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:59:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:59:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:59:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:59:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:59:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
07:59:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
07:59:25***Cleanup
07:59:25***Cleanup
07:59:25***No seen item changed, no save performed.
07:59:25***Exit
08:03:07***Started Dancer V4.16
08:03:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:03:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:03:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:03:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:03:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:03:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:03:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:03:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:03:07***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:03:07***Cleanup
08:03:07***Cleanup
08:03:07***No seen item changed, no save performed.
08:03:07***Exit
08:06:49***Started Dancer V4.16
08:06:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:06:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:06:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:06:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:06:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:06:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:06:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:06:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:06:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:06:49***Cleanup
08:06:49***Cleanup
08:06:49***No seen item changed, no save performed.
08:06:49***Exit
08:10:28***Started Dancer V4.16
08:10:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:10:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:10:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:10:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:10:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:10:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:10:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:10:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:10:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:10:28***Cleanup
08:10:28***Cleanup
08:10:28***No seen item changed, no save performed.
08:10:28***Exit
08:14:12***Started Dancer V4.16
08:14:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:14:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:14:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:14:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:14:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:14:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:14:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:14:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:14:12***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:14:12***Cleanup
08:14:12***Cleanup
08:14:12***No seen item changed, no save performed.
08:14:12***Exit
08:17:53***Started Dancer V4.16
08:17:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:17:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:17:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:17:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:17:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:17:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:17:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:17:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:17:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:17:53***Cleanup
08:17:53***Cleanup
08:17:53***No seen item changed, no save performed.
08:17:53***Exit
08:21:41***Started Dancer V4.16
08:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:21:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:21:41***Cleanup
08:21:41***Cleanup
08:21:41***No seen item changed, no save performed.
08:21:41***Exit
08:25:23***Started Dancer V4.16
08:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:25:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:25:23***Cleanup
08:25:23***Cleanup
08:25:23***No seen item changed, no save performed.
08:25:23***Exit
08:29:06***Started Dancer V4.16
08:29:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:29:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:29:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:29:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:29:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:29:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:29:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:29:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:29:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:29:06***Cleanup
08:29:06***Cleanup
08:29:06***No seen item changed, no save performed.
08:29:06***Exit
08:32:48***Started Dancer V4.16
08:32:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:32:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:32:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:32:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:32:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:32:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:32:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:32:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:32:48***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:32:48***Cleanup
08:32:48***Cleanup
08:32:48***No seen item changed, no save performed.
08:32:48***Exit
08:36:30***Started Dancer V4.16
08:36:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:36:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:36:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:36:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:36:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:36:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:36:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:36:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:36:30***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:36:30***Cleanup
08:36:30***Cleanup
08:36:30***No seen item changed, no save performed.
08:36:30***Exit
08:40:12***Started Dancer V4.16
08:40:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:40:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:40:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:40:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:40:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:40:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:40:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:40:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:40:12***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:40:12***Cleanup
08:40:12***Cleanup
08:40:12***No seen item changed, no save performed.
08:40:12***Exit
08:43:54***Started Dancer V4.16
08:43:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:43:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:43:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:43:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:43:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:43:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:43:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:43:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:43:54***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:43:54***Cleanup
08:43:54***Cleanup
08:43:54***No seen item changed, no save performed.
08:43:54***Exit
08:47:36***Started Dancer V4.16
08:47:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:47:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:47:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:47:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:47:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:47:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:47:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:47:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:47:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:47:36***Cleanup
08:47:36***Cleanup
08:47:36***No seen item changed, no save performed.
08:47:36***Exit
08:51:18***Started Dancer V4.16
08:51:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:51:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:51:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:51:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:51:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:51:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:51:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:51:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:51:18***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:51:18***Cleanup
08:51:18***Cleanup
08:51:18***No seen item changed, no save performed.
08:51:18***Exit
08:55:00***Started Dancer V4.16
08:55:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:55:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:55:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:55:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:55:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:55:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:55:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:55:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:55:00***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:55:00***Cleanup
08:55:00***Cleanup
08:55:00***No seen item changed, no save performed.
08:55:00***Exit
08:58:42***Started Dancer V4.16
08:58:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:58:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:58:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:58:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:58:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:58:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:58:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:58:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
08:58:42***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
08:58:42***Cleanup
08:58:42***Cleanup
08:58:42***No seen item changed, no save performed.
08:58:42***Exit
09:02:24***Started Dancer V4.16
09:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:02:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:02:24***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:02:24***Cleanup
09:02:24***Cleanup
09:02:24***No seen item changed, no save performed.
09:02:24***Exit
09:06:06***Started Dancer V4.16
09:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:06:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:06:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:06:06***Cleanup
09:06:06***Cleanup
09:06:06***No seen item changed, no save performed.
09:06:06***Exit
09:09:48***Started Dancer V4.16
09:09:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:09:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:09:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:09:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:09:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:09:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:09:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:09:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:09:48***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:09:48***Cleanup
09:09:48***Cleanup
09:09:48***No seen item changed, no save performed.
09:09:48***Exit
09:13:30***Started Dancer V4.16
09:13:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:13:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:13:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:13:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:13:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:13:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:13:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:13:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:13:30***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:13:30***Cleanup
09:13:30***Cleanup
09:13:30***No seen item changed, no save performed.
09:13:30***Exit
09:17:12***Started Dancer V4.16
09:17:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:17:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:17:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:17:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:17:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:17:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:17:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:17:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:17:12***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:17:12***Cleanup
09:17:12***Cleanup
09:17:12***No seen item changed, no save performed.
09:17:12***Exit
09:20:54***Started Dancer V4.16
09:20:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:20:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:20:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:20:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:20:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:20:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:20:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:20:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:20:54***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:20:54***Cleanup
09:20:54***Cleanup
09:20:54***No seen item changed, no save performed.
09:20:54***Exit
09:24:36***Started Dancer V4.16
09:24:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:24:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:24:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:24:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:24:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:24:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:24:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:24:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:24:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:24:36***Cleanup
09:24:36***Cleanup
09:24:36***No seen item changed, no save performed.
09:24:36***Exit
09:28:15***Started Dancer V4.16
09:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:28:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:28:15***Cleanup
09:28:15***Cleanup
09:28:15***No seen item changed, no save performed.
09:28:15***Exit
09:32:03***Started Dancer V4.16
09:32:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:32:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:32:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:32:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:32:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:32:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:32:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:32:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:32:03***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:32:03***Cleanup
09:32:03***Cleanup
09:32:03***No seen item changed, no save performed.
09:32:03***Exit
09:35:46***Started Dancer V4.16
09:35:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:35:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:35:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:35:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:35:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:35:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:35:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:35:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:35:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:35:46***Cleanup
09:35:46***Cleanup
09:35:46***No seen item changed, no save performed.
09:35:46***Exit
09:39:28***Started Dancer V4.16
09:39:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:39:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:39:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:39:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:39:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:39:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:39:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:39:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:39:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:39:28***Cleanup
09:39:28***Cleanup
09:39:28***No seen item changed, no save performed.
09:39:28***Exit
09:43:10***Started Dancer V4.16
09:43:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:43:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:43:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:43:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:43:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:43:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:43:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:43:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:43:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:43:10***Cleanup
09:43:10***Cleanup
09:43:10***No seen item changed, no save performed.
09:43:10***Exit
09:46:52***Started Dancer V4.16
09:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:46:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:46:52***Cleanup
09:46:52***Cleanup
09:46:52***No seen item changed, no save performed.
09:46:52***Exit
09:50:34***Started Dancer V4.16
09:50:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:50:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:50:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:50:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:50:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:50:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:50:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:50:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:50:34***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:50:34***Cleanup
09:50:34***Cleanup
09:50:34***No seen item changed, no save performed.
09:50:34***Exit
09:54:16***Started Dancer V4.16
09:54:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:54:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:54:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:54:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:54:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:54:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:54:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:54:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:54:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:54:16***Cleanup
09:54:16***Cleanup
09:54:16***No seen item changed, no save performed.
09:54:16***Exit
09:57:58***Started Dancer V4.16
09:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
09:57:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
09:57:58***Cleanup
09:57:58***Cleanup
09:57:58***No seen item changed, no save performed.
09:57:58***Exit
10:01:40***Started Dancer V4.16
10:01:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:01:40***Cleanup
10:01:40***Cleanup
10:01:40***No seen item changed, no save performed.
10:01:40***Exit
10:05:22***Started Dancer V4.16
10:05:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:05:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:05:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:05:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:05:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:05:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:05:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:05:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:05:22***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:05:22***Cleanup
10:05:22***Cleanup
10:05:22***No seen item changed, no save performed.
10:05:22***Exit
10:09:04***Started Dancer V4.16
10:09:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:09:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:09:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:09:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:09:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:09:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:09:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:09:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:09:04***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:09:04***Cleanup
10:09:04***Cleanup
10:09:04***No seen item changed, no save performed.
10:09:04***Exit
10:12:46***Started Dancer V4.16
10:12:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:12:46***Cleanup
10:12:46***Cleanup
10:12:46***No seen item changed, no save performed.
10:12:46***Exit
10:16:28***Started Dancer V4.16
10:16:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:16:28***Cleanup
10:16:28***Cleanup
10:16:28***No seen item changed, no save performed.
10:16:28***Exit
10:20:10***Started Dancer V4.16
10:20:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:20:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:20:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:20:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:20:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:20:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:20:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:20:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:20:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:20:10***Cleanup
10:20:10***Cleanup
10:20:10***No seen item changed, no save performed.
10:20:10***Exit
10:23:58***Started Dancer V4.16
10:23:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:23:58***Cleanup
10:23:58***Cleanup
10:23:58***No seen item changed, no save performed.
10:23:58***Exit
10:27:39***Started Dancer V4.16
10:27:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:27:39***Cleanup
10:27:39***Cleanup
10:27:39***No seen item changed, no save performed.
10:27:39***Exit
10:31:27***Started Dancer V4.16
10:31:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:31:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:31:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:31:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:31:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:31:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:31:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:31:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:31:27***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:31:27***Cleanup
10:31:27***Cleanup
10:31:27***No seen item changed, no save performed.
10:31:27***Exit
10:35:09***Started Dancer V4.16
10:35:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:35:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:35:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:35:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:35:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:35:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:35:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:35:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:35:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:35:09***Cleanup
10:35:09***Cleanup
10:35:09***No seen item changed, no save performed.
10:35:09***Exit
10:38:52***Started Dancer V4.16
10:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:38:52***Cleanup
10:38:52***Cleanup
10:38:52***No seen item changed, no save performed.
10:38:52***Exit
10:42:34***Started Dancer V4.16
10:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:42:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:42:34***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:42:34***Cleanup
10:42:34***Cleanup
10:42:34***No seen item changed, no save performed.
10:42:34***Exit
10:46:16***Started Dancer V4.16
10:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:46:16***Cleanup
10:46:16***Cleanup
10:46:16***No seen item changed, no save performed.
10:46:16***Exit
10:49:58***Started Dancer V4.16
10:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:49:58***Cleanup
10:49:58***Cleanup
10:49:58***No seen item changed, no save performed.
10:49:58***Exit
10:53:40***Started Dancer V4.16
10:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:53:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:53:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:53:40***Cleanup
10:53:40***Cleanup
10:53:40***No seen item changed, no save performed.
10:53:40***Exit
10:57:22***Started Dancer V4.16
10:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:22***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:57:22***Cleanup
10:57:22***Cleanup
10:57:22***No seen item changed, no save performed.
10:57:22***Exit
11:01:04***Started Dancer V4.16
11:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:01:04***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:01:04***Cleanup
11:01:04***Cleanup
11:01:04***No seen item changed, no save performed.
11:01:04***Exit
11:04:46***Started Dancer V4.16
11:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:04:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:04:46***Cleanup
11:04:46***Cleanup
11:04:46***No seen item changed, no save performed.
11:04:46***Exit
11:08:28***Started Dancer V4.16
11:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:08:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:08:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:08:28***Cleanup
11:08:28***Cleanup
11:08:28***No seen item changed, no save performed.
11:08:28***Exit
11:12:10***Started Dancer V4.16
11:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:12:10***Cleanup
11:12:10***Cleanup
11:12:10***No seen item changed, no save performed.
11:12:10***Exit
11:15:52***Started Dancer V4.16
11:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:15:52***Cleanup
11:15:52***Cleanup
11:15:52***No seen item changed, no save performed.
11:15:52***Exit
11:19:34***Started Dancer V4.16
11:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:19:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:19:34***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:19:34***Cleanup
11:19:34***Cleanup
11:19:34***No seen item changed, no save performed.
11:19:34***Exit
11:23:16***Started Dancer V4.16
11:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:23:16***Cleanup
11:23:16***Cleanup
11:23:16***No seen item changed, no save performed.
11:23:16***Exit
11:26:58***Started Dancer V4.16
11:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:26:58***Cleanup
11:26:58***Cleanup
11:26:58***No seen item changed, no save performed.
11:26:58***Exit
11:30:40***Started Dancer V4.16
11:30:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:30:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:30:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:30:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:30:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:30:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:30:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:30:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:30:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:30:40***Cleanup
11:30:40***Cleanup
11:30:40***No seen item changed, no save performed.
11:30:40***Exit
11:34:22***Started Dancer V4.16
11:34:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:22***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:34:22***Cleanup
11:34:22***Cleanup
11:34:22***No seen item changed, no save performed.
11:34:22***Exit
11:38:04***Started Dancer V4.16
11:38:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:38:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:38:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:38:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:38:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:38:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:38:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:38:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:38:04***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:38:04***Cleanup
11:38:04***Cleanup
11:38:04***No seen item changed, no save performed.
11:38:04***Exit
11:42:38***Started Dancer V4.16
11:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:42:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:42:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:42:38***Cleanup
11:42:38***Cleanup
11:42:38***No seen item changed, no save performed.
11:42:38***Exit
11:47:08***Started Dancer V4.16
11:47:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:47:08***Cleanup
11:47:08***Cleanup
11:47:08***No seen item changed, no save performed.
11:47:08***Exit
11:51:38***Started Dancer V4.16
11:51:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:51:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:51:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:51:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:51:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:51:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:51:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:51:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:51:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:51:38***Cleanup
11:51:38***Cleanup
11:51:38***No seen item changed, no save performed.
11:51:38***Exit
11:56:09***Started Dancer V4.16
11:56:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:56:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:56:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:56:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:56:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:56:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:56:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:56:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:56:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:56:09***Cleanup
11:56:09***Cleanup
11:56:09***No seen item changed, no save performed.
11:56:09***Exit
12:00:39***Started Dancer V4.16
12:00:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:00:39***Cleanup
12:00:39***Cleanup
12:00:39***No seen item changed, no save performed.
12:00:39***Exit
12:05:09***Started Dancer V4.16
12:05:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:05:09***Cleanup
12:05:09***Cleanup
12:05:09***No seen item changed, no save performed.
12:05:09***Exit
12:09:39***Started Dancer V4.16
12:09:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:09:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:09:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:09:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:09:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:09:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:09:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:09:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:09:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:09:39***Cleanup
12:09:39***Cleanup
12:09:39***No seen item changed, no save performed.
12:09:39***Exit
12:14:10***Started Dancer V4.16
12:14:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:14:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:14:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:14:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:14:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:14:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:14:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:14:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:14:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:14:10***Cleanup
12:14:10***Cleanup
12:14:10***No seen item changed, no save performed.
12:14:10***Exit
12:18:40***Started Dancer V4.16
12:18:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:18:40***Cleanup
12:18:40***Cleanup
12:18:40***No seen item changed, no save performed.
12:18:40***Exit
12:23:10***Started Dancer V4.16
12:23:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:23:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:23:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:23:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:23:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:23:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:23:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:23:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:23:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:23:10***Cleanup
12:23:10***Cleanup
12:23:10***No seen item changed, no save performed.
12:23:10***Exit
12:27:41***Started Dancer V4.16
12:27:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:27:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:27:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:27:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:27:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:27:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:27:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:27:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:27:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:27:41***Cleanup
12:27:41***Cleanup
12:27:41***No seen item changed, no save performed.
12:27:41***Exit
12:32:11***Started Dancer V4.16
12:32:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:32:11***Cleanup
12:32:11***Cleanup
12:32:11***No seen item changed, no save performed.
12:32:11***Exit
12:36:41***Started Dancer V4.16
12:36:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:36:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:36:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:36:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:36:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:36:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:36:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:36:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:36:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:36:41***Cleanup
12:36:41***Cleanup
12:36:41***No seen item changed, no save performed.
12:36:41***Exit
12:41:11***Started Dancer V4.16
12:41:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:41:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:41:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:41:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:41:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:41:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:41:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:41:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:41:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:41:11***Cleanup
12:41:11***Cleanup
12:41:11***No seen item changed, no save performed.
12:41:11***Exit
12:45:42***Started Dancer V4.16
12:45:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:42***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:45:42***Cleanup
12:45:42***Cleanup
12:45:42***No seen item changed, no save performed.
12:45:42***Exit
12:50:12***Started Dancer V4.16
12:50:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:12***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:50:12***Cleanup
12:50:12***Cleanup
12:50:12***No seen item changed, no save performed.
12:50:12***Exit
12:54:42***Started Dancer V4.16
12:54:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:54:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:54:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:54:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:54:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:54:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:54:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:54:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:54:42***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:54:42***Cleanup
12:54:42***Cleanup
12:54:42***No seen item changed, no save performed.
12:54:42***Exit
12:59:13***Started Dancer V4.16
12:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:59:13***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:59:13***Cleanup
12:59:13***Cleanup
12:59:13***No seen item changed, no save performed.
12:59:13***Exit
13:03:43***Started Dancer V4.16
13:03:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:43***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:03:43***Cleanup
13:03:43***Cleanup
13:03:43***No seen item changed, no save performed.
13:03:43***Exit
13:08:13***Started Dancer V4.16
13:08:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:13***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:08:13***Cleanup
13:08:13***Cleanup
13:08:13***No seen item changed, no save performed.
13:08:13***Exit
13:12:43***Started Dancer V4.16
13:12:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:12:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:12:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:12:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:12:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:12:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:12:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:12:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:12:43***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:12:43***Cleanup
13:12:43***Cleanup
13:12:43***No seen item changed, no save performed.
13:12:43***Exit
13:17:14***Started Dancer V4.16
13:17:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:17:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:17:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:17:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:17:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:17:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:17:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:17:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:17:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:17:14***Cleanup
13:17:14***Cleanup
13:17:14***No seen item changed, no save performed.
13:17:14***Exit
13:21:44***Started Dancer V4.16
13:21:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:21:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:21:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:21:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:21:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:21:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:21:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:21:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:21:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:21:44***Cleanup
13:21:44***Cleanup
13:21:44***No seen item changed, no save performed.
13:21:44***Exit
13:26:14***Started Dancer V4.16
13:26:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:26:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:26:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:26:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:26:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:26:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:26:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:26:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:26:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:26:14***Cleanup
13:26:14***Cleanup
13:26:14***No seen item changed, no save performed.
13:26:14***Exit
13:30:45***Started Dancer V4.16
13:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:45***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:30:45***Cleanup
13:30:45***Cleanup
13:30:45***No seen item changed, no save performed.
13:30:45***Exit
13:35:15***Started Dancer V4.16
13:35:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:35:15***Cleanup
13:35:15***Cleanup
13:35:15***No seen item changed, no save performed.
13:35:15***Exit
13:39:45***Started Dancer V4.16
13:39:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:39:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:39:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:39:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:39:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:39:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:39:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:39:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:39:45***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:39:45***Cleanup
13:39:45***Cleanup
13:39:45***No seen item changed, no save performed.
13:39:45***Exit
13:44:15***Started Dancer V4.16
13:44:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:44:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:44:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:44:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:44:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:44:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:44:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:44:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:44:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:44:15***Cleanup
13:44:15***Cleanup
13:44:15***No seen item changed, no save performed.
13:44:15***Exit
13:48:46***Started Dancer V4.16
13:48:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:48:46***Cleanup
13:48:46***Cleanup
13:48:46***No seen item changed, no save performed.
13:48:46***Exit
13:53:16***Started Dancer V4.16
13:53:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:53:16***Cleanup
13:53:16***Cleanup
13:53:16***No seen item changed, no save performed.
13:53:16***Exit
13:57:46***Started Dancer V4.16
13:57:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:57:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:57:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:57:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:57:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:57:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:57:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:57:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:57:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:57:46***Cleanup
13:57:46***Cleanup
13:57:46***No seen item changed, no save performed.
13:57:46***Exit
14:02:17***Started Dancer V4.16
14:02:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:17***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:02:17***Cleanup
14:02:17***Cleanup
14:02:17***No seen item changed, no save performed.
14:02:17***Exit
14:06:47***Started Dancer V4.16
14:06:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:06:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:06:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:06:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:06:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:06:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:06:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:06:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:06:47***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:06:47***Cleanup
14:06:47***Cleanup
14:06:47***No seen item changed, no save performed.
14:06:47***Exit
14:11:17***Started Dancer V4.16
14:11:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:11:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:11:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:11:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:11:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:11:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:11:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:11:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:11:17***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:11:17***Cleanup
14:11:17***Cleanup
14:11:17***No seen item changed, no save performed.
14:11:17***Exit
14:15:48***Started Dancer V4.16
14:15:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:48***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:15:48***Cleanup
14:15:48***Cleanup
14:15:48***No seen item changed, no save performed.
14:15:48***Exit
14:20:18***Started Dancer V4.16
14:20:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:18***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:20:18***Cleanup
14:20:18***Cleanup
14:20:18***No seen item changed, no save performed.
14:20:18***Exit
14:24:48***Started Dancer V4.16
14:24:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:24:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:24:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:24:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:24:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:24:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:24:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:24:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:24:48***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:24:48***Cleanup
14:24:48***Cleanup
14:24:48***No seen item changed, no save performed.
14:24:48***Exit
14:29:18***Started Dancer V4.16
14:29:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:29:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:29:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:29:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:29:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:29:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:29:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:29:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:29:18***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:29:18***Cleanup
14:29:18***Cleanup
14:29:18***No seen item changed, no save performed.
14:29:18***Exit
14:33:49***Started Dancer V4.16
14:33:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:33:49***Cleanup
14:33:49***Cleanup
14:33:49***No seen item changed, no save performed.
14:33:49***Exit
14:38:19***Started Dancer V4.16
14:38:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:19***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:38:19***Cleanup
14:38:19***Cleanup
14:38:19***No seen item changed, no save performed.
14:38:19***Exit
14:42:49***Started Dancer V4.16
14:42:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:42:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:42:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:42:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:42:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:42:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:42:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:42:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:42:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:42:49***Cleanup
14:42:49***Cleanup
14:42:49***No seen item changed, no save performed.
14:42:49***Exit
14:47:20***Started Dancer V4.16
14:47:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:47:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:47:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:47:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:47:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:47:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:47:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:47:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:47:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:47:20***Cleanup
14:47:20***Cleanup
14:47:20***No seen item changed, no save performed.
14:47:20***Exit
14:51:50***Started Dancer V4.16
14:51:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:51:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:51:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:51:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:51:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:51:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:51:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:51:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:51:50***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:51:50***Cleanup
14:51:50***Cleanup
14:51:50***No seen item changed, no save performed.
14:51:50***Exit
14:56:20***Started Dancer V4.16
14:56:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:56:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:56:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:56:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:56:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:56:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:56:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:56:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:56:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:56:20***Cleanup
14:56:20***Cleanup
14:56:20***No seen item changed, no save performed.
14:56:20***Exit
15:00:51***Started Dancer V4.16
15:00:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:00:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:00:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:00:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:00:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:00:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:00:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:00:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:00:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:00:51***Cleanup
15:00:51***Cleanup
15:00:51***No seen item changed, no save performed.
15:00:51***Exit
15:05:21***Started Dancer V4.16
15:05:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:21***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:05:21***Cleanup
15:05:21***Cleanup
15:05:21***No seen item changed, no save performed.
15:05:21***Exit
15:09:51***Started Dancer V4.16
15:09:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:09:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:09:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:09:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:09:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:09:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:09:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:09:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:09:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:09:51***Cleanup
15:09:51***Cleanup
15:09:51***No seen item changed, no save performed.
15:09:51***Exit
15:14:21***Started Dancer V4.16
15:14:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:14:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:14:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:14:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:14:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:14:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:14:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:14:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:14:21***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:14:21***Cleanup
15:14:21***Cleanup
15:14:21***No seen item changed, no save performed.
15:14:21***Exit
15:18:52***Started Dancer V4.16
15:18:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:18:52***Cleanup
15:18:52***Cleanup
15:18:52***No seen item changed, no save performed.
15:18:52***Exit
15:23:22***Started Dancer V4.16
15:23:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:22***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:23:22***Cleanup
15:23:22***Cleanup
15:23:22***No seen item changed, no save performed.
15:23:22***Exit
15:27:52***Started Dancer V4.16
15:27:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:27:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:27:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:27:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:27:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:27:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:27:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:27:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:27:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:27:52***Cleanup
15:27:52***Cleanup
15:27:52***No seen item changed, no save performed.
15:27:52***Exit
15:32:23***Started Dancer V4.16
15:32:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:32:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:32:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:32:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:32:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:32:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:32:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:32:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:32:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:32:23***Cleanup
15:32:23***Cleanup
15:32:23***No seen item changed, no save performed.
15:32:23***Exit
15:36:53***Started Dancer V4.16
15:36:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:36:53***Cleanup
15:36:53***Cleanup
15:36:53***No seen item changed, no save performed.
15:36:53***Exit
15:41:23***Started Dancer V4.16
15:41:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:41:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:41:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:41:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:41:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:41:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:41:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:41:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:41:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:41:23***Cleanup
15:41:23***Cleanup
15:41:23***No seen item changed, no save performed.
15:41:23***Exit
15:45:53***Started Dancer V4.16
15:45:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:45:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:45:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:45:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:45:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:45:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:45:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:45:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:45:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:45:53***Cleanup
15:45:53***Cleanup
15:45:53***No seen item changed, no save performed.
15:45:53***Exit
15:50:24***Started Dancer V4.16
15:50:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:50:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:50:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:50:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:50:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:50:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:50:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:50:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:50:24***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:50:24***Cleanup
15:50:24***Cleanup
15:50:24***No seen item changed, no save performed.
15:50:24***Exit
15:54:54***Started Dancer V4.16
15:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:54:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:54:54***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:54:54***Cleanup
15:54:54***Cleanup
15:54:54***No seen item changed, no save performed.
15:54:54***Exit
15:59:24***Started Dancer V4.16
15:59:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:59:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:59:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:59:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:59:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:59:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:59:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:59:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:59:24***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:59:24***Cleanup
15:59:24***Cleanup
15:59:24***No seen item changed, no save performed.
15:59:24***Exit
16:03:55***Started Dancer V4.16
16:03:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:55***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:03:55***Cleanup
16:03:55***Cleanup
16:03:55***No seen item changed, no save performed.
16:03:55***Exit
16:08:25***Started Dancer V4.16
16:08:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:08:25***Cleanup
16:08:25***Cleanup
16:08:25***No seen item changed, no save performed.
16:08:25***Exit
16:12:55***Started Dancer V4.16
16:12:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:12:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:12:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:12:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:12:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:12:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:12:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:12:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:12:55***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:12:55***Cleanup
16:12:55***Cleanup
16:12:55***No seen item changed, no save performed.
16:12:55***Exit
16:17:25***Started Dancer V4.16
16:17:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:17:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:17:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:17:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:17:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:17:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:17:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:17:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:17:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:17:25***Cleanup
16:17:25***Cleanup
16:17:25***No seen item changed, no save performed.
16:17:25***Exit
16:21:56***Started Dancer V4.16
16:21:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:21:56***Cleanup
16:21:56***Cleanup
16:21:56***No seen item changed, no save performed.
16:21:56***Exit
16:26:26***Started Dancer V4.16
16:26:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:26:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:26:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:26:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:26:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:26:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:26:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:26:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:26:26***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:26:26***Cleanup
16:26:26***Cleanup
16:26:26***No seen item changed, no save performed.
16:26:26***Exit
16:30:56***Started Dancer V4.16
16:30:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:30:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:30:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:30:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:30:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:30:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:30:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:30:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:30:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:30:56***Cleanup
16:30:56***Cleanup
16:30:56***No seen item changed, no save performed.
16:30:56***Exit
16:35:27***Started Dancer V4.16
16:35:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:35:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:35:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:35:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:35:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:35:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:35:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:35:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:35:27***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:35:27***Cleanup
16:35:27***Cleanup
16:35:27***No seen item changed, no save performed.
16:35:27***Exit
16:39:57***Started Dancer V4.16
16:39:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:39:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:39:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:39:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:39:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:39:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:39:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:39:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:39:57***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:39:57***Cleanup
16:39:57***Cleanup
16:39:57***No seen item changed, no save performed.
16:39:57***Exit
16:44:27***Started Dancer V4.16
16:44:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:44:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:44:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:44:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:44:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:44:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:44:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:44:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:44:27***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:44:27***Cleanup
16:44:27***Cleanup
16:44:27***No seen item changed, no save performed.
16:44:27***Exit
16:48:57***Started Dancer V4.16
16:48:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:48:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:48:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:48:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:48:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:48:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:48:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:48:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:48:57***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:48:57***Cleanup
16:48:57***Cleanup
16:48:57***No seen item changed, no save performed.
16:48:57***Exit
16:53:28***Started Dancer V4.16
16:53:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:53:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:53:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:53:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:53:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:53:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:53:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:53:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:53:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:53:28***Cleanup
16:53:28***Cleanup
16:53:28***No seen item changed, no save performed.
16:53:28***Exit
16:57:58***Started Dancer V4.16
16:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:57:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:57:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:57:58***Cleanup
16:57:58***Cleanup
16:57:58***No seen item changed, no save performed.
16:57:58***Exit
17:02:28***Started Dancer V4.16
17:02:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:02:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:02:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:02:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:02:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:02:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:02:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:02:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:02:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:02:28***Cleanup
17:02:28***Cleanup
17:02:28***No seen item changed, no save performed.
17:02:28***Exit
17:06:59***Started Dancer V4.16
17:06:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:06:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:06:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:06:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:06:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:06:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:06:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:06:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:06:59***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:06:59***Cleanup
17:06:59***Cleanup
17:06:59***No seen item changed, no save performed.
17:06:59***Exit
17:11:29***Started Dancer V4.16
17:11:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:11:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:11:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:11:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:11:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:11:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:11:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:11:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:11:29***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:11:29***Cleanup
17:11:29***Cleanup
17:11:29***No seen item changed, no save performed.
17:11:29***Exit
17:15:59***Started Dancer V4.16
17:15:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:15:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:15:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:15:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:15:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:15:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:15:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:15:59DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:15:59***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:15:59***Cleanup
17:15:59***Cleanup
17:15:59***No seen item changed, no save performed.
17:15:59***Exit
17:20:29***Started Dancer V4.16
17:20:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:20:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:20:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:20:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:20:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:20:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:20:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:20:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:20:29***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:20:29***Cleanup
17:20:29***Cleanup
17:20:29***No seen item changed, no save performed.
17:20:29***Exit
17:25:00***Started Dancer V4.16
17:25:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:25:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:25:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:25:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:25:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:25:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:25:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:25:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:25:00***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:25:00***Cleanup
17:25:00***Cleanup
17:25:00***No seen item changed, no save performed.
17:25:00***Exit
17:29:30***Started Dancer V4.16
17:29:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:29:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:29:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:29:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:29:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:29:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:29:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:29:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:29:30***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:29:30***Cleanup
17:29:30***Cleanup
17:29:30***No seen item changed, no save performed.
17:29:30***Exit
17:34:00***Started Dancer V4.16
17:34:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:34:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:34:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:34:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:34:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:34:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:34:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:34:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:34:00***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:34:00***Cleanup
17:34:00***Cleanup
17:34:00***No seen item changed, no save performed.
17:34:00***Exit
17:38:31***Started Dancer V4.16
17:38:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:38:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:38:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:38:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:38:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:38:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:38:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:38:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:38:31***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:38:31***Cleanup
17:38:31***Cleanup
17:38:31***No seen item changed, no save performed.
17:38:31***Exit
17:43:01***Started Dancer V4.16
17:43:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:43:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:43:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:43:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:43:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:43:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:43:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:43:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:43:01***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:43:01***Cleanup
17:43:01***Cleanup
17:43:01***No seen item changed, no save performed.
17:43:01***Exit
17:47:31***Started Dancer V4.16
17:47:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:47:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:47:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:47:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:47:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:47:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:47:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:47:31DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:47:31***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:47:31***Cleanup
17:47:31***Cleanup
17:47:31***No seen item changed, no save performed.
17:47:31***Exit
17:52:01***Started Dancer V4.16
17:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:52:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:52:01***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:52:01***Cleanup
17:52:01***Cleanup
17:52:01***No seen item changed, no save performed.
17:52:01***Exit
17:56:32***Started Dancer V4.16
17:56:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:56:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:56:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:56:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:56:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:56:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:56:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:56:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
17:56:32***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
17:56:32***Cleanup
17:56:32***Cleanup
17:56:32***No seen item changed, no save performed.
17:56:32***Exit
18:01:02***Started Dancer V4.16
18:01:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:01:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:01:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:01:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:01:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:01:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:01:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:01:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:01:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:01:02***Cleanup
18:01:02***Cleanup
18:01:02***No seen item changed, no save performed.
18:01:02***Exit
18:05:32***Started Dancer V4.16
18:05:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:05:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:05:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:05:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:05:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:05:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:05:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:05:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:05:32***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:05:32***Cleanup
18:05:32***Cleanup
18:05:32***No seen item changed, no save performed.
18:05:32***Exit
18:10:03***Started Dancer V4.16
18:10:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:10:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:10:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:10:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:10:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:10:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:10:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:10:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:10:03***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:10:03***Cleanup
18:10:03***Cleanup
18:10:03***No seen item changed, no save performed.
18:10:03***Exit
18:14:33***Started Dancer V4.16
18:14:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:14:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:14:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:14:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:14:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:14:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:14:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:14:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:14:33***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:14:33***Cleanup
18:14:33***Cleanup
18:14:33***No seen item changed, no save performed.
18:14:33***Exit
18:19:03***Started Dancer V4.16
18:19:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:19:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:19:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:19:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:19:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:19:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:19:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:19:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:19:03***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:19:03***Cleanup
18:19:03***Cleanup
18:19:03***No seen item changed, no save performed.
18:19:03***Exit
18:23:33***Started Dancer V4.16
18:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:23:33***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:23:33***Cleanup
18:23:33***Cleanup
18:23:33***No seen item changed, no save performed.
18:23:33***Exit
18:28:04***Started Dancer V4.16
18:28:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:28:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:28:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:28:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:28:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:28:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:28:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:28:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:28:04***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:28:04***Cleanup
18:28:04***Cleanup
18:28:04***No seen item changed, no save performed.
18:28:04***Exit
18:32:34***Started Dancer V4.16
18:32:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:32:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:32:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:32:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:32:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:32:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:32:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:32:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:32:34***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:32:34***Cleanup
18:32:34***Cleanup
18:32:34***No seen item changed, no save performed.
18:32:34***Exit
18:37:04***Started Dancer V4.16
18:37:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:37:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:37:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:37:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:37:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:37:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:37:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:37:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:37:04***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:37:04***Cleanup
18:37:04***Cleanup
18:37:04***No seen item changed, no save performed.
18:37:04***Exit
18:41:35***Started Dancer V4.16
18:41:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:41:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:41:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:41:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:41:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:41:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:41:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:41:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:41:35***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:41:35***Cleanup
18:41:35***Cleanup
18:41:35***No seen item changed, no save performed.
18:41:35***Exit
18:46:05***Started Dancer V4.16
18:46:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:46:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:46:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:46:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:46:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:46:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:46:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:46:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:46:05***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:46:05***Cleanup
18:46:05***Cleanup
18:46:05***No seen item changed, no save performed.
18:46:05***Exit
18:50:35***Started Dancer V4.16
18:50:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:50:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:50:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:50:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:50:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:50:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:50:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:50:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:50:35***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:50:35***Cleanup
18:50:35***Cleanup
18:50:35***No seen item changed, no save performed.
18:50:35***Exit
18:55:06***Started Dancer V4.16
18:55:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:55:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:55:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:55:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:55:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:55:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:55:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:55:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:55:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:55:06***Cleanup
18:55:06***Cleanup
18:55:06***No seen item changed, no save performed.
18:55:06***Exit
18:59:36***Started Dancer V4.16
18:59:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:59:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:59:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:59:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:59:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:59:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:59:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:59:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
18:59:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
18:59:36***Cleanup
18:59:36***Cleanup
18:59:36***No seen item changed, no save performed.
18:59:36***Exit
19:04:06***Started Dancer V4.16
19:04:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:04:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:04:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:04:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:04:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:04:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:04:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:04:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:04:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:04:06***Cleanup
19:04:06***Cleanup
19:04:06***No seen item changed, no save performed.
19:04:06***Exit
19:08:36***Started Dancer V4.16
19:08:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:08:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:08:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:08:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:08:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:08:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:08:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:08:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:08:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:08:36***Cleanup
19:08:36***Cleanup
19:08:36***No seen item changed, no save performed.
19:08:36***Exit
19:13:07***Started Dancer V4.16
19:13:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:13:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:13:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:13:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:13:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:13:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:13:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:13:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:13:07***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:13:07***Cleanup
19:13:07***Cleanup
19:13:07***No seen item changed, no save performed.
19:13:07***Exit
19:17:37***Started Dancer V4.16
19:17:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:17:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:17:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:17:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:17:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:17:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:17:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:17:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:17:37***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:17:37***Cleanup
19:17:37***Cleanup
19:17:37***No seen item changed, no save performed.
19:17:37***Exit
19:22:07***Started Dancer V4.16
19:22:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:22:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:22:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:22:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:22:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:22:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:22:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:22:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:22:07***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:22:07***Cleanup
19:22:07***Cleanup
19:22:07***No seen item changed, no save performed.
19:22:07***Exit
19:26:38***Started Dancer V4.16
19:26:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:26:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:26:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:26:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:26:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:26:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:26:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:26:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:26:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:26:38***Cleanup
19:26:38***Cleanup
19:26:38***No seen item changed, no save performed.
19:26:38***Exit
19:31:08***Started Dancer V4.16
19:31:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:31:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:31:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:31:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:31:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:31:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:31:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:31:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:31:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:31:08***Cleanup
19:31:08***Cleanup
19:31:08***No seen item changed, no save performed.
19:31:08***Exit
19:35:38***Started Dancer V4.16
19:35:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:35:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:35:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:35:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:35:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:35:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:35:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:35:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:35:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:35:38***Cleanup
19:35:38***Cleanup
19:35:38***No seen item changed, no save performed.
19:35:38***Exit
19:40:08***Started Dancer V4.16
19:40:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:40:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:40:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:40:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:40:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:40:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:40:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:40:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:40:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:40:08***Cleanup
19:40:08***Cleanup
19:40:08***No seen item changed, no save performed.
19:40:08***Exit
19:44:39***Started Dancer V4.16
19:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:44:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:44:39***Cleanup
19:44:39***Cleanup
19:44:39***No seen item changed, no save performed.
19:44:39***Exit
19:49:09***Started Dancer V4.16
19:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:49:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:49:09***Cleanup
19:49:09***Cleanup
19:49:09***No seen item changed, no save performed.
19:49:09***Exit
19:53:39***Started Dancer V4.16
19:53:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:53:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:53:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:53:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:53:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:53:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:53:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:53:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:53:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:53:39***Cleanup
19:53:39***Cleanup
19:53:39***No seen item changed, no save performed.
19:53:39***Exit
19:58:10***Started Dancer V4.16
19:58:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:58:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:58:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:58:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:58:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:58:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:58:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:58:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
19:58:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
19:58:10***Cleanup
19:58:10***Cleanup
19:58:10***No seen item changed, no save performed.
19:58:10***Exit
20:02:40***Started Dancer V4.16
20:02:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:02:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:02:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:02:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:02:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:02:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:02:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:02:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:02:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:02:40***Cleanup
20:02:40***Cleanup
20:02:40***No seen item changed, no save performed.
20:02:40***Exit
20:07:10***Started Dancer V4.16
20:07:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:07:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:07:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:07:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:07:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:07:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:07:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:07:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:07:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:07:10***Cleanup
20:07:10***Cleanup
20:07:10***No seen item changed, no save performed.
20:07:10***Exit
20:11:40***Started Dancer V4.16
20:11:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:11:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:11:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:11:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:11:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:11:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:11:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:11:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:11:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:11:40***Cleanup
20:11:40***Cleanup
20:11:40***No seen item changed, no save performed.
20:11:40***Exit
20:16:11***Started Dancer V4.16
20:16:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:16:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:16:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:16:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:16:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:16:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:16:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:16:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:16:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:16:11***Cleanup
20:16:11***Cleanup
20:16:11***No seen item changed, no save performed.
20:16:11***Exit
20:20:41***Started Dancer V4.16
20:20:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:20:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:20:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:20:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:20:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:20:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:20:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:20:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:20:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:20:41***Cleanup
20:20:41***Cleanup
20:20:41***No seen item changed, no save performed.
20:20:41***Exit
20:25:11***Started Dancer V4.16
20:25:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:25:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:25:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:25:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:25:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:25:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:25:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:25:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:25:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:25:11***Cleanup
20:25:11***Cleanup
20:25:11***No seen item changed, no save performed.
20:25:11***Exit
20:29:42***Started Dancer V4.16
20:29:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:29:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:29:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:29:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:29:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:29:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:29:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:29:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:29:42***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:29:42***Cleanup
20:29:42***Cleanup
20:29:42***No seen item changed, no save performed.
20:29:42***Exit
20:34:12***Started Dancer V4.16
20:34:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:34:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:34:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:34:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:34:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:34:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:34:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:34:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:34:12***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:34:12***Cleanup
20:34:12***Cleanup
20:34:12***No seen item changed, no save performed.
20:34:12***Exit
20:38:42***Started Dancer V4.16
20:38:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:38:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:38:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:38:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:38:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:38:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:38:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:38:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:38:42***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:38:42***Cleanup
20:38:42***Cleanup
20:38:42***No seen item changed, no save performed.
20:38:42***Exit
20:43:12***Started Dancer V4.16
20:43:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:43:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:43:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:43:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:43:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:43:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:43:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:43:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:43:12***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:43:12***Cleanup
20:43:12***Cleanup
20:43:12***No seen item changed, no save performed.
20:43:12***Exit
20:47:43***Started Dancer V4.16
20:47:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:47:43***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:47:43***Cleanup
20:47:43***Cleanup
20:47:43***No seen item changed, no save performed.
20:47:43***Exit
20:52:13***Started Dancer V4.16
20:52:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:52:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:52:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:52:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:52:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:52:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:52:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:52:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:52:13***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:52:13***Cleanup
20:52:13***Cleanup
20:52:13***No seen item changed, no save performed.
20:52:13***Exit
20:56:43***Started Dancer V4.16
20:56:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:56:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:56:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:56:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:56:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:56:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:56:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:56:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
20:56:43***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
20:56:43***Cleanup
20:56:43***Cleanup
20:56:43***No seen item changed, no save performed.
20:56:43***Exit
21:01:14***Started Dancer V4.16
21:01:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:01:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:01:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:01:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:01:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:01:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:01:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:01:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:01:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:01:14***Cleanup
21:01:14***Cleanup
21:01:14***No seen item changed, no save performed.
21:01:14***Exit
21:05:44***Started Dancer V4.16
21:05:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:05:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:05:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:05:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:05:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:05:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:05:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:05:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:05:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:05:44***Cleanup
21:05:44***Cleanup
21:05:44***No seen item changed, no save performed.
21:05:44***Exit
21:10:14***Started Dancer V4.16
21:10:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:10:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:10:14***Cleanup
21:10:14***Cleanup
21:10:14***No seen item changed, no save performed.
21:10:14***Exit
21:14:44***Started Dancer V4.16
21:14:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:14:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:14:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:14:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:14:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:14:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:14:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:14:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:14:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:14:44***Cleanup
21:14:44***Cleanup
21:14:44***No seen item changed, no save performed.
21:14:44***Exit
21:19:15***Started Dancer V4.16
21:19:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:19:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:19:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:19:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:19:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:19:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:19:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:19:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:19:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:19:15***Cleanup
21:19:15***Cleanup
21:19:15***No seen item changed, no save performed.
21:19:15***Exit
21:23:45***Started Dancer V4.16
21:23:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:23:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:23:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:23:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:23:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:23:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:23:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:23:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:23:45***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:23:45***Cleanup
21:23:45***Cleanup
21:23:45***No seen item changed, no save performed.
21:23:45***Exit
21:28:15***Started Dancer V4.16
21:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:28:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:28:15***Cleanup
21:28:15***Cleanup
21:28:15***No seen item changed, no save performed.
21:28:15***Exit
21:32:46***Started Dancer V4.16
21:32:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:32:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:32:46***Cleanup
21:32:46***Cleanup
21:32:46***No seen item changed, no save performed.
21:32:46***Exit
21:37:16***Started Dancer V4.16
21:37:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:37:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:37:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:37:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:37:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:37:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:37:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:37:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:37:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:37:16***Cleanup
21:37:16***Cleanup
21:37:16***No seen item changed, no save performed.
21:37:16***Exit
21:41:46***Started Dancer V4.16
21:41:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:41:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:41:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:41:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:41:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:41:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:41:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:41:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:41:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:41:46***Cleanup
21:41:46***Cleanup
21:41:46***No seen item changed, no save performed.
21:41:46***Exit
21:46:16***Started Dancer V4.16
21:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:46:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:46:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:46:16***Cleanup
21:46:16***Cleanup
21:46:16***No seen item changed, no save performed.
21:46:16***Exit
21:50:47***Started Dancer V4.16
21:50:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:50:47***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:50:47***Cleanup
21:50:47***Cleanup
21:50:47***No seen item changed, no save performed.
21:50:47***Exit
21:55:17***Started Dancer V4.16
21:55:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:55:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:55:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:55:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:55:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:55:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:55:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:55:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:55:17***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:55:17***Cleanup
21:55:17***Cleanup
21:55:17***No seen item changed, no save performed.
21:55:17***Exit
21:59:47***Started Dancer V4.16
21:59:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:59:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:59:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:59:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:59:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:59:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:59:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:59:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
21:59:47***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
21:59:47***Cleanup
21:59:47***Cleanup
21:59:47***No seen item changed, no save performed.
21:59:47***Exit
22:04:18***Started Dancer V4.16
22:04:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:04:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:04:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:04:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:04:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:04:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:04:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:04:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:04:18***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:04:18***Cleanup
22:04:18***Cleanup
22:04:18***No seen item changed, no save performed.
22:04:18***Exit
22:08:48***Started Dancer V4.16
22:08:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:08:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:08:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:08:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:08:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:08:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:08:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:08:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:08:48***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:08:48***Cleanup
22:08:48***Cleanup
22:08:48***No seen item changed, no save performed.
22:08:48***Exit
22:13:18***Started Dancer V4.16
22:13:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:13:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:13:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:13:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:13:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:13:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:13:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:13:18DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:13:18***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:13:18***Cleanup
22:13:18***Cleanup
22:13:18***No seen item changed, no save performed.
22:13:18***Exit
22:17:49***Started Dancer V4.16
22:17:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:17:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:17:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:17:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:17:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:17:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:17:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:17:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:17:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:17:49***Cleanup
22:17:49***Cleanup
22:17:49***No seen item changed, no save performed.
22:17:49***Exit
22:22:19***Started Dancer V4.16
22:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:22:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:22:19***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:22:19***Cleanup
22:22:19***Cleanup
22:22:19***No seen item changed, no save performed.
22:22:19***Exit
22:26:49***Started Dancer V4.16
22:26:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:26:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:26:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:26:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:26:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:26:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:26:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:26:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:26:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:26:49***Cleanup
22:26:49***Cleanup
22:26:49***No seen item changed, no save performed.
22:26:49***Exit
22:31:19***Started Dancer V4.16
22:31:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:31:19***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:31:19***Cleanup
22:31:19***Cleanup
22:31:19***No seen item changed, no save performed.
22:31:19***Exit
22:35:50***Started Dancer V4.16
22:35:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:35:50***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:35:50***Cleanup
22:35:50***Cleanup
22:35:50***No seen item changed, no save performed.
22:35:50***Exit
22:40:20***Started Dancer V4.16
22:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:40:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:40:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:40:20***Cleanup
22:40:20***Cleanup
22:40:20***No seen item changed, no save performed.
22:40:20***Exit
22:44:50***Started Dancer V4.16
22:44:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:44:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:44:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:44:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:44:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:44:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:44:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:44:50DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:44:50***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:44:50***Cleanup
22:44:50***Cleanup
22:44:50***No seen item changed, no save performed.
22:44:50***Exit
22:49:21***Started Dancer V4.16
22:49:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:49:21***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:49:21***Cleanup
22:49:21***Cleanup
22:49:21***No seen item changed, no save performed.
22:49:21***Exit
22:53:51***Started Dancer V4.16
22:53:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:53:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:53:51***Cleanup
22:53:51***Cleanup
22:53:51***No seen item changed, no save performed.
22:53:51***Exit
22:58:21***Started Dancer V4.16
22:58:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:58:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:58:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:58:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:58:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:58:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:58:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:58:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
22:58:21***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
22:58:21***Cleanup
22:58:21***Cleanup
22:58:21***No seen item changed, no save performed.
22:58:21***Exit
23:02:51***Started Dancer V4.16
23:02:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:02:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:02:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:02:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:02:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:02:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:02:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:02:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:02:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:02:51***Cleanup
23:02:51***Cleanup
23:02:51***No seen item changed, no save performed.
23:02:51***Exit
23:07:22***Started Dancer V4.16
23:07:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:07:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:07:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:07:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:07:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:07:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:07:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:07:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:07:22***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:07:22***Cleanup
23:07:22***Cleanup
23:07:22***No seen item changed, no save performed.
23:07:22***Exit
23:11:52***Started Dancer V4.16
23:11:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:11:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:11:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:11:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:11:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:11:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:11:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:11:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:11:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:11:52***Cleanup
23:11:52***Cleanup
23:11:52***No seen item changed, no save performed.
23:11:52***Exit
23:16:22***Started Dancer V4.16
23:16:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:16:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:16:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:16:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:16:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:16:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:16:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:16:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:16:22***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:16:22***Cleanup
23:16:22***Cleanup
23:16:22***No seen item changed, no save performed.
23:16:22***Exit
23:20:53***Started Dancer V4.16
23:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:20:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:20:53***Cleanup
23:20:53***Cleanup
23:20:53***No seen item changed, no save performed.
23:20:53***Exit
23:25:23***Started Dancer V4.16
23:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:25:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:25:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:25:23***Cleanup
23:25:23***Cleanup
23:25:23***No seen item changed, no save performed.
23:25:23***Exit
23:29:53***Started Dancer V4.16
23:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:29:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:29:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:29:53***Cleanup
23:29:53***Cleanup
23:29:53***No seen item changed, no save performed.
23:29:53***Exit
23:34:23***Started Dancer V4.16
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:34:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:34:23***Cleanup
23:34:23***Cleanup
23:34:23***No seen item changed, no save performed.
23:34:23***Exit
23:38:54***Started Dancer V4.16
23:38:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:38:54***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:38:54***Cleanup
23:38:54***Cleanup
23:38:54***No seen item changed, no save performed.
23:38:54***Exit
23:43:24***Started Dancer V4.16
23:43:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:43:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:43:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:43:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:43:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:43:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:43:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:43:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:43:24***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:43:24***Cleanup
23:43:24***Cleanup
23:43:24***No seen item changed, no save performed.
23:43:24***Exit
23:47:54***Started Dancer V4.16
23:47:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:47:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:47:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:47:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:47:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:47:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:47:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:47:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:47:54***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:47:54***Cleanup
23:47:54***Cleanup
23:47:54***No seen item changed, no save performed.
23:47:54***Exit
23:52:25***Started Dancer V4.16
23:52:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:52:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
23:52:25***Cleanup
23:52:25***Cleanup
23:52:25***No seen item changed, no save performed.
23:52:25***Exit
23:56:55***Started Dancer V4.16
23:56:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
23:56:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)

Previous day | Next day