Open Source Integrated Library System

Evergreen on IRC

#evergreen Logs for Monday, December 14th, 2009

< Sunday, December 13th, 2009Raw Log FileTuesday, December 15th, 2009 >
#TimeNickMessage
#00:32:33eby has quit IRC
#00:46:35dbs has quit IRC
#00:54:07eby has joined #evergreen
#04:00:47eguest309 has joined #Evergreen
#04:00:59eguest309 has left #Evergreen
#04:25:20eby has quit IRC
#04:29:07eby has joined #evergreen
#06:28:22jmeeuwen@later tell dbs, aha, you just pushed it! great! i was wondering where that patch might have gone ;-)
#06:28:22pinesoljmeeuwen: The operation succeeded.
#07:38:48atheos_ has joined #Evergreen
#07:47:22atheos has quit IRC
#07:50:46mck9 has joined #evergreen
#08:05:44twirlip has joined #evergreen
#08:16:48twirlip is now known as twirlip_afk
#08:18:05phase_bb has joined #evergreen
#08:18:20mrpeters-isl has joined #evergreen
#08:23:07gdunbar has joined #evergreen
#08:23:37gmcharlt has joined #evergreen
#08:36:37dcage has joined #evergreen
#08:47:12sfortin has joined #evergreen
#09:03:38Meliss has joined #Evergreen
#09:09:53bshum has joined #evergreen
#09:16:37jenny has joined #evergreen
#09:22:19artunit has quit IRC
#09:22:19lisppaste3 has quit IRC
#09:22:19twirlip_afk has quit IRC
#09:23:46phasefx has quit IRC
#09:23:46phasefx_ has quit IRC
#09:23:46rsinger has quit IRC
#09:23:46berick has quit IRC
#09:24:29twirlip_afk has joined #evergreen
#09:26:35lisppaste3 has joined #evergreen
#09:35:22rsinger has joined #evergreen
#10:01:10r123 has joined #evergreen
#10:06:29mrpeters-islseen berick
#10:07:01mrpeters-isl@later tell berick give me a call/shoot me a pm ASAP
#10:07:02pinesolmrpeters-isl: The operation succeeded.
#10:40:13dchristens has joined #evergreen
#11:14:25agJohn has quit IRC
#11:18:15brendan_ga has quit IRC
#11:21:38berick__ has joined #evergreen
#11:22:55berick has joined #evergreen
#11:22:55artunit has joined #evergreen
#11:22:55phasefx has joined #evergreen
#11:22:55phasefx_ has joined #evergreen
#11:24:34berick__ has quit IRC
#11:25:33berickbest netsplit ever
#11:28:38mrpeters-islberick: disregard the @later
#11:29:40berickmrpeters-isl: ah, ok
#11:30:31twirlip_afk is now known as twirlip
#11:37:44jamesrf-afk is now known as jamesrf
#11:42:14dbs has joined #evergreen
#11:44:58brendan_ga has joined #evergreen
#11:58:10Stuart has joined #evergreen
#12:02:18StuartHi All. Well I'm almost there. I've got to the stage where I can issue the login admin openils in srfsh and it returns SUCCESS. However when I try to connect with the staff client using the same user name and password I get a Network or Server error message. Network Failure: status = 404 service=open-ils.auth&method=openils.auth.authenticate.init&param=%22admin%22. Any ideas please
#12:08:25dbsStuart: restart the apache server
#12:08:56dbsStuart: and have you run autogen.sh since getting srfsh login working?
#12:12:02Stuartno should i?
#12:13:28Stuartrestarted apache and still getting same error. This is happening both using the staff client on the server box and from a different pc.
#12:23:24jmeeuwendbs, any specific reason libmemcached is being compiled from source on ubuntu? in the RPM realm of distros we have a package for libmemcached...
#12:23:54dbsjmeeuwen: ubuntu hardy is from April 2008
#12:24:10jeffjmeeuwen: libmemcached is not packaged on debian/ubuntu until very very recent versions.
#12:24:21jmeeuwenah is it one of those LTS versions?
#12:24:30jeffjmeeuwen: hardy / 8.04 is LTS, yes.
#12:24:32dbslibmemcached was added as a package to ubuntu karmic, October 2009
#12:24:46jmeeuwenright, makes perfect sense now, thanks!
#12:24:51dbssimilar story for debian etch / lenny
#12:24:57jefflibmemcached is not packaged for the current release of debian 5.0/lenny, but will be in the next release.
#12:25:05jeffdbs: oh, hi :)
#12:25:20jmeeuwenpresumably, someone could just grab the package from debian unstable though, right?
#12:25:42jeffjmeeuwen: sometimes that is more headache than it's worth.
#12:25:47jmeeuweni know the "just" isn't really applicable given any kind of situation, but i see it happen all too often
#12:25:58jmeeuwenjeff, true, +1 ;-)
#12:27:12dbsjeff: nice sharing a brain with you
#12:29:23twirlip has left #evergreen
#12:37:13Stuartso I restarted apache re-ran autogen and still getting the same error.
#12:40:25dbsStuart: autogen worked with no errors?
#12:42:24StuartAs far as I can tell no errors....will paste output
#12:42:27lisppaste3Stuart pasted "autogen.sh output" at http://paste.lisp.org/display/92085
#12:43:23dbsStuart: yep, that looks clean. any errors in /var/log/apache2/error.log ?
#12:44:15jeffwhat hostname are you using in the staff client, and can you try opening http://HOSTNAME/osrf-gateway-v1?service=open-ils.auth&method=open-ils.auth.authenticate.init&param="admin"
#12:44:27jeff(in a web browser)
#12:45:19jeffi'm just wondering aloud if your apache virtualhosts are such that your access isn't really hitting any of the evergreen config in apache, so you're getting a 404 just because that apache virtualhost doesn't know about evergreen.
#12:49:21atzgood hypothesis
#12:49:29Stuartdbs: no obvious errors in error log that I can see.
#12:50:16Stuartjeff: When I paste sugested into browser I get The requested URL /osrf-gateway-v1 was not found on this server
#12:51:44jeffStuart: check the access log for the apache virtual you think should be servicing the client request... see if you see a corresponding log entry when you make a request to that url.
#12:52:25dbsjeff++
#12:52:25jeffStuart: if you don't see it, you're not hitting the server you think you are. alternately, you could try changing the apache server signature for your evergreen virtualhost -- that would then show in the human readable error output in the browser when testing.
#13:07:31phase_bb has quit IRC
#13:13:07phase_bb has joined #evergreen
#13:19:35phasefx_yay, my chaos powers caused an Internal Server Error on launchpad
#13:23:06jenny has quit IRC
#13:30:43dcage has quit IRC
#13:37:40dbsphasefx: hmm, it's not the 16th yet... http://blog.launchpad.net/category/notifications
#13:38:21dbsphasefx: ahh - http://identi.ca/launchpadstatus
#13:38:35dbs"Mailing lists & archives will be offline for maintenance 10-10.30 UTC on Mon 14 Dec. Mail destined for lists will queue during that time."
#13:38:55dbswonder if there's anything surrounding that complicit in your chaos
#13:40:32phasefxdbs: whatever it was, it was intermittent
#13:48:08moodaepodbs: In the nginx instructions or any configuration instructions I think it is it better to disable certain configs and users have to enable it for required feature. Any thoughts? Anyone?
#13:51:07moodaepoThe gzip_disable option in nginix is available for versions => 0.6.23 and in my case Hardy provides 0.5.33, so I edited the instructions to disable that option by default for now.
#13:59:04bshum has quit IRC
#14:00:21bshum has joined #evergreen
#14:11:40plogk has quit IRC
#14:20:37atheos_ has quit IRC
#14:51:07StephenGWillscan I map a circulation rule to a patron type?
#14:51:22StephenGWills((directly))
#14:53:21phasefx_I know you can with the script-based circ rules; I imagine you can with the completely in-db rules too
#14:54:53StephenGWillsI just need to become more intimate with the script based rules. Still working on that but they don't seem to like candy and flowers all that much ;)
#15:03:22lisppaste3phasefx pasted "circ_duration.js" at http://paste.lisp.org/display/92096
#15:03:54phasefx_StephenGWills: ^^
#15:08:38jenny has joined #evergreen
#15:28:21jamesrf is now known as jamesrf-afk
#15:42:10mrpeters-isl has quit IRC
#15:42:16mrpeters-isl has joined #evergreen
#15:58:50jenny has quit IRC
#15:59:07bshum has quit IRC
#16:01:16Meliss has quit IRC
#16:17:18phase_bb has quit IRC
#16:59:46jenny has joined #evergreen
#17:01:40dchristens has left #evergreen
#17:13:26jamesrf-afk is now known as jamesrf
#17:22:09gdunbar has quit IRC
#17:24:16StephenGWills has quit IRC
#17:25:52sfortin has quit IRC
#18:07:39phase_bb has joined #evergreen
#18:24:19jenny has left #evergreen
#18:59:57mrpeters-isl has quit IRC
#18:59:57pmplett has quit IRC
#18:59:57wjr has quit IRC
#18:59:57leed has quit IRC
#19:00:37berick_ has joined #evergreen
#19:00:39berick has quit IRC
#19:00:39phasefx_ has quit IRC
#19:01:16phasefx_ has joined #evergreen
#19:01:22phasefx has quit IRC
#19:01:32mrpeters-isl has joined #evergreen
#19:01:32pmplett has joined #evergreen
#19:01:32wjr has joined #evergreen
#19:01:32leed has joined #evergreen
#19:01:56phasefx__ has joined #evergreen
#19:53:21phasefx3_ has joined #evergreen
#19:53:26phasefx3 has quit IRC
#19:54:37[1]atz has joined #evergreen
#20:07:00atz has quit IRC
#20:07:00[1]atz is now known as atz
#20:14:52phasefx3_ has quit IRC
#20:14:52leed has quit IRC
#20:14:52wjr has quit IRC
#20:14:52pmplett has quit IRC
#20:14:52mrpeters-isl has quit IRC
#20:14:52phase_bb has quit IRC
#20:14:52r123 has quit IRC
#20:14:52lisppaste3 has quit IRC
#20:14:52phasefx__ has quit IRC
#20:14:52dbs has quit IRC
#20:14:52artunit has quit IRC
#20:14:52_bott_ has quit IRC
#20:14:52rsinger has quit IRC
#20:14:52mck9 has quit IRC
#20:14:52Stuart has quit IRC
#20:14:52_dkyle_ has quit IRC
#20:14:52AbizzalsX has quit IRC
#20:14:52phasefx_ has quit IRC
#20:14:52sylvar has quit IRC
#20:14:52bradl has quit IRC
#20:14:52kbeswick has quit IRC
#20:14:52jmeeuwen has quit IRC
#20:14:52brendan_ga has quit IRC
#20:14:52eby has quit IRC
#20:14:52jamesrf has quit IRC
#20:14:52finnx has quit IRC
#20:14:52atz has quit IRC
#20:14:52greg-g has quit IRC
#20:14:52chrissharp123 has quit IRC
#20:14:52jeff_ has quit IRC
#20:14:52sboyette has quit IRC
#20:14:52berick_ has quit IRC
#20:14:52miker_ has quit IRC
#20:41:25sboyette has joined #evergreen
#20:41:25jeff_ has joined #evergreen
#20:41:25finnx has joined #evergreen
#20:41:25chrissharp123 has joined #evergreen
#20:41:25jamesrf has joined #evergreen
#20:41:25greg-g has joined #evergreen
#20:41:25jmeeuwen has joined #evergreen
#20:41:25bradl has joined #evergreen
#20:41:25sylvar has joined #evergreen
#20:41:25kbeswick has joined #evergreen
#20:41:25_dkyle_ has joined #evergreen
#20:41:25AbizzalsX has joined #evergreen
#20:41:25_bott_ has joined #evergreen
#20:41:25eby has joined #evergreen
#20:41:25mck9 has joined #evergreen
#20:41:25lisppaste3 has joined #evergreen
#20:41:25rsinger has joined #evergreen
#20:41:25r123 has joined #evergreen
#20:41:25artunit has joined #evergreen
#20:41:25dbs has joined #evergreen
#20:41:25Stuart has joined #evergreen
#20:41:25phase_bb has joined #evergreen
#20:41:25phasefx_ has joined #evergreen
#20:41:25mrpeters-isl has joined #evergreen
#20:41:25pmplett has joined #evergreen
#20:41:25wjr has joined #evergreen
#20:41:25leed has joined #evergreen
#20:41:25phasefx__ has joined #evergreen
#20:41:25phasefx3_ has joined #evergreen
#20:41:25atz has joined #evergreen
#20:41:25miker_ has joined #evergreen
#20:41:25berick_ has joined #evergreen
#20:46:30berick_ has quit IRC
#20:46:30miker_ has quit IRC
#20:46:30phasefx3_ has quit IRC
#20:46:30leed has quit IRC
#20:46:30wjr has quit IRC
#20:46:30mrpeters-isl has quit IRC
#20:46:30pmplett has quit IRC
#20:46:30phase_bb has quit IRC
#20:46:30lisppaste3 has quit IRC
#20:46:30r123 has quit IRC
#20:46:30phasefx__ has quit IRC
#20:46:30artunit has quit IRC
#20:46:30dbs has quit IRC
#20:46:30_bott_ has quit IRC
#20:46:30mck9 has quit IRC
#20:46:30rsinger has quit IRC
#20:46:30Stuart has quit IRC
#20:46:30_dkyle_ has quit IRC
#20:46:30AbizzalsX has quit IRC
#20:46:30sylvar has quit IRC
#20:46:30bradl has quit IRC
#20:46:30phasefx_ has quit IRC
#20:46:30kbeswick has quit IRC
#20:46:30jmeeuwen has quit IRC
#20:46:30eby has quit IRC
#20:46:33atz has quit IRC
#20:46:33chrissharp123 has quit IRC
#20:46:33jeff_ has quit IRC
#20:46:33sboyette has quit IRC
#20:46:33greg-g has quit IRC
#20:46:33jamesrf has quit IRC
#20:46:33finnx has quit IRC
#20:47:32pinesol` has joined #evergreen
#20:50:13senator has quit IRC
#20:50:13phasefx2 has quit IRC
#20:50:13lcassell has quit IRC
#20:50:13jeff has quit IRC
#20:50:13moodaepo has quit IRC
#20:50:13pinesol has quit IRC
#20:50:13gmcharlt has quit IRC
#20:50:58gmcharlt has joined #evergreen
#20:50:58phasefx2 has joined #evergreen
#20:50:58moodaepo has joined #evergreen
#20:50:58senator has joined #evergreen
#20:50:58jeff has joined #evergreen
#20:50:58pinesol has joined #evergreen
#20:50:58lcassell has joined #evergreen
#20:52:00pinesol has quit IRC
#20:52:09phasefx2_ has joined #evergreen
#20:56:51senator has quit IRC
#20:56:51phasefx2 has quit IRC
#20:56:51lcassell has quit IRC
#20:56:51jeff has quit IRC
#20:56:51moodaepo has quit IRC
#20:56:51gmcharlt has quit IRC
#21:00:21gmcharlt has joined #evergreen
#21:00:21moodaepo has joined #evergreen
#21:00:21senator has joined #evergreen
#21:00:21jeff has joined #evergreen
#21:00:21lcassell has joined #evergreen
#21:05:31mrpeters-isl_ has joined #evergreen
#21:09:22senator has quit IRC
#21:09:22lcassell has quit IRC
#21:09:22jeff has quit IRC
#21:09:22moodaepo has quit IRC
#21:09:22gmcharlt has quit IRC
#21:09:22berick_ has quit IRC
#21:09:22miker_ has quit IRC
#21:09:22brendan_ga has quit IRC
#21:09:22r123 has quit IRC
#21:09:22phase_bb has quit IRC
#21:09:22lisppaste3 has quit IRC
#21:09:22phasefx__ has quit IRC
#21:09:22artunit has quit IRC
#21:09:22dbs has quit IRC
#21:09:22_bott_ has quit IRC
#21:09:22mck9 has quit IRC
#21:09:22rsinger has quit IRC
#21:09:22mrpeters-isl_ has quit IRC
#21:09:22Stuart has quit IRC
#21:09:22_dkyle_ has quit IRC
#21:09:23AbizzalsX has quit IRC
#21:09:23phasefx2_ has quit IRC
#21:09:23phasefx_ has quit IRC
#21:09:23sylvar has quit IRC
#21:09:23kbeswick has quit IRC
#21:09:23jmeeuwen has quit IRC
#21:09:23bradl has quit IRC
#21:09:23eby has quit IRC
#21:09:23atz has quit IRC
#21:09:23jeff_ has quit IRC
#21:09:23chrissharp123 has quit IRC
#21:09:23sboyette has quit IRC
#21:09:23greg-g has quit IRC
#21:09:23finnx has quit IRC
#21:09:23jamesrf has quit IRC
#21:09:23phasefx3_ has quit IRC
#21:09:42pinesol has joined #evergreen
#21:10:00leed has quit IRC
#21:10:00pinesol` has quit IRC
#21:13:18gmcharlt has joined #evergreen
#21:13:18moodaepo has joined #evergreen
#21:13:18senator has joined #evergreen
#21:13:18jeff has joined #evergreen
#21:13:18lcassell has joined #evergreen
#21:14:51artunit has quit IRC
#21:14:54artunit_ is now known as artunit
#21:23:15wjr has quit IRC
#21:23:15pmplett has quit IRC
#21:23:15mrpeters-isl has quit IRC
#21:24:04mrpeters-isl has joined #evergreen
#21:24:04pmplett has joined #evergreen
#21:24:04wjr has joined #evergreen
#21:24:51senator has quit IRC
#21:24:51lcassell has quit IRC
#21:24:51jeff has quit IRC
#21:24:51moodaepo has quit IRC
#21:24:51gmcharlt has quit IRC
#21:27:23gmcharlt has joined #evergreen
#21:27:23moodaepo has joined #evergreen
#21:27:23senator has joined #evergreen
#21:27:23jeff has joined #evergreen
#21:27:23lcassell has joined #evergreen
#21:34:11senator has quit IRC
#21:34:11lcassell has quit IRC
#21:34:11jeff has quit IRC
#21:34:11moodaepo has quit IRC
#21:34:11gmcharlt has quit IRC
#21:37:47gmcharlt has joined #evergreen
#21:37:47moodaepo has joined #evergreen
#21:37:47senator has joined #evergreen
#21:37:47jeff has joined #evergreen
#21:37:47lcassell has joined #evergreen
#21:49:57senator has quit IRC
#21:49:57lcassell has quit IRC
#21:49:57jeff has quit IRC
#21:49:57moodaepo has quit IRC
#21:49:57gmcharlt has quit IRC
#21:49:57berick_ has quit IRC
#21:49:57miker_ has quit IRC
#21:51:27gmcharlt has joined #evergreen
#21:51:27moodaepo has joined #evergreen
#21:51:27senator has joined #evergreen
#21:51:27jeff has joined #evergreen
#21:51:27lcassell has joined #evergreen
#21:55:14berick_ has joined #evergreen
#21:55:14miker_ has joined #evergreen
#21:59:19berick_ has quit IRC
#21:59:19miker_ has quit IRC
#21:59:19wjr has quit IRC
#21:59:19pmplett has quit IRC
#21:59:19mrpeters-isl has quit IRC
#21:59:19brendan_ga has quit IRC
#21:59:19phase_bb has quit IRC
#21:59:19r123 has quit IRC
#21:59:19lisppaste3 has quit IRC
#21:59:19senator has quit IRC
#21:59:19lcassell has quit IRC
#21:59:19jeff has quit IRC
#21:59:19moodaepo has quit IRC
#21:59:19gmcharlt has quit IRC
#21:59:19phasefx__ has quit IRC
#21:59:19dbs has quit IRC
#21:59:19_bott_ has quit IRC
#21:59:19rsinger has quit IRC
#21:59:19mck9 has quit IRC
#21:59:19mrpeters-isl_ has quit IRC
#21:59:19Stuart has quit IRC
#21:59:19_dkyle_ has quit IRC
#21:59:19AbizzalsX has quit IRC
#21:59:19phasefx2_ has quit IRC
#21:59:19phasefx_ has quit IRC
#21:59:19sylvar has quit IRC
#21:59:19bradl has quit IRC
#21:59:19kbeswick has quit IRC
#21:59:19jmeeuwen has quit IRC
#21:59:19eby has quit IRC
#21:59:19jamesrf has quit IRC
#21:59:19finnx has quit IRC
#21:59:23phasefx3 has quit IRC
#22:00:39sboyette has quit IRC
#22:01:43atz has quit IRC
#22:02:09atz has joined #evergreen
#22:02:09miker_ has joined #evergreen
#22:02:09berick_ has joined #evergreen
#22:02:09lcassell has joined #evergreen
#22:02:09jeff has joined #evergreen
#22:02:09senator has joined #evergreen
#22:02:09moodaepo has joined #evergreen
#22:02:09gmcharlt has joined #evergreen
#22:02:09mrpeters-isl_ has joined #evergreen
#22:02:09phasefx2_ has joined #evergreen
#22:02:09brendan_ga has joined #evergreen
#22:02:09phasefx__ has joined #evergreen
#22:02:09phasefx_ has joined #evergreen
#22:02:09phase_bb has joined #evergreen
#22:02:09Stuart has joined #evergreen
#22:02:09dbs has joined #evergreen
#22:02:09r123 has joined #evergreen
#22:02:09rsinger has joined #evergreen
#22:02:09lisppaste3 has joined #evergreen
#22:02:09mck9 has joined #evergreen
#22:02:09eby has joined #evergreen
#22:02:09_bott_ has joined #evergreen
#22:02:09AbizzalsX has joined #evergreen
#22:02:09_dkyle_ has joined #evergreen
#22:02:09kbeswick has joined #evergreen
#22:02:09sylvar has joined #evergreen
#22:02:09bradl has joined #evergreen
#22:02:09jmeeuwen has joined #evergreen
#22:02:09jamesrf has joined #evergreen
#22:02:09finnx has joined #evergreen
#22:02:20phasefx3 has joined #evergreen
#22:02:22mrpeters-isl has joined #evergreen
#22:02:22pmplett has joined #evergreen
#22:02:22wjr has joined #evergreen
#22:02:29sboyette has joined #evergreen
#22:04:46mrpeters-isl_anyone with any help on this error: ERROR: insert or update on table "rec_descriptor" violates foreign key constrai nt "metabib_rec_descriptor_record_fkey" when loading bibs?
#22:05:51mrpeters-isl_just looking for some help on which table has that fkey so i can try to take care of the record that errors
#22:19:35pmplett_ has joined #evergreen
#22:19:52sboyette has quit IRC
#22:19:52wjr has quit IRC
#22:19:52pmplett has quit IRC
#22:19:52mrpeters-isl has quit IRC
#22:20:55sboyette has joined #evergreen
#22:20:55mrpeters-isl has joined #evergreen
#22:20:55pmplett has joined #evergreen
#22:20:55wjr has joined #evergreen
#22:21:59pmplett has quit IRC
#22:21:59sboyette has quit IRC
#22:21:59sboyette has joined #evergreen
#22:48:19senator has quit IRC
#22:48:19lcassell has quit IRC
#22:48:19moodaepo has quit IRC
#22:48:19jeff has quit IRC
#22:48:19gmcharlt has quit IRC
#22:49:28dbsmrpeters-isl: it's saying that you're trying to load a row in metabib.rec_descriptor that contains a "record" field entry pointing to biblio.record_entry.id that doesn't exist
#22:55:23phasefx_ has quit IRC
#22:55:36phasefx has joined #evergreen
#22:56:06phasefx__ is now known as phasefx_
#22:56:27phasefx2_ is now known as phasefx2
#23:02:09gmcharlt has joined #evergreen
#23:02:09moodaepo has joined #evergreen
#23:02:09senator has joined #evergreen
#23:02:09jeff has joined #evergreen
#23:02:09lcassell has joined #evergreen
#23:07:48senator has quit IRC
#23:07:48lcassell has quit IRC
#23:07:48jeff has quit IRC
#23:07:48moodaepo has quit IRC
#23:07:48gmcharlt has quit IRC
#23:09:37mrpeters-isl_ has quit IRC
#23:25:31dbs has quit IRC
#23:26:23gmcharlt has joined #evergreen
#23:26:23moodaepo has joined #evergreen
#23:26:23senator has joined #evergreen
#23:26:23jeff has joined #evergreen
#23:26:23lcassell has joined #evergreen
#23:47:12senator has quit IRC
#23:47:12lcassell has quit IRC
#23:47:12jeff has quit IRC
#23:47:12moodaepo has quit IRC
#23:47:12gmcharlt has quit IRC
#23:53:20AbizzalsX has quit IRC
#23:55:08AbizzalsI has joined #evergreen
#23:55:08gmcharlt has joined #evergreen
#23:55:08moodaepo has joined #evergreen
#23:55:08senator has joined #evergreen
#23:55:08jeff has joined #evergreen
#23:55:08lcassell has joined #evergreen
< Sunday, December 13th, 2009Raw Log FileTuesday, December 15th, 2009 >