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-06-02

00:00:05 Quit matsl (Read error: 110 (Connection timed out))
00:00:14safetydanmcuelenaere: I don't see any problem with it
00:00:33safetydanI'd be curious to see what the performance of maths intensive code is like in lua
00:00:45mcuelenaereatm there's no math library implemented
00:02:21CIA-38New commit by mcuelenaere (r21164): Lua: add bitlib (makes bitwise operators possible)
00:02:24safetydanI was thinking more of the integer performance
00:02:58safetydanand now we just need someone to write a real program/plugin in lua
00:03:02mcuelenaereI'm not sure about that, but I know reading touchscreen points at least is faster on target then on sim :)
00:03:21*mcuelenaere is trying at implementing linerider in Lua ;)
00:03:48*amiconn wonders why his commit changed binsize but not RAM
00:06:11onlysoaaShoot, I'm looking at a P2 firmware disassembly and I can't figure out where it inits the LCD.
00:06:46 Join nibbler [0] (n=Nibbler@pD9E3316F.dip.t-dialin.net)
00:07:11 Quit Thundercloud (Remote closed the connection)
00:08:42 Quit jfc (Read error: 54 (Connection reset by peer))
00:09:05 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:10:53 Quit bmbl ("Woah!")
00:11:04 Quit tvelocity ("Αποχώρησε")
00:12:42 Quit jfc (Read error: 104 (Connection reset by peer))
00:13:03 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:13:34 Quit jfc (Read error: 104 (Connection reset by peer))
00:13:55 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:16:38 Join LambdaCalculus37 [0] (n=rmenes@rockbox/staff/LambdaCalculus37)
00:19:26 Join michaelm [0] (n=michaelm@98.212.166.192)
00:22:28michaelmHello
00:22:46evilnickhi there
00:23:06michaelmCould anyone tell me the current development status for rockbox on the Sansa Fuze?
00:23:25michaelmIt looks like it's almost done and I was wondering if anyone knows when it will be "officially" released?
00:23:30saratogawhen its finished
00:23:39saratogacheck the wiki
00:23:48LambdaCalculus37Also the forum thread.
00:23:54michaelmThanks very much
00:24:10 Part michaelm ("Ex-Chat")
00:24:11*LambdaCalculus37 is about ready to start committing the HDD6330 work he's done so far
00:24:56LambdaCalculus37But I don't think I should yet, as it errors when building rockbox.elf
00:25:27saratogayou should try and get things to compile cleanly before commiting them
00:25:28funmanLambdaCalculus37: did you find time to run the test script for mkamsboot binaries ?
00:25:40saratogain the meantime you can always post a filespray task if you want them to be publically available
00:25:59LambdaCalculus37funman: I can do that now. Let me create a patch for the HDD6330 work I have so far.
00:26:10 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
00:26:12LambdaCalculus37saratoga: I'll do that.
00:26:35 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-1db5450963fba106)
00:26:50LambdaCalculus37saratoga: It shouldn't make a difference if I svn added the files, will it?
00:27:09saratogasvn diff will only work if you svn add the files
00:27:39gevaertsLambdaCalculus37: I'd recommend having a separate checkout for "big" work
00:27:42 Quit jfc (Read error: 104 (Connection reset by peer))
00:28:04 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:28:17Mikachugevaerts: someone told me you might know if it would be possible to add a "safe to unplug" thing to the disk mode when you 'eject' the device
00:28:44LloreanMikachu: If we can detect that, it should just go back into Rockbox.
00:28:57LloreanNo need for a "safe to unplug" when it can just return UI control to the user. :-P
00:29:00Mikachuthat would be fine too
00:29:08Mikachubut maybe you still want to use the hid interface
00:29:21LloreanThen you don't need to eject it, right?
00:29:35Mikachuthat probably needs some options anyway
00:29:39gevaertsMikachu: not easily. The obvious way to do this would be the lock/unlock medium command (not sure of the exact name right now), but unfortunately Windows calls that all the time.
00:29:43 Quit jfc (Read error: 104 (Connection reset by peer))
00:29:43evilnickgevaerts: Has USB changed behaviour in the last few weeks? (further info to follow as that's a very open-ended question)
00:29:52Lloreanevilnick: HID.
00:29:56 Quit gregzx ("ChatZilla 0.9.84 [Firefox 3.0.10/2009042316]")
00:30:04 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:30:06Mikachugevaerts: would it be easy to add assuming windows didn't exist? :)
00:30:13gevaertsHID indeed, and there have been some changes to the mass storage driver
00:30:25gevaertsMikachu: yes. Just revert the commit that removes this feature :)
00:30:29evilnickgevaerts: I used to be able to "safely eject" both my E280 and the SD card in one go under Win7, now I have to do them separately and that extra 20 seconds is killing me
00:30:34 Quit jfc (Read error: 104 (Connection reset by peer))
00:30:40Mikachugevaerts: hm, can you point me to that commit?
00:30:53 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:31:21Mikachugevaerts: just the revision number or part of the log message is fine
00:31:35CIA-38New commit by mcuelenaere (r21165): Lua: add touchscreen_set_mode & current_path (+ some constants)
00:31:39gevaertsMikachu: r20911
00:31:42Mikachuthanks
00:32:10gevaertsnot sure if you can still revert that cleanly though
00:32:28 Quit jfc (Connection reset by peer)
00:32:30Mikachuwhen i do eject my /dev/sdX, all the /dev/sdXY disappear already, but not the sdX one
00:32:47Mikachuis that something rockbox does, or linux?
00:32:50 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:32:50gevaertsthat's normal
00:33:21gevaertsthe device is still there, you just removed the medium (think floppy drive)
00:33:21 Quit jfc (Read error: 54 (Connection reset by peer))
00:33:41 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:33:43Mikachuyeah i just figured if it was rockbox, it already knows when i eject and i could add the screen there :)
00:33:50Mikachu(my understanding of this protocol is quite limited)
00:34:28 Quit jfc (Read error: 54 (Connection reset by peer))
00:34:32gevaertsevilnick: you could try changing firmware/usb.c line 304 to usb_core_enable_driver(USB_DRIVER_HID, false);
00:34:49 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:34:57gevaertsThat's basically the only bit that I can see that changed that could influence windows behaviour
00:35:16gevaertsYou do lose HID then obviously, but at least you'd know what the problem is
00:35:42mcuelenaeregevaerts: how much more work does FS #9545 (multi storage) need?
00:35:48*LambdaCalculus37 adds the GoGear HDD6330 to Flyspray as FS #10260
00:36:05gevaertsmcuelenaere: good question. I haven't looked at that in a long time...
00:36:29*mcuelenaere is interested in working on it
00:36:34Mikachugevaerts: the only conflict was tomers added a newline there when he did the hid stuff :)
00:37:11 Quit funman ("leaving")
00:37:13gevaertsMikachu: you may need to review the button handling in screens.c
00:37:14 Quit bertrik ("Leaving")
00:38:24Mikachuadding that back didn't do anything, but i will poke around a bit
00:38:41LambdaCalculus37Sorry, make that FS #10269 :)
00:39:35gevaertsmcuelenaere: my plan on it was to first finish the NUM_VOLUMES and NUM_DRIVES bit (make them separate concepts), and then do the rest. Feel free to take this over entirely though, I have no idea when I'd get back to it
00:40:10saratogaLambdaCalculus37: if the hardware is so similar, perhaps its worth sharing the drivers?
00:40:10evilnickgevaerts: Thanks, I may give that a bash later on
00:40:21 Quit ender1 (" Join the army, meet interesting people, kill them.")
00:40:21 Quit evilnick ("http://www.mibbit.com ajax IRC Client")
00:40:46LambdaCalculus37saratoga: You can for most of the hardware. The HDD6330 is using the touchpad driver from the HDD1630, but IIRC there may be some differences between the two.
00:40:48 Quit robin0800 (Read error: 113 (No route to host))
00:43:15Mikachuthere doesn't seem to be a BUTTON_POWER for ipods at all
00:43:28 Quit n17ikh (Read error: 60 (Operation timed out))
00:43:59Mikachuoops, i misread a littel
00:44:07 Join ap0 [0] (n=ap0@238.102.204-77.rev.gaoland.net)
00:45:29Mikachugevaerts: is that code supposed to say you have to hold down menu or play or whatever when you eject for it to do the disconnect?
00:45:37*Mikachu is a little confused by the bitmasking
00:45:43 Quit jfc (Read error: 54 (Connection reset by peer))
00:45:51onlysoaaOh no, something awesome for my phone was just released. Looks like I'll have to put rockbox development on hold again. See you later everyone!
00:46:04gevaertsno. It's supposed to disconnect if you press that button when it happens to be safe
00:46:08 Join jfc [0] (n=john@dpc691978010.direcpc.com)
00:46:32Mikachuah
00:46:34 Quit onlysoaa ("http://www.mibbit.com ajax IRC Client")
00:47:18 Join n17ikh [0] (n=n17ikh@c-68-59-19-150.hsd1.sc.comcast.net)
00:48:01 Join Insilic0 [0] (n=4a45af4d@gateway/web/cgi-irc/labb.contactor.se/x-6e9b36f7a77a3264)
00:48:16 Quit Insilic0 (Client Quit)
00:48:58Mikachuah, hid ate the keys
00:49:16Mikachuit worked when i removed that code
00:49:20 Quit SirFunk_ (Read error: 110 (Connection timed out))
00:50:12Mikachugevaerts: thanks
00:50:23 Join SirFunk_ [0] (n=Sir@208-15-25-145.netsync.net)
00:51:46Mikachutried removing the button cond first, but then it disabled disk mode immediately upon plugging the cable in :)
00:57:32 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
00:57:41 Quit jfc (Read error: 104 (Connection reset by peer))
00:58:03 Join jfc [0] (n=john@dpc691978010.direcpc.com)
01:00
01:00:14 Quit advcomp2019 ("Nice Scotty, now beam my clothes up too!")
01:04:02 Join DrMoos [0] (i=mustapha@85-169-146-222.rev.numericable.fr)
01:04:14 Quit moos (Read error: 104 (Connection reset by peer))
01:09:48 Quit mcuelenaere ("Gnight")
01:15:21 Join advcomp2019 [0] (n=advcomp2@unaffiliated/advcomp2019)
01:17:41 Quit jfc (Read error: 104 (Connection reset by peer))
01:18:02 Join jfc [0] (n=john@dpc691978010.direcpc.com)
01:18:32 Quit jfc (Read error: 104 (Connection reset by peer))
01:18:52 Join jfc [0] (n=john@dpc691978010.direcpc.com)
01:21:49 Quit Thundercloud (Remote closed the connection)
01:24:14 Quit JdGordon| ("http://www.mibbit.com ajax IRC Client")
01:26:20 Part wincent ("Kopete 0.12.7 : http://kopete.kde.org")
01:32:22 Join JdGordon| [0] (i=836b0072@rockbox/developer/JdGordon)
01:32:34 Join jfc^3 [0] (n=john@dpc691978010.direcpc.com)
01:33:30 Quit DrMoos ("Rockbox rules the DAP world")
01:34:46 Quit JdGordon| (Client Quit)
01:36:08 Quit gevaerts (Nick collision from services.)
01:36:20 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
01:37:14 Join JdGordon| [0] (i=ad752bfa@rockbox/developer/JdGordon)
01:39:22***Saving seen data "./dancer.seen"
01:40:30 Quit JdGordon| (Client Quit)
01:41:19 Quit dfkt ("-= SysReset 2.53=- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.")
01:41:23 Join BUMBACL0T [0] (n=ORF@unaffiliated/bumbacl0t)
01:41:29 Part toffe82
01:43:19 Quit advcomp2019 ("+++ OK ATH OK")
01:44:35 Join JdGordon| [0] (i=ad752bfa@gateway/web/ajax/mibbit.com/x-f64951446161135d)
01:44:40 Join SirFunk__ [0] (n=Sir@208-15-25-145.netsync.net)
01:45:20JdGordon|does anyone know why the ipod kjeymap doesnt have next-dir? i cant see any obvious conflicts in the keymap...
01:45:32Mikachuwhere would you put it?
01:45:33JdGordon|its also the a/b mode buttons i think...
01:45:42JdGordon|select+next/prev
01:45:50JdGordon|same as iriver/sansa
01:46:17Mikachuthat seems to do nothing atm, yeah
01:46:51Mikachuiirc i used that combo to try out a/b repeat a couple of years ago
01:46:55pixelmaI thought it has this long-press, short-press "combo" for it (but didn't look)
01:47:14JdGordon|there is... thats on all targets
01:47:27 Quit jfc (Read error: 110 (Connection timed out))
01:47:30JdGordon|its nice having the 2 handed combo though... that long press one doesnt seem to work so well...
01:47:37JdGordon|it starts ffwding the new track
01:47:44Mikachuit's not exactly hard to press select+next/prev with one finger (at least on nano :)
01:47:59pixelmaok, misunderstood the problem then
01:49:38JdGordon|i assume there wont be any objection to adding it?
01:50:44*JdGordon| decides its not a good idea changing the target used as your main DAP... bugs start to be annoying
01:52:41LambdaCalculus37So does anyone have any opinion of what should be done with FS #10269 to help improve it?
01:52:43*JdGordon| decides its not a good idea changing the target used as your main DAP... bugs start to be annoying
01:53:46 Join advcomp2019 [0] (n=advcomp2@unaffiliated/advcomp2019)
01:54:34 Quit JdGordon| ("http://www.mibbit.com ajax IRC Client")
01:58:17 Quit SirFunk_ (Read error: 110 (Connection timed out))
02:00
02:01:22 Join robin0800 [0] (n=robin080@general-ld-216.t-mobile.co.uk)
02:03:35 Quit mirak ("Ex-Chat")
02:07:23 Join kugel_ [0] (n=kugel@e178071005.adsl.alicedsl.de)
02:07:34 Join Makuseru [0] (n=max@163.106.40.24.aeneasdsl.com)
02:07:39 Quit kugel (Nick collision from services.)
02:07:45 Nick kugel_ is now known as kugel (n=kugel@e178071005.adsl.alicedsl.de)
02:07:51kugelUnhelpful: is it possible to start playback within pf is grabbed with plugin_get_audio_buffer() ?
02:09:29Mikachui think a word or two is missing from that sentence
02:10:36kugelright
02:10:51kugelif the buffer is grabbed*
02:20:23 Join petur [50] (n=petur@rockbox/developer/petur)
02:21:04JdGordonwould the mini's get any extra battery life by not updating the lcd after some timeout even though the lcd is still on and visiable (when the backlight is off)
02:22:28Mikachuin daylight, my nano (dunno about mini) has a fully visible screen, you can't even tell if the backlight is on or off
02:22:58Mikachubut given that the videos get extra time, the other ipods should too
02:24:50 Part BUMBACL0T
02:26:58kugelJdGordon: probably
02:27:34kugelFlynDice: funman's latest patch works great on my fuze
02:36:14 Quit petur ("later")
02:39:37 Quit LambdaCalculus37 (Read error: 110 (Connection timed out))
02:40:59 Quit BHSPitLappy (Remote closed the connection)
02:44:11pixelmaJdGordon: if you sometimes just look at the display to read the info or so (without touching the controls), I doubt you'll notice a difference in "real world" use.
02:44:37 Quit mt (Read error: 113 (No route to host))
03:00
03:09:15 Join cool_walking_ [0] (i=cb3b81c3@gateway/web/ajax/mibbit.com/x-712aa76f1c9e2623)
03:16:25 Quit flux (Remote closed the connection)
03:16:29 Join flux [0] (i=flux@jolt.modeemi.cs.tut.fi)
03:25:41 Quit J-23 (jordan.freenode.net irc.freenode.net)
03:25:41NSplitjordan.freenode.net irc.freenode.net
03:25:41 Quit Rob2222 (jordan.freenode.net irc.freenode.net)
03:25:41 Quit martian67 (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Makuseru (jordan.freenode.net irc.freenode.net)
03:25:41 Quit safetydan (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Horscht (jordan.freenode.net irc.freenode.net)
03:25:41 Quit bagawk (jordan.freenode.net irc.freenode.net)
03:25:41 Quit goffa (jordan.freenode.net irc.freenode.net)
03:25:41 Quit vedlith (jordan.freenode.net irc.freenode.net)
03:25:41 Quit grndslm (jordan.freenode.net irc.freenode.net)
03:25:41 Quit amiconn (jordan.freenode.net irc.freenode.net)
03:25:41 Quit lucent (jordan.freenode.net irc.freenode.net)
03:25:41 Quit tessarakt (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Xerion (jordan.freenode.net irc.freenode.net)
03:25:41 Quit obo (jordan.freenode.net irc.freenode.net)
03:25:41 Quit trisiak (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Zambezi (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Slasheri (jordan.freenode.net irc.freenode.net)
03:25:41 Quit rwong (jordan.freenode.net irc.freenode.net)
03:25:41 Quit jon-kha (jordan.freenode.net irc.freenode.net)
03:25:41 Quit markun (jordan.freenode.net irc.freenode.net)
03:25:41 Quit flux (jordan.freenode.net irc.freenode.net)
03:25:41 Quit robin0800 (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Llorean (jordan.freenode.net irc.freenode.net)
03:25:41 Quit thegeek (jordan.freenode.net irc.freenode.net)
03:25:41 Quit antil33t (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Tristan (jordan.freenode.net irc.freenode.net)
03:25:41 Quit bubsy (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Ridayah (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Hadaka (jordan.freenode.net irc.freenode.net)
03:25:41 Quit _Auron_ (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Bombe (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Kopfgeldjaeger (jordan.freenode.net irc.freenode.net)
03:25:41 Quit scorche|sh (jordan.freenode.net irc.freenode.net)
03:25:41 Quit PaulJam_ (jordan.freenode.net irc.freenode.net)
03:25:41 Quit FlynDice (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Bagder (jordan.freenode.net irc.freenode.net)
03:25:41 Quit killan (jordan.freenode.net irc.freenode.net)
03:25:41 Quit avacore^ (jordan.freenode.net irc.freenode.net)
03:25:41 Quit crashd (jordan.freenode.net irc.freenode.net)
03:25:41 Quit pabs (jordan.freenode.net irc.freenode.net)
03:25:41 Quit soap (jordan.freenode.net irc.freenode.net)
03:25:41 Quit msi (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Bawitdaba (jordan.freenode.net irc.freenode.net)
03:25:41 Quit AndyI (jordan.freenode.net irc.freenode.net)
03:25:41 Quit Lss (jordan.freenode.net irc.freenode.net)
03:25:41 Quit parafin (jordan.freenode.net irc.freenode.net)
03:25:41 Quit linuxstb (jordan.freenode.net irc.freenode.net)
03:25:41 Quit bzed (jordan.freenode.net irc.freenode.net)
03:25:41 Quit suom1 (jordan.freenode.net irc.freenode.net)
03:25:41 Quit kugel (jordan.freenode.net irc.freenode.net)
03:25:41 Quit n17ikh (jordan.freenode.net irc.freenode.net)
03:25:41 Quit fdinel (jordan.freenode.net irc.freenode.net)
03:25:41 Quit froggyman (jordan.freenode.net irc.freenode.net)
03:25:41 Quit SeaWeed (jordan.freenode.net irc.freenode.net)
03:25:41 Quit dmb (jordan.freenode.net irc.freenode.net)
03:25:41 Quit evilnick_home (jordan.freenode.net irc.freenode.net)
03:25:41 Quit beta_ (jordan.freenode.net irc.freenode.net)
03:25:41 Quit BlakeJohnson86 (jordan.freenode.net irc.freenode.net)
03:25:47 Quit KBH (jordan.freenode.net irc.freenode.net)
03:25:47 Quit lymeca (jordan.freenode.net irc.freenode.net)
03:25:47 Quit freqmod (jordan.freenode.net irc.freenode.net)
03:25:47 Quit DataGhost (jordan.freenode.net irc.freenode.net)
03:25:47 Quit blithe (jordan.freenode.net irc.freenode.net)
03:25:47 Quit rvvs89 (jordan.freenode.net irc.freenode.net)
03:25:47 Quit shodanX (jordan.freenode.net irc.freenode.net)
03:25:47 Quit courtc (jordan.freenode.net irc.freenode.net)
03:25:47 Quit dionoea (jordan.freenode.net irc.freenode.net)
03:25:47 Quit nibbler (jordan.freenode.net irc.freenode.net)
03:25:47 Quit tchan (jordan.freenode.net irc.freenode.net)
03:25:47 Quit ze (jordan.freenode.net irc.freenode.net)
03:25:47 Quit shadearg (jordan.freenode.net irc.freenode.net)
03:25:47 Quit ap0 (jordan.freenode.net irc.freenode.net)
03:25:47 Quit Res1 (jordan.freenode.net irc.freenode.net)
03:25:47 Quit saratoga (jordan.freenode.net irc.freenode.net)
03:25:47 Quit kkurbjun (jordan.freenode.net irc.freenode.net)
03:25:47 Quit scorche (jordan.freenode.net irc.freenode.net)
03:25:47 Quit TheDJACR (jordan.freenode.net irc.freenode.net)
03:25:47 Quit Unhelpful (jordan.freenode.net irc.freenode.net)
03:25:47 Quit ChanServ (jordan.freenode.net irc.freenode.net)
03:25:47 Quit HellDragon (jordan.freenode.net irc.freenode.net)
03:25:47 Quit AlexP (jordan.freenode.net irc.freenode.net)
03:25:47 Quit kadoban (jordan.freenode.net irc.freenode.net)
03:25:47 Quit andy` (jordan.freenode.net irc.freenode.net)
03:25:47 Quit agaffney (jordan.freenode.net irc.freenode.net)
03:25:47 Quit cool_walking_ (jordan.freenode.net irc.freenode.net)
03:25:47 Quit jfc^3 (jordan.freenode.net irc.freenode.net)
03:25:47 Quit goffa_ (jordan.freenode.net irc.freenode.net)
03:25:47 Quit yosafbridge (jordan.freenode.net irc.freenode.net)
03:25:47 Quit spyder (jordan.freenode.net irc.freenode.net)
03:25:47 Quit Tuplanolla (jordan.freenode.net irc.freenode.net)
03:25:47 Quit advcomp2019 (jordan.freenode.net irc.freenode.net)
03:25:47 Quit perrikwp (jordan.freenode.net irc.freenode.net)
03:25:47 Quit pixelma (jordan.freenode.net irc.freenode.net)
03:25:47 Quit jordan` (jordan.freenode.net irc.freenode.net)
03:25:47 Quit preglow (jordan.freenode.net irc.freenode.net)
03:25:47 Quit SUSaiyan (jordan.freenode.net irc.freenode.net)
03:25:47 Quit JdGordon (jordan.freenode.net irc.freenode.net)
03:25:47 Quit Mikachu (jordan.freenode.net irc.freenode.net)
03:25:47 Quit CIA-38 (jordan.freenode.net irc.freenode.net)
03:25:47 Quit SirFunk__ (jordan.freenode.net irc.freenode.net)
03:25:47 Quit gevaerts (jordan.freenode.net irc.freenode.net)
03:25:47 Quit FOAD (jordan.freenode.net irc.freenode.net)
03:25:47 Quit fyrestorm (jordan.freenode.net irc.freenode.net)
03:25:47 Quit feisar-- (jordan.freenode.net irc.freenode.net)
03:25:47 Quit GodEater (jordan.freenode.net irc.freenode.net)
03:25:47 Quit crwll (jordan.freenode.net irc.freenode.net)
03:25:47 Quit Torne (jordan.freenode.net irc.freenode.net)
03:25:47 Quit kachna (jordan.freenode.net irc.freenode.net)
03:25:47 Quit FrankTM_ (jordan.freenode.net irc.freenode.net)
03:25:47 Quit DaCapn (jordan.freenode.net irc.freenode.net)
03:25:47 Quit fxb__ (jordan.freenode.net irc.freenode.net)
03:25:47 Quit daurn (jordan.freenode.net irc.freenode.net)
03:25:47 Quit lyngaas (jordan.freenode.net irc.freenode.net)
03:25:47 Quit barrywardell (jordan.freenode.net irc.freenode.net)
03:25:47 Quit __lifeless (jordan.freenode.net irc.freenode.net)
03:25:47 Quit Zarggg (jordan.freenode.net irc.freenode.net)
03:25:47 Quit maraz (jordan.freenode.net irc.freenode.net)
03:25:48 Quit at0m (jordan.freenode.net irc.freenode.net)
03:25:48 Quit krazykit (jordan.freenode.net irc.freenode.net)
03:25:48 Quit Etu (jordan.freenode.net irc.freenode.net)
03:25:48 Quit lostlogic (jordan.freenode.net irc.freenode.net)
03:25:48 Quit tarbo (jordan.freenode.net irc.freenode.net)
03:25:48 Quit fred_2 (jordan.freenode.net irc.freenode.net)
03:25:48 Quit fuzzie (jordan.freenode.net irc.freenode.net)
03:25:48 Quit MuscleNerd (jordan.freenode.net irc.freenode.net)
03:25:48 Quit Kohlrabi (jordan.freenode.net irc.freenode.net)
03:26:52NHealjordan.freenode.net irc.freenode.net
03:26:52NJoinChanServ [0] (ChanServ@services.)
03:26:52 Join jmillikin [0] (n=jmilliki@c-24-130-227-85.hsd1.ca.comcast.net)
03:26:52NJoinflux [0] (i=flux@jolt.modeemi.cs.tut.fi)
03:26:52NJoincool_walking_ [0] (i=cb3b81c3@gateway/web/ajax/mibbit.com/x-712aa76f1c9e2623)
03:26:52NJoinMakuseru [0] (n=max@163.106.40.24.aeneasdsl.com)
03:26:52 Join kugel [0] (n=kugel@rockbox/developer/kugel)
03:26:52NJoinrobin0800 [0] (n=robin080@general-ld-216.t-mobile.co.uk)
03:26:52NJoinadvcomp2019 [0] (n=advcomp2@unaffiliated/advcomp2019)
03:26:52NJoinSirFunk__ [0] (n=Sir@208-15-25-145.netsync.net)
03:26:52NJoingevaerts [0] (n=fg@rockbox/developer/gevaerts)
03:26:52NJoinjfc^3 [0] (n=john@dpc691978010.direcpc.com)
03:26:52NJoinn17ikh [0] (n=n17ikh@c-68-59-19-150.hsd1.sc.comcast.net)
03:26:52NJoinap0 [0] (n=ap0@238.102.204-77.rev.gaoland.net)
03:26:52NJoinperrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-1db5450963fba106)
03:26:52NJoinnibbler [0] (n=Nibbler@pD9E3316F.dip.t-dialin.net)
03:26:52NJoinsafetydan [0] (n=deverton@rockbox/developer/safetydan)
03:26:52NJoinfdinel [0] (n=Miranda@modemcable204.232-203-24.mc.videotron.ca)
03:26:52NJoindaurn [0] (n=daurnima@unaffiliated/daurnimator)
03:26:52NJointessarakt [0] (n=jens@e180080062.adsl.alicedsl.de)
03:26:52NJoinamiconn [50] (n=jens@rockbox/developer/amiconn)
03:26:52NJoinpixelma [50] (n=pixelma@rockbox/staff/pixelma)
03:26:52NJoinlyngaas [0] (n=staale@19.81-167-149.customer.lyse.net)
03:26:52NJoinPaulJam_ [0] (i=PaulJam_@vpn-3014.gwdg.de)
03:26:52 Join HellDragon [0] (n=jd@Wikipedia/HellDragon)
03:26:52NJoinfroggyman [0] (n=Froggyma@pool-71-186-11-128.chi01.dsl-w.verizon.net)
03:26:52 Join barrywardell [0] (n=barry@rockbox/developer/barrywardell)
03:26:52NJoinHorscht [0] (n=Horscht@xbmc/user/horscht)
03:26:52NJoinFlynDice [0] (n=jack@c-24-19-225-90.hsd1.wa.comcast.net)
03:26:52NJoinbagawk [0] (n=lee@c-98-232-168-140.hsd1.or.comcast.net)
03:26:52NJoinBagder [241] (n=daniel@rockbox/developer/bagder)
03:26:52 Join Llorean [0] (n=DarkkOne@rockbox/administrator/Llorean)
03:26:52NJoinSeaWeed [0] (n=SeaWeed@c-67-187-7-172.hsd1.va.comcast.net)
03:26:52NJoinkachna [0] (n=kachna@r4ax178.net.upc.cz)
03:26:52NJoinkillan [0] (n=nnscript@c-5ef170d5.06-397-67626721.cust.bredbandsbolaget.se)
03:26:52NJoindmb [0] (n=dmb@unaffiliated/dmb)
03:26:52NJoinJ-23 [0] (n=zelazko@unix.net.pl)
03:26:52NJoinRob2222 [0] (n=Miranda@p4FDCE637.dip.t-dialin.net)
03:26:52NJoinFOAD [0] (n=dok@82.93.10.238)
03:26:52NJoinRes1 [0] (n=Res@user-0c6s6hp.cable.mindspring.com)
03:26:52NJoinXerion [0] (i=xerion@82-170-197-160.ip.telfort.nl)
03:26:52NJoin__lifeless [0] (n=lifeless@188.16.71.149)
03:26:52NJoingoffa_ [0] (n=goffa@216.220.23.105)
03:26:52NJoingoffa [0] (n=goffa@216.220.23.105)
03:26:52NJoinvedlith [0] (n=ved2@137-mi2-1.acn.waw.pl)
03:26:52NJoinmartian67 [0] (n=martian6@about/linux/regular/martian67)
03:26:52NJoingrndslm [0] (n=grndslm@96.19.110.120)
03:26:52NJoinyosafbridge [0] (n=yosafbri@ludios.net)
03:26:52Mode"#rockbox +o ChanServ " by irc.freenode.net
03:26:52NJoinAndyI [0] (i=AndyI@212.14.205.32)
03:26:52NJoinlucent [0] (i=lucent@unaffiliated/shadows)
03:26:52NJoinjordan` [0] (i=gromit@78.235.252.137)
03:26:52NJoinfyrestorm [0] (n=nnscript@cpe-24-90-81-178.nyc.res.rr.com)
03:26:52NJoinevilnick_home [0] (n=evilnick@pool-173-52-142-29.nycmny.east.verizon.net)
03:26:52NJoinbeta_ [0] (n=beta@d24-36-124-26.home1.cgocable.net)
03:26:52NJointhegeek [0] (n=nnscript@s243b.studby.ntnu.no)
03:26:52NJoinsaratoga [0] (i=9803c6dd@rockbox/developer/saratoga)
03:26:52NJoinantil33t [0] (n=Mudkips@119.224.12.185)
03:26:52NJoinpreglow [0] (i=thomj@rockbox/developer/preglow)
03:26:52NJoinkkurbjun [0] (n=kkurbjun@rockbox/developer/kkurbjun)
03:26:52NJoinBlakeJohnson86 [0] (n=bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
03:26:52NJoinKBH [0] (n=hbk@pool-71-96-74-73.dfw.dsl-w.verizon.net)
03:26:52NJoinTristan [0] (n=Tristan@i.dont.want.to.die.virgin.net.in)
03:26:52NJoinZarggg [0] (n=zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com)
03:26:52NJoinAlexP [0] (n=alex@rockbox/staff/AlexP)
03:26:52NJoinLss [0] (n=Lss@cm213.delta96.maxonline.com.sg)
03:26:52NJoinSUSaiyan [0] (n=SUSaiyan@cc84863-b.zwoll1.ov.home.nl)
03:26:52NJoinparafin [0] (i=parafin@paraf.in)
03:26:52 Join bubsy [0] (i=Bubsy@unaffiliated/bubsy)
03:26:52 Join obo [0] (n=obo@rockbox/developer/obo)
03:26:52NJoinFrankTM_ [0] (n=frank@212-182-153-12.ip.telfort.nl)
03:26:52NJoinRidayah [0] (n=ridayah@173-19-228-175.client.mchsi.com)
03:26:52NJoinDaCapn [0] (i=dacapn@using.your.wireless-inter.net)
03:26:52NJoinlymeca [0] (n=lymeca@dsl-74-220-76-19.dhcp.cruzio.com)
03:26:52NJoinagaffney [0] (n=agaffney@gentoo/developer/agaffney)
03:26:52NJointrisiak [0] (n=tree@chello089078243195.chello.pl)
03:26:52NJoinSlasheri [0] (i=miipekk@rockbox/developer/Slasheri)
03:26:52NJoinfreqmod [0] (i=quasselg@dhcp208-240.ed.ntnu.no)
03:26:52NJoinDataGhost [0] (i=dataghos@unaffiliated/dataghost)
03:26:52NJoinZambezi [0] (i=Zulu@bnc.dotbnc.se)
03:26:52NJoinBawitdaba [0] (n=Sphinx@cpe-74-70-40-135.nycap.res.rr.com)
03:26:52NJoinmsi [0] (i=msi@shell.noname-ev.de)
03:26:52NJoinblithe [0] (n=blithe@blakesmith.me)
03:26:52NJoinlinuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
03:26:52NJoinrwong [0] (n=ricky@www.roflwaffle.com)
03:26:52NJoinJdGordon [0] (n=jonno@rockbox/developer/JdGordon)
03:26:52NJointchan [0] (n=tchan@lunar-linux/developer/tchan)
03:26:52NJoinmarkun [50] (n=markun@rockbox/developer/markun)
03:26:52 Join rvvs89 [0] (n=ivo@pdpc/supporter/base/rvvs89)
03:26:52NJoinspyder [0] (n=spyder@lirhost.net)
03:26:52NJoinMikachu [0] (i=Mikachu@c-83-233-200-194.cust.bredband2.com)
03:26:52NJoinbzed [0] (n=bzed@devel.recluse.de)
03:26:52NJoinjon-kha [0] (i=jon-kha@kahvi.eu.org)
03:26:52NJoinscorche [50] (n=scorche@rockbox/administrator/scorche)
03:26:52NJoinfeisar-- [0] (i=jljhook@irkki.fi)
03:26:52NJoinTheDJACR [0] (n=TDJACR@Wikipedia/Thedjatclubrock)
03:26:52NJoinGodEater [0] (n=nnyeahri@rockbox/staff/GodEater)
03:26:52NJoinsuom1 [0] (i=markus@viitamaki.net)
03:26:52NJoindionoea [0] (n=dionoea@videolan/developer/dionoea)
03:26:52NJoincourtc [0] (n=court@unaffiliated/courtc)
03:26:52NJoinshodanX [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
03:26:52NJoinze [0] (i=ze@76.91.72.105)
03:26:52NJoinMuscleNerd [0] (i=eric@adsl-75-31-138-204.dsl.irvnca.sbcglobal.net)
03:26:52NJoincrwll [0] (n=crawlie@a91-156-100-168.elisa-laajakaista.fi)
03:26:52NJoinTuplanolla [0] (n=jani@unaffiliated/tuplanolla)
03:26:52NJoinavacore^ [0] (i=nobody@1008ds1-rdo.0.fullrate.dk)
03:26:52NJoinkadoban [0] (n=mud@cpe-24-93-17-195.rochester.res.rr.com)
03:26:52NJoinTorne [0] (i=torne@lowell.wolfpuppy.org.uk)
03:26:52NJoinfred_2 [0] (i=fred@hpc-cluster.hamburgnet.de)
03:26:52NJoinHadaka [0] (i=naked@naked.iki.fi)
03:26:52NJoinshadearg [0] (i=arg@ipv4.panoptix.net)
03:26:52NJoinmaraz [0] (i=maraz@xob.kapsi.fi)
03:26:52NJoinsoap [50] (n=soap@rockbox/staff/soap)
03:26:52NJoinandy` [0] (i=andy@cassarossa.samfundet.no)
03:26:52NJoinUnhelpful [0] (n=Militant@rockbox/developer/Unhelpful)
03:26:52NJoinfxb__ [0] (n=felixbru@h1252615.stratoserver.net)
03:26:52NJoinpabs [0] (n=pabs@xor.pablotron.org)
03:26:52NJoincrashd [0] (i=foobar@lostnode.org)
03:26:52NJoinCIA-38 [0] (n=CIA@208.69.182.149.simpli.biz)
03:26:52NJoinKohlrabi [0] (n=Kohlrabi@frustrum.nosebud.de)
03:26:52NJoinfuzzie [0] (n=fuzzie@twinsen.warpedgames.com)
03:27:03 Quit markun (jordan.freenode.net irc.freenode.net)
03:27:03 Quit antil33t (jordan.freenode.net irc.freenode.net)
03:27:03 Quit flux (jordan.freenode.net irc.freenode.net)
03:27:03 Quit robin0800 (jordan.freenode.net irc.freenode.net)
03:27:03 Quit thegeek (jordan.freenode.net irc.freenode.net)
03:27:03 Quit Ridayah (jordan.freenode.net irc.freenode.net)
03:27:03 Quit Tristan (jordan.freenode.net irc.freenode.net)
03:27:03 Quit Llorean (jordan.freenode.net irc.freenode.net)
03:27:03 Quit Hadaka (jordan.freenode.net irc.freenode.net)
03:27:03 Quit bubsy (jordan.freenode.net irc.freenode.net)
03:27:05NJoinEtu [0] (n=user@92-244-27-79.customers.ownit.se)
03:27:05NJoinat0m [0] (n=at0m@94-225-90-23.access.telenet.be)
03:27:05NJoinkrazykit [0] (i=josh@c-76-119-147-106.hsd1.ma.comcast.net)
03:27:05NJointarbo [0] (n=me@unaffiliated/tarbo)
03:27:05NJoinlostlogic [50] (n=lostlogi@rockbox/developer/lostlogic)
03:27:07NJoin_Auron_ [0] (n=DarkAuro@ppp-70-244-166-122.dsl.rcsntx.swbell.net)
03:27:07NJoinBombe [0] (n=droden@freenet/developer/Bombe)
03:27:07NJoinKopfgeldjaeger [0] (n=nicolai@monitor-mode-enabled-on-mon0.phy0.de)
03:27:07NJoinscorche|sh [50] (n=scorche@rockbox/administrator/scorche)
03:27:08 Quit obo (jordan.freenode.net irc.freenode.net)
03:27:08 Quit trisiak (jordan.freenode.net irc.freenode.net)
03:27:08 Quit Zambezi (jordan.freenode.net irc.freenode.net)
03:27:08 Quit Xerion (jordan.freenode.net irc.freenode.net)
03:27:08 Quit tessarakt (jordan.freenode.net irc.freenode.net)
03:27:09NJoinflux [0] (i=flux@jolt.modeemi.cs.tut.fi)
03:27:09NJoinrobin0800 [0] (n=robin080@general-ld-216.t-mobile.co.uk)
03:27:09NJoinLlorean [0] (n=DarkkOne@rockbox/administrator/Llorean)
03:27:09NJointhegeek [0] (n=nnscript@s243b.studby.ntnu.no)
03:27:09NJoinantil33t [0] (n=Mudkips@119.224.12.185)
03:27:09NJoinTristan [0] (n=Tristan@i.dont.want.to.die.virgin.net.in)
03:27:09NJoinbubsy [0] (i=Bubsy@unaffiliated/bubsy)
03:27:09NJoinRidayah [0] (n=ridayah@173-19-228-175.client.mchsi.com)
03:27:09NJoinmarkun [50] (n=markun@rockbox/developer/markun)
03:27:09NJoinHadaka [0] (i=naked@naked.iki.fi)
03:27:11NJointessarakt [0] (n=jens@e180080062.adsl.alicedsl.de)
03:27:11NJoinXerion [0] (i=xerion@82-170-197-160.ip.telfort.nl)
03:27:11NJoinobo [0] (n=obo@rockbox/developer/obo)
03:27:11NJointrisiak [0] (n=tree@chello089078243195.chello.pl)
03:27:11NJoinZambezi [0] (i=Zulu@bnc.dotbnc.se)
03:27:13 Quit tarbo (SendQ exceeded)
03:27:30kugelo.O
03:29:53 Join tarbo [0] (n=me@unaffiliated/tarbo)
03:31:23CIA-38New commit by kugel (r21166): Revisite Sansa fuze button driver: ...
03:31:40CtcpVersion from freenode-connect!freenode@freenode/bot/connect
03:39:25***Saving seen data "./dancer.seen"
03:43:39 Quit efyx_ (Remote closed the connection)
03:43:47 Quit kugel ("exit(0);")
03:45:42 Join stevenm [0] (n=stevenm@cpe-66-27-96-75.san.res.rr.com)
03:46:08stevenmGreetings. Is there anyone online who is able and willing to change some hosting stuff on rb.org ?
03:46:37 Join yomamathecablegu [0] (n=438d8f12@gateway/web/cgi-irc/labb.contactor.se/x-e026b70d3f66851c)
03:49:06yomamathecableguHey everyone ^_^ I have a question. Is there any way to view HTML files with rockbox? This would be extremely helpful. ^_^
03:51:30cool_walking_Not *as HTML*. I think there was a patch on the tracker a while ago that just stripped all the tags out so it was readable in the text viewer.
03:53:16yomamathecableguAh that sucks. :/ So there's nothing that would allow me to view the actual HTML page, including the tags? I don't care about seeing the source code. lol
03:54:50cool_walking_Well if you don't care about the tags being there, yeah you can just use the text viewer.
03:54:58cool_walking_That patch I mentioned is here: http://rockbox.org/tracker/7114
03:55:29martian67yomamathecablegu,
03:55:39martian67there are programs that render and screenshot html pages
03:55:50martian67its cheesy, but it just might work for your purposes
03:56:21yomamathecableguNo no I mean I want to see the result of the tags - i.e. I don't want to see <marquee>text</marquee>, I would just want to see the scrolling text. But I guess that hasn't been accomplished yet. Can you link to other text files like you can with the normal iPod firmware?
03:56:42yomamathecablegumartian67: if all else fails, I probably will end up doing that. lol thanks ^_^
03:57:17yomamathecableguand also, one more thing, how would I install a patch on my rockbox?
03:58:08stevenmyomamathecablegu, if you are asking this, it may not be for the faint-hearted. It involves applying the patch to the source code, and compiling the new code to get a new rockbox binary
03:58:22cool_walking_No, you can't render the markup. To use a patch, you need to compile your own build of Rockbox - see DevelopmentGuide and WorkingWithPatches on the wiki.
03:58:39stevenmThough, you should be able to theoretically pull it off if you have a build environment for your target, and a copy of the source
03:59:52yomamathecablegustevenm: lol what do you mean faint-hearted? I've worked with programming before, I've just never worked with C or Rockbox, and I'm trying to mess around with it. Thanks for your help everyone. But one more thing - can you link 2 text files in rockbox?
04:00
04:00:29cool_walking_Hyperlinks, you mean? No.
04:00:56stevenmyomamathecablegu, then, you should be able to check out the source, patch it (with #patch -p0 (p1?) < blah.patch), build tools, configure, make.
04:01:23stevenmalthough I have been out of the loop on the dev environment for quite some time, so don't quote me on that...
04:01:44stevenmi'm only here to ask to get a rockbox file rehosted, because my own web space is disappearing soon
04:02:50yomamathecableguAlright ^_^ Well thanks guys. I'll look at things and hopefully come up with something. :) G'night.
04:02:55 Quit yomamathecablegu ("CGI:IRC")
04:11:30 Part stevenm ("^D")
04:13:31 Quit PaulJam_ (Read error: 113 (No route to host))
04:20:44 Join BHSPitMonkey [0] (n=stephen@unaffiliated/bhspitmonkey)
04:23:50saratoganew AMS MMU patch is running very nicely
04:24:05saratogano crashes after ten minutes and quite good performance in test_codec
04:24:09saratoga(on Fuze)
04:37:57 Join LambdaCalculus37 [0] (n=rmenes@rockbox/staff/LambdaCalculus37)
04:50:49 Join petur [50] (n=petur@rockbox/developer/petur)
04:58:31 Quit froggyman (" HydraIRC -> http://www.hydrairc.com <-")
05:00
05:01:13 Quit petur (Read error: 104 (Connection reset by peer))
05:04:53 Join sbhsu [0] (n=a6530466@Zion.dorm.au.edu.tw)
05:21:36 Quit barrywardell (Remote closed the connection)
05:22:58 Join chandoo [0] (n=chandoo@ool-4353b978.dyn.optonline.net)
05:31:15 Quit BHSPitMonkey (Remote closed the connection)
05:35:40 Quit fdinel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
05:39:28***Saving seen data "./dancer.seen"
05:39:57 Quit LambdaCalculus37 ("Fwump")
05:42:51 Quit Horscht ("Verlassend")
06:00
06:30:26 Quit robin0800 (Remote closed the connection)
06:30:48 Quit DataGhost (Nick collision from services.)
06:30:56 Join DataGhost [0] (i=dataghos@unaffiliated/dataghost)
06:31:30 Quit suom1 (jordan.freenode.net irc.freenode.net)
06:31:30NSplitjordan.freenode.net irc.freenode.net
06:31:30 Quit bzed (jordan.freenode.net irc.freenode.net)
06:31:30 Quit chandoo (jordan.freenode.net irc.freenode.net)
06:31:30 Quit beta_ (jordan.freenode.net irc.freenode.net)
06:31:30 Quit evilnick_home (jordan.freenode.net irc.freenode.net)
06:31:30 Quit shodanX (jordan.freenode.net irc.freenode.net)
06:31:30 Quit KBH (jordan.freenode.net irc.freenode.net)
06:31:30 Quit SeaWeed (jordan.freenode.net irc.freenode.net)
06:31:30 Quit freqmod (jordan.freenode.net irc.freenode.net)
06:31:30 Quit n17ikh (jordan.freenode.net irc.freenode.net)
06:31:30 Quit lymeca (jordan.freenode.net irc.freenode.net)
06:31:30 Quit rvvs89 (jordan.freenode.net irc.freenode.net)
06:31:30 Quit courtc (jordan.freenode.net irc.freenode.net)
06:31:30 Quit blithe (jordan.freenode.net irc.freenode.net)
06:31:30 Quit dmb (jordan.freenode.net irc.freenode.net)
06:31:30 Quit BlakeJohnson86 (jordan.freenode.net irc.freenode.net)
06:31:30 Quit dionoea (jordan.freenode.net irc.freenode.net)
06:31:30 Join chandoo_ [0] (n=chandoo@ool-4353b978.dyn.optonline.net)
06:31:36NHealjordan.freenode.net irc.freenode.net
06:31:36NJoinlymeca [0] (n=lymeca@dsl-74-220-76-19.dhcp.cruzio.com)
06:32:09NJoinfreqmod [0] (i=quasselg@dhcp208-240.ed.ntnu.no)
06:32:35NJoinbzed [0] (n=bzed@devel.recluse.de)
06:33:14 Quit scorche (Read error: 60 (Operation timed out))
06:33:39NJoinSeaWeed [0] (n=SeaWeed@c-67-187-7-172.hsd1.va.comcast.net)
06:33:56NJoinKBH [0] (n=hbk@pool-71-96-74-73.dfw.dsl-w.verizon.net)
06:35:21NJoincourtc [0] (n=court@unaffiliated/courtc)
06:35:23NJoinshodanX [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
06:35:30NJoinblithe [0] (n=blithe@blakesmith.me)
06:35:40NJoinbeta_ [0] (n=beta@d24-36-124-26.home1.cgocable.net)
06:36:02 Join AndyIL [0] (i=AndyI@212.14.205.32)
06:36:08 Join rvvs89 [0] (n=ivo@bright-snat.ucc.asn.au)
06:36:48NJoinsuom1 [0] (i=markus@viitamaki.net)
06:37:28 Quit rvvs89 (Killed by reynolds.freenode.net (Nick collision))
06:37:32NJoinchandoo [0] (n=chandoo@ool-4353b978.dyn.optonline.net)
06:37:32NJoinn17ikh [0] (n=n17ikh@c-68-59-19-150.hsd1.sc.comcast.net)
06:37:32NJoindmb [0] (n=dmb@unaffiliated/dmb)
06:37:32NJoinevilnick_home [0] (n=evilnick@pool-173-52-142-29.nycmny.east.verizon.net)
06:37:32NJoinBlakeJohnson86 [0] (n=bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
06:37:32NJoinrvvs89 [0] (n=ivo@pdpc/supporter/base/rvvs89)
06:37:32NJoindionoea [0] (n=dionoea@videolan/developer/dionoea)
06:37:38 Join evilnick_home1 [0] (n=evilnick@pool-173-52-142-29.nycmny.east.verizon.net)
06:37:38 Quit rvvs89 (Read error: 104 (Connection reset by peer))
06:37:38 Join rvvs89 [0] (n=ivo@bright-snat.ucc.asn.au)
06:38:23 Quit n17ikh (SendQ exceeded)
06:38:53 Quit dionoea (Connection reset by peer)
06:40:22 Join scorche [50] (n=scorche@rockbox/administrator/scorche)
06:40:34 Join n17ikh [0] (n=n17ikh@c-68-59-19-150.hsd1.sc.comcast.net)
06:48:47 Quit AndyI (Connection timed out)
06:49:00 Quit chandoo_ ("Leaving")
06:50:13 Quit chandoo (Connection timed out)
06:52:54 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
06:54:23 Quit evilnick_home (No route to host)
06:55:31saratogaas I understand it, when we rescale images, area sampling is used for alias rejection - its basically a type of low pass filter
06:55:38 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-96a6a27f482608fb)
06:56:02saratogai wonder if a rescaler built into mpegplayer could do alias rejection in the frequency domain while doing iDCT, effectively doing it for free
06:57:11Unhelpfulthis is basically what the reduced idct is. you do, say, a 4-point idct on the first 4 coefficients, and with proper output scaling, which we fold into the multipliers, you get a fairly ideal 1/2-size scaling of the original data.
06:58:12saratogabut it could be folded into the linear interpolation stage further right? so that if you want to scale by 3/4 you zero the needed DCT coefficients (but do not change the DCT size) and then do linear interpolation
06:58:58Unhelpfulthe problem with this for mpeg, as i said in the other channel, is that because idct comes before mocomp, this means that we are scaling the mocomp vectors by 1/2 as well, and turning 1/2-pixel-accurate vectors into 1/4-pixel-accurate.
06:59:45saratogahmm i'm not sure what would happen to the motion vectors if you removed frequencies
07:00
07:00:46Unhelpfulactually, you don't need to do it that way. (re: 3/4 scaling). 3/4 is 6/8, you can do this with a 6-point idct. libjpeg does this, i elected to pass on adding all of the other scale factors because it was already quite a large chunk of code.
07:01:17saratogawell 3/4 is an easy case since its a fairly round rational number
07:02:19saratogascaling from 480p to 220p would be a more interesting example
07:03:01saratogathe scale factor is .305 so you can do a factor of 2 decimation in the DCT, but still need to scale by .61 via some other interpolation
07:03:09Unhelpfulright. since the input blocks are 8x8, using an 8-point DCT, we can do IDCT at any size N that we choose to get N/8 scaling.
07:03:20saratogai think you could do this without area sampling at negligable quality difference
07:04:27saratogaby zeroing the 4th coefficient in your 4 point inverse (which should eliminate aliased frequencies) and then doing linear interpolation
07:04:34Unhelpfulif we want to go faster, we would select the IDCT size that is closest *under* the target output size, and scale up. we know the upscale will never be more than 2x, which is where linear starts to get ugly
07:04:54saratogathats essentially the same idea
07:05:13saratogaalthough you don't actually have to go smaller then the destination size for this to work
07:05:43Unhelpfulright, but the bilinear scaler is much easier to code nicely as an upscaler, and if the 4th coefficient is zeroed, the data's not there anyway.
07:06:24saratogawell if you go to the 2 point transform, you lose the 3rd coefficient, which does have information
07:06:33saratogathough maybe its not important
07:08:40Unhelpfulyes, i see... in your example the 3/8 scaling is still too large, so it would be the 2-point transform, losing *some* information. but that information would end up causing more aliasing, anyway ;/
07:09:53saratogahow many multiplies does it take to do linear interpolation without area sampling?
07:10:14saratogaor alternatively if its easier how many to do upsampling by a factor of less then 2
07:11:20Unhelpfuli *had* counts for our linear scaler, but i never bothered saving them on disk. i should just put them in the source. :/
07:11:53saratogado you remember ball park figures?
07:13:23saratogaon a side note, i'm still working on a split radix based MDCT, but I'm a little puzzled why its not working and haven't had time to really dig into debugging the fixed point math
07:14:01saratogai'm cautiously optimistic that it might prove faster then what we have now
07:14:02 Quit FlynDice (Remote closed the connection)
07:15:29 Join FlynDice [0] (n=jack@c-24-19-225-90.hsd1.wa.comcast.net)
07:16:17Unhelpful3 * sw * sh + 3 * dw * sh per component... i think.
07:16:48saratogawhy does it depend on the source width?
07:23:01Unhelpfuli have to call it a night here. i can explain more tomorrow, but resize.c should give a *fairly* good idea how things work. scale_h_linear is called per input row by scale_v_linear.
07:24:30saratogaok i'm going to bed as well
07:26:51 Quit kkurbjun (Read error: 60 (Operation timed out))
07:31:25 Quit nibbler ("Ex-Chat")
07:39:31***Saving seen data "./dancer.seen"
07:41:47 Join VytenisS [0] (n=bxcracer@78-56-8-132.static.zebra.lt)
07:58:03 Quit __lifeless (Read error: 110 (Connection timed out))
08:00
08:01:24 Join matsl [0] (n=matsl@91.191.140.126)
08:01:40 Join _lifeless [0] (n=lifeless@188.16.67.131)
08:02:14 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
08:12:02 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-d4212e2068be4a72)
08:13:54 Quit jmillikin (Read error: 110 (Connection timed out))
08:25:21 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
08:25:31 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-ebc4f5e344bb7ae6)
08:25:59 Join relentless [0] (n=relentle@75.10.159.194)
08:27:43 Join Rob2223 [0] (n=Miranda@p4FDCD8CA.dip.t-dialin.net)
08:30:29 Join ender` [0] (i=krneki@foo.eternallybored.org)
08:30:38relentlesslol Etu
08:30:44relentless* ender`
08:32:39 Quit Rob2222 (Read error: 60 (Operation timed out))
08:35:39 Join Mathiasdm [0] (n=Mathias@vpnb189.ugent.be)
08:36:23 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
08:38:03 Quit safetydan ("Leaving.")
08:38:51 Join flydutch [0] (n=flydutch@host46-210-dynamic.15-87-r.retail.telecomitalia.it)
08:39:33 Join Zagor [242] (n=bjorn@rockbox/developer/Zagor)
08:45:41 Quit dmb (Read error: 113 (No route to host))
08:54:08relentlessI have an mp4 formated for ipod already transcoded for ipod how do I make sure it will work for the player on rockbox?
08:54:58GodEaterrelentless: http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer#How_To_Encode_Files
08:54:59linuxstbWhat kind of "mp4"? Audio, video?
08:55:08relentlessvideo
08:55:13relentlessIts rent :D
08:55:24relentlessGodEater: I already read that...
08:55:43GodEaterrelentless: so which bit didn't you understand ?
08:56:06relentlessGodEater: the bit where it doesnt like supported exstentions
08:56:18GodEater"it" ?
08:56:36relentlessit in this converstion was that wiki article
08:56:52GodEaterwhat do you mean it doesn't like supported extensions ?
08:56:59relentless*list
08:57:03relentlesss/like/list
08:57:54GodEaterthere is only one I think, ".mpg"
08:58:10markunmaybe also .mpeg
08:58:20GodEaterthe extension isn't really the important bit
08:58:39relentlessBut that was my question
08:58:56relentlessbrb chicken
08:59:10GodEaterno it wasn't
08:59:22GodEateryour question was "how do I make sure it will work for the player on rockbox"
09:00
09:02:02Bagder"OSD gets GPL USB stack and SDIO from Cadenux"
09:02:08BagderI wonder if that could be interesting for us
09:02:15Bagder"the Cadenux USB stack for DM320"
09:03:00Bagderthere's no link with the story I read (yet) so there's not a lot more details to find atm
09:03:29Bagder(osd being the Neuros thing)
09:03:33 Quit cool_walking_ ("http://www.mibbit.com ajax IRC Client")
09:04:12 Join cool_walking_ [0] (i=cb3b81c3@gateway/web/ajax/mibbit.com/x-80cae17266e32a41)
09:05:57 Join dmb [0] (n=dmb@unaffiliated/dmb)
09:08:26 Join __lifeless [0] (n=lifeless@188.16.120.193)
09:12:41GodEaterhttp://www.cufflinks.com/phsccu.html <−− cheapest I've found so far that we could put the Rockbox logo on.
09:14:53 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-81c730d3debc778c)
09:20:35 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
09:22:55 Quit _lifeless (Read error: 110 (Connection timed out))
09:31:02 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
09:33:53 Join LinusN [0] (n=linus@rockbox/developer/LinusN)
09:34:04 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-0f7d7b5a511151a9)
09:37:10 Quit tessarakt ("Client exiting")
09:39:35***Saving seen data "./dancer.seen"
10:00
10:01:02DEBUGEOF from server (No route to host) (snapshot: netstuff.c line 545)
10:01:02***Cleanup
10:01:02***Cleanup
10:01:02***No seen item changed, no save performed.
10:01:02***Exit
10:01:04***Started Dancer V4.16
10:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:04DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:01:04***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:01:04***Cleanup
10:01:04***Cleanup
10:01:04***No seen item changed, no save performed.
10:01:04***Exit
10:04:46***Started Dancer V4.16
10:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:04:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:04:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:04:46***Cleanup
10:04:46***Cleanup
10:04:46***No seen item changed, no save performed.
10:04:46***Exit
10:08:34***Started Dancer V4.16
10:08:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:08:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:08:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:08:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:08:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:08:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:08:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:08:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:08:34***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:08:34***Cleanup
10:08:34***Cleanup
10:08:34***No seen item changed, no save performed.
10:08:34***Exit
10:12:22***Started Dancer V4.16
10:12:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:22DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:12:22***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:12:22***Cleanup
10:12:22***Cleanup
10:12:22***No seen item changed, no save performed.
10:12:22***Exit
10:16:03***Started Dancer V4.16
10:16:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:16:03***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:16:03***Cleanup
10:16:03***Cleanup
10:16:03***No seen item changed, no save performed.
10:16:03***Exit
10:19:51***Started Dancer V4.16
10:19:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:19:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:19:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:19:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:19:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:19:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:19:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:19:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:19:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:19:51***Cleanup
10:19:51***Cleanup
10:19:51***No seen item changed, no save performed.
10:19:51***Exit
10:23:33***Started Dancer V4.16
10:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:23:33***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:23:33***Cleanup
10:23:33***Cleanup
10:23:33***No seen item changed, no save performed.
10:23:33***Exit
10:27:15***Started Dancer V4.16
10:27:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:27:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:27:15***Cleanup
10:27:15***Cleanup
10:27:15***No seen item changed, no save performed.
10:27:15***Exit
10:30:48***Started Dancer V4.16
10:30:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:30:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:30:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:30:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:30:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:30:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:30:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:30:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:30:48***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:30:48***Cleanup
10:30:48***Cleanup
10:30:48***No seen item changed, no save performed.
10:30:48***Exit
10:33:23***Started Dancer V4.16
10:33:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:33:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:33:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:33:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:33:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:33:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:33:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:33:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:33:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:33:23***Cleanup
10:33:23***Cleanup
10:33:23***No seen item changed, no save performed.
10:33:23***Exit
10:36:07***Started Dancer V4.16
10:36:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:36:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:36:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:36:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:36:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:36:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:36:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:36:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:36:07***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:36:07***Cleanup
10:36:07***Cleanup
10:36:07***No seen item changed, no save performed.
10:36:07***Exit
10:38:38***Started Dancer V4.16
10:38:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:38:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:38:38***Cleanup
10:38:38***Cleanup
10:38:38***No seen item changed, no save performed.
10:38:38***Exit
10:41:10***Started Dancer V4.16
10:41:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:41:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:41:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:41:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:41:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:41:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:41:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:41:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:41:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:41:10***Cleanup
10:41:10***Cleanup
10:41:10***No seen item changed, no save performed.
10:41:10***Exit
10:43:53***Started Dancer V4.16
10:43:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:43:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:43:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:43:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:43:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:43:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:43:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:43:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:43:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:43:53***Cleanup
10:43:53***Cleanup
10:43:53***No seen item changed, no save performed.
10:43:53***Exit
10:46:25***Started Dancer V4.16
10:46:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:46:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:46:25***Cleanup
10:46:25***Cleanup
10:46:25***No seen item changed, no save performed.
10:46:25***Exit
10:49:09***Started Dancer V4.16
10:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:49:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:49:09***Cleanup
10:49:09***Cleanup
10:49:09***No seen item changed, no save performed.
10:49:09***Exit
10:51:42***Started Dancer V4.16
10:51:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:51:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:51:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:51:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:51:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:51:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:51:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:51:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:51:42***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:51:42***Cleanup
10:51:42***Cleanup
10:51:42***No seen item changed, no save performed.
10:51:42***Exit
10:54:29***Started Dancer V4.16
10:54:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:54:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:54:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:54:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:54:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:54:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:54:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:54:29DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:54:29***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:54:29***Cleanup
10:54:29***Cleanup
10:54:29***No seen item changed, no save performed.
10:54:29***Exit
10:57:05***Started Dancer V4.16
10:57:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:57:05***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:57:05***Cleanup
10:57:05***Cleanup
10:57:05***No seen item changed, no save performed.
10:57:05***Exit
10:59:51***Started Dancer V4.16
10:59:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:59:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:59:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:59:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:59:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:59:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:59:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:59:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
10:59:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
10:59:51***Cleanup
10:59:51***Cleanup
10:59:51***No seen item changed, no save performed.
10:59:51***Exit
11:00
11:02:23***Started Dancer V4.16
11:02:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:02:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:02:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:02:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:02:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:02:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:02:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:02:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:02:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:02:23***Cleanup
11:02:23***Cleanup
11:02:23***No seen item changed, no save performed.
11:02:23***Exit
11:05:07***Started Dancer V4.16
11:05:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:05:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:05:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:05:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:05:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:05:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:05:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:05:07DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:05:07***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:05:07***Cleanup
11:05:07***Cleanup
11:05:07***No seen item changed, no save performed.
11:05:07***Exit
11:07:40***Started Dancer V4.16
11:07:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:07:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:07:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:07:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:07:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:07:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:07:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:07:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:07:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:07:40***Cleanup
11:07:40***Cleanup
11:07:40***No seen item changed, no save performed.
11:07:40***Exit
11:10:27***Started Dancer V4.16
11:10:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:10:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:10:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:10:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:10:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:10:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:10:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:10:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:10:27***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:10:27***Cleanup
11:10:27***Cleanup
11:10:27***No seen item changed, no save performed.
11:10:27***Exit
11:12:57***Started Dancer V4.16
11:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:57DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:12:57***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:12:57***Cleanup
11:12:57***Cleanup
11:12:57***No seen item changed, no save performed.
11:12:57***Exit
11:15:38***Started Dancer V4.16
11:15:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:15:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:15:38***Cleanup
11:15:38***Cleanup
11:15:38***No seen item changed, no save performed.
11:15:38***Exit
11:18:10***Started Dancer V4.16
11:18:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:18:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:18:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:18:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:18:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:18:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:18:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:18:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:18:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:18:10***Cleanup
11:18:10***Cleanup
11:18:10***No seen item changed, no save performed.
11:18:10***Exit
11:20:53***Started Dancer V4.16
11:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:20:53DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:20:53***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:20:53***Cleanup
11:20:53***Cleanup
11:20:53***No seen item changed, no save performed.
11:20:53***Exit
11:23:25***Started Dancer V4.16
11:23:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:23:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:23:25***Cleanup
11:23:25***Cleanup
11:23:25***No seen item changed, no save performed.
11:23:25***Exit
11:26:10***Started Dancer V4.16
11:26:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:10DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:26:10***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:26:10***Cleanup
11:26:10***Cleanup
11:26:10***No seen item changed, no save performed.
11:26:10***Exit
11:28:43***Started Dancer V4.16
11:28:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:28:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:28:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:28:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:28:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:28:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:28:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:28:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:28:43***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:28:43***Cleanup
11:28:43***Cleanup
11:28:43***No seen item changed, no save performed.
11:28:43***Exit
11:31:28***Started Dancer V4.16
11:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:31:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:31:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:31:28***Cleanup
11:31:28***Cleanup
11:31:28***No seen item changed, no save performed.
11:31:28***Exit
11:34:03***Started Dancer V4.16
11:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:34:03***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:34:03***Cleanup
11:34:03***Cleanup
11:34:03***No seen item changed, no save performed.
11:34:03***Exit
11:36:47***Started Dancer V4.16
11:36:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:36:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:36:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:36:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:36:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:36:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:36:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:36:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:36:47***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:36:47***Cleanup
11:36:47***Cleanup
11:36:47***No seen item changed, no save performed.
11:36:47***Exit
11:39:23***Started Dancer V4.16
11:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:39:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:39:23***Cleanup
11:39:23***Cleanup
11:39:23***No seen item changed, no save performed.
11:39:23***Exit
11:41:56***Started Dancer V4.16
11:41:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:41:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:41:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:41:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:41:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:41:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:41:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:41:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:41:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:41:56***Cleanup
11:41:56***Cleanup
11:41:56***No seen item changed, no save performed.
11:41:56***Exit
11:44:39***Started Dancer V4.16
11:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:44:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:44:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:44:39***Cleanup
11:44:39***Cleanup
11:44:39***No seen item changed, no save performed.
11:44:39***Exit
11:47:11***Started Dancer V4.16
11:47:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:47:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:47:11***Cleanup
11:47:11***Cleanup
11:47:11***No seen item changed, no save performed.
11:47:11***Exit
11:49:55***Started Dancer V4.16
11:49:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:49:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:49:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:49:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:49:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:49:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:49:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:49:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:49:55***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:49:55***Cleanup
11:49:55***Cleanup
11:49:55***No seen item changed, no save performed.
11:49:55***Exit
11:52:28***Started Dancer V4.16
11:52:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:52:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:52:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:52:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:52:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:52:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:52:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:52:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:52:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:52:28***Cleanup
11:52:28***Cleanup
11:52:28***No seen item changed, no save performed.
11:52:28***Exit
11:55:14***Started Dancer V4.16
11:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:55:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:55:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:55:14***Cleanup
11:55:14***Cleanup
11:55:14***No seen item changed, no save performed.
11:55:14***Exit
11:57:44***Started Dancer V4.16
11:57:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:57:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:57:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:57:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:57:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:57:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:57:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:57:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
11:57:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
11:57:44***Cleanup
11:57:44***Cleanup
11:57:44***No seen item changed, no save performed.
11:57:44***Exit
12:00
12:00:26***Started Dancer V4.16
12:00:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:26DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:00:26***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:00:26***Cleanup
12:00:26***Cleanup
12:00:26***No seen item changed, no save performed.
12:00:26***Exit
12:03:01***Started Dancer V4.16
12:03:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:03:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:03:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:03:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:03:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:03:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:03:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:03:01DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:03:01***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:03:01***Cleanup
12:03:01***Cleanup
12:03:01***No seen item changed, no save performed.
12:03:01***Exit
12:05:45***Started Dancer V4.16
12:05:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:05:45***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:05:45***Cleanup
12:05:45***Cleanup
12:05:45***No seen item changed, no save performed.
12:05:45***Exit
12:08:17***Started Dancer V4.16
12:08:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:08:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:08:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:08:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:08:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:08:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:08:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:08:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:08:17***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:08:17***Cleanup
12:08:17***Cleanup
12:08:17***No seen item changed, no save performed.
12:08:17***Exit
12:11:00***Started Dancer V4.16
12:11:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:11:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:11:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:11:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:11:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:11:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:11:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:11:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:11:00***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:11:00***Cleanup
12:11:00***Cleanup
12:11:00***No seen item changed, no save performed.
12:11:00***Exit
12:13:33***Started Dancer V4.16
12:13:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:13:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:13:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:13:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:13:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:13:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:13:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:13:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:13:33***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:13:33***Cleanup
12:13:33***Cleanup
12:13:33***No seen item changed, no save performed.
12:13:33***Exit
12:16:16***Started Dancer V4.16
12:16:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:16:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:16:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:16:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:16:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:16:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:16:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:16:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:16:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:16:16***Cleanup
12:16:16***Cleanup
12:16:16***No seen item changed, no save performed.
12:16:16***Exit
12:18:49***Started Dancer V4.16
12:18:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:18:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:18:49***Cleanup
12:18:49***Cleanup
12:18:49***No seen item changed, no save performed.
12:18:49***Exit
12:21:33***Started Dancer V4.16
12:21:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:21:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:21:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:21:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:21:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:21:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:21:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:21:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:21:33***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:21:33***Cleanup
12:21:33***Cleanup
12:21:33***No seen item changed, no save performed.
12:21:33***Exit
12:24:06***Started Dancer V4.16
12:24:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:24:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:24:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:24:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:24:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:24:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:24:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:24:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:24:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:24:06***Cleanup
12:24:06***Cleanup
12:24:06***No seen item changed, no save performed.
12:24:06***Exit
12:26:51***Started Dancer V4.16
12:26:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:26:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:26:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:26:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:26:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:26:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:26:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:26:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:26:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:26:51***Cleanup
12:26:51***Cleanup
12:26:51***No seen item changed, no save performed.
12:26:51***Exit
12:29:21***Started Dancer V4.16
12:29:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:29:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:29:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:29:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:29:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:29:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:29:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:29:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:29:21***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:29:21***Cleanup
12:29:21***Cleanup
12:29:21***No seen item changed, no save performed.
12:29:21***Exit
12:32:00***Started Dancer V4.16
12:32:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:32:00***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:32:00***Cleanup
12:32:00***Cleanup
12:32:00***No seen item changed, no save performed.
12:32:00***Exit
12:34:36***Started Dancer V4.16
12:34:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:34:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:34:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:34:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:34:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:34:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:34:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:34:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:34:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:34:36***Cleanup
12:34:36***Cleanup
12:34:36***No seen item changed, no save performed.
12:34:36***Exit
12:37:09***Started Dancer V4.16
12:37:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:37:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:37:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:37:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:37:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:37:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:37:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:37:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:37:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:37:09***Cleanup
12:37:09***Cleanup
12:37:09***No seen item changed, no save performed.
12:37:09***Exit
12:39:54***Started Dancer V4.16
12:39:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:39:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:39:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:39:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:39:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:39:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:39:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:39:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:39:54***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:39:54***Cleanup
12:39:54***Cleanup
12:39:54***No seen item changed, no save performed.
12:39:54***Exit
12:42:24***Started Dancer V4.16
12:42:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:42:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:42:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:42:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:42:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:42:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:42:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:42:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:42:24***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:42:24***Cleanup
12:42:24***Cleanup
12:42:24***No seen item changed, no save performed.
12:42:24***Exit
12:45:09***Started Dancer V4.16
12:45:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:45:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:45:09***Cleanup
12:45:09***Cleanup
12:45:09***No seen item changed, no save performed.
12:45:09***Exit
12:47:44***Started Dancer V4.16
12:47:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:47:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:47:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:47:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:47:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:47:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:47:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:47:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:47:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:47:44***Cleanup
12:47:44***Cleanup
12:47:44***No seen item changed, no save performed.
12:47:44***Exit
12:50:30***Started Dancer V4.16
12:50:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:50:30***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:50:30***Cleanup
12:50:30***Cleanup
12:50:30***No seen item changed, no save performed.
12:50:30***Exit
12:53:02***Started Dancer V4.16
12:53:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:53:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:53:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:53:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:53:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:53:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:53:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:53:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:53:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:53:02***Cleanup
12:53:02***Cleanup
12:53:02***No seen item changed, no save performed.
12:53:02***Exit
12:55:46***Started Dancer V4.16
12:55:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:55:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:55:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:55:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:55:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:55:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:55:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:55:46DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:55:46***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:55:46***Cleanup
12:55:46***Cleanup
12:55:46***No seen item changed, no save performed.
12:55:46***Exit
12:58:19***Started Dancer V4.16
12:58:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:58:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:58:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:58:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:58:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:58:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:58:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:58:19DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
12:58:19***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
12:58:19***Cleanup
12:58:19***Cleanup
12:58:19***No seen item changed, no save performed.
12:58:19***Exit
13:00
13:01:06***Started Dancer V4.16
13:01:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:01:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:01:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:01:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:01:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:01:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:01:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:01:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:01:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:01:06***Cleanup
13:01:06***Cleanup
13:01:06***No seen item changed, no save performed.
13:01:06***Exit
13:03:36***Started Dancer V4.16
13:03:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:03:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:03:36***Cleanup
13:03:36***Cleanup
13:03:36***No seen item changed, no save performed.
13:03:36***Exit
13:06:17***Started Dancer V4.16
13:06:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:06:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:06:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:06:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:06:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:06:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:06:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:06:17DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:06:17***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:06:17***Cleanup
13:06:17***Cleanup
13:06:17***No seen item changed, no save performed.
13:06:17***Exit
13:08:49***Started Dancer V4.16
13:08:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:08:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:08:49***Cleanup
13:08:49***Cleanup
13:08:49***No seen item changed, no save performed.
13:08:49***Exit
13:11:37***Started Dancer V4.16
13:11:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:11:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:11:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:11:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:11:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:11:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:11:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:11:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:11:37***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:11:37***Cleanup
13:11:37***Cleanup
13:11:37***No seen item changed, no save performed.
13:11:37***Exit
13:14:09***Started Dancer V4.16
13:14:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:14:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:14:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:14:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:14:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:14:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:14:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:14:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:14:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:14:09***Cleanup
13:14:09***Cleanup
13:14:09***No seen item changed, no save performed.
13:14:09***Exit
13:16:54***Started Dancer V4.16
13:16:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:16:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:16:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:16:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:16:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:16:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:16:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:16:54DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:16:54***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:16:54***Cleanup
13:16:54***Cleanup
13:16:54***No seen item changed, no save performed.
13:16:54***Exit
13:19:27***Started Dancer V4.16
13:19:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:19:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:19:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:19:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:19:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:19:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:19:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:19:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:19:27***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:19:27***Cleanup
13:19:27***Cleanup
13:19:27***No seen item changed, no save performed.
13:19:27***Exit
13:22:12***Started Dancer V4.16
13:22:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:22:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:22:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:22:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:22:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:22:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:22:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:22:12DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:22:12***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:22:12***Cleanup
13:22:12***Cleanup
13:22:12***No seen item changed, no save performed.
13:22:12***Exit
13:24:42***Started Dancer V4.16
13:24:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:24:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:24:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:24:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:24:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:24:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:24:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:24:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:24:42***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:24:42***Cleanup
13:24:42***Cleanup
13:24:42***No seen item changed, no save performed.
13:24:42***Exit
13:27:27***Started Dancer V4.16
13:27:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:27:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:27:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:27:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:27:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:27:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:27:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:27:27DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:27:27***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:27:27***Cleanup
13:27:27***Cleanup
13:27:27***No seen item changed, no save performed.
13:27:27***Exit
13:30:02***Started Dancer V4.16
13:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:30:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:30:02***Cleanup
13:30:02***Cleanup
13:30:02***No seen item changed, no save performed.
13:30:02***Exit
13:32:37***Started Dancer V4.16
13:32:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:32:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:32:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:32:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:32:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:32:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:32:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:32:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:32:37***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:32:37***Cleanup
13:32:37***Cleanup
13:32:37***No seen item changed, no save performed.
13:32:37***Exit
13:35:23***Started Dancer V4.16
13:35:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:35:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:35:23***Cleanup
13:35:23***Cleanup
13:35:23***No seen item changed, no save performed.
13:35:23***Exit
13:37:55***Started Dancer V4.16
13:37:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:37:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:37:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:37:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:37:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:37:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:37:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:37:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:37:55***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:37:55***Cleanup
13:37:55***Cleanup
13:37:55***No seen item changed, no save performed.
13:37:55***Exit
13:40:42***Started Dancer V4.16
13:40:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:40:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:40:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:40:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:40:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:40:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:40:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:40:42DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:40:42***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:40:42***Cleanup
13:40:42***Cleanup
13:40:42***No seen item changed, no save performed.
13:40:42***Exit
13:43:15***Started Dancer V4.16
13:43:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:43:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:43:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:43:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:43:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:43:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:43:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:43:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:43:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:43:15***Cleanup
13:43:15***Cleanup
13:43:15***No seen item changed, no save performed.
13:43:15***Exit
13:46:02***Started Dancer V4.16
13:46:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:46:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:46:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:46:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:46:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:46:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:46:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:46:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:46:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:46:02***Cleanup
13:46:02***Cleanup
13:46:02***No seen item changed, no save performed.
13:46:02***Exit
13:48:38***Started Dancer V4.16
13:48:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:38DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:48:38***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:48:38***Cleanup
13:48:38***Cleanup
13:48:38***No seen item changed, no save performed.
13:48:38***Exit
13:51:24***Started Dancer V4.16
13:51:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:51:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:51:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:51:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:51:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:51:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:51:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:51:24DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:51:24***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:51:24***Cleanup
13:51:24***Cleanup
13:51:24***No seen item changed, no save performed.
13:51:24***Exit
13:53:56***Started Dancer V4.16
13:53:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:53:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:53:56***Cleanup
13:53:56***Cleanup
13:53:56***No seen item changed, no save performed.
13:53:56***Exit
13:56:40***Started Dancer V4.16
13:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:56:40DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:56:40***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:56:40***Cleanup
13:56:40***Cleanup
13:56:40***No seen item changed, no save performed.
13:56:40***Exit
13:59:13***Started Dancer V4.16
13:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:59:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
13:59:13***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
13:59:13***Cleanup
13:59:13***Cleanup
13:59:13***No seen item changed, no save performed.
13:59:13***Exit
14:00
14:02:00***Started Dancer V4.16
14:02:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:02:00***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:02:00***Cleanup
14:02:00***Cleanup
14:02:00***No seen item changed, no save performed.
14:02:00***Exit
14:04:30***Started Dancer V4.16
14:04:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:04:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:04:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:04:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:04:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:04:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:04:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:04:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:04:30***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:04:30***Cleanup
14:04:30***Cleanup
14:04:30***No seen item changed, no save performed.
14:04:30***Exit
14:07:11***Started Dancer V4.16
14:07:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:07:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:07:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:07:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:07:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:07:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:07:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:07:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:07:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:07:11***Cleanup
14:07:11***Cleanup
14:07:11***No seen item changed, no save performed.
14:07:11***Exit
14:09:43***Started Dancer V4.16
14:09:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:09:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:09:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:09:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:09:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:09:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:09:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:09:43DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:09:43***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:09:43***Cleanup
14:09:43***Cleanup
14:09:43***No seen item changed, no save performed.
14:09:43***Exit
14:12:30***Started Dancer V4.16
14:12:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:12:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:12:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:12:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:12:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:12:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:12:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:12:30DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:12:30***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:12:30***Cleanup
14:12:30***Cleanup
14:12:30***No seen item changed, no save performed.
14:12:30***Exit
14:15:02***Started Dancer V4.16
14:15:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:15:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:15:02***Cleanup
14:15:02***Cleanup
14:15:02***No seen item changed, no save performed.
14:15:02***Exit
14:17:47***Started Dancer V4.16
14:17:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:17:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:17:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:17:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:17:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:17:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:17:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:17:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:17:47***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:17:47***Cleanup
14:17:47***Cleanup
14:17:47***No seen item changed, no save performed.
14:17:47***Exit
14:20:20***Started Dancer V4.16
14:20:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:20:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:20:20***Cleanup
14:20:20***Cleanup
14:20:20***No seen item changed, no save performed.
14:20:20***Exit
14:23:05***Started Dancer V4.16
14:23:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:23:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:23:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:23:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:23:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:23:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:23:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:23:05DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:23:05***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:23:05***Cleanup
14:23:05***Cleanup
14:23:05***No seen item changed, no save performed.
14:23:05***Exit
14:25:35***Started Dancer V4.16
14:25:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:25:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:25:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:25:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:25:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:25:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:25:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:25:35DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:25:35***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:25:35***Cleanup
14:25:35***Cleanup
14:25:35***No seen item changed, no save performed.
14:25:35***Exit
14:28:20***Started Dancer V4.16
14:28:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:28:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:28:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:28:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:28:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:28:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:28:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:28:20DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:28:20***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:28:20***Cleanup
14:28:20***Cleanup
14:28:20***No seen item changed, no save performed.
14:28:20***Exit
14:30:55***Started Dancer V4.16
14:30:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:30:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:30:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:30:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:30:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:30:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:30:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:30:55DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:30:55***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:30:55***Cleanup
14:30:55***Cleanup
14:30:55***No seen item changed, no save performed.
14:30:55***Exit
14:33:37***Started Dancer V4.16
14:33:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:37DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:33:37***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:33:37***Cleanup
14:33:37***Cleanup
14:33:37***No seen item changed, no save performed.
14:33:37***Exit
14:36:14***Started Dancer V4.16
14:36:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:36:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:36:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:36:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:36:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:36:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:36:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:36:14DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:36:14***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:36:14***Cleanup
14:36:14***Cleanup
14:36:14***No seen item changed, no save performed.
14:36:14***Exit
14:38:49***Started Dancer V4.16
14:38:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:49DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:38:49***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:38:49***Cleanup
14:38:49***Cleanup
14:38:49***No seen item changed, no save performed.
14:38:49***Exit
14:41:36***Started Dancer V4.16
14:41:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:41:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:41:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:41:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:41:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:41:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:41:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:41:36DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:41:36***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:41:36***Cleanup
14:41:36***Cleanup
14:41:36***No seen item changed, no save performed.
14:41:36***Exit
14:44:08***Started Dancer V4.16
14:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:44:08DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:44:08***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:44:08***Cleanup
14:44:08***Cleanup
14:44:08***No seen item changed, no save performed.
14:44:08***Exit
14:46:52***Started Dancer V4.16
14:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:46:52DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:46:52***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:46:52***Cleanup
14:46:52***Cleanup
14:46:52***No seen item changed, no save performed.
14:46:52***Exit
14:49:25***Started Dancer V4.16
14:49:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:49:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:49:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:49:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:49:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:49:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:49:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:49:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:49:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:49:25***Cleanup
14:49:25***Cleanup
14:49:25***No seen item changed, no save performed.
14:49:25***Exit
14:52:11***Started Dancer V4.16
14:52:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:52:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:52:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:52:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:52:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:52:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:52:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:52:11DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:52:11***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:52:11***Cleanup
14:52:11***Cleanup
14:52:11***No seen item changed, no save performed.
14:52:11***Exit
14:54:41***Started Dancer V4.16
14:54:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:54:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:54:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:54:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:54:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:54:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:54:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:54:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:54:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:54:41***Cleanup
14:54:41***Cleanup
14:54:41***No seen item changed, no save performed.
14:54:41***Exit
14:57:23***Started Dancer V4.16
14:57:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:57:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:57:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:57:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:57:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:57:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:57:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:57:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:57:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:57:23***Cleanup
14:57:23***Cleanup
14:57:23***No seen item changed, no save performed.
14:57:23***Exit
14:59:58***Started Dancer V4.16
14:59:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:59:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:59:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:59:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:59:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:59:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:59:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:59:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
14:59:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
14:59:58***Cleanup
14:59:58***Cleanup
14:59:58***No seen item changed, no save performed.
14:59:58***Exit
15:00
15:02:44***Started Dancer V4.16
15:02:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:02:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:02:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:02:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:02:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:02:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:02:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:02:44DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:02:44***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:02:44***Cleanup
15:02:44***Cleanup
15:02:44***No seen item changed, no save performed.
15:02:44***Exit
15:05:16***Started Dancer V4.16
15:05:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:05:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:05:16***Cleanup
15:05:16***Cleanup
15:05:16***No seen item changed, no save performed.
15:05:16***Exit
15:08:00***Started Dancer V4.16
15:08:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:08:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:08:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:08:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:08:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:08:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:08:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:08:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:08:00***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:08:00***Cleanup
15:08:00***Cleanup
15:08:00***No seen item changed, no save performed.
15:08:00***Exit
15:10:32***Started Dancer V4.16
15:10:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:10:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:10:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:10:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:10:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:10:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:10:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:10:32DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:10:32***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:10:32***Cleanup
15:10:32***Cleanup
15:10:32***No seen item changed, no save performed.
15:10:32***Exit
15:13:13***Started Dancer V4.16
15:13:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:13:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:13:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:13:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:13:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:13:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:13:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:13:13DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:13:13***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:13:13***Cleanup
15:13:13***Cleanup
15:13:13***No seen item changed, no save performed.
15:13:13***Exit
15:15:47***Started Dancer V4.16
15:15:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:15:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:15:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:15:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:15:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:15:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:15:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:15:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:15:47***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:15:47***Cleanup
15:15:47***Cleanup
15:15:47***No seen item changed, no save performed.
15:15:47***Exit
15:18:28***Started Dancer V4.16
15:18:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:18:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:18:28***Cleanup
15:18:28***Cleanup
15:18:28***No seen item changed, no save performed.
15:18:28***Exit
15:21:00***Started Dancer V4.16
15:21:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:21:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:21:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:21:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:21:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:21:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:21:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:21:00DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:21:00***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:21:00***Cleanup
15:21:00***Cleanup
15:21:00***No seen item changed, no save performed.
15:21:00***Exit
15:23:39***Started Dancer V4.16
15:23:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:39DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:23:39***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:23:39***Cleanup
15:23:39***Cleanup
15:23:39***No seen item changed, no save performed.
15:23:39***Exit
15:26:15***Started Dancer V4.16
15:26:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:26:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:26:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:26:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:26:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:26:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:26:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:26:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:26:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:26:15***Cleanup
15:26:15***Cleanup
15:26:15***No seen item changed, no save performed.
15:26:15***Exit
15:28:48***Started Dancer V4.16
15:28:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:28:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:28:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:28:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:28:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:28:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:28:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:28:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:28:48***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:28:48***Cleanup
15:28:48***Cleanup
15:28:48***No seen item changed, no save performed.
15:28:48***Exit
15:31:33***Started Dancer V4.16
15:31:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:31:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:31:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:31:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:31:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:31:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:31:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:31:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:31:33***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:31:33***Cleanup
15:31:33***Cleanup
15:31:33***No seen item changed, no save performed.
15:31:33***Exit
15:34:03***Started Dancer V4.16
15:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:34:03DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:34:03***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:34:03***Cleanup
15:34:03***Cleanup
15:34:03***No seen item changed, no save performed.
15:34:03***Exit
15:36:48***Started Dancer V4.16
15:36:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:48DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:36:48***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:36:48***Cleanup
15:36:48***Cleanup
15:36:48***No seen item changed, no save performed.
15:36:48***Exit
15:39:23***Started Dancer V4.16
15:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:39:23DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:39:23***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:39:23***Cleanup
15:39:23***Cleanup
15:39:23***No seen item changed, no save performed.
15:39:23***Exit
15:42:09***Started Dancer V4.16
15:42:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:42:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:42:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:42:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:42:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:42:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:42:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:42:09DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:42:09***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:42:09***Cleanup
15:42:09***Cleanup
15:42:09***No seen item changed, no save performed.
15:42:09***Exit
15:44:41***Started Dancer V4.16
15:44:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:44:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:44:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:44:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:44:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:44:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:44:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:44:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:44:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:44:41***Cleanup
15:44:41***Cleanup
15:44:41***No seen item changed, no save performed.
15:44:41***Exit
15:47:25***Started Dancer V4.16
15:47:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:47:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:47:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:47:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:47:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:47:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:47:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:47:25DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:47:25***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:47:25***Cleanup
15:47:25***Cleanup
15:47:25***No seen item changed, no save performed.
15:47:25***Exit
15:49:58***Started Dancer V4.16
15:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:49:58DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:49:58***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:49:58***Cleanup
15:49:58***Cleanup
15:49:58***No seen item changed, no save performed.
15:49:58***Exit
15:52:45***Started Dancer V4.16
15:52:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:52:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:52:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:52:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:52:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:52:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:52:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:52:45DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:52:45***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:52:45***Cleanup
15:52:45***Cleanup
15:52:45***No seen item changed, no save performed.
15:52:45***Exit
15:55:15***Started Dancer V4.16
15:55:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:55:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:55:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:55:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:55:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:55:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:55:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:55:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:55:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:55:15***Cleanup
15:55:15***Cleanup
15:55:15***No seen item changed, no save performed.
15:55:15***Exit
15:57:56***Started Dancer V4.16
15:57:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:57:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:57:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:57:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:57:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:57:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:57:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:57:56DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
15:57:56***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
15:57:56***Cleanup
15:57:56***Cleanup
15:57:56***No seen item changed, no save performed.
15:57:56***Exit
16:00
16:00:28***Started Dancer V4.16
16:00:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:00:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:00:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:00:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:00:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:00:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:00:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:00:28DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:00:28***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:00:28***Cleanup
16:00:28***Cleanup
16:00:28***No seen item changed, no save performed.
16:00:28***Exit
16:03:15***Started Dancer V4.16
16:03:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:15DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:03:15***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:03:15***Cleanup
16:03:15***Cleanup
16:03:15***No seen item changed, no save performed.
16:03:15***Exit
16:05:47***Started Dancer V4.16
16:05:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:05:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:05:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:05:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:05:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:05:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:05:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:05:47DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:05:47***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:05:47***Cleanup
16:05:47***Cleanup
16:05:47***No seen item changed, no save performed.
16:05:47***Exit
16:08:33***Started Dancer V4.16
16:08:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:33DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:08:33***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:08:33***Cleanup
16:08:33***Cleanup
16:08:33***No seen item changed, no save performed.
16:08:33***Exit
16:11:06***Started Dancer V4.16
16:11:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:11:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:11:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:11:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:11:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:11:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:11:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:11:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:11:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:11:06***Cleanup
16:11:06***Cleanup
16:11:06***No seen item changed, no save performed.
16:11:06***Exit
16:13:51***Started Dancer V4.16
16:13:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:13:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:13:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:13:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:13:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:13:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:13:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:13:51DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:13:51***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:13:51***Cleanup
16:13:51***Cleanup
16:13:51***No seen item changed, no save performed.
16:13:51***Exit
16:16:21***Started Dancer V4.16
16:16:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:16:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:16:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:16:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:16:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:16:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:16:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:16:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:16:21***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:16:21***Cleanup
16:16:21***Cleanup
16:16:21***No seen item changed, no save performed.
16:16:21***Exit
16:19:06***Started Dancer V4.16
16:19:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:19:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:19:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:19:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:19:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:19:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:19:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:19:06DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:19:06***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:19:06***Cleanup
16:19:06***Cleanup
16:19:06***No seen item changed, no save performed.
16:19:06***Exit
16:21:41***Started Dancer V4.16
16:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:41DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:21:41***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:21:41***Cleanup
16:21:41***Cleanup
16:21:41***No seen item changed, no save performed.
16:21:41***Exit
16:24:16***Started Dancer V4.16
16:24:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:24:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:24:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:24:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:24:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:24:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:24:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:24:16DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:24:16***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:24:16***Cleanup
16:24:16***Cleanup
16:24:16***No seen item changed, no save performed.
16:24:16***Exit
16:27:02***Started Dancer V4.16
16:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:27:02DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:27:02***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:27:02***Cleanup
16:27:02***Cleanup
16:27:02***No seen item changed, no save performed.
16:27:02***Exit
16:29:34***Started Dancer V4.16
16:29:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:29:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:29:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:29:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:29:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:29:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:29:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:29:34DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:29:34***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:29:34***Cleanup
16:29:34***Cleanup
16:29:34***No seen item changed, no save performed.
16:29:34***Exit
16:32:21***Started Dancer V4.16
16:32:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:32:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:32:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:32:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:32:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:32:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:32:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:32:21DEBUGgethostbyname(2) failed for irc.freenode.net (Connection timed out) (snapshot: netstuff.c line 99)
16:32:21***Unable to connect to irc.freenode.net on port 6667 (tried 8 times)
16:32:21***Cleanup
16:32:21***Cleanup
16:32:21***No seen item changed, no save performed.
16:32:21***Exit
16:34:54***Started Dancer V4.16
16:34:54***Connected to irc.freenode.net on port 6667
16:34:54***Logfile for #rockbox started
16:34:58CtcpVersion from freenode-connect!freenode@freenode/bot/connect
16:35:00***Server message 501: 'logbot :Unknown MODE flag'
16:35:00Mode"logbot :+i" by logbot
16:35:00 Join logbot [0] (n=bjst@gateway/web/cgi-irc/labb.contactor.se/x-39508a58c09aeadc)
16:35:00 Join Llorean [0] (n=DarkkOne@rockbox/administrator/Llorean)
16:35:00 Join daurnimator [0] (n=daurnima@unaffiliated/daurnimator)
16:35:00 Join funman [0] (n=fun@rockbox/developer/funman)
16:35:00 Join chandoo [0] (n=chandoo@ool-4353b978.dyn.optonline.net)
16:35:00 Join parafin [0] (i=parafin@paraf.in)
16:35:00 Join evilnick [0] (i=0c140464@gateway/web/ajax/mibbit.com/x-1653b67d8c3cc68f)
16:35:00 Join kkurbjun [0] (n=kkurbjun@rockbox/developer/kkurbjun)
16:35:00 Join {phoenix} [0] (n=dirk@p54B47241.dip.t-dialin.net)
16:35:00 Join faemir [0] (n=daniel@88-106-209-216.dynamic.dsl.as9105.com)
16:35:00 Join Bagder [241] (n=daniel@rockbox/developer/bagder)
16:35:00 Join pyro_maniac [0] (i=foobar@p57BB9F38.dip0.t-ipconnect.de)
16:35:00 Join Rondom [0] (n=Rondom@dslb-084-057-131-240.pools.arcor-ip.net)
16:35:00 Join LambdaCalculus37 [0] (i=44a0430d@rockbox/staff/LambdaCalculus37)
16:35:00 Join robin0800 [0] (n=robin080@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
16:35:00 Join wark [0] (n=wark@fctnnbsc15w-142166056194.pppoe-dynamic.nb.aliant.net)
16:35:00 Join tvelocity [0] (n=tony@adsl2-128.her.forthnet.gr)
16:35:00 Join martian67 [0] (n=martian6@about/linux/regular/martian67)
16:35:00 Join pondlife [50] (n=Steve@rockbox/developer/pondlife)
16:35:00 Join dfkt [0] (i=dfkt@unaffiliated/dfkt)
16:35:00 Join barrywardell [0] (n=barry@rockbox/developer/barrywardell)
16:35:00 Join mt [0] (n=MTee@rockbox/developer/mt)
16:35:00 Join scorche [50] (n=scorche@rockbox/administrator/scorche)
16:35:00 Join PaulJam [0] (i=PaulJam_@vpn-3038.gwdg.de)
16:35:00 Join einhirn [0] (n=Miranda@bsod.rz.tu-clausthal.de)
16:35:00 Join BlakeJohnson86 [0] (n=bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
16:35:00 Join evilnick_home1 [0] (n=evilnick@pool-173-52-142-29.nycmny.east.verizon.net)
16:35:00 Join n17ikh [0] (n=n17ikh@c-68-59-19-150.hsd1.sc.comcast.net)
16:35:00 Join Rob2223 [0] (n=Miranda@p4FDCD8CA.dip.t-dialin.net)
16:35:00 Join dmb [0] (n=dmb@unaffiliated/dmb)
16:35:00 Join fyrestorm [0] (n=nnscript@cpe-24-90-81-178.nyc.res.rr.com)
16:35:00 Join goffa___ [0] (n=goffa@216.220.23.105)
16:35:00 Join goffa__ [0] (n=goffa@216.220.23.105)
16:35:00 Join efyx_ [0] (n=efyx@lap34-1-82-224-140-171.fbx.proxad.net)
16:35:00 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-1390e90e7ec92d22)
16:35:00 Join Zagor [242] (n=bjorn@rockbox/developer/Zagor)
16:35:00 Join ender` [0] (i=krneki@foo.eternallybored.org)
16:35:00 Join relentless [0] (n=relentle@75.10.159.194)
16:35:00 Join VytenisS [0] (n=bxcracer@78-56-8-132.static.zebra.lt)
16:35:00 Join rvvs89 [0] (n=ivo@bright-snat.ucc.asn.au)
16:35:00 Join suom1 [0] (i=markus@viitamaki.net)
16:35:00 Join AndyIL [0] (i=AndyI@212.14.205.32)
16:35:00 Join beta_ [0] (n=beta@d24-36-124-26.home1.cgocable.net)
16:35:00 Join blithe [0] (n=blithe@blakesmith.me)
16:35:00 Join shodanX [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
16:35:00 Join courtc [0] (n=court@unaffiliated/courtc)
16:35:00 Join KBH [0] (n=hbk@pool-71-96-74-73.dfw.dsl-w.verizon.net)
16:35:00 Join SeaWeed [0] (n=SeaWeed@c-67-187-7-172.hsd1.va.comcast.net)
16:35:00 Join bzed [0] (n=bzed@devel.recluse.de)
16:35:00 Join freqmod [0] (i=quasselg@dhcp208-240.ed.ntnu.no)
16:35:00 Join lymeca [0] (n=lymeca@dsl-74-220-76-19.dhcp.cruzio.com)
16:35:00 Join DataGhost [0] (i=dataghos@unaffiliated/dataghost)
16:35:00 Join sbhsu [0] (n=a6530466@Zion.dorm.au.edu.tw)
16:35:00 Join tarbo [0] (n=me@unaffiliated/tarbo)
16:35:00 Join Zambezi [0] (i=Zulu@bnc.dotbnc.se)
16:35:00 Join trisiak [0] (n=tree@chello089078243195.chello.pl)
16:35:00 Join obo [0] (n=obo@rockbox/developer/obo)
16:35:00 Join Xerion [0] (i=xerion@82-170-197-160.ip.telfort.nl)
16:35:00 Join Hadaka [0] (i=naked@naked.iki.fi)
16:35:00 Join markun [50] (n=markun@rockbox/developer/markun)
16:35:00 Join Ridayah [0] (n=ridayah@173-19-228-175.client.mchsi.com)
16:35:00 Join bubsy [0] (i=Bubsy@unaffiliated/bubsy)
16:35:00 Join Tristan [0] (n=Tristan@i.dont.want.to.die.virgin.net.in)
16:35:00 Join antil33t [0] (n=Mudkips@119.224.12.185)
16:35:00 Join thegeek [0] (n=nnscript@s243b.studby.ntnu.no)
16:35:00 Join flux [0] (i=flux@jolt.modeemi.cs.tut.fi)
16:35:00 Join scorche|sh [50] (n=scorche@rockbox/administrator/scorche)
16:35:00 Join Kopfgeldjaeger [0] (n=nicolai@monitor-mode-enabled-on-mon0.phy0.de)
16:35:00 Join Bombe [0] (n=droden@freenet/developer/Bombe)
16:35:00 Join _Auron_ [0] (n=DarkAuro@ppp-70-244-166-122.dsl.rcsntx.swbell.net)
16:35:00 Join liiwi [0] (i=liiwi@idle.fi)
16:35:00 Join CaptainKewl [0] (n=jason@cpe-68-173-40-122.nyc.res.rr.com)
16:35:00 Join tmzt [0] (n=tmzt@adsl-99-164-62-86.dsl.akrnoh.sbcglobal.net)
16:35:00 Join alexbobp [0] (n=alex@ppp-70-253-78-64.dsl.austtx.swbell.net)
16:35:00 Join timc [0] (n=aoeu@119.109.110.143)
16:35:00 Join pat_mulchrone [0] (n=pat@99-13-70-2.lightspeed.cicril.sbcglobal.net)
16:35:00 Join Galois [0] (i=djao@efnet.math.uwaterloo.ca)
16:35:00 Join lostlogic [50] (n=lostlogi@rockbox/developer/lostlogic)
16:35:00 Join krazykit [0] (i=josh@c-76-119-147-106.hsd1.ma.comcast.net)
16:35:00 Join at0m [0] (n=at0m@94-225-90-23.access.telenet.be)
16:35:00 Join Etu [0] (n=user@92-244-27-79.customers.ownit.se)
16:35:00 Join Makuseru [0] (n=max@163.106.40.24.aeneasdsl.com)
16:35:00 Join advcomp2019 [0] (n=advcomp2@unaffiliated/advcomp2019)
16:35:00 Join SirFunk [0] (n=Sir@208-15-25-145.netsync.net)
16:35:00 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
16:35:00 Join jfc^3 [0] (n=john@dpc691978010.direcpc.com)
16:35:00 Join ap0 [0] (n=ap0@238.102.204-77.rev.gaoland.net)
16:35:00 Join amiconn [50] (n=jens@rockbox/developer/amiconn)
16:35:00 Join pixelma [50] (n=pixelma@rockbox/staff/pixelma)
16:35:00 Join lyngaas [0] (n=staale@19.81-167-149.customer.lyse.net)
16:35:00 Join HellDragon [0] (n=jd@Wikipedia/HellDragon)
16:35:00 Join bagawk [0] (n=lee@c-98-232-168-140.hsd1.or.comcast.net)
16:35:00 Join killan [0] (n=nnscript@c-5ef170d5.06-397-67626721.cust.bredbandsbolaget.se)
16:35:00 Join J-23 [0] (n=zelazko@unix.net.pl)
16:35:00 Join FOAD [0] (n=dok@82.93.10.238)
16:35:00 Join Res1 [0] (n=Res@user-0c6s6hp.cable.mindspring.com)
16:35:00 Join vedlith [0] (n=ved2@137-mi2-1.acn.waw.pl)
16:35:00 Join grndslm [0] (n=grndslm@96.19.110.120)
16:35:00 Join yosafbridge [0] (n=yosafbri@ludios.net)
16:35:00 Join lucent [0] (i=lucent@unaffiliated/shadows)
16:35:00 Join jordan` [0] (i=gromit@78.235.252.137)
16:35:00 Join saratoga [0] (i=9803c6dd@rockbox/developer/saratoga)
16:35:00 Join preglow [0] (i=thomj@rockbox/developer/preglow)
16:35:00 Join Zarggg [0] (n=zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com)
16:35:00 Join AlexP [0] (n=alex@rockbox/staff/AlexP)
16:35:00 Join Lss [0] (n=Lss@cm213.delta96.maxonline.com.sg)
16:35:00 Join SUSaiyan [0] (n=SUSaiyan@cc84863-b.zwoll1.ov.home.nl)
16:35:00 Join FrankTM_ [0] (n=frank@212-182-153-12.ip.telfort.nl)
16:35:00 Join DaCapn [0] (i=dacapn@using.your.wireless-inter.net)
16:35:00 Join agaffney [0] (n=agaffney@gentoo/developer/agaffney)
16:35:00 Join Slasheri [0] (i=miipekk@rockbox/developer/Slasheri)
16:35:00 Join Bawitdaba [0] (n=Sphinx@cpe-74-70-40-135.nycap.res.rr.com)
16:35:00 Join msi [0] (i=msi@shell.noname-ev.de)
16:35:00 Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
16:35:00 Join rwong [0] (n=ricky@www.roflwaffle.com)
16:35:00 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon)
16:35:00 Join tchan [0] (n=tchan@lunar-linux/developer/tchan)
16:35:00 Join spyder [0] (n=spyder@lirhost.net)
16:35:00 Join Mikachu [0] (i=Mikachu@c-83-233-200-194.cust.bredband2.com)
16:35:00 Join CIA-38 [0] (n=CIA@208.69.182.149.simpli.biz)
16:35:00 Join Kohlrabi [0] (n=Kohlrabi@frustrum.nosebud.de)
16:35:00 Join fuzzie [0] (n=fuzzie@twinsen.warpedgames.com)
16:35:00 Join crashd [0] (i=foobar@lostnode.org)
16:35:00 Join pabs [0] (n=pabs@xor.pablotron.org)
16:35:00 Join fxb [0] (n=felixbru@h1252615.stratoserver.net)
16:35:00 Join Unhelpful [0] (n=Militant@rockbox/developer/Unhelpful)
16:35:00 Join andy` [0] (i=andy@cassarossa.samfundet.no)
16:35:00 Join soap [50] (n=soap@rockbox/staff/soap)
16:35:00 Join maraz [0] (i=maraz@xob.kapsi.fi)
16:35:00 Join shadearg [0] (i=arg@ipv4.panoptix.net)
16:35:00 Join fred_2 [0] (i=fred@hpc-cluster.hamburgnet.de)
16:35:00 Join Torne [0] (i=torne@lowell.wolfpuppy.org.uk)
16:35:00 Join kadoban [0] (n=mud@cpe-24-93-17-195.rochester.res.rr.com)
16:35:00 Join avacore^ [0] (i=nobody@1008ds1-rdo.0.fullrate.dk)
16:35:00 Join Tuplanolla [0] (n=jani@unaffiliated/tuplanolla)
16:35:00 Join crwll [0] (n=crawlie@a91-156-100-168.elisa-laajakaista.fi)
16:35:00 Join MuscleNerd [0] (i=eric@adsl-75-31-138-204.dsl.irvnca.sbcglobal.net)
16:35:00 Join ze [0] (i=ze@76.91.72.105)
16:35:00 Join GodEater [0] (n=nnyeahri@rockbox/staff/GodEater)
16:35:00 Join TheDJACR [0] (n=TDJACR@Wikipedia/Thedjatclubrock)
16:35:00 Join feisar-- [0] (i=jljhook@irkki.fi)
16:35:00 Join @ChanServ [0] (ChanServ@services.)
16:35:56Zagorpyro_maniac: http://daniel.haxx.se/rockbox-sandisk-connection.html
16:37:14pyro_maniaci know this link. my question belongs to funmans message and the newer devices.
16:38:12funmanpyro_maniac: I don't think he did
16:39:00pyro_maniacfunman: but he knows about your message right?
16:39:28 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
16:39:28funmanperhaps not, I did that months ago
16:41:40pyro_maniacfunman: maybe you should talk to him and he try it again. iirc he planed to do that on no reply of your message.
16:43:58 Join jgarvey [0] (n=jgarvey@cpe-098-026-065-013.nc.res.rr.com)
16:44:05pyro_maniacfunman: did you test the latest changes of kugel on the samsung?
16:44:08funmanpyro_maniac: If you think that several people should request hardware/documentations from SanDisk, please do it, because Bagder hasn't any influence on SanDisk
16:44:39funmanpyro_maniac: yes (and I answered on the -dev mailing list about that) : the RTC is either inexistant on YH920, either not powered
16:45:54pyro_maniacfunman: i thought that Badger has special contacs there.
16:46:26 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
16:47:04funmanpyro_maniac: had you read Zagor's link, you would have found that it's not true :)
16:48:52pyro_maniacfunman: so my memories are wrong. i thougt i have read this on a irc log or something like that.
16:49:35GodEaterthe last I heard Bagder mention on the subject, all his contacts at AMS stopped replying to his emails
16:50:11 Join kugel [0] (n=kugel@rockbox/developer/kugel)
16:50:32funmanGodEater: yeah the same happened to me (recently) but we talk about SanDisk here. At least with AMS I had a first contact (phone and mail), and Bagder had negociated the AS3525 datasheet before it was made available to the public
16:50:43pixelmabut we don't know about Badger's ;)
16:50:48mtlinuxstb : Is one memcpy in the codec harmful ?
16:51:20GodEaterduh, sorry you're right - I failed to spot your sansa reference!
16:51:38mtI'm memcpy'ing struct RMContext from id3->toc, which should be done only once on each codec call.
16:53:33mtlinuxstb: I now see this is how it's done in wma
16:53:35linuxstbmt: That's no problem. Sorry if I've made you think memcpy is always bad - I was just trying to avoid memcpying everything.
16:53:46mtAh OK. :)
16:56:12GodEaterwe clearly need linuxstb's whitepaper on "When not to use memcpy"
16:56:56funmanwhen you waste precious cycles !
16:57:46*GodEater wonders what bikes have to do with it
17:00
17:01:17 Quit Zagor ("Don't panic")
17:02:39 Quit funman ("leaving")
17:16:23 Join n1s [0] (n=n1s@nl104-208-152.student.uu.se)
17:19:12 Nick J-23 is now known as Moarc (n=zelazko@unix.net.pl)
17:22:11 Join PaulJam_ [0] (i=PaulJam_@134.76.3.86)
17:24:36 Join PaulJam__ [0] (n=PaulJam_@vpn-3104.gwdg.de)
17:28:15 Join _lifeless [0] (n=lifeless@188.16.82.215)
17:34:30 Join petur [50] (n=petur@rockbox/developer/petur)
17:35:26 Join jmillikin [0] (n=jmilliki@c-24-130-227-85.hsd1.ca.comcast.net)
17:37:43 Quit PaulJam (Read error: 110 (Connection timed out))
17:42:31n1shmm, all the since-* pages show only the title and table header for me
17:43:06 Quit PaulJam_ (Read error: 113 (No route to host))
17:47:41 Quit pyro_maniac ("Leaving.")
17:48:34 Quit faemir ("leaving")
17:49:27 Join faemir [0] (n=daniel@88-106-209-216.dynamic.dsl.as9105.com)
18:00
18:05:28 Join JdGordon| [0] (i=4600d14a@rockbox/developer/JdGordon)
18:05:51 Quit chandoo ("Leaving")
18:06:58 Quit {phoenix} (Remote closed the connection)
18:10:49 Quit faemir (Read error: 104 (Connection reset by peer))
18:12:35Unhelpfulsaratoga: i'm pretty sure that cound for the linear scaler is correct. the area scaler is not much worse, though, except that the input sizes are larger. the area scaler does a lot of its work via simple addition, with multiplies done only to prepare the output value.
18:16:28*LambdaCalculus37 sees that his HDD6330 patch on Flyspray caught lowlight's attention
18:19:26 Join faemir [0] (n=daniel@88-106-209-216.dynamic.dsl.as9105.com)
18:20:53 Join domonoky [0] (n=Domonoky@rockbox/developer/domonoky)
18:24:21 Join PaulJam [0] (n=PaulJam_@vpn-3076.gwdg.de)
18:32:36 Join PaulJam_ [0] (i=PaulJam_@vpn-3006.gwdg.de)
18:34:56***Saving seen data "./dancer.seen"
18:40:27 Quit ender` (" Measuring programming progress by lines of code is like measuring aircraft building progress by weight. -- Bill Gates")
18:42:37 Quit PaulJam (Read error: 113 (No route to host))
18:42:44 Join PaulJam [0] (i=PaulJam_@vpn-3080.gwdg.de)
18:43:22 Quit PaulJam__ (Read error: 113 (No route to host))
18:47:18 Join yomamathecablegu [0] (n=438d8f12@gateway/web/cgi-irc/labb.contactor.se/x-d6dfdd658b0c2ae7)
18:47:30 Quit GodEater ("Terminated with extreme prejudice - dircproxy 1.0.5")
18:49:12 Quit JdGordon| ("http://www.mibbit.com ajax IRC Client")
18:49:38 Join ender` [0] (i=krneki@foo.eternallybored.org)
18:50:00 Join bryan__ [0] (n=bryan@bb-87-80-121-64.ukonline.co.uk)
18:51:10yomamathecableguHey everyone ^_^ I have 2 questions. 1 - How can I resize a .mpg video to fit the ipod's screen? and 2 - What size does a .bmp have to be to be able to be used as a backdrop?
18:51:35 Quit kugel (Read error: 110 (Connection timed out))
18:52:05 Quit PaulJam_ (Read error: 110 (Connection timed out))
18:52:06 Join PaulJam__ [0] (i=PaulJam_@vpn-3075.gwdg.de)
18:52:19saratogayomamathecablegu: check out the pluginmpegplayer wiki page
18:52:50Lloreanyomamathecablegu: And the size for backdrops is "exactly the same size as the screen" for whatever player you have
18:53:14 Quit bryan__ (Remote closed the connection)
18:53:18 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
18:53:35 Join GodEater [0] (n=nochance@rockbox/staff/GodEater)
18:54:22yomamathecablegusaratoga: alright thanks ^_^ I'll check it out.
18:54:37yomamathecableguLlorean: what would the size for an ipod nano 1g be?
18:55:15LloreanI don't know. Search the wiki, I guess.
18:55:58n1salternatively check the dimensions of one of the shipped backdrops
18:57:03yomamathecableguLlorean: I found the size on the pluginmpegplayer wiki page ^_^ Thanks you two.
18:59:04 Join JdGordon| [0] (i=836b0070@rockbox/developer/JdGordon)
19:00
19:00:37 Quit Makuseru (Read error: 104 (Connection reset by peer))
19:00:38 Quit petur ("going to online checkin flights for tomorrow....")
19:02:27 Quit yomamathecablegu ("CGI:IRC (Ping timeout)")
19:04:18 Join PaulJam_ [0] (i=PaulJam_@vpn-3084.gwdg.de)
19:09:23 Quit PaulJam (Read error: 113 (No route to host))
19:09:57 Join PaulJam [0] (n=PaulJam_@vpn-3084.gwdg.de)
19:13:29 Join chandoo [0] (n=chandoo@ool-4353b978.dyn.optonline.net)
19:16:32 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
19:17:08 Join PaulJ [0] (i=PaulJam_@vpn-3027.gwdg.de)
19:17:30 Quit PaulJam (Nick collision from services.)
19:18:03 Nick PaulJ is now known as PaulJam (i=PaulJam_@vpn-3027.gwdg.de)
19:18:14 Join gregzx [0] (n=chatzill@dsc64.neoplus.adsl.tpnet.pl)
19:19:18 Join kugel [0] (n=kugel@rockbox/developer/kugel)
19:21:52 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
19:22:07 Quit ap0 (Read error: 54 (Connection reset by peer))
19:24:43 Quit Thundercloud (Remote closed the connection)
19:25:42 Join Horscht [0] (n=Horscht@xbmc/user/horscht)
19:25:58 Join CreativeZen [0] (n=5c183636@gateway/web/cgi-irc/labb.contactor.se/x-75e2fa383974aa89)
19:26:13CreativeZenHey, can someone help me?
19:26:40CreativeZenI have a problem with installing any firmware on my Zen
19:27:22 Quit lymeca ("KVIrc 3.4.0 Virgo http://www.kvirc.net/")
19:27:51evilnickThe Zen is not a supported target
19:28:02 Quit SirFunk (Read error: 110 (Connection timed out))
19:29:50 Join SirFunk [0] (n=Sir@208-15-25-145.netsync.net)
19:29:54CreativeZenAh but i've seen on youtube that they've got it working? I just need any firmware to work because my computer won't detect it
19:30:31saratogai don't think anything is working for the Zen
19:30:44CreativeZenI've tried everything to try and get it to detect it. Well my computer finds it but the offical updater wont
19:31:07saratogaand definately not USB
19:31:22LloreanCreativeZen: Basically, if you're having problems unrelated to Rockbox, you should seek help from Creative
19:33:50 Quit PaulJam__ (No route to host)
19:36:24 Quit CreativeZen ("CGI:IRC (EOF)")
19:39:57 Quit PaulJam_ (Read error: 113 (No route to host))
19:46:11kugelI suspect the e200v2 problems come from the short delays in the button driver
19:46:25*LambdaCalculus37 thinks that CreativeZen may have been referring to mculenaere's tech demos of Rockbox on the ZVM
19:47:45kugelthere's actually no delay in the dbop function for the e200v2
19:48:15kugelthe fuze wouldn't be usable if it removed that delay too
19:49:36 Part pondlife
19:50:14bertrikI'm now seeing a 12% increase in max fps from my dbop fifo patch when using funman's latest patch
19:51:18bertrikkugel, how fast do we have to poll the buttons to get a smooth readout?
19:51:20kugelon the clip?
19:51:24bertrikyes
19:51:33kugeltwice per tick
19:51:44kugelsee kernel-as3525.c
19:52:31*domonoky thought that twice per tick is only really needed for the wheel on AMS not the buttons itself...
19:52:33bertrikhow fast is that exactly? and how fast does it need to be?
19:53:04kugelevery 5ms
19:53:05domonoky1 tick = 10ms :-)
19:53:27*amiconn still doesn't understand that braindead design
19:53:39kugeldomonoky: and it's only done for the wheel
19:53:44amiconnA wheel without interrupt controllable readout...
19:53:48bertrikI am wondering if we can change the button readout by reading a different row each time
19:53:49 Join Xakh [0] (n=xakh@adsl-66-142-66-153.dsl.snantx.swbell.net)
19:53:49kugelthe other buttons are as usual read every tick
19:54:17XakhSo, how's a port for the Sansa View Coming?
19:54:19kugelamiconn: the whole dbop/gpio thing on the as3525 is braindead imo
19:54:36bertrikthen each button row has plenty of time to settle (i.e. the time between ticks)
19:54:38kugeland even more braindead to actually put the wheel on that dbop
19:55:10domonokyjup, it was pretty braindead from sandisk to reuse dbop pins for wheel/buttons.
19:55:22bertrikok, that's probably not going to work for targets that share their button gpio
19:55:54 Join {phoenix} [0] (n=dirk@p54B47241.dip.t-dialin.net)
19:55:56kugel:?
19:56:06kugelI think the clip could actually be interrupt driven
19:57:10domonokybertrik: switching rows on every button read looks possible, it will only increase the minimum time a button needed
19:57:18domonoky...s to be pressed
19:57:42domonokykugel: interrupt driven buttons wont work on a matrix.
19:58:26domonokybertrik: so if you readout only one row per tick, you need to hold a button minimum 3*10ms, which sounds acceptable.
19:59:00bertrikdomonoky, yes that was what I was thinking, but there's also a debounce delay IIRC
19:59:55bertrikmaybe I should just try it out and see how well/bad it works
20:00
20:01:37domonokybertrik: jup, try it. you just need to make sure, you remember the button state of buttons you dont readout in one cycle.
20:01:43 Join toffe82 [0] (n=chatzill@74.0.180.178)
20:02:06domonokybertrik: but the button driver for clip in svn contains no delays ?
20:02:26 Join kugel_ [0] (n=kugel@e178075081.adsl.alicedsl.de)
20:02:53kugel_domonoky: mask the colum pin for interrupts, and check the rows in the ISR?
20:02:54domonokywhile the m200v4 button driver has small delays between rows. (only 5 instructions)
20:03:47bertrikoh, I noticed some delays in funman's patch and not all my keys work anymore when running my clip boosted
20:04:22kugel_not reading every button each tick could surely mess up BUTTON_REPEAT?
20:04:44domonokykugel_: and on what signal does the interrupt trigger ? (you need to rise the row/column pins individually, or you wont know which key was pressed.
20:05:08domonokykugel_ it wont mess up repeat, if you remember the old button state.
20:05:44 Join merbanan [0] (n=banan@c-83-233-163-22.cust.bredband2.com)
20:05:45 Quit kugel (Nick collision from services.)
20:05:50 Nick kugel_ is now known as kugel (n=kugel@e178075081.adsl.alicedsl.de)
20:07:02kugeldomonoky: the colum pins only raise when the corresponding row is set?
20:07:06Xakhhey, guys. I'd be interested in beta testing any Rockbox releases for a Sansa View, if any exist?
20:07:17domonokykugel: yes.
20:07:33*kugel never understood the matrix thing fully
20:07:53kugelI never managed GPIO interrupts for the C pins to work on the fuze, the dbop&afsel things complicate it so painfully
20:08:20domonokykugel: think of the matrix as a real matrix with switches (the keys) at every node.
20:08:55kugelI tried that :P
20:09:07domonokykugel: http://www.rentron.com/PicBasic/serkey16.gif
20:11:32bertrikdoes reading multiple GPIOs in a single cycle work for the ams targets?
20:13:21 Join funman [0] (n=fun@rockbox/developer/funman)
20:13:35Xakhokay. The View is almost identical to the e200, correct? So if I dump the Rockbox file for the e200 into it in device mode, will my view explode or will it run?
20:13:55JdGordon|HAHA yeah sure...
20:14:13bertrikhm, I think reading multiple GPIOs could work but the current macro doesn't really make is easy
20:14:46kugelbertrik: in debug-as3525.c, the whole GPIO line is read at once
20:14:51Xakhseriously guys. Would this be advisable?
20:14:51funmanwho lives in the US and want to write LCD/button/radio support for c200v2 ?
20:15:05 Join bluebrother [0] (n=Dom@g224237014.adsl.alicedsl.de)
20:15:05kugelI haven't looked at the asm code for that, but it's at least a single C line :)
20:15:09pixelmaXakh: have you read any of the SansaView thread in the new ports forum?
20:15:17Xakhlookin' at it.
20:15:18funmanbertrik: kugel we have problems with buttons (perhaps only with keymaps) when reading multiple GPIO pins at a time
20:15:21JdGordon|funman: why us only?
20:15:33funmanJdGordon|: shipping is less expensive
20:15:54JdGordon|ah fair enough
20:16:51bertrikc200v2 LCD looks very similar to c200v1 LCD except it uses DBOP instead of the PP LCD controller. Buttons are already partially figured out IIRC. Radio will probably just work once enabled in config-c200v2.h
20:17:19bertrikso lots of easy pickings for someone who wants to give it a try :P
20:17:44*JdGordon| is happy to put up his hand, but will need some assistance
20:17:53JdGordon|.. if noone else is game
20:18:14saratogabertrik: did you see that guys offer of a free c200v2?
20:18:21Xakhwell, I'm willing to help with testing if anything runs on the view currently. I don't use my View for anything, so I could just use it as a testing point.
20:18:22bertrikno
20:18:31kugelfunman: the debug screen output of the screen was reliable so far
20:18:39kugelof the gpios*
20:20:37XakhIf anyone is ready and willing to work on a Sansa View, I'd be more than happy to mail it off to them at a PO Box or something
20:21:26Xakhmine's a 16 gb
20:21:42Xakhso... any takers?
20:22:18kugelXakh: we have a gsoc project for the sansa view port, it should start pretty soon (I think it actually should already be started)
20:22:20JdGordon|I tihnk there is a wiki page to help people donate hardware
20:22:24XakhKK
20:22:28XakhJust sayin'
20:22:57saratogabertrik: he posted in the new ports AMS thread
20:23:00XakhThe View's an awesome player, but the firmware on it's pretty sucky
20:23:17saratogaapparently he got a box of broken c200s some of which he fixed and were V2s
20:23:29pixelmakugel: he posted a few results to the forums, would be nice if he communicated a bit more though
20:24:05kugelfor sure
20:24:31bertriksaratoga, ok thanks for the pointer, I'll have a look
20:25:08saratogahe was on last night in community and asked if anyone wanted one, so he'd probably send you one if you asked
20:26:47funmansaratoga: bertrik yes i talked about that guy
20:26:58LambdaCalculus37Xakh: If you're willing to donate a View, I'm the one who's collecting donated hardware to distribute out to interested developers.
20:27:05kugelman, if I had more time, and wasn't occupied by the UNI and two work-in-progress ports :)
20:27:06Xakhcool.
20:27:20LambdaCalculus37Just remember that it doesn't guarantee a release date or time frame.
20:27:24XakhI'll see what I can do.
20:27:25funmankugel: yes multiple GPIO reading works fine, but on Clip where a matrix is used for buttons, we can't read the buttons this way
20:28:28funmanpixelma: he even asked for some help in the sansa view thread, about not finding the same lcd registers than PP50*
20:31:01saratogasince the view is a media player, it likely has a much upgraded LCD controller
20:31:12saratogaprobably with some acceleration functions like YUV->RGB conversion
20:31:19 Part Xakh
20:32:10pixelmaI wonder how much getting low_light's attention could help, he's quite an experienced PP porter...
20:32:18kugelI wasn't surprised if it had a hardware video acceleration like the ipod videos
20:33:08saratogahas there been any recent attempt to contact Nvidia about the pp6000 series?
20:33:13saratogamight be worth trying again
20:33:23kugelyea, people tried it
20:33:27saratogathey've been more open source friendly lately
20:33:49kugelreally? I can't remember that
20:34:00funmanis that the same than goforce 6000 series ?
20:35:00***Saving seen data "./dancer.seen"
20:35:31saratogayeah
20:35:43kugelfunman: of what use is the dcdc?
20:35:46saratogakugel: they put in a bunch of LGPLed code to ffmpeg recently for instance
20:36:43kugelreally? they maybe realized that there's no way around FOSS if they want their hardware innovations being successful
20:37:21kugel(anymore=
20:37:23kugel)
20:38:12 Join PaulJam__ [0] (n=PaulJam_@vpn-3029.gwdg.de)
20:39:15kugelehh, i just noticed the dcdc is the backlight "controller"
20:39:34bertrikkugel, the dcdc can generate a voltage higher than the battery voltage, to drive a bunch of LEDs in series for the backlight for example
20:39:40 Join matsl [0] (n=matsl@1-1-4-2a.mal.sth.bostream.se)
20:43:37funmankugel: delivering current
20:44:50kugelwhich reminds me
20:45:22kugelI always planned to merge that backlight driver into a single .c, several targets use it
20:48:08 Join PaulJam_ [0] (i=PaulJam_@vpn-3037.gwdg.de)
20:49:53kugelI'm just not sure if it should be in drivers/audio/as3514.c (that's very ascodec and as3514 centric already), or a new backlight-as3514.c in drivers/
20:51:01kugelprobably the latter
20:51:14 Join planetbeing [0] (n=planetbe@c-71-236-164-204.hsd1.or.comcast.net)
20:52:33kugelhas anyone looked into recording for the AMSes already?
20:52:49funmanyes me
20:53:09kugelhow far did you get?
20:53:12funmanusing empty (or nearly) functions made rockbox deadlock so i gave up
20:53:21bertrikkugel, I would like to keep drivers/audio/as3514.c mostly for audio only
20:53:44kugelthat's perfectly reasonable
20:54:52 Quit PaulJam (Read error: 113 (No route to host))
20:57:38kugelfunman: have you read my comments about the e200v2 problems with your latest patch?
20:59:45funman"I can confirm that unboosted the UI responsiveness is suboptimal." on the forum ?
21:00
21:00:58kugelno, in the logs of today
21:01:43funmanno since there was no logs from 9AM to 4:30PM
21:01:57funmanoh around 7PM, reading.
21:02:23 Quit PaulJam__ (No route to host)
21:02:34kugeleither that, or the lcd initialisation which seems a 100% copy&paste from the e200v1 driver
21:02:49funmanwell you must say that to flyndice, not me :)
21:03:03funmanalso the Clip button driver can't be interrupt driven since it's a matrix
21:03:05 Join pyro_maniac [0] (n=pyro@91-64-227-210-dynip.superkabel.de)
21:03:17kugelI've been told already :)
21:03:40funmansorry, just scrolled down and saw that :)
21:05:37kugelthis patch works so perfectly well, I want to have it committed asap then release for the fuze :>
21:06:01kugelwas the mapping to itself the missing point in the most recent patches?
21:06:41funmanwell it just needs cleaning, understanding what was wrong, modifications for keyclick to work (as told by jhmikeS in another FS task), remapping memory to remove long calls, test on all targets.
21:06:58funmanThen we only have to finish the manuals, call for testers, fix remaining bugs, test again.
21:07:20bertrikah yes, the long calls, almost forgot about those
21:07:28 Join ap0 [0] (n=ap0@238.102.204-77.rev.gaoland.net)
21:07:50kugelthose are trivial
21:08:43funmanI want to work a bit on that patch this evening
21:09:04oboRegarding the View, I've only so far tried contacting Dragon Display Tech, who make the LCD. Only an automated response so far.
21:09:24funmanobo: the controller is more important
21:09:34oboFrom what I remember nVidia has been contacted in the past without any success?
21:09:41kugelobo: the "normal" PP display port is not used at all anymore?
21:09:52 Join PaulJam [0] (i=Paule@vpn-3006.gwdg.de)
21:10:38obokugel: neither LCD1_* or LCD2_* appear to be used (but of course I could be wrong...)
21:11:14kugeldoes the e200tool work at least?
21:11:26bertrikI should be able to prototype a delay-less keyscan for the clip this evening
21:12:23saratogakugel: e200tool needs code to run on the View
21:12:37bertrikby the way, has anyone seen or talked to fdinel lately (he was involved during early ams porting)?
21:12:50kugelI did, yes
21:12:55kugelhe's not very interested anymore
21:13:49saratogaobo: i think you should try and recontact nvidia about a datasheet
21:14:03saratogaexplain that you've been tasked for your project with writing a display driver for the PP6000
21:14:06bertrikkugel, too bad
21:14:19saratogashould only take a few minutes even if they'll probably ignore you
21:14:54 Quit planetbeing ()
21:15:50obosaratoga: okay, will do
21:18:02funmanobo: which disassembler do you use ?
21:18:44funmanbertrik: kugel he follows a bit the port (want to install rockbox on his wife's Sansa iirc)
21:19:25kugelwith not every interested anymore I meant not very interested in working on it anymroe
21:19:45kugelhe too told me that he's still following the forum e.g.
21:20:58saratogait might also be worthwhile for us to see about contacting some of nvidia's open source related representitives and ask them directly, some of their people are working with ffmpeg and xbmc developers
21:21:52funmani remember contacting coverity (the company which runs static code analysis free for open source) and getting no answer
21:22:05 Join kugel_ [0] (n=kugel@e178113065.adsl.alicedsl.de)
21:22:17funmanthen I met a guy from coverity at LinuxTag and he was like "ho i'm trying to contact VLC but I didn't know how"
21:22:26funmanI don't know if nvidia participates to such events though
21:22:37 Join mcuelenaere [0] (n=mcuelena@78-21-191-122.access.telenet.be)
21:23:19mcuelenaereUnhelpful: have your read my last messages regarding pf and that memmove call?
21:23:26 Join PaulJam__ [0] (n=PaulJam_@vpn-3056.gwdg.de)
21:24:18AlexPmcuelenaere: Regqrding lua, when running it I assume that it has control over the keys bar one to either quit or enter a menu?
21:24:52mcuelenaereAlexP: if you mean the lua script you're running with 'it', then yes
21:25:03AlexPyeah
21:25:15AlexPCould you point me at where the quite key is defined?
21:25:17mcuelenaerewhat script are you talking about?
21:25:21 Quit kugel (Read error: 60 (Operation timed out))
21:25:22AlexP*quit
21:25:30AlexPmcuelenaere: Any script
21:25:41mcuelenaerehow are you getting keys atm? (you should be using get_action I think)
21:25:55AlexPmcuelenaere: Sorry, we are talking at cross purposes
21:26:03AlexPmcuelenaere: I'm writing the manual entry
21:26:20mcuelenaereoh you mean like a generic exit key?
21:26:25AlexPmcuelenaere: yep
21:26:29mtLadies an Gentlem .. We have 'Real, cooked' sound ! \o/
21:26:31mcuelenaerewell that depends on the script
21:26:35mcuelenaeremt: \o/
21:26:38AlexPmt: Awesome!
21:26:56AlexPmcuelenaere: So if someone neglects to put a quit key in their script, they need to reset to exit it?
21:27:02mtStill lots of bugs to deal with though, but at least something worked :)
21:27:03JdGordon|cooked sound? is that better or worse than color sound?
21:27:04mcuelenaereAlexP: look at a Lua script as another Rockbox plugin, the author of it completely defines its behaviour
21:27:10mcuelenaereAlexP: correct..
21:27:14 Quit PaulJam_ (Read error: 113 (No route to host))
21:27:15gevaertsJdGordon|: you can have both!
21:27:26mtJdGordon| : It's definitely better than raw !
21:27:27AlexPmcuelenaere: OK, I think I'll just mention that
21:27:40 Join PaulJam_ [0] (i=PaulJam_@vpn-3058.gwdg.de)
21:27:48AlexPmcuelenaere: Could you do me a list of limitations?
21:27:56AlexPcompared to standard lua that is
21:27:57*JdGordon| doesnt have an x5 or any .rm's so he can haz neither
21:28:00mcuelenaereI don't really see a way around that, unless you hack your way in Lua around it
21:28:08mcuelenaereAlexP: sure
21:28:16AlexPmcuelenaere: No, that's fine - I just needed to know :)
21:28:19AlexPmcuelenaere: Thanks
21:28:21*pixelma can have color sound on M5...
21:28:46pixelmathe stress is on "sound" ;)
21:28:56mcuelenaereAlexP: I would also suggest linking to http://www.lua.org/manual/5.1/ & http://www.lua.org/pil/ in the manual
21:29:21 Quit funman ("leaving")
21:29:26gevaertspixelma: with FS #10065 you can watch it in colour
21:29:32AlexPpixelma: Clearly everyone at Cowon has synaesthesia
21:29:38AlexPmcuelenaere: Will do
21:29:53mcuelenaereAlexP: we don't have the coroutine, debug, file, io, math and package library
21:30:03mcuelenaerewe do support part of the os library
21:30:19AlexPand no floating point
21:30:21AlexPOK
21:30:24Mikachuaren't there some sine cosine helpers in the pluginlib?
21:30:50mcuelenaerewe also have bitlib integrated ( http://luaforge.net/projects/bitlib )
21:30:57mcuelenaereMikachu: there are
21:30:58pixelmagevaerts: how so?
21:31:26mcuelenaereAlexP: yep, no floating point (be sure to point that out, as that's a pretty big lua limitation I guess)
21:31:28gevaertspixelma: full-colour spectrographs
21:31:39pixelmaon greyscale?
21:31:55 Quit PaulJam (Read error: 113 (No route to host))
21:31:55gevaertssure. You use coloured glasses
21:32:06 Part wark ("Leaving")
21:32:10mcuelenaereAlexP: the rb API isn't currently documented, and isn't stable atm too; but I try to mimic plugin.h as closely as possible
21:32:20mcuelenaere(stable meaning it is subject to changes)
21:32:32kugel_mcuelenaere: file seems possible to implement though, it's using file descriptors as well
21:32:43mcuelenaerekugel_: file is implemented through the rb library
21:32:46AlexPmcuelenaere: OK, I'll outline it for now, and if/when it becomes more stable we can add to it
21:32:55mcuelenaerehowever it could leak file descriptors though (if you don't close them)
21:33:05AlexPmcuelenaere: It might be better to document it on the wiki and just point to it from the manual
21:33:16mcuelenaereAlexP: I'm not sure whether the manual is a good place to document the API
21:33:23kugel_mcuelenaere: ah, I understand. the functions seem to be mostly the same
21:33:33AlexPmcuelenaere: Exactly :)
21:33:48mcuelenaereyes, however I would prefer the Lua io library (makes porting Lua scripts easier)
21:34:02mcuelenaere(+ it frees a file descriptor upon garbage collecting a 'file' variable)
21:34:13bertrikmeh, why is call_tick_tasks in a .h file?
21:34:16kugel_I'm wondering if is possible to abstract the rb file I/O to the standard lua one via wrappers
21:34:28mcuelenaereit is, it just needs Mr. Someone to do it :)
21:34:46kugel_or Mr. Lua :)
21:35:50mcuelenaerehow much longer till Rockbox release? (and will Lua be included?)
21:35:54kugel_bertrik: why not?
21:36:06kugel_kernel.h exports it to the timer ISRs
21:36:16bertrikcode in a .c file, declarations in a .h
21:36:33kugel_it's an inline function though
21:36:38 Quit SirFunk (Read error: 110 (Connection timed out))
21:36:53kugel_and inlining is only possible within a file IIUC
21:37:12AlexPmcuelenaere: Freeze in a couple of days IIRC
21:37:25AlexPmcuelenaere: And is there any reason not to include Lua?
21:37:35mcuelenaerehmm then I better hurry up with documentating that Lua hello_world file
21:37:45mcuelenaereAlexP: I'm don't know, that's why I asked :)
21:37:49mcuelenaereI*
21:37:59 Quit tvelocity (Read error: 110 (Connection timed out))
21:38:31amiconnbertrik: Inline functions in .h files is correct if they should be inlineable(?) from several modules
21:39:16Mikachuwiktionary says inlinable
21:40:13n1sinline functions in .h files are done in several places in rockbox
21:40:20bertrikamiconn, I just looks like bad style to me. What is the pressing need for inline?
21:40:29mcuelenaereAlexP: I can't really seem to find any documentation regarding bitlib, http://lua-users.org/wiki/BitwiseOperators looks like the best there is
21:40:39bertrikn1s, that's an excuse, not a reason ...
21:41:12n1sbertrik: no, it's a statement
21:41:21amiconnbertrik: I don't know about this special case, but if you need inlining for speed, and want the function in several modules, you *need* to put it in a .h
21:41:35Mikachuor #include a .c ;)
21:41:40amiconneurgh
21:42:07amiconnPutting inline functions in a .h is perfectly fine. Putting ordninary functions there is a big no-no
21:42:40 Join SirFunk [0] (n=Sir@208-15-25-145.netsync.net)
21:44:06mcuelenaerepixelma: Unhelpful told me you had problems with pictureflow on your ondio, do you know what causes them?
21:44:25 Quit PaulJam__ (No route to host)
21:44:46AlexPmcuelenaere: I'm going to create a wiki placeholder for the API documentation - LuaApi, or another name in your opinion?
21:44:56AlexPOr on PluginLua
21:45:04mcuelenaerePluginLua sounds better to me
21:45:08bertrikOK, I just don't like having "special" cases around without a good reason
21:45:31mcuelenaerebut I plan to have Rockbox plugin/lua documentation separatedly from the wiki
21:46:26AlexPwhat, a seperate web site?
21:46:42mcuelenaereno, auto generated from svn documentation
21:47:00AlexPah right
21:47:04 Join lee321987 [0] (n=chatzill@1Cust4343.an2.cle11.da.uu.net)
21:47:12 Join kugel__ [0] (n=kugel@e178074005.adsl.alicedsl.de)
21:47:26 Nick kugel__ is now known as kugel (n=kugel@e178074005.adsl.alicedsl.de)
21:47:26AlexPwell I'll point it at the wiki for now (maybe someone could stick a couple of notes there?) and it can always be changed
21:47:33lee321987Are the commit history links broken?
21:47:46kugelamiconn: can plugins that grad buffer with plugin_get_audio_buffer() start playback? I.e. pictureflow in case of low a plugin buffer
21:48:02amiconnOf course not
21:48:04pixelmamcuelenaere: haven't investigated much but it looks like it started with making it an overlay plugin and/or jpeg support (r20800 works, r20900 doesn't but the crash looks a bit differently than with my tests of r21000 and later (but I have 200x200 bmps and remember there being a problem too))
21:48:35amiconnBut PF on lowmem could still start playback with a little chaining
21:48:45oboOkay, email sent to nvidia. I've also sent one to my comp sci department, just incase they have any contacts.
21:49:04 Quit JdGordon| ("http://www.mibbit.com ajax IRC Client")
21:49:04amiconnSince the actual plugin became too large, it is an overlay on lowmem targets, loaded by a tiny loader plugin
21:49:06kugel"Of course not" isn't entirely clear to me. Is the whole audio buffer occupied using that function?
21:49:12amiconnyes
21:49:23n1sAlexP: they have been for me for a few hours
21:49:24amiconnplugin_get_audio_buffer() is all-or-nothing
21:49:33 Join JdGordon| [0] (i=836b0049@rockbox/developer/JdGordon)
21:49:37kugelI see
21:49:42lee321987All commits since 3.0, last 12 months, last four weeks. −−- these links (on the front page) lead me to blank pages.
21:49:44AlexPn1s: eh?
21:49:49n1sAlexP: sorry, I meant lee321987
21:49:50 Quit lee321987 (Client Quit)
21:49:58amiconnIf PF passes the necessary data back to the loader, it could then exit to the loader and let the loader do the playback start
21:50:06kugelI'll get on deactivating the playback starting capabilities for now, then
21:50:37bertrikhm, my silly key hack for the clip worked the first time, scary ...
21:51:09amiconnplugin_get_audio_buffer() doesn't lock the audio buffer in any way, so if you start playback from an overlay plugin (which actually resides in the audio buffer), playback will overwrite the running plugin
21:51:20amiconnI think you can imagine what happens then...
21:54:37AlexPmcuelenaere: A start: http://pastebin.com/m691d898 Plase correct any idiocy.
21:54:41mcuelenaerepixelma: how exactly does it 'crash'?
21:54:51 Join SirFunk_ [0] (n=Sir@208-15-25-145.netsync.net)
21:55:07 Join tessarakt [0] (n=jens@e180077092.adsl.alicedsl.de)
21:55:35evilnickAlexP: Are we sticking to UK English in the manuals as a default?
21:56:01AlexPyes#
21:56:12AlexPThe manual should be UK English
21:56:19mcuelenaereAlexP: a bit nitpicking: it's the math library (not maths); other then that it looks good :)
21:56:28JdGordon|MATHS!
21:56:29kugelamiconn: uhm, yea, nothing good :)
21:56:34AlexPmcuelenaere: Heh, that was me being British :)
21:56:38evilnickmcuelenaere: That was exactly what I was looking at!
21:56:48AlexPIn this case it is wrong though
21:57:04AlexPAs much as I disagree with it, the library is called "math"
21:57:32amiconnkugel: I should probably look into that chaining business, but first the weird crash needs to be tracked down
21:58:41 Quit LambdaCalculus37 ("mibbit.com: Sysadmin mode, activate!")
21:58:42pixelmawith r20900 my Ondio just turns off after a short while (if I'm lucky I'll see the start logo), r21000 and later stops updating after a short while already showing the first slide (if I'm lucky I can move right for a very short while). After it stops I can only press "off" and the Rockbox reboots - that crash also gives me an address but only if I enable "catch mem accesses" in the debug menu
21:58:48pixelmamcuelenaere: ^
21:59:19kugelamiconn: sure. You want me to not deactivate it then?
22:00
22:00:05*pixelma just "updated" to r20850 for further bisectinh
22:00:07mcuelenaerepixelma: hmm that's different from my crashes (it 'hangs' on a memmove call in buflib)
22:00:11pixelmabisecting too
22:01:17 Join kachna [0] (n=kachna@r4ax178.net.upc.cz)
22:01:21AlexPI added large_plugin_buffer to features.txt as #if (PLUGIN_BUFFER_SIZE >= 0x80000) as part of this - any objections, alternate ideas?
22:01:45 Quit kugel_ (Read error: 110 (Connection timed out))
22:02:09kugelnope
22:02:11 Quit PaulJam_ (Read error: 113 (No route to host))
22:02:25 Quit Rondom (Read error: 110 (Connection timed out))
22:02:43JdGordon|AlexP: can 0x80000 be replaced with a #define somewhere?
22:03:10 Join Rondom [0] (n=Rondom@dslb-084-057-147-062.pools.arcor-ip.net)
22:03:56AlexPJdGordon|: I hust copied the check for lua in SOURCES for the plugins - I don't know really. I need something I can check in the manual to include lua.tex and this seemed fairly easy. I'm open to other plans though :)
22:06:28domonokyAlexP: the section about float in lua is not completly correct. Lua only only knows a type "Number" (no seperate type for int/float) . Normally its represented by a float/double. In Rockbox its a integer.
22:06:37 Join planetbeing [0] (n=planetbe@c-71-236-164-204.hsd1.or.comcast.net)
22:06:38DBUGEnqueued KICK CIA-38
22:06:38CIA-38New commit by kugel (r21167): Deactivate the playback capabilites for targets with PLUGIN_BUFFER_SIZE <= 0x10000, as they're not capable of playback due to the use of ...
22:06:44 Part planetbeing
22:07:11 Join SirFunk__ [0] (n=Sir@208-15-25-145.netsync.net)
22:07:30kugelI'm wondering how you could ever do == on numbers if usual lua implementations use fp numbers
22:07:54 Quit SirFunk_ (Read error: 60 (Operation timed out))
22:07:57CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
22:07:57*kugel should've mentioned "Pictureflow" in the commit message :S
22:08:13domonokykugel: i dont know, but they could check against a small range internally.
22:08:14kugelnow it looks like I broke rockbox
22:08:15AlexPdomonoky: How about "The number type in Lua is usually float, however in Rockbox it is integer"
22:08:28AlexPor "in the Rockbox implementation"
22:08:42 Join froggyman [0] (n=47ba06b6@gateway/web/cgi-irc/labb.contactor.se/x-f726244226872c91)
22:08:50domonokyAlexP: yes something like this.. :-)
22:09:07AlexPOK :)
22:10:03AlexPJdGordon|: So conclusions on the #define?
22:10:28kugelI don't think a #define would be helpful
22:10:36n1swill any existing lua scripts work in that plugin or is that not the point?
22:10:44kugel>= 0x80000 directly shows what large plugin buffer means
22:10:46JdGordon|i guess its fine how it is... its just numbers are never nice if used in more than one place
22:11:06 Quit SirFunk (Read error: 110 (Connection timed out))
22:11:21kugelor make a #define in config.h, but use it all over the place (in lua/SOURCES too)
22:11:21JdGordon|the define is not to make it more readable... its in case it ever gets changed
22:12:15AlexPso create one and use it to check both the features.txt and whether to build lua?
22:12:33kugelit's quite easy to lockup rockbox with lua, btw. Should it run in a thread (though, I guess, that will make drawing problemati?)
22:12:59kugelAlexP: It would probably be wise to use 0x10000 instead
22:13:08JdGordon|AlexP: meh, dont worry about it... its a seperate issue, what you have is fine
22:13:24kugelpf currently requires that for playback capabilities, which is probably wanted to be documented in the manual as well
22:13:38AlexPOK, I'll leave it like this. If it is decided to be changed in the future it can be
22:15:30mcuelenaerekugel: I don't think that helps, because when the script wouldn't yield it could still lockup..
22:16:07mcuelenaerethe only way to fix this (I think) is to add a debug hook which gets called every X lua cycles and do a yield() (or a check for the exit button)
22:17:25CIA-38New commit by alex (r21168): Add the Lua scripting language plugin to the manual.
22:17:41 Quit froggyman ("CGI:IRC")
22:17:44 Join bzed_ [0] (n=bzed@devel.recluse.de)
22:17:47 Join froggyman [0] (i=47ba06b6@gateway/web/ajax/mibbit.com/x-dbbe81606bab0d3f)
22:19:48 Quit kadoban (Read error: 104 (Connection reset by peer))
22:24:09CIA-38New commit by Domonoky (r21169): pdbox: correct makefile for make reconf. From wincent balin (FS #10244).
22:27:27 Quit SirFunk__ (Read error: 110 (Connection timed out))
22:28:21 Join SirFunk__ [0] (n=Sir@208-15-25-145.netsync.net)
22:28:54 Quit GodEater ("Terminated with extreme prejudice - dircproxy 1.0.5")
22:28:58 Quit bzed (Read error: 110 (Connection timed out))
22:28:59 Nick bzed_ is now known as bzed (n=bzed@devel.recluse.de)
22:29:48 Quit pyro_maniac ("Leaving.")
22:35:03***Saving seen data "./dancer.seen"
22:35:08froggymandoesnt the topic here need changing, last I checked www.rockbox.org was up
22:37:30 Quit n1s ("Lmnar")
22:37:50 Join BUMBACL0T [0] (n=ORF@unaffiliated/bumbacl0t)
22:39:07FrankTM_froggyman: true enough
22:40:20 Join mirak [0] (n=mirak@85-169-201-135.rev.numericable.fr)
22:42:15 Join GodEater [0] (n=nochance@rockbox/staff/GodEater)
22:44:02 Quit kugel (Nick collision from services.)
22:44:05 Join kugel_ [0] (i=kugel@e178074005.adsl.alicedsl.de)
22:44:12 Nick kugel_ is now known as kugel (i=kugel@e178074005.adsl.alicedsl.de)
22:44:27 Join kugel_ [0] (n=kugel@e178074005.adsl.alicedsl.de)
22:45:38 Join PaulJam [0] (i=PaulJam_@vpn-3036.gwdg.de)
22:46:27 Join low_light [0] (i=c730180b@gateway/web/ajax/mibbit.com/x-49c08529dec9119b)
22:47:16 Quit kugel_ (Read error: 60 (Operation timed out))
22:47:33Unhelpfulmcuelenaere: i did see that, but i'v been a bit busy when you're around. the addresses are both within memory, i don't know where the plugin buffer resides. if the device has 512KiB plugin buffer, and code size is similar to PF on other targets, that's even about how much memory might be used with the slide cache nearly full.
22:50:01 Quit ap0 (Read error: 60 (Operation timed out))
22:50:23 Join hd [0] (n=jd@modemcable022.187-203-24.mc.videotron.ca)
22:51:56 Quit amiconn (Nick collision from services.)
22:51:58 Join amiconn_ [50] (n=jens@rockbox/developer/amiconn)
22:52:18 Nick amiconn_ is now known as amiconn (n=jens@rockbox/developer/amiconn)
22:52:59 Quit pixelma (Nick collision from services.)
22:53:00 Join pixelma_ [50] (n=pixelma@rockbox/staff/pixelma)
22:53:19 Nick pixelma_ is now known as pixelma (n=pixelma@rockbox/staff/pixelma)
22:54:01 Quit SeaWeed (Remote closed the connection)
22:54:35pixelmaUnhelpful: btw. while testing I seem to have discovered another bug. I always delete the pictureflow folder to make sure nothing from another revision is in the cache and it doesn't rebuild if the folder doesn't exist. On entering the first time it creates the folder and fills it with emptyslide but nothing else (I get the ? in pf), need to select "rebuild cache" to get them
22:55:58 Quit domonoky (Read error: 104 (Connection reset by peer))
22:56:12pixelmathat also seems to be true for the slightly older revisions too that are working otherwise (r20800, r20850)
22:58:29 Join funman [0] (n=fun@rockbox/developer/funman)
22:58:49funmani left a big bug in mkamsboot 1.0 :o
22:59:05*FrankTM_ slaps funman
22:59:29 Quit kachna (Remote closed the connection)
22:59:51funmanmkamsboot will accept any untested original firmware, only printing a warning (like it used to do prior to r21073 and then after r21118 (the faulty commit)
23:00
23:00:17 Join kachna [0] (n=kachna@r4ax178.net.upc.cz)
23:00:47FrankTM_funman: what checks are performed on original firmware?
23:01:46funmanmd5sum, and then it's compared to a builtin list of tested (by us, taking the -moderated- risk) firmwares
23:02:06 Quit gregzx ("ChatZilla 0.9.84 [Firefox 3.0.10/2009042316]")
23:02:17low_lightfunman: what are the values of GPO32_ENABLE and GPO32_VAL on the yh-920?
23:03:08FrankTM_funman: ah. cool
23:04:03 Quit HellDragon (Read error: 110 (Connection timed out))
23:04:27funmanlow_light: I found in the OF : GPO32_VAL |= 0x20; which could be related to akm
23:05:40funmanand in another place GPO32_VAL &= ~(1<<31); GPO32_ENABLE |= (1<<31); but i'm not sure if it's related
23:05:43low_lightwe already set that one in akcodec-yh82x_yh92x.c
23:06:31low_lightI wanted to see what the OF bootloader was already setting
23:06:34funmanwell and GPO32_ENABLE |= 0x20; just after (i had missed it)
23:07:05funmani have some trouble disassembling the OF bootloader, so I left it aside some days ago
23:07:43funmanI didn't find the place where GPIOB is modified however
23:07:51Bagderhttp://sites.google.com/site/dm320usbgpl/binaries
23:08:43 Quit merbanan (Read error: 60 (Operation timed out))
23:08:44Bagdercould be some fun dm320 code in there
23:08:49 Quit hd (Connection timed out)
23:09:52mcuelenaereBagder: I don't think any of the DM320 targets use (SoC) USB or MMC/SD
23:10:10mcuelenaere(at least the Creative ones don't use them)
23:10:20Bagderoh, haha
23:10:21low_lightfunman: gotta run. If you can boot your 920 and note those values from the debug screen, I'll check the logs. Thanks.
23:10:22 Quit VytenisS (Remote closed the connection)
23:10:23 Quit {phoenix} (Remote closed the connection)
23:10:27 Quit low_light ("http://www.mibbit.com ajax IRC Client")
23:11:25funmanlow_light : GPO32_VAL = GPO32_EN = 0x80000022 ; GPIOB_STATE = 0xD3;
23:12:35mcuelenaereyep, the mrobe also doesn't use the DM320 USB controller..
23:18:46 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
23:25:48 Quit kachna (Remote closed the connection)
23:26:41 Join kachna [0] (n=kachna@r4ax178.net.upc.cz)
23:28:12CIA-38New commit by bagder (r21170): avoid echo -e and use printf instead
23:33:35 Quit mcuelenaere ()
23:38:56 Join safetydan [0] (n=deverton@rockbox/developer/safetydan)
23:40:38 Quit evilnick ("http://www.mibbit.com ajax IRC Client")
23:42:29 Quit matsl (Read error: 145 (Connection timed out))
23:44:30 Quit Rondom ("Ex-Chat")
23:44:52Topic"Please read before speaking: http://www.rockbox.org/wiki/IrcGuidelines | Please direct offtopic/social chat to #rockbox-community" by ChanServ (ChanServ@services.)
23:45:08funmanFS #10048 : the key to success is setting CCU_SCON to 1 : this modifies the "AHB's master priorities". I understand that it gives DMA transfers higher priority than the ARM cpu
23:47:38funmanwhat the ARM cpu does on the AHB, i don't know, perhaps memory transfers?
23:47:58 Quit kachna (Remote closed the connection)
23:48:52 Join kachna [0] (n=kachna@r4ax178.net.upc.cz)
23:53:43 Join HellDragon [0] (i=jd@modemcable037.185-203-24.mc.videotron.ca)
23:53:57 Join hillshum [0] (n=quassel@unaffiliated/hillshum)
23:56:05 Quit bluebrother ("Leaving")
23:58:13 Quit HellDragon (Client Quit)

Previous day | Next day