2008-04-23T01:27:37 *** Mark__T has joined #openils-evergreen 2008-04-23T04:21:55 *** Mark__T has quit IRC 2008-04-23T04:24:06 *** greg-g has quit IRC 2008-04-23T05:04:53 *** kados has quit IRC 2008-04-23T05:05:02 *** kados has joined #openils-evergreen 2008-04-23T06:13:11 *** Mark__T has joined #openils-evergreen 2008-04-23T06:32:05 *** sylvar has joined #openils-evergreen 2008-04-23T06:35:57 Has anyone tried creating an Amazon Machine Image of Evergreen? I'm guessing it's possible, since there's a version of RHEL for Amazon EC2. 2008-04-23T06:38:44 I'm not sure it'd be cost-effective in the long run, but it seems like an Extra Large Instance (15GB memory and 1.7TB storage) would be a decent database server for around 80 cents an hour (once the data's loaded). 2008-04-23T08:39:35 amazon is just now bringing persistent storage options into beta. 2008-04-23T08:40:32 that might help. 2008-04-23T08:42:22 from what i understand: currently, all of your data goes away when your machine shuts down. you are responsible for either using amazon simpledb, amazon s3, or $(something else) to store it before it goes *poof* 2008-04-23T08:52:35 which isn't to say that it can't be done. :) 2008-04-23T09:05:06 *** Mark__T has quit IRC 2008-04-23T09:07:02 *** Mark__T has joined #openils-evergreen 2008-04-23T10:06:31 *** Mark__T has left #openils-evergreen 2008-04-23T11:30:51 *** greg-g has joined #openils-evergreen 2008-04-23T12:01:54 have you all seen: http://www.ubuntu.com/products/whatisubuntu/serveredition/jeos 2008-04-23T12:03:31 inarestin' 2008-04-23T12:04:56 might be a useful way to distribute -- esp to vm-aware servers 2008-04-23T12:06:43 *** EGUEST879 has joined #openils-evergreen 2008-04-23T12:07:50 Just a quick note: I've added the open-ils blog to a set of library-related open source blogs in the PALINET Leadership Network, pln.palinet.org 2008-04-23T12:08:20 (this is Walt Crawford as EGUEST879). PLN has a growing set of open source articles and resources. Feel free to visit and join. 2008-04-23T12:09:06 *** EGUEST879 has quit IRC 2008-04-23T12:09:29 in and out like a robbery 2008-04-23T12:15:32 http://www.ubuntu.com/products/whatisubuntu/serveredition/jeos 2008-04-23T12:15:40 bleh. dropped my mouse. 2008-04-23T12:16:25 jeff: nice! thank you, gravity :) 2008-04-23T12:30:59 *** EGUEST083 has joined #openils-evergreen 2008-04-23T12:35:40 *** EGUEST083 has quit IRC 2008-04-23T13:36:35 *** sylvar has quit IRC 2008-04-23T14:55:45 *** rsinger_ has joined #OpenILS-Evergreen 2008-04-23T15:05:09 berick: ISBNs will now be more-or-less normalized (strip trailing crap and remove -s) automatically on import into the acq framework 2008-04-23T15:11:37 *** rsinger has quit IRC 2008-04-23T15:13:03 miker_: is this in reference to something? 2008-04-23T15:13:28 berick: not in particular ... I'm doing it for vandelay, so I thought I'd fix up acq 2008-04-23T15:14:00 gotcha.. cool ;) 2008-04-23T15:15:10 it's actually a regex field called 'remove' on the attr definition table. that regex gets applied to the extracted field 2008-04-23T15:15:44 for the ISBN regex it's (?:-|\s.+$) 2008-04-23T15:15:59 ahh.. 2008-04-23T15:16:02 * berick goes to look at the db 2008-04-23T15:16:30 if you want to "fix" all the records in there now, just UPDATE acq.lineitem SET marc = marc; 2008-04-23T15:19:53 miker_: oops, function extract_acq_marc_field(bigint, text, text) does not exist 2008-04-23T15:20:18 that would seem to be a lie ... lemme look 2008-04-23T15:21:27 berick: ok ... try again :) 2008-04-23T15:21:42 *** rsinger_ is now known as rsinge 2008-04-23T15:21:48 *** rsinge is now known as rsinger 2008-04-23T15:22:10 miker_: yep, that did it.. yay, less_junk++ 2008-04-23T15:22:17 cool 2008-04-23T15:22:57 wow, there is a bird outside that sounds like a car alarm 2008-04-23T15:26:00 fyi, Dan Wells gave us a new EG/Ubuntu image. open-ils.org has been updated 2008-04-23T19:54:57 *** denials has quit IRC 2008-04-23T20:11:10 *** djfiander has joined #OpenILS-Evergreen 2008-04-23T21:07:02 ok, mostly working. 2008-04-23T21:07:28 berick++ 2008-04-23T21:10:05 hmm... Paster is reporting (61, 'Connection refused') 2008-04-23T21:15:56 hm, acq server appears to be functioning in general 2008-04-23T21:15:59 * berick tries paster 2008-04-23T21:19:35 yeah, i'm able to communicate. 2008-04-23T21:19:48 ok. I need to poke a bit 2008-04-23T21:19:55 i did, however, just merge a change to User.js into the acq branch... may want to update again 2008-04-23T21:20:04 djfiander: possible your development.ini got changed? 2008-04-23T21:21:05 it's possible, but odd things are happening 2008-04-23T21:21:16 most of the html and js is loading 2008-04-23T21:21:40 but openils.acq.Picklist isn't loading, even though there's no error message in firebug 2008-04-23T21:22:26 duh. 2008-04-23T21:23:23 nope, that wasn't it 2008-04-23T21:24:58 djfiander: if you followed my JS layout strictly, you'll be missing util.Dojo 2008-04-23T21:25:10 which'll break Picklist.js 2008-04-23T21:25:18 yup 2008-04-23T21:25:26 hang on 2008-04-23T21:25:47 got util.Dojo 2008-04-23T21:25:55 well, it's where it should be 2008-04-23T21:29:32 weird stuff. I shall dig about 2008-04-23T21:36:29 I'm starting to suspect firebug 2008-04-23T21:37:46 all of the dojo stuff is loading, DojoSRF is loading, the "dojo.require('openils.acq.Picklist')" line is being reached 2008-04-23T21:37:55 (I put an alert on the line before it) 2008-04-23T21:38:09 but Picklist.js isn't being loaded, and there's no error 2008-04-23T21:38:36 djfiander: mike pointed out to me that you can get good info putting the file directly in a