| # | Time | Nick | Message |
|---|
| # | 00:42:32 | mck9 has left #evergreen |
| # | 01:26:44 | dbs has quit IRC |
| # | 07:14:58 | dbs has joined #evergreen |
| # | 07:15:06 | natschil has joined #evergreen |
| # | 07:40:54 | sfortin has joined #evergreen |
| # | 07:55:29 | mck9 has joined #evergreen |
| # | 08:40:42 | dbs has quit IRC |
| # | 08:53:54 | mrpeters-isl | here is a fun one! evergreen is so not "standard" |
| # | 08:53:54 | mrpeters-isl | Asked our tech vendor to make our previous program for patrons to log on to our wireless signal work with Evergreen. (They used their library card numbers and passwords. ClearBox Radius is the program involved, I believe. It checked against our old circ program to authenticate.) |
| # | 08:53:54 | mrpeters-isl | He discovered that Evergreen does not support programs he considered "standard." Can you tell me what programs it does support? |
| # | 08:54:16 | mrpeters-isl | shame on us |
| # | 08:54:32 | bshum has joined #evergreen |
| # | 08:57:30 | atheos has quit IRC |
| # | 08:57:32 | rickd__ has joined #evergreen |
| # | 08:57:33 | atheos has joined #Evergreen |
| # | 08:58:54 | rickd_ has quit IRC |
| # | 09:02:56 | jenny has joined #evergreen |
| # | 09:03:23 | bshum has quit IRC |
| # | 09:05:35 | dbs has joined #evergreen |
| # | 09:06:39 | natschil has quit IRC |
| # | 09:06:57 | dbs | for any SIP gurus like berick out there, is the institution attribute specified in http://open-ils.org/dokuwiki/doku.php?id=evergreen-admin:sip an arbitrary value? Or should it map to an aou.shortname? |
| # | 09:08:14 | berick | dbs: it can be anything. it just has to match the value in <institution id="foo"...> in oils_sip.xml |
| # | 09:09:01 | dbs | berick: okay, that's what I thought. Fabulous! So add one SIP user per SIP-using aou and we're good to go |
| # | 09:09:43 | berick | dbs: that should do it |
| # | 09:09:57 | dbs | (today is self-check setup day, whee... still working out the ssh tunneling, but almost there) |
| # | 09:10:00 | pmplett is now known as pmp_zzz |
| # | 09:14:47 | lcassell has quit IRC |
| # | 09:17:01 | lcassell has joined #evergreen |
| # | 09:29:30 | dbs_ has joined #evergreen |
| # | 09:31:22 | dbs has quit IRC |
| # | 09:31:26 | dbs_ is now known as dbs |
| # | 10:19:00 | mrpeters-isl | hey guys, trying to extrapolate out approximately how many OPAC searches we get a day....is there anything defininte i could grep -c for in the logs? |
| # | 10:21:04 | mrpeters-isl | open-ils.search.biblio.multiclass.query gives a pretty big number (like > 25,000) which seems high, but maybe not? |
| # | 10:31:34 | dbs | mrpeters-isl: possibly from the apache activity log? |
| # | 10:34:21 | mrpeters-isl | dbs: perhaps that too |
| # | 10:34:51 | mrpeters-isl | anything in particular that indicates an openils search? |
| # | 10:35:33 | mrpeters-isl | a grep -c for open-ils.search on activity log gives 535,606 which just seems insane for 1 day |
| # | 10:39:51 | bshum has joined #evergreen |
| # | 10:40:33 | jeff | mrpeters-isl: apache logs won't include POST data, so you won't be able to tell a search from any other api call, but you can get close by looking for 'GET /opac/en-US/skin/YOUR-SKIN-NAME/xml/rresult.xml' |
| # | 10:40:48 | mrpeters-isl | cool! thanks alot jeff |
| # | 10:41:20 | jeff | mrpeters-isl: that will hit once per page of search results, not per search. to exclude additional pages after the first, remove lines that contain o=10 (or whatever number) in the query string |
| # | 10:41:39 | mrpeters-isl | excellent! |
| # | 10:41:58 | dbs | grep "GET /opac/\S*rresult.xml" ap_access.log | wc -l |
| # | 10:42:05 | dbs | was what I was just working on :) |
| # | 10:42:09 | jeff grins |
| # | 10:42:20 | jeff | and yes, you can adjust like dbs did if you have many skins. |
| # | 10:42:26 | mrpeters-isl | great stuff...thank you both |
| # | 10:42:33 | jeff | or you could even break it out if you wanted/needed to see how many searches in each skin, etc. |
| # | 10:43:02 | dbwells | Hello all. I am currently dealing with finishing our migration of lost items. Is it sufficient to simply set the asset.copy status to '3' for 'Lost'? We can live without any links to patron accounts, but I don't want to put the db in an error state. |
| # | 10:45:20 | jeff | migrations always put any database in an inconsistent state. ;) |
| # | 10:45:26 | jeff | (though that's different from an error state) |
| # | 10:46:09 | jeff | and i don't have an answer to your question, but others may know if there are things that may end up unpredictable if something is marked LOST without having an open circ attached. |
| # | 10:46:48 | dbs has an asset.copy_location named "LOST" with 116 items lying around in it from the migration |
| # | 10:48:08 | dbs | 111 of which have asset.copy.status = 3 |
| # | 10:48:49 | dbs | 1 is available, 1 is checked out, and 4 are missing :) |
| # | 10:49:22 | dbs | Note: Equinox did _not_ migrate our data :) |
| # | 10:49:30 | jeff | dbwells: in the copy editor, Checked out, In transit, Lost, and On holds shelf are the copy statuses that you're not permitted to manually assign/remove from a copy. |
| # | 10:49:59 | dbwells | Well, I have tried simply setting one status to 3 and then checking in, seemed to work with a "Force" prompt. |
| # | 10:50:17 | jeff | dbwells: so, without a better "everything will be okay save for BLAH might be displayed strangely", i wouldn't do it. |
| # | 10:50:32 | jeff | of course, everything might be okay. :) |
| # | 10:51:22 | jeff | in any event, if you do migrate it and have a question, or if someone gives a minor caveat, make note of it. i've found my "migration quirks" notes to be helpful when i'm later trying to figure out why something's not making sense, or when i'm trying to work around it in the reporter. |
| # | 10:52:12 | jeff | (i really can't think of anything that would break offhand. just don't take my word for it.) |
| # | 10:52:46 | dbwells | jeff: thanks for the advice. I think I will probably take my chances, since I am probably in worst case messing up items which are lost anyhow. :) |
| # | 10:52:47 | phasefx_ | I think it'd be safe |
| # | 10:53:37 | dbwells | phasefx_: great, thanks |
| # | 10:54:00 | moodaepo | dbwells I think our migration of two libraries did just that, set copy.status to 3 for lost, and the copy.location was mapped to what the previous collection was (REF, GEN, ect) and it seems to be ok then again this is not 'live' : ) |
| # | 10:54:02 | phasefx_ | I've even set items to Checked Out before without a backing circ |
| # | 10:54:32 | jeff | hey, until that bug was fixed, we had lots of people set things to Available while they were still checked out! ;-) |
| # | 10:54:51 | jamesrf has quit IRC |
| # | 10:55:15 | phasefx_ | jeff: the template/status bug? Did you fix that? |
| # | 10:55:53 | dbwells | jeff: wow, that hurts ;) |
| # | 11:07:50 | jenny has quit IRC |
| # | 11:09:12 | jeff | i don't think i fixed it, i think we reported it and i thought it had been fixed. i'll check on both of those. |
| # | 11:12:00 | Godzilla8NJ has joined #evergreen |
| # | 11:12:13 | phasefx_ can't remember |
| # | 11:13:13 | Godzilla8NJ | Hi. Installing OpenSRF 1.2.0 on Ubuntu 9.04 and getting 'Unable to communicate with service opensrf.math' Can someone help? |
| # | 11:17:34 | mrpeters-isl has quit IRC |
| # | 11:19:14 | bshum | Godzilla8NJ: I think that's a conflict with the ejabberd application that comes packaged with the 9.04 version of Ubuntu and OpenSRF 1.2.0 |
| # | 11:19:55 | bshum | Downgrading to an earlier version of ejabberd fixed that issue for me in the past. Though maybe someone else can comment on the correct procedure. |
| # | 11:20:14 | mrpeters-isl has joined #evergreen |
| # | 11:20:17 | Godzilla8NJ | I tried adding the Intrepid repository and doing 'apt-get remove -y ejabberd && apt-get install -y ejabberd=2.0.1-2' but it didn't seem to help. |
| # | 11:21:47 | bshum | Well, assuming this is the correct procedure |
| # | 11:22:01 | bshum | You can start by removing ejabberd with "apt-get remove ejabberd" |
| # | 11:22:13 | bshum | Then download the package you need directly with wget |
| # | 11:22:35 | bshum | Such as "wget http://mirrors.kernel.org/ubuntu/pool/universe/e/ejabberd/ejabberd_2.0.1-2_amd64.deb" if you're using 64-bit edition |
| # | 11:22:59 | bshum | Or "wget http://mirrors.kernel.org/ubuntu/pool/universe/e/ejabberd/ejabberd_2.0.1-2_i386.deb" if you're using the 32-bit |
| # | 11:23:18 | bshum | Then use "dpkg --install" then the package name |
| # | 11:23:21 | bshum | To install it. |
| # | 11:23:56 | bshum | That's my terribly roundabout way of doing it..... I'm sure there's much, much better ways. |
| # | 11:24:10 | Godzilla8NJ | sorry, what I mean was: i have ejabberd 2.0.1-2 installed instead of the Jaunty repository version, but that didn't fix my issue |
| # | 11:25:05 | Godzilla8NJ | the quick way to do it is to add the Intrepid universe repository to /etc/apt/sources.list and do 'apt-get remove -y ejabberd && apt-get install -y ejabberd=2.0.1-2' |
| # | 11:25:15 | bshum | Yep, I just wrote that down :) |
| # | 11:25:27 | bshum | Thanks, though, I'm sorry that didn't solve your problem. |
| # | 11:25:39 | Godzilla8NJ | np, i 'preciate the attempt. |
| # | 11:26:51 | bshum | Did you check to make sure that the version of ejabberd you installed is actually the 2.0.1-2? |
| # | 11:27:04 | Godzilla8NJ | yep. |
| # | 11:27:59 | Godzilla8NJ | do i need to do anything not in the install guide (http://www.open-ils.org/dokuwiki/doku.php?id=opensrf:1.2:install) to make ejabberd run @ boot? |
| # | 11:29:14 | bshum | When you say @boot, you mean after a fresh startup? |
| # | 11:29:24 | Godzilla8NJ | yes |
| # | 11:30:59 | bshum | Did you make sure to restart the opensrf services? Or add some sort of script to force them to startup as part of the start processes? |
| # | 11:31:22 | Godzilla8NJ | i didn't do anything beyond the instructions |
| # | 11:34:53 | bshum | What happens when you try to start the opensrf services again as the opensrf user using the command "osrf_ctl.sh -l -a start_all" as indicated in the steps listed for "Starting OpenSRF" in the instructions? |
| # | 11:35:26 | bshum | Or perhaps use restart_all, I suppose |
| # | 11:35:35 | bshum | If they've already started. |
| # | 11:37:41 | Godzilla8NJ | sry, boss. brb |
| # | 11:44:04 | Godzilla8NJ | sorry. now that i downgraded ejabberd it seems to tak a while to start but shows no errors. |
| # | 11:44:57 | Godzilla8NJ | but now getting 'Unable to bootstrap client for requests' when trying to /openils/bin/srfsh |
| # | 11:47:07 | jenny has joined #evergreen |
| # | 11:47:09 | Godzilla8NJ | er, "it" earlier refered to doing "osrf_ctl.sh -l -a start_all" if that was unclear. i think it's ejabberd |
| # | 11:47:30 | bshum | When you downgraded the ejabberd, did you do it before or after you configured ejabberd users, etc.? |
| # | 11:48:07 | bshum | Just curious, not that it necessarily is the problem... |
| # | 11:48:48 | Godzilla8NJ | before. this is new: now when i try to restart ejabberd it seems to go fine but i get the following when trying to start osrf: Exception: OpenSRF::EX::Jabber 2009-12-22T11:47:51 OpenSRF::Transport::SlimJabber::Client /usr/local/share/perl/5.10.0/OpenSRF/Transport/SlimJabber/Client.pm:146 Jabber Exception: Could not open TCP socket to Jabber server: IO::Socket::INET: connect: Connection refused |
| # | 11:49:39 | bshum | Try stopping all the osrf services with "osrf_ctl.sh -l -a stop_all" before you restart ejabberd |
| # | 11:49:42 | leed has quit IRC |
| # | 11:49:44 | bshum | Then start them again. |
| # | 11:50:52 | Godzilla8NJ | back to a long pause at 'Starting OpenSRF C (host=localhost)' but no errors |
| # | 11:51:57 | Godzilla8NJ | still getting unable to bootsrap when trying /openils/bin/srfsh |
| # | 11:55:28 | leed has joined #evergreen |
| # | 12:00:18 | moodaepo | Godzilla8NJ: Is this on a virtual machine? |
| # | 12:00:41 | Godzilla8NJ | a hosted vps yes |
| # | 12:01:02 | dbs | Godzilla8NJ: .srfsh.xml is pointing at private.localhost? |
| # | 12:01:12 | Godzilla8NJ | yes |
| # | 12:02:50 | dbs | can you telnet to private.localhost 5222 ? |
| # | 12:03:19 | mrpeters-isl | hm, i used to get that unable to bootstrap all the time on 8.04...never did fix it but opensrf still worked |
| # | 12:03:22 | Godzilla8NJ | yes |
| # | 12:04:11 | mck9 has quit IRC |
| # | 12:05:56 | dbs | opensrf.settings is running? (e.g. "ps wax | grep settings" shows a master, controller, listener, and drones?) |
| # | 12:06:48 | Godzilla8NJ | 8394 ? Rs 6:12 OpenSRF controller [opensrf.settings] 8491 pts/0 S+ 0:00 grep settings |
| # | 12:06:57 | Godzilla8NJ | ...is all i see |
| # | 12:09:35 | Godzilla8NJ | fyi, on a previous attempted build i did not downgrade jabberd and did get further. (since it's a vps it only takes me about 30 mins to rebuild from scratch.) |
| # | 12:10:59 | Godzilla8NJ | then i got /openils/bin/srfsh to work but request opensrf.math add 2 2 retruned Unable to communicate with service opensrf.math |
| # | 12:29:34 | leed has quit IRC |
| # | 12:40:04 | leed has joined #evergreen |
| # | 12:46:39 | leed has quit IRC |
| # | 12:48:31 | leed has joined #evergreen |
| # | 12:51:34 | Godzilla8NJ | ok, found a typo and now back to #srfsh but still getting 'Unable to communicate with service opensrf.math' when trying 'request opensrf.math add 2 2' |
| # | 12:52:37 | Godzilla8NJ | Again, this is OpenSRF 1.2.0 on Ubuntu 9.04 with ejabberd downgraded to 2.0.1-2. |
| # | 12:58:28 | Godzilla8NJ has quit IRC |
| # | 13:07:59 | leed has quit IRC |
| # | 13:10:16 | leed has joined #evergreen |
| # | 13:17:07 | mrpeters-isl | Godzilla....oh nevermind he left |
| # | 13:17:10 | natschil has joined #evergreen |
| # | 13:17:42 | mrpeters-isl | Godzilla8NJ, if you read the logs...is the opensrf.math service running in a ps aux |
| # | 13:23:17 | phase_bb has quit IRC |
| # | 13:23:17 | sboyette has quit IRC |
| # | 13:23:17 | AbizzalsX has quit IRC |
| # | 13:23:17 | jeff has quit IRC |
| # | 13:27:54 | phase_bb has joined #evergreen |
| # | 13:27:54 | sboyette has joined #evergreen |
| # | 13:27:54 | AbizzalsX has joined #evergreen |
| # | 13:27:54 | jeff has joined #evergreen |
| # | 13:32:42 | jenny has quit IRC |
| # | 13:50:16 | jenny1 has joined #evergreen |
| # | 13:51:11 | sboyette has quit IRC |
| # | 13:51:11 | phase_bb has quit IRC |
| # | 13:51:11 | AbizzalsX has quit IRC |
| # | 13:51:11 | jeff has quit IRC |
| # | 13:53:07 | godzilla8nj has joined #evergreen |
| # | 13:55:48 | godzilla8nj | installing opensrf 1.2.0 on ubuntu 9.04, unable to connect to opensrf math service. have rebuilt again (this time without downgrading ejabberd to 2.0.1-2). am looking for assistance troubleshooting. thx in advance. |
| # | 14:03:59 | eby_ has joined #evergreen |
| # | 14:09:58 | mrpeters-isl | <mrpeters-isl> Godzilla8NJ, if you read the logs...is the opensrf.math service running in a ps aux |
| # | 14:10:24 | mrpeters-isl | srfsh will throw that error, if its not running |
| # | 14:13:35 | godzilla8nj | gotta forgive me, brand new here and just following http://evergreen-ils.org/dokuwiki/doku.php?id=opensrf:1.2:install. these are the logs in /opensrf/var/log? |
| # | 14:13:50 | mrpeters-isl | godzilla8nj: no, i meant if you came back and read the IRC logs to try that |
| # | 14:14:29 | mrpeters-isl | ps aux | grep opensrf.math |
| # | 14:14:47 | mrpeters-isl | you should get opensrf 6975 0.0 0.0 18088 3744 ? S Dec17 0:00 OpenSRF Listener [opensrf.math] |
| # | 14:14:47 | mrpeters-isl | opensrf 6981 0.0 0.0 18088 3572 ? S Dec17 0:00 OpenSRF Drone [opensrf.math] |
| # | 14:15:08 | mrpeters-isl | if not, then the problem is a bit further back...but we can still help |
| # | 14:15:27 | godzilla8nj | i get: |
| # | 14:15:30 | godzilla8nj | opensrf 7916 0.0 0.3 3332 788 pts/0 S+ 14:15 0:00 grep opensrf.math |
| # | 14:15:36 | mrpeters-isl | ok :) thats the problem |
| # | 14:16:08 | godzilla8nj | that sounds hopeful, though greek to me |
| # | 14:16:52 | lisppaste3 has quit IRC |
| # | 14:17:06 | mrpeters-isl | godzilla8nj: opensrf.math isnt running, thus why srfsh fails |
| # | 14:17:29 | mrpeters-isl | first of all, have you started opensrf by running osrf_ctl.sh -l -a start_all as the opensrf user? |
| # | 14:17:38 | godzilla8nj | i have, yes |
| # | 14:17:47 | mrpeters-isl | ok, did that at some point give an error? |
| # | 14:17:57 | godzilla8nj | it did not, no |
| # | 14:17:57 | mrpeters-isl | because if opensrf.math isnt running, it didnt start properly |
| # | 14:18:10 | mrpeters-isl | godzilla8nj: can you start it again, and paste any output? |
| # | 14:18:17 | mrpeters-isl | please use the paste site in topic :) |
| # | 14:18:24 | godzilla8nj | with a restart or a stop start? |
| # | 14:18:31 | mrpeters-isl | do a stop_all and then a start_all |
| # | 14:20:03 | mrpeters-isl | also, if possible...paste your opensrf.xml and opensrf_core.xml files (but take out any passwords that are sensitive, since this is crawled by google) |
| # | 14:20:04 | godzilla8nj | osrf_ctl.sh -l -a stop_all OpenSRF C not running Stopping OpenSRF Perl * stopping all services for localhost * stopping service pid=7791 opensrf.persist * stopping service pid=7787 opensrf.settings Stopping OpenSRF Router process 7779 7780... |
| # | 14:20:15 | godzilla8nj | osrf_ctl.sh -l -a start_all Starting OpenSRF Router Starting OpenSRF Perl * starting all services for localhost * starting service pid=8152 opensrf.settings * starting service pid=8156 opensrf.persist Starting OpenSRF C (host=localhost) |
| # | 14:20:41 | mrpeters-isl | hmm, it doesnt appear you started any perl services |
| # | 14:20:44 | phase_bb has joined #evergreen |
| # | 14:20:44 | sboyette has joined #evergreen |
| # | 14:20:44 | AbizzalsX has joined #evergreen |
| # | 14:20:44 | jeff has joined #evergreen |
| # | 14:20:49 | mrpeters-isl | please paste the xml's if you could :) |
| # | 14:21:01 | phase_bb has quit IRC |
| # | 14:21:34 | leed has quit IRC |
| # | 14:22:46 | godzilla8nj | do you mean /openils/conf/opensrf_core.xml & /srfsh.xml? |
| # | 14:23:02 | godzilla8nj | (.srfsh.xml) |
| # | 14:24:06 | mrpeters-isl | no |
| # | 14:24:10 | mrpeters-isl | just opensrf_core.xml |
| # | 14:24:19 | mrpeters-isl | sorry, opensrf.xml not needed |
| # | 14:24:52 | mrpeters-isl | actually, lets get that pasted too...just to verify a couple items |
| # | 14:25:35 | lisppaste3 has joined #evergreen |
| # | 14:26:33 | mrpeters-isl | please use http://paste.lisp.org/new/evergreen to paste |
| # | 14:28:26 | lisppaste3 | godzilla8nj pasted "opensrf_core.xml" at http://paste.lisp.org/display/92488 |
| # | 14:29:28 | lisppaste3 | godzilla8nj pasted ".srfsh.xml" at http://paste.lisp.org/display/92489 |
| # | 14:29:39 | leed has joined #evergreen |
| # | 14:30:07 | leed has joined #evergreen |
| # | 14:33:14 | mrpeters-isl | godzilla8nj: need opensrf.xml, sorry |
| # | 14:35:55 | lisppaste3 | godzilla8nj pasted "opensrf.xml from /openils/conf/" at http://paste.lisp.org/display/92491 |
| # | 14:40:45 | mrpeters-isl | godzilla8nj: have you made sure to do a chown -R /openils |
| # | 14:40:56 | mrpeters-isl | to make sure opensrf.xml can write its logs, the persistdb, etc. |
| # | 14:41:27 | mrpeters-isl | would also be helpful to see the logs in /openils/var/log (if any) |
| # | 14:41:28 | godzilla8nj | as root did 'chown -R opensrf:opensrf /openils' |
| # | 14:41:56 | mrpeters-isl | hmm ok |
| # | 14:46:08 | lisppaste3 | godzilla8nj pasted "router.log" at http://paste.lisp.org/display/92492 |
| # | 14:47:31 | dbs | ERR_SIP_COM_RECV argh - worked for one check out, now failing |
| # | 14:49:41 | godzilla8nj | osrfsys.log too large. errors start at: "opensrf 2009-12-22 13:51:32 [WARN:7795:transport_session.c:447:] Received <stream:error> message from Jabber server" |
| # | 14:51:09 | mrpeters-isl | godzilla8nj: grep ERR on your logs |
| # | 14:53:27 | pmp_zzz is now known as pmplett |
| # | 14:54:00 | godzilla8nj | i was pleased with myself for knowing how to scp them off the server, but not sure how to do what you're asking... |
| # | 14:54:30 | mrpeters-isl | godzilla8nj - grep for the string "ERR" |
| # | 14:54:37 | mrpeters-isl | for example in /openils/var/log |
| # | 14:54:46 | mrpeters-isl | "grep ERR *.log" (minus the quotes) |
| # | 14:55:37 | dbwells | Ok, I hope this is not a silly question, but I am wondering about the best ways to do mass edits of bib records. Can I safely modify biblio.record_entry and metabib.full_rec? The values in question do not matter for searching. |
| # | 14:55:55 | lisppaste3 | godzilla8nj pasted "result of grep ERR /openils/var/log/*.log" at http://paste.lisp.org/display/92493 |
| # | 15:00:03 | jenny1 has quit IRC |
| # | 15:03:38 | mrpeters-isl | ok, some big errors in there |
| # | 15:03:50 | mrpeters-isl | opensrf isnt able to talk to your system |
| # | 15:04:02 | mrpeters-isl | it might be best to start back at the beginning, and retrace some steps |
| # | 15:06:10 | godzilla8nj | ok, where should we start? (and since i haven't said it yet: thanks for taking this time to help.) |
| # | 15:09:22 | dbs apparently resolves SIP comm issue by adding SIP user/password to raw socket SIP2 connection, against 3M guy's advice... more testing tomorrow |
| # | 15:11:38 | dbs | dbwells: I have done mass edits that way, with regexp_replace() and the like |
| # | 15:12:02 | dbwells | dbs: cool, sounds good, thanks |
| # | 15:12:43 | dbwells | dbs++ |
| # | 15:17:06 | mrpeters-isl | godzilla8nj: well, first of all lets make sure /etc/hosts is edited properly |
| # | 15:17:11 | jeff | dbwells: sometimes you will have oddness if you adjust things like marc type in the leader if you don't re-ingest after a mass-edit. |
| # | 15:17:14 | mrpeters-isl | ping public.localhost gives what? |
| # | 15:17:15 | jeff | dbwells: fyi only :) |
| # | 15:17:19 | mrpeters-isl | ping private.locallhost gives what? |
| # | 15:17:41 | mrpeters-isl | ping private.localhost rather |
| # | 15:19:08 | godzilla8nj | 64 bytes from public.localhost (127.0.1.2): icmp_seq=1 ttl=64 time=0.034 ms |
| # | 15:19:35 | godzilla8nj | 64 bytes from private.localhost (127.0.1.3): icmp_seq=1 ttl=64 time=0.028 ms |
| # | 15:22:32 | dbs | godzilla8nj: and the opensrf & router users have been registered with both public.localhost and private.localhost, and the passwords for all of them are correct in opensrf_core.xml? |
| # | 15:22:50 | dbs | s/with both/with ejabberd on both/ |
| # | 15:24:52 | godzilla8nj | dbs: yes |
| # | 15:25:39 | godzilla8nj | ...using ejabberdctl register |
| # | 15:25:59 | mrpeters-isl | godzilla8nj: edits made in /etc/ejabberd/ejabberd.cfg: |
| # | 15:26:13 | mrpeters-isl | {hosts, ["localhost"]}. should change to {hosts, ["localhost", "private.localhost", "public.localhost"]}. |
| # | 15:26:37 | dbs | godzilla8nj: okay. It's not unusual for those to either not get registered properly, or to not have the right username/passwords lined up with the right hostnames in opensrf_core.xml |
| # | 15:27:17 | godzilla8nj | nano /etc/ejabberd/ejabberd.cfg returns an empty file |
| # | 15:27:43 | dbs | godzilla8nj: you'll need to edit it as root |
| # | 15:27:44 | mrpeters-isl | there we go, thats a big problem :) |
| # | 15:27:50 | dbs | sudo nano /etc/ejabberd/ejabberd.cfg |
| # | 15:27:55 | godzilla8nj | sorry. my bad. as root is there. |
| # | 15:27:56 | mrpeters-isl | ^^ |
| # | 15:28:13 | mrpeters-isl | godzilla8nj: is it updated to include the new public/private hostS? |
| # | 15:29:11 | godzilla8nj | yes it is. %% Hostname {hosts, ["localhost", "private.localhost", "public.localhost"]}. |
| # | 15:29:11 | eby_ has quit IRC |
| # | 15:29:16 | eby__ has joined #evergreen |
| # | 15:30:01 | godzilla8nj | dbs: sould i try ejabberdctl register again? |
| # | 15:30:26 | dbs | it can't hurt, but it will tell you that they're already registered probably. |
| # | 15:30:32 | moodaepo | godzilla8nj: I just noticed there is no mention of "<service>opensrf.math</service>" in your opensrf_core.xml I see that in mine |
| # | 15:31:22 | godzilla8nj | brb. patron issue. sry. |
| # | 15:34:09 | mrpeters-isl | good call, moodaepo |
| # | 15:34:48 | mrpeters-isl | it is there though |
| # | 15:36:21 | godzilla8nj | back. apologies. |
| # | 15:36:53 | godzilla8nj | ejabberdctl register did return already registered |
| # | 15:41:23 | eby__ has quit IRC |
| # | 15:41:26 | eby_ has joined #evergreen |
| # | 15:43:48 | godzilla8nj | if it helps i found this saying that ejabberd needed to be downgraded for opensrf 1.0.7 (http://list.georgialibraries.org/pipermail/open-ils-dev/2009-September/004995.html) but i tried that previously without success. |
| # | 15:47:21 | godzilla8nj | (Did it as step 3.5.) |
| # | 15:55:51 | moodaepo | mrpeters-isl: In my opensrf_core.xml.example I have it twice but in the paste from godzilla8nj I just see it only once |
| # | 15:56:30 | moodaepo | godzilla8nj Are you installing OpenSRF 1.2 or 1.07? |
| # | 15:57:38 | sfortin has quit IRC |
| # | 15:57:49 | moodaepo | mrpeters-isl: I bet that might be the example which came with EG not OpenSRF (checking) |
| # | 15:58:56 | moodaepo | Confirmed, I was wrong...as usual : ) |
| # | 16:01:00 | bshum has quit IRC |
| # | 16:06:14 | godzilla8nj | i'm installing 1.2, but the details looked similar which is why i tried the downgrade. |
| # | 16:09:07 | moodaepo | I would just start over installing 1.2, it would be nice to know what's wrong but doesn't seem something obvious is wrong so will take a lot more digging. See if you can uninstall ejabberd and also delete any of it's conf files. |
| # | 16:09:16 | godzilla8nj has quit IRC |
| # | 16:10:32 | godzilla8nj has joined #evergreen |
| # | 16:10:55 | godzilla8nj | sorry, connection reset. missed that. |
| # | 16:19:13 | JAA has joined #evergreen |
| # | 16:19:45 | JAA | hey i need some help please, does anyone know if someone has a vmware to download image of the server |
| # | 16:20:12 | JAA | i know there was one i the previous but, i cant find it now |
| # | 16:20:56 | jenny has joined #evergreen |
| # | 16:22:57 | JAA has quit IRC |
| # | 16:24:33 | eby_ has quit IRC |
| # | 16:24:38 | eby__ has joined #evergreen |
| # | 16:29:35 | natschil has quit IRC |
| # | 16:32:38 | moodaepo | godzilla8nj: I would just start over installing 1.2, it would be nice to know what's wrong but doesn't seem something obvious is wrong so will take a lot more digging. See if you can uninstall ejabberd and also delete any of it's conf files. (The line you previously missed) |
| # | 16:33:00 | eby__ is now known as eby- |
| # | 16:36:47 | godzilla8nj | unfortunately this isn't the first install. this is the dead-end i've reached after several rebuilds. |
| # | 16:37:58 | dbs has quit IRC |
| # | 16:38:01 | godzilla8nj | hail mary: is there any chance I'm missing something jabber-related? am i supposed to do something in step #8, or is that just explaining what I'm doing in step #9? http://evergreen-ils.org/dokuwiki/doku.php?id=opensrf:1.2:install |
| # | 16:42:14 | moodaepo | godzilla8nj: I think it's just explaining what is to be done and step 9 is the commands used. |
| # | 16:43:11 | godzilla8nj | k, thx |
| # | 16:49:44 | bshum has joined #evergreen |
| # | 17:03:04 | eby- has quit IRC |
| # | 17:11:28 | godzilla8nj has quit IRC |
| # | 17:16:13 | jenny has left #evergreen |
| # | 18:23:44 | moodaepo has quit IRC |
| # | 18:40:26 | ToPdOg has joined #evergreen |
| # | 18:40:37 | ToPdOg | hello |
| # | 18:55:48 | phasefx_ | ToPdOg: hello |
| # | 18:56:38 | ToPdOg | how are you? |
| # | 19:11:57 | ToPdOg | is a public domain necessary if i'm setting up evergreen as an internal server only? |
| # | 19:12:09 | brendan_ga has quit IRC |
| # | 19:18:24 | phasefx_ | ToPdOg: probably not, but I don't know how finicky the config would be if you tried to use the same domain for private and public |
| # | 19:19:33 | phasefx_ | it really comes into play if you're using a cluster of servers. Doesn't matter if they're exposed on the wider internet or not |
| # | 19:21:43 | phasefx_ | the only services that get "exposed" normally are the ones listed with the apache gateway |
| # | 20:46:43 | brendan_ga has joined #evergreen |
| # | 20:55:10 | Jake__ has joined #evergreen |
| # | 20:55:59 | Jake__ | Merry Christmas! Does anyone know if there is a server out there that i can point my client to for my home library books, that i am cataloged |
| # | 20:57:54 | Jake__ | please , is there anyone that can help me! |
| # | 21:01:00 | Jake__ | It needs to be a server that i can add my library to if that helps |
| # | 21:01:08 | Jake__ has quit IRC |
| # | 21:33:23 | Meliss has joined #Evergreen |
| # | 21:38:37 | Meliss has quit IRC |
| # | 23:05:17 | artunit has joined #evergreen |