| # | Time | Nick | Message |
|---|
| # | 02:08:16 | pinesol has joined #evergreen |
| # | 02:15:21 | rsinger has joined #evergreen |
| # | 03:37:33 | phasefx has quit IRC |
| # | 03:47:05 | pmplett has quit IRC |
| # | 05:20:36 | natschil has joined #evergreen |
| # | 05:59:39 | natschil has quit IRC |
| # | 06:01:43 | natschil_ has joined #evergreen |
| # | 07:27:42 | lisppaste3 | natschil pasted "client connection problems" at http://paste.lisp.org/display/88466 |
| # | 07:27:52 | natschil_ is now known as natschil |
| # | 07:28:51 | natschil | I tried to write an application in c that accesses opensrf, the config xml is pasted as is my connection function. Strangely enough, I can only access the public servers, even though I configured it to also access private ones.... does anyone know what I did wrong? |
| # | 09:10:01 | _dkyle_ has quit IRC |
| # | 09:12:08 | _bott_ has quit IRC |
| # | 09:15:14 | mck9 has joined #evergreen |
| # | 09:20:09 | natschil | if anyone has any suggestions to the problem mentioned earlier, please let me know. |
| # | 09:27:44 | mck9 | natschil: I just logged on, don't know what "problem mentioned earlier" is. Is it your question about iterating over a JSON_HASH? |
| # | 09:29:15 | natschil | mck9: nope. |
| # | 09:29:22 | natschil | "I tried to write an application in c that accesses opensrf, the config xml is pasted as is my connection function. Strangely enough, I can only access the public servers, even though I configured it to also access private ones.... does anyone know what I did wrong?" |
| # | 09:29:34 | natschil | static int connect_to_server() |
| # | 09:29:36 | natschil | { |
| # | 09:29:37 | natschil | char* configfile = "/openils/conf/clickcomet.xml"; |
| # | 09:29:39 | natschil | if( ! access(configfile, R_OK) ) |
| # | 09:29:40 | natschil | { |
| # | 09:29:42 | natschil | if( !osrf_system_bootstrap_client(configfile, "clickcomet")) |
| # | 09:29:43 | natschil | { |
| # | 09:29:45 | natschil | fprintf(stderr, "Unable to bootstrap client for requests"); |
| # | 09:29:46 | natschil | osrfLogError(OSRF_LOG_MARK, "unable to bootstrap client for requests"); |
| # | 09:29:48 | natschil | return -1; |
| # | 09:29:49 | natschil | } |
| # | 09:29:51 | natschil | } else |
| # | 09:29:52 | natschil | { |
| # | 09:29:54 | natschil | fprintf(stderr, "no config file found at %s",configfile); |
| # | 09:29:55 | natschil | return -1; |
| # | 09:29:57 | natschil | } |
| # | 09:29:58 | natschil | if(! oilsInitIDL("/openils/conf/fm_IDL.xml")) |
| # | 09:30:00 | natschil | { |
| # | 09:30:02 | natschil | osrfLogError(OSRF_LOG_MARK, "Failed to load the IDL"); |
| # | 09:30:04 | natschil | } |
| # | 09:30:08 | natschil | return 0; |
| # | 09:30:10 | natschil | } |
| # | 09:30:12 | natschil | sorry, I pasted the wrong thing by accident |
| # | 09:30:14 | natschil apologises for the unintentional flood. |
| # | 09:30:37 | natschil | somehow ctrl+c and ctrl + v wasn't working properly. |
| # | 09:30:45 | natschil | what I meant to paste was: [14:27] <lisppaste3> natschil pasted "client connection problems" at http://paste.lisp.org/display/88466 |
| # | 09:33:27 | mck9 | natschil: before I look at that, let me ask if you got past the JSON_HASH issue |
| # | 09:34:11 | natschil | mck9: yes, I got past that. My internet connection closed yesterday, so I couldn't finish that discussion. |
| # | 09:42:33 | natschil | sorry, I've got to go for a while, but I'll look at the logs if anyone has any suggestions. |
| # | 09:43:04 | mck9 | Okay so long -- but you probably know more about configs than I do |
| # | 10:17:30 | brendan_ga has joined #evergreen |
| # | 10:22:27 | _dkyle_ has joined #evergreen |
| # | 10:40:09 | atz has quit IRC |
| # | 10:40:55 | atz has joined #evergreen |
| # | 10:47:09 | atz has quit IRC |
| # | 10:47:48 | atz has joined #evergreen |
| # | 11:11:34 | [1]atz has joined #evergreen |
| # | 11:12:42 | [2]atz has joined #evergreen |
| # | 11:18:20 | [1]atz has quit IRC |
| # | 11:20:17 | atz has quit IRC |
| # | 11:20:17 | [2]atz is now known as atz |
| # | 11:28:55 | atz has quit IRC |
| # | 11:30:19 | atz has joined #evergreen |
| # | 11:49:29 | brendan_ga has quit IRC |
| # | 11:56:55 | richardm_ has joined #evergreen |
| # | 11:58:14 | richardm_ is now known as rickyjones |
| # | 11:59:44 | rickyjones | Hello - I am building an Evergreen library system for a small local library. I have the server up, the staff client is connecting. How do you then add books to the library? I can't seem to find any documentation or links to do this. Thanks! |
| # | 12:12:24 | [1]atz has joined #evergreen |
| # | 12:17:18 | atz has quit IRC |
| # | 12:17:18 | [1]atz is now known as atz |
| # | 12:23:21 | rickyjones | Hello - I am building an Evergreen library system for a small local library. I have the server up, the staff client is connecting. How do you then add books to the library? I can't seem to find any documentation or links to do this. Thanks! |
| # | 12:29:07 | natschil | rickyjones: you can, for example, import them via z39.50 |
| # | 12:29:24 | natschil | rickyjones: see the menus under "Cataloging" in the staff client. |
| # | 12:29:44 | rickyjones | natschil: does that require the server to have internet access or just the staff client? |
| # | 12:29:57 | natschil | rickyjones: I think the server. |
| # | 12:30:16 | natschil | though if either one has internet, and are connected by LAN it should be possible to get both to have internet. |
| # | 12:30:42 | rickyjones | they both do, but I'm hoping to lock down the internet portion of the server for security reasons. |
| # | 12:30:56 | rickyjones | Let me re-enable the internet NIC and give this a go then. |
| # | 12:31:00 | rickyjones | Thank you! |
| # | 12:31:03 | natschil | rickyjones: once you've added a record to the catalogue, add copies by fetching the record, and under "Actions for this Record" do "Holdings Maintainance" |
| # | 12:31:13 | natschil | rickyjones: don't you need the OPAC? |
| # | 12:32:14 | rickyjones | I'm running the server in VMWare with two NICs - one NIC is connected to the network, the other is a Host Only network card so that the client/admin station can browse the catalog and check in/out books. |
| # | 12:33:25 | natschil | that doesn't say anything to me, but I get the general picture... anyway, I think the server needs internet access for z39.50....you could probably lock down any other ports, or disable incoming requests etc.. |
| # | 12:44:36 | atz has quit IRC |
| # | 12:46:00 | atz has joined #evergreen |
| # | 12:56:55 | natschil | rickyjones: how is it going? |
| # | 13:01:20 | rickyjones | I think I'm getting items in from the LOC, but I'm having some issues with getting them assigned to my library. |
| # | 13:02:22 | rickyjones | I started off with the latest virtual image - so it already has some default libraries, which I modified to be my own. When I bring the item in and try to add copies of it to the library it is not showing my modified branch/subbranch/sublibrary info. It is showing the original info. |
| # | 13:02:27 | rickyjones | Think the server needs a reboot? |
| # | 13:04:02 | natschil | rickyjones: sorry, I'm a little unclear as to what the issue is... have you run autogen.sh -c /openils/conf/opensrf_core.xml -u after modifying the libraries? |
| # | 13:04:20 | rickyjones | no - was I supposed to? |
| # | 13:16:32 | natschil | rickyjones: http://open-ils.org/dokuwiki/doku.php?id=server_installation |
| # | 13:16:45 | natschil | rickyjones: btw, which installation are you using? |
| # | 13:23:02 | rickyjones | I'm using: http://open-ils.org/dokuwiki/doku.php?id=virtual:virtualbox:lenny |
| # | 13:29:13 | natschil | rickyjones: I don't know if that one works or not... anyway, 1.6 is about to come out, which is a lot better than 1.4, though I'm not the expert here... |
| # | 13:29:57 | natschil | but I really don't know.... I remember one of the 1.4 images didn't work, but I think it was the ubuntu one, not the lenny one so I'm not sure. |
| # | 13:30:04 | natschil | but yeah, run autogen. |
| # | 13:30:25 | rickyjones | k, I just ran it and rebooted to be on the safe side. |
| # | 13:32:16 | eguest has joined #evergreen |
| # | 13:32:25 | eguest | hi guys |
| # | 13:32:30 | eguest | quick question |
| # | 13:33:08 | eguest | got a small erro while running cd xml2 && make |
| # | 13:33:16 | eguest | during the installation of postgres sql |
| # | 13:33:40 | natschil | eguest: what system are you on? |
| # | 13:33:41 | eguest | i goe this errror make: *** [xpath.o] Error 1 |
| # | 13:33:45 | natschil | s/system/os/ |
| # | 13:33:50 | natschil | eguest: anything else? |
| # | 13:33:53 | eguest | any ideas |
| # | 13:34:00 | eguest | ubuntu hardy |
| # | 13:34:17 | eguest | yeah le me paste the output of te make |
| # | 13:35:20 | natschil | eguest: what version of evergreen? |
| # | 13:36:08 | eguest | 1.4.0.6 |
| # | 13:36:53 | lisppaste3 | eguest pasted "untitled" at http://paste.lisp.org/display/88475 |
| # | 13:38:06 | natschil | eguest: you need to install libxml |
| # | 13:38:25 | eguest | i see |
| # | 13:38:43 | eguest | so aptitude install libxml should do it |
| # | 13:38:59 | natschil | eguest: I personally would recommend that you install postgresql-8.2 from the ubuntu repositories. |
| # | 13:40:30 | eguest | well i was following the cheat sheet |
| # | 13:40:42 | brendan_ga has joined #evergreen |
| # | 13:40:53 | eguest | but i was able to install it succesfully after installing a few dependendecies |
| # | 13:41:22 | natschil | eguest: is this a single server install? |
| # | 13:42:38 | eguest | id dont get what single server means ? |
| # | 13:43:07 | natschil | eguest: are you installing the whole server on the same machine? |
| # | 13:43:31 | natschil | eguest: if so, see http://open-ils.org/dokuwiki/doku.php?id=server_installation:debian_gentoo_ubuntu_prerequisites_makefile |
| # | 13:43:35 | eguest | yes |
| # | 13:44:36 | natschil | it should install all you need for installing evergreen, including postgresql in one go. |
| # | 13:47:48 | eguest | okay |
| # | 13:48:06 | eguest | Download the Debian Etch and Gentoo prerequisites installer makefile for OpenSRF 0.9 / Evergreen 1.2. In a terminal window, run the following command (using the updated link, if applicable): |
| # | 13:48:32 | eguest | this line says the intalllation is for evergreen 1.2 but i am installing evergreen 1.4.0.6 or it will work |
| # | 13:53:19 | eguest | i hwever ran aptitude show libxml2 and it states that its currently installed |
| # | 13:55:41 | natschil | eguest: As the installer only installs files *needed_by* evergreen, I don't think it makes a difference whether you're installing 1.4 or 1.2 |
| # | 14:01:21 | eguest | okay but i seem to reember reading somewehre that evergreen 1.4.0.6 and above work with opensrf 1.0.6 and above |
| # | 14:01:53 | eguest | so i am thinking that maybe the differnet versionsmay need some differnet versions of opensrf .correct me if i am wrong |
| # | 14:02:17 | natschil | |
| # | 14:02:22 | natschil | |
| # | 14:04:25 | eguest | okayt |
| # | 14:04:39 | eguest | hmm... |
| # | 14:06:42 | eguest | i have already installed postrgre 8.2 so do i run the makefile that installs the prerequistes and then continue from where i left off |
| # | 14:07:16 | atz has quit IRC |
| # | 14:07:19 | eguest | that is the 'cd xml2 and make '.that is the step i got to |
| # | 14:07:57 | atz has joined #evergreen |
| # | 14:08:07 | rickyjones has quit IRC |
| # | 14:09:29 | natschil | eguest: you might also want to consider looking at http://open-ils.org/dokuwiki/doku.php?id=server:1.6.0:install |
| # | 14:13:19 | eguest | okay |
| # | 14:13:26 | eguest | had a look at it |
| # | 14:35:24 | natschil has quit IRC |
| # | 14:55:43 | centyx has joined #evergreen |
| # | 14:55:50 | centyx has left #evergreen |
| # | 15:49:24 | greg_g has joined #evergreen |
| # | 15:57:48 | eguest has quit IRC |
| # | 16:02:13 | greg-g has quit IRC |
| # | 16:34:14 | _bott_ has joined #evergreen |
| # | 17:37:26 | mck9 has quit IRC |
| # | 18:03:02 | eguest039 has joined #evergreen |
| # | 18:05:05 | eguest039 has joined #evergreen |
| # | 18:05:14 | atz has quit IRC |
| # | 18:05:40 | eguest039 | hello |
| # | 18:05:55 | atz has joined #evergreen |
| # | 18:06:42 | eguest039 | ima installing the openrf |
| # | 18:06:59 | eguest039 | i have been able to install most of hte modules |
| # | 18:07:31 | eguest039 | cpan is installing the reset of the perl modules |
| # | 18:07:51 | eguest039 | how long does it typicaly take |
| # | 18:10:19 | eguest039 | any help |
| # | 18:10:59 | [1]atz has joined #evergreen |
| # | 18:11:07 | eguest039 | i wans also wondering if i stopped or the connection to the internet broke i could start the isntallation of the dependices for hte opensrf from the point where i left off |
| # | 18:13:07 | eguest039 | any ideas |
| # | 18:27:15 | eguest039 has quit IRC |
| # | 18:28:31 | atz has quit IRC |
| # | 18:28:32 | [1]atz is now known as atz |
| # | 18:36:05 | Branflakes has quit IRC |
| # | 18:36:47 | Branflakes has joined #evergreen |
| # | 19:00:58 | [1]atz has joined #evergreen |
| # | 19:19:05 | atz has quit IRC |
| # | 19:19:06 | [1]atz is now known as atz |
| # | 20:03:56 | [1]atz has joined #evergreen |
| # | 20:07:31 | phase_bb has joined #evergreen |
| # | 20:22:18 | atz has quit IRC |
| # | 20:22:18 | [1]atz is now known as atz |
| # | 22:13:05 | phasefx_ borrows the convention from #koha: |
| # | 22:13:09 | phasefx_ | hello #evergreen |