2008-07-24T00:05:23 \0/ 2008-07-24T00:05:27 it works... yay 2008-07-24T00:06:36 Hopefully that means I can dump the simple date extensions JS as well, and just use pure Dojo for date math / checking 2008-07-24T00:33:06 yay! 2008-07-24T00:33:11 dbs: back in town? 2008-07-24T00:33:20 yessir 2008-07-24T00:33:27 welcome back, then 2008-07-24T00:35:53 danke schien 2008-07-24T00:36:48 I have a naive working implementation of dojo calendar in the opac, btw, for the initial place hold w/suspend activation date widget 2008-07-24T00:37:16 it's pretty cool how the text box shows 07/18/2008 but passes 2008-07-18 2008-07-24T00:38:12 (okay, it's no captain hammer...) 2008-07-24T00:39:15 haha 2008-07-24T00:39:18 captain hammer 2008-07-24T00:39:21 nice :) 2008-07-24T00:39:33 that is very sweet 2008-07-24T00:40:12 and I assume the date format will be part of an L10N pack or some such? 2008-07-24T00:41:08 in any case, dbs++ 2008-07-24T00:41:39 miker_: yes indeed, the date formats come from CLDR (so fr-CA gets what it deserves, etc) 2008-07-24T00:41:44 for my part, I got the translator widget working better, and the marc code editor functioning 2008-07-24T00:41:55 ahh ... cool 2008-07-24T00:42:02 I saw the commits fly by but haven't read them 2008-07-24T00:42:08 so miker_++ yourself 2008-07-24T00:42:12 and berick++ 2008-07-24T00:42:16 I should go away more often 2008-07-24T00:42:36 now, we just need a mechanism for detecting what the locale should be from the URL (or a cookie, or something) instead of relying on the AcceptLanguage header 2008-07-24T00:42:39 ha 2008-07-24T00:43:15 I don't know if it'd be any use, but we've got a lot of working EDIFACT file handling code. It's in Java. 2008-07-24T00:43:16 there's a prototypical mechanism for same in conify, but it requires well-known bookends for the locale component of the URL 2008-07-24T00:43:57 agJohn: it may very well be, actually ... we should try to grab you next time mjg is in channel! 2008-07-24T00:44:22 (he's the one currently dealing with EDI bits) 2008-07-24T00:44:53 I have 2 colleagues who are very familiar with it also. 2008-07-24T00:45:16 agJohn: but if you're keen to open the code, please don't hesitate to send it along (or send your colleagues along too!) 2008-07-24T00:46:19 agJohn: that would be great 2008-07-24T00:46:59 Well, I don't know if the code is in a form you'd even want to use it, but we don't have a problem with someone looking at it. 2008-07-24T00:47:01 2008-07-24T00:47:02 Say, miker_, I posted a question to you earlier that I don't think you saw, and it's not terribly important now. However, I tried to update a kernel on an SMP box so it would recognize more than one processor and now ejabberd doesn't want to start. Remake it from source? 2008-07-24T00:47:04 agJohn: I imagine that would get you 2 of whatever /you/ are drinking, when next we meet :) 2008-07-24T00:47:21 Riiight... 2008-07-24T00:49:50 you know, I had a similar problem once after rebooting a box, though not for a kernel upgrade, just RAM change ... in the end, berick had to come in an save the day, but part of the fix (the biggest part, IIRC) was destroying the mnesia db and letting ejabberd rebuild it. that would require the you re-register the jabber users, but that's simple enough 2008-07-24T00:49:50 What's odd is that I can see ejabberd processes, but it won't talk to me on the IP/port in the cfg file nor will it respond to ejabberdctl commands (like to register users--which I thought I might need to redo after a reinstall--first thing I tried when it wouldn't jabber). 2008-07-24T00:50:59 you installed ejabberd from source, you say? 2008-07-24T00:51:19 No, not from source. That was gonna be my next step. 2008-07-24T00:51:20 2008-07-24T00:51:22 Hmm. OK. Where would I find that db to destroy it? 2008-07-24T00:51:42 that, my friend, is a good question ... but, this is debian or ubuntu? 2008-07-24T00:51:51 debian 2008-07-24T00:51:54 if so, we can let the package system do that, I think 2008-07-24T00:52:13 So just remove ejabberd via aptitude? 2008-07-24T00:52:17 first, apt-get remove ejabberd 2008-07-24T00:52:18 right 2008-07-24T00:52:27 but, then you need to purge it as well 2008-07-24T00:52:37 to remove config and state files 2008-07-24T00:52:46 apt-get purge ejabberd 2008-07-24T00:53:01 *** dbs has quit IRC 2008-07-24T00:53:01 assuming ejabberd is the correct package name, which I'm not certain of 2008-07-24T00:53:09 *** dbs has joined #openils-evergreen 2008-07-24T00:53:18 ahh ... it seems to be correct 2008-07-24T00:53:42 bah. laptop is rebelling at being put to good use 2008-07-24T00:54:12 heh 2008-07-24T00:54:44 So would you recommend building it from source or just redoing the installation? (Sorry about your laptop, dbs--it's servers that have been giving me fits!) 2008-07-24T00:54:54 ejabberd, I mean.... 2008-07-24T00:54:59 just reinstalling, since that worked before 2008-07-24T00:55:09 that being the debian package 2008-07-24T00:58:00 OK. Removed it and then installed it: not talking yet: 2008-07-24T00:58:01 2008-07-24T00:58:02 debian:/etc# telnet localhost 5222 2008-07-24T00:58:04 Trying 127.0.0.1... 2008-07-24T00:58:05 telnet: Unable to connect to remote host: Connection refused 2008-07-24T00:58:07 2008-07-24T00:58:09 Or is that expected if no users? No, I guess not: 2008-07-24T00:58:10 2008-07-24T00:58:12 debian:/etc# ejabberdctl register opensrf localhost everPass 2008-07-24T00:58:13 RPC failed on the node ejabberd@localhost: {'EXIT', blah, blah.... 2008-07-24T00:58:15 2008-07-24T00:58:29 agJohn: did you dpkg --purge ejabberd? 2008-07-24T00:58:38 no, it should be talking ... 2008-07-24T00:58:52 No, I didn't dpkg --purge.... 2008-07-24T00:58:59 dbs: apt-get purge ... is dpkg more purgy? 2008-07-24T00:59:05 trying that .... 2008-07-24T00:59:56 miker_: not sure, dpkg feels more bare-metally for scraping off all the old bits 2008-07-24T01:00:08 indeed it does 2008-07-24T01:01:13 When I do the apt-get remove, it claims that it's trying to stop it and then reports that it wasn't running, but ps shows it still running: 2008-07-24T01:01:15 2008-07-24T01:01:16 ejabberd 4189 0.2 0.4 21536 9688 pts/1 Sl 22:55 0:00 /usr/lib/erlang/erts-5.5.2/bin/beam -- -root /usr/lib/erlang -progn 2008-07-24T01:01:18 ame erl -- -home /var/lib/ejabberd -sname ejabberd -s ejabberd -kernel inetrc "/etc/ejabberd/inetrc" -ejabberd config "/etc/ejabberd 2008-07-24T01:01:19 /ejabberd.cfg" log_path "/var/log/ejabberd/ejabberd.log" -sasl sasl_error_logger {file,"/var/log/ejabberd/sasl.log"} -mnesia dir "/v 2008-07-24T01:01:21 ar/lib/ejabberd" -noshell -noshell -noinput 2008-07-24T01:01:22 2008-07-24T01:01:24 But look, there's the mnesia directory.... 2008-07-24T01:01:57 kill that bad boy, and then proceed? 2008-07-24T01:02:54 That's what I did last time. I'm thinking if I do the purge, it should clean out that /var/lib/ejabberd directory (or I guess I can do that by hand).... 2008-07-24T01:03:18 it should, but yes, you can clean that by hand and then apt-get install again 2008-07-24T01:05:05 right, purge should destroy that + all the various lock and pid and run files ejabberd spreads with reckless abandon 2008-07-24T01:08:03 OK. dbs, I ran the dpkg --purge and it did clean out a bunch of stuff and after install, it's at least talking to telnet... 2008-07-24T01:08:13 huzzah! 2008-07-24T01:08:49 Registered the users w/o difficulty--now if the OpenSRF router will start.... 2008-07-24T01:11:57 Yup. Thanks much gents. Feel free to get back to whatever you were really doing ;-) 2008-07-24T01:11:59 Perhaps, miker, you'd just send me the email of mjg and I could arrange to walk him through what we've got. 2008-07-24T01:13:27 Also, for your late-night mental contemplation, miker_ (and it's not urgent, I don't think, here's the question I posted before): 2008-07-24T01:13:28 2008-07-24T01:13:30 I'm trying to run a marc2bre.pl and a marc2are.pl session at the same time (which simply may not work--the marc2bre.pl session is chunking away and I thought I'd give the other processor something to do). At any rate, here's what I get--is this expected or do I need to allow more connections in ejabberd.cfg or something? 2008-07-24T01:13:31 2008-07-24T01:13:33 Attempting to build a client session as a server Session ID [1216848286.334124158.13915855755], remote_id [opensrf@localhost/opensrf 2008-07-24T01:13:34 .settings_drone_at__31679] at /openils/lib/perl5//OpenSRF/AppSession.pm line 97. 2008-07-24T01:13:36 * ! EXCEPTION ! * 2008-07-24T01:13:37 TYPE: OpenSRF::EX::Session 2008-07-24T01:13:39 Mess: Session Error 2008-07-24T01:13:40 Mess: Transport::handler(): No AppSession object returned from server_build() 2008-07-24T01:13:42 Loc.: 116 OpenSRF::Transport 2008-07-24T01:13:44 Loc.: /openils/lib/perl5//OpenSRF/Transport.pm 2008-07-24T01:13:46 2008-07-24T01:13:48 Sorry, terminology correction: "connections" should be "max_user_sessions" wre the ejabberd.cfg file. 2008-07-24T01:14:12 2008-07-24T01:14:14 The whole thing led to my figuring out that the kernel I was running wasn't SMP capable anyway :-\ 2008-07-24T01:14:24 re mjg, I'll poke him about it ... he's 7-10 hours per week, so ... scheduling is tough ;) 2008-07-24T01:15:12 No sweat. But if we're talking directly, then it'd save some trouble. Feel free to give him my email if you like. 2008-07-24T01:15:14 (The new SMP kernel led to the ejabberd mess you gents just helped me fix...) 2008-07-24T01:15:53 that error is not expected ... it looks like the settings server is having trouble sticking around 2008-07-24T01:16:18 there shouldn't be any problem running both 2are and 2bre at the same time 2008-07-24T01:16:50 I've do that, plus 3 more 2bre sessions at the same time to utilize more CPUs ... 2008-07-24T01:17:08 Hmmm. OK. I didn't figure there should be an issue (and if there were, I didn't figure it'd come from that low a level). So, anything to watch for in terms of the setup? 2008-07-24T01:17:10 all while the system is doing other EG stuff 2008-07-24T01:17:38 hrm 2008-07-24T01:17:53 are you getting the same error now? 2008-07-24T01:19:01 I would expect "yes" 2008-07-24T01:19:06 Haven't tried it since getting things up just now (and I gotta hit the hay pretty soon--still recovering from having general anesthesia last week while they yanked on my arm to free up my shoulder joint--too much fun--not recommended). I will see about running it tomorrow. 2008-07-24T01:19:33 sounds good 2008-07-24T01:19:36 and OW! 2008-07-24T01:20:00 Amazingly, it hasn't been that bad other than the first day... 2008-07-24T01:20:02 2008-07-24T01:20:03 I might just manage to get one session going before I keel over. 2008-07-24T01:20:06 manoman ... I hope typing is causing too much pain 2008-07-24T01:20:28 well, at least there's that (not bad after first day) 2008-07-24T01:20:57 I think the hay is cruisin' for a bruisin' over here too, though 2008-07-24T01:21:14 so I bid you all a good night! 2008-07-24T01:22:43 gnite! 2008-07-24T01:25:56 *** Mark__T has joined #openils-evergreen 2008-07-24T02:00:52 *** dbs has quit IRC 2008-07-24T03:17:26 *** eeevil has quit IRC 2008-07-24T03:17:26 *** phasefx2_ has quit IRC 2008-07-24T03:17:26 *** miker_ has quit IRC 2008-07-24T03:17:26 *** sarabee_ has quit IRC 2008-07-24T03:17:26 *** gmcharlt has quit IRC 2008-07-24T03:17:26 *** berick has quit IRC 2008-07-24T03:17:26 *** peanutb has quit IRC 2008-07-24T03:17:26 *** pmurray_away has quit IRC 2008-07-24T03:17:26 *** lisppaste6 has quit IRC 2008-07-24T03:17:26 *** asmodai has quit IRC 2008-07-24T03:17:41 *** miker_ has joined #openils-evergreen 2008-07-24T03:17:41 *** sarabee_ has joined #openils-evergreen 2008-07-24T03:17:41 *** gmcharlt has joined #openils-evergreen 2008-07-24T03:17:41 *** berick has joined #openils-evergreen 2008-07-24T03:17:41 *** lisppaste6 has joined #openils-evergreen 2008-07-24T03:17:41 *** peanutb has joined #openils-evergreen 2008-07-24T03:17:41 *** asmodai has joined #openils-evergreen 2008-07-24T03:17:41 *** pmurray_away has joined #openils-evergreen 2008-07-24T03:18:11 *** eeevil has joined #openils-evergreen 2008-07-24T03:18:11 *** phasefx2_ has joined #openils-evergreen 2008-07-24T06:14:31 *** kbeswick has quit IRC 2008-07-24T06:44:31 *** Mark__T has left #openils-evergreen 2008-07-24T06:44:59 *** Mark__T has joined #openils-evergreen 2008-07-24T07:55:26 *** phasefx2_ has quit IRC 2008-07-24T07:55:26 *** eeevil has quit IRC 2008-07-24T07:57:36 *** eeevil has joined #openils-evergreen 2008-07-24T07:57:36 *** phasefx2_ has joined #openils-evergreen 2008-07-24T08:10:34 *** kgs_madison_ has joined #openils-evergreen 2008-07-24T08:11:07 *** kgs_madison has quit IRC 2008-07-24T08:11:15 *** kgs_madison_ is now known as kgs_madison 2008-07-24T08:12:37 *** kbeswick has joined #openils-evergreen 2008-07-24T08:13:12 *** Slazer has joined #openils-evergreen 2008-07-24T08:42:23 *** pmurray_away is now known as pmurray 2008-07-24T09:08:26 Is the asset.copy_transparency table in use yet? I'm trying to write some documentation, and I cannot find any code that references that table. 2008-07-24T09:08:37 Stompro: it's not 2008-07-24T09:09:08 Is it something that is going to be used in the future, or something that didn't pan out? 2008-07-24T09:09:23 may be used in the future, not fully fleshed out yet 2008-07-24T09:11:02 *** Mark__T has left #openils-evergreen 2008-07-24T09:11:12 Could you give me a quick explination as to what it is for, it seems to be a way to set certain options for a group of copies, sort of like a copy_location, but with the ability for copies to be in multiple transparency groups. 2008-07-24T09:22:14 *** phase_bb has joined #openils-evergreen 2008-07-24T09:29:17 *** kgs_madison has quit IRC 2008-07-24T09:35:27 Stompro: sorry, that's basically the idea. it allows you to temporarily override certain columns on the copy. 2008-07-24T09:36:44 berick, thanks. 2008-07-24T09:48:24 *** bigFoot^ has quit IRC 2008-07-24T10:14:14 There are two identical call number indices for asset.copy (cp_cn_idx and cp_avail_cn_idx). One of them used to have a "WHERE status = 0" constraint, but that was removed. Do they now both serve the same purpose? 2008-07-24T10:17:25 Stompro: one is a appendix in need of removal 2008-07-24T10:17:50 easiest thing to do is check pg_indexes to see which is not used by queries and remove that one 2008-07-24T10:24:43 berick: so, the virtualFields stuff works? :) 2008-07-24T10:25:26 eeevil: yes! i can set prices and encumber funds from POs now 2008-07-24T10:25:32 yay 2008-07-24T10:29:13 Would it matter, wouldn't the planner just use the other one if one is removed? 2008-07-24T10:29:47 it would not matter, and the correct one to remove would be cp_avail_cn_idx 2008-07-24T10:33:31 Thanks for the info. 2008-07-24T10:55:09 thanks for looking at that stuff! 2008-07-24T10:55:29 (and for working on documentation!) 2008-07-24T11:06:00 *** eeevil has quit IRC 2008-07-24T11:07:15 *** eeevil has joined #openils-evergreen 2008-07-24T11:24:32 *** kgs_madison has joined #openils-evergreen 2008-07-24T12:01:59 *** eeevil has quit IRC 2008-07-24T12:21:58 *** eeevil has joined #openils-evergreen 2008-07-24T12:27:47 Do any instructions exist for importing authority records (proper settings to use for direct_ingest.pl and pg_loader.pl/parallel_pg_loader.pl)? In fact, are there any instructions for parallel_pg_loader.pl? 2008-07-24T12:37:48 If not, maybe eeevil can take 5 minutes and remind me of the options to use and I could write something up.... 2008-07-24T12:39:02 parallel_pg_loader takes the same arguments as pg_loader, but spits out a file per table instead of a single big file, and a control file to load the table files 2008-07-24T12:39:40 for direct_ingest, it just needs a -a argument (so it will emit authority shaped data) 2008-07-24T12:40:21 and [parallel_]pg_loader needs, for authority, params (in this order) of: -or are -or afr -a afr 2008-07-24T12:41:17 Excellentee. I promise to get this written down somewhere and I'll check in with you later about getting something in the wiki (or ask phasefx about that). 2008-07-24T12:42:12 right on! 2008-07-24T12:42:18 agJohn++ 2008-07-24T12:45:57 eeevil, is anyone working on an import-directly from a file via the Staff Client for 1.4? 2008-07-24T12:46:08 I am, indeed 2008-07-24T12:46:19 project Vandelay 2008-07-24T12:46:21 I think the word "function" was supposed to appear in that sentence somewhere... 2008-07-24T12:47:16 That's great to hear! Sorry to have been so unhelpful w/ this release, but baby steps.... 2008-07-24T12:47:35 it's a busy busy time 2008-07-24T12:57:08 *** kgs_madison_ has joined #openils-evergreen 2008-07-24T13:02:10 *** kgs_madison has quit IRC 2008-07-24T13:02:24 *** kgs_madison_ is now known as kgs_madison 2008-07-24T13:21:39 *** dbs has joined #openils-evergreen 2008-07-24T13:22:11 boooo dojotoolkit.org 2008-07-24T13:22:36 upgrading drupal, I presume. and exposing mysql username & database hostname in the process 2008-07-24T13:26:54 nice 2008-07-24T13:32:37 *** EGUEST335 has joined #openils-evergreen 2008-07-24T13:33:27 *** EGUEST335 has quit IRC 2008-07-24T13:41:18 *** mlasater has quit IRC 2008-07-24T13:43:27 ok, i can go from nothing to PO with in-EG bib data and encumbered funds all in the acq interface now. yay. 2008-07-24T13:43:48 just need a "mark received" button now 2008-07-24T13:46:16 berick: updating dev, eh? 2008-07-24T13:46:18 *** kgs_madison has quit IRC 2008-07-24T13:46:42 dbs! 2008-07-24T13:46:56 * dbs isn't really here 2008-07-24T13:47:08 eeevil: dev.gapines.org? 2008-07-24T13:47:12 berick: yeah 2008-07-24T13:47:16 go for it 2008-07-24T13:47:18 * dbs assumes kbeswick and Slazer are done all of their work and are twiddling thumbs wildly 2008-07-24T13:47:23 went for it 2008-07-24T13:47:27 dbs: of course 2008-07-24T13:47:52 dbs: i think im done srf... make distcheck works, variables can be reset on reconfigure 2008-07-24T13:47:58 Well not wildly....but mildly 2008-07-24T13:48:11 now that i have the knowledge, i can finish openils fast enough 2008-07-24T13:48:46 kbeswick: i noticed that apachetools.h gets deleted? (at least, every time i run svn up it has to recover that file) 2008-07-24T13:48:59 dbs: oh, and the files build with correct names, including the -c one and the (not lib)osrf_whatever.so 2008-07-24T13:49:09 i haven't looked at what it's doing, just noticed the svn up message 2008-07-24T13:49:12 * dbs claps 2008-07-24T13:50:29 * dbs assumes some install*local trickery gone wrong 2008-07-24T13:52:02 possibly 2008-07-24T13:53:00 nope, happening on acq box and my desktop. after i install opensrf, then svn up, i always get a message: Restored 'src/gateway/apachetools.h' 2008-07-24T13:53:18 oh. it's probabl;y because of a mv instead of a cp.... 2008-07-24T13:53:37 which i think i fixed anyway in the updated version i have in dbs' repo 2008-07-24T13:53:52 cool 2008-07-24T13:54:17 berick: bzr co http://142.51.8.34/bzr/opensrf/autotools2 (IIRC) :) 2008-07-24T13:54:40 heh. i can wait ;) 2008-07-24T13:55:54 kbeswick can always send a patch to the list, too 2008-07-24T13:57:45 woo hoo!! the translator widget now grabs the valid locales from the db, via the http translator and the fielder service 2008-07-24T13:59:03 nice 2008-07-24T14:00:18 gah ... dojotookit.org-- indeed 2008-07-24T14:00:34 google_cache++ 2008-07-24T14:03:20 Slazer: building unit tests? 2008-07-24T14:03:52 or altering xul screen layouts? or learning dojo? 2008-07-24T14:05:47 Reading the book kinda sorta and still trying to figure out where to really go, heh. I just finished fixing silly little typo-mistakes today that I've made while converting strings. 2008-07-24T14:07:19 I'll probably just go fool around with failing at building unit tests. *nods* Sounds like a good plan, heh. 2008-07-24T14:57:22 *** dbs has quit IRC 2008-07-24T15:08:33 *** Slazer has quit IRC 2008-07-24T15:29:20 *** phase_bb has quit IRC 2008-07-24T15:32:52 *** gmcharlt_ has joined #OpenILS-Evergreen 2008-07-24T15:33:12 *** gmcharlt has quit IRC 2008-07-24T15:35:15 *** gmcharlt_ is now known as gmcharlt 2008-07-24T15:45:22 *** kbeswick has quit IRC 2008-07-24T16:24:08 *** pmurray is now known as pmurray_away 2008-07-24T16:57:05 *** mjg_ has joined #openils-evergreen 2008-07-24T17:07:37 *** phase_bb has joined #openils-evergreen 2008-07-24T17:38:25 *** jeff has quit IRC 2008-07-24T19:54:56 *** enculturatio has joined #openils-evergreen 2008-07-24T19:56:05 I have a minor database problem with a new install of Evergreen - anyone care to point me in the right direction? 2008-07-24T20:04:24 Maybe I'll try the mailing list instead. 2008-07-24T20:05:23 *** enculturatio has left #openils-evergreen 2008-07-24T20:16:36 *** djfiander has joined #OpenILS-Evergreen 2008-07-24T20:27:03 *** mjg_ has left #openils-evergreen 2008-07-24T20:39:36 *** agJohn has quit IRC 2008-07-24T21:14:13 *** djfiander has quit IRC 2008-07-24T21:57:18 *** jeff has joined #openils-evergreen 2008-07-24T22:14:29 *** enculturation has joined #openils-evergreen 2008-07-24T22:19:35 *** dbs has joined #openils-evergreen 2008-07-24T22:19:47 *** kgs_madison has joined #openils-evergreen 2008-07-24T22:20:21 *** kgs_madison is now known as kgs 2008-07-24T22:22:43 I'm looking for assistance with Evergreen. I haven't been able to find a solution to my problem in any of the online documentation or IRC logs. 2008-07-24T22:23:31 enculturation: what problem are you having? 2008-07-24T22:24:35 miker, I don't seem to have "search" in my DB schema. I'm getting an error message to this effect when I try a search from OPAC. 2008-07-24T22:25:03 what version did you install? 2008-07-24T22:25:11 anyone want to try out a <200 line patch to start using the Dojo DateTextBox widget instead of jscalendar for fully localized fun? 2008-07-24T22:25:20 Not the latest, one rev back. 1.2.1, I believe? 2008-07-24T22:25:41 build_db.sh didn't resolve my issue. This is a fresh install on Ubuntu 7.10. 2008-07-24T22:26:08 1.2.1.x won't have the search schema ... that came in 1.2.2.0 2008-07-24T22:26:24 Well, that makes sense. 2008-07-24T22:26:50 dbs: throughout or just in the OPAC? 2008-07-24T22:26:51 so, you likely have 1.2.2.x application code and a 1.2.1.x database 2008-07-24T22:27:20 berick: just the OPAC so far, but using it in the staff client will be easy 2008-07-24T22:27:35 tested it with IE6, too, and it's fine 2008-07-24T22:27:41 enculturation: your best bet would be to install 1.2.2.3 fresh ... since you have all the dependencies met, it should be a simple installation. you won't even need to rebuild opensrf 2008-07-24T22:27:47 That seems logical. But I downloaded the tarball of 1.2.1 and haven't download any further revs... 2008-07-24T22:27:51 dbs: nice! 2008-07-24T22:28:06 hrm ... very strange 2008-07-24T22:28:24 I know!! I promise, I didn't download any additional source for the install! 2008-07-24T22:28:25 dbs: send the patch on, i'll poke at it tomorrow 2008-07-24T22:28:51 I can try the new install - I'm not hooked on a particular release. 2008-07-24T22:28:53 berick: cool. I would commit it, but it's an unfamiliar enough area that another set of eyes would be goodness 2008-07-24T22:28:55 dbs: is this a prelude to using dojo for date stuff in general? 2008-07-24T22:29:14 miker_: date, currency, and number stuff - yeah 2008-07-24T22:29:40 rad 2008-07-24T22:29:50 I assume I will need to re-write my opensrf_core.xml and other config files after the upgrade install? 2008-07-24T22:30:17 n/m I'll check for install instructions online. Thanks for your help miker. 2008-07-24T22:30:28 enculturation: you'll need to add one thing 2008-07-24T22:30:35 go ahead. 2008-07-24T22:30:37 but other than that, no changes to configs 2008-07-24T22:30:47 * miker_ looks ... sec 2008-07-24T22:31:39 http://open-ils.org/dokuwiki/doku.php?id=upgrading:1.2.1_to_1.2.2#database_schema_upgrade <- the staged_search setting described there 2008-07-24T22:32:08 and, you'll need to install JSON::XS (perl module) ... apt-get install libjson-xs-perl ... IIRC 2008-07-24T22:32:49 if you already have a lot of data in there, the upgrade is an option 2008-07-24T22:32:56 instead of starting over 2008-07-24T22:33:13 but if not, then starting over might be simpler 2008-07-24T22:34:12 no data... it's a brand new install and we haven't brought our database guy in from the library yet. 2008-07-24T22:36:40 if moving to 1.2.2.3, libdate-format-mail-perl will be needed to (or some such thing) 2008-07-24T22:36:57 ahh.. thanks, dbs 2008-07-24T22:37:47 Interesting.. I actually had to install that module. Maybe I'm just confused about the revision I'm using. I'll double-check. 2008-07-24T22:43:01 I'm sorry. I installed 1.2.2.3. And used the 1.2.2.3 build_db.sh to try and resolve my problem. I did the install following http://open-ils.org/dokuwiki/doku.php?id=installing_evergreen_1.2_on_ubuntu_7.10 2008-07-24T22:43:27 I think I owe you a virtual beer. 2008-07-24T22:52:49 Any ideas on why search wouldn't be created? 2008-07-24T22:57:09 enculturation: have you added all the required PostgreSQL extensions? (xml, tsearch2, table functions)? 2008-07-24T22:58:05 It might be worthwhile dumping the output of build_db.sh into some file to dissect where the errors occur 2008-07-24T22:58:33 also, you need plperl, plperlu, and plpgsql languages... 2008-07-24T22:59:07 I fear that the Ubuntu instructions might be out of date. I keep the Debian instructions pretty current. 2008-07-24T23:00:25 dbs - yes onTable functions and tsearch2... Not sure about xml. I really should poke around in the build_db.sh output, but I'm not sure I'd know what to do if I find error locations. 2008-07-24T23:00:45 I did notice at least one omission on the Ubuntu install instructions, vs. the generic install. It was minor. 2008-07-24T23:00:48 why, dump the output into lisppaste of course :) 2008-07-24T23:00:58 Pastebin at http://paste.lisp.org/new/openils-evergreen 2008-07-24T23:01:05 ok. 2008-07-24T23:07:12 plpgsql, plperl are installed but plperlu is not according to "createlang -l evergreen" 2008-07-24T23:08:46 and I don't see mention of xml in the Ubuntu install instructions (near tsearch2 and table functions). 2008-07-24T23:09:33 So a possible solution would be to setup plperlu and add xml to template1 ? Is this right? 2008-07-24T23:09:46 Yep 2008-07-24T23:09:54 you might want to try stepping through http://open-ils.org/dokuwiki/doku.php?id=installing_evergreen_1.2_on_debian_etch_x86_32-bit 2008-07-24T23:10:12 OK. Will do. 2008-07-24T23:10:23 the lack of plperlu would definitely kill you 2008-07-24T23:10:26 plperlu for sure 2008-07-24T23:10:39 pgxml is not required, though 2008-07-24T23:11:12 miker_: right - I've noted that in the install instructions 2008-07-24T23:11:19 rock 2008-07-24T23:11:32 enculturation pasted "createlang output" at http://paste.lisp.org/display/64173 2008-07-24T23:11:38 cp debian.install ubuntu.install 2008-07-24T23:12:00 ha. Seriously. 2008-07-24T23:12:18 plperlu is installed there ... the trusted column just refers to the "u" at the end, actually 2008-07-24T23:12:37 it means that functions in plperlu might load external resources 2008-07-24T23:12:44 (which they do) 2008-07-24T23:13:02 I was wondering what the difference was. 2008-07-24T23:13:04 nasty, credit-card stealing external resources 2008-07-24T23:13:34 Ha 2008-07-24T23:19:00 Good night folks 2008-07-24T23:19:02 *** dbs has quit IRC 2008-07-24T23:36:40 *** kgs has quit IRC 2008-07-24T23:58:19 *** enculturation has quit IRC