2008-05-19T01:03:33 *** asmodai has joined #OpenILS-Evergreen 2008-05-19T01:18:51 *** stareagle has joined #openils-evergreen 2008-05-19T01:19:01 hello everyone 2008-05-19T01:23:12 *** stareagle has quit IRC 2008-05-19T03:06:33 *** Mark__T has joined #openils-evergreen 2008-05-19T03:21:17 *** rsinger has joined #OpenILS-Evergreen 2008-05-19T03:37:34 *** rsinger_ has quit IRC 2008-05-19T04:49:24 *** Mark__T has quit IRC 2008-05-19T06:39:10 *** Mark__T has joined #openils-evergreen 2008-05-19T08:03:48 *** Stareagle has joined #OpenILS-Evergreen 2008-05-19T08:04:26 hi 2008-05-19T08:50:22 *** ecorrad_montreal is now known as ecorrado 2008-05-19T09:12:57 hello is there anyone alive? 2008-05-19T09:15:00 I'm sorry... It's the start of Monday. We're all zombies 2008-05-19T09:15:37 Hi I'm having troubles installing Evergreen on ubuntu can anyone help? 2008-05-19T09:19:09 *** Stareagle has quit IRC 2008-05-19T09:25:28 *** Stareagle has joined #openils-evergreen 2008-05-19T09:26:06 Stareagle: hey, feel free to just ask questions... someone will respond when they can 2008-05-19T09:26:18 can anyone help me on an Evergreen install problem? 2008-05-19T09:26:54 Hey berick 2008-05-19T09:27:59 hi, Stareagle, what kind of problems are you having? 2008-05-19T09:30:17 Well I used the install help page on the Evergreen website and go all the way to point 26. Here I can't access the cgi scripts using http::/machine-name but can on 127.0.0.1 when using the latter if I click on one of the links it gives me an Internal Server Error. I have tried this 4 times now and ech tme get stuck at point 26!!!! 2008-05-19T09:30:28 *** gmcharlt has joined #OpenILS-Evergreen 2008-05-19T09:31:27 *** pmurray_away is now known as pmurray 2008-05-19T09:32:02 Stareagle: what happens when you go to http://machine-name ? 2008-05-19T09:34:12 berick: I use http://evergreen-laptop/cgi-bin/config.cgi and get You don't have permission to access /cgi-bin/config.cgi on this server. BTW I'm using ubuntu 8.04 2008-05-19T09:35:06 Stareagle: you'll need to edit your eg.conf file. look for the cgi-bin section and update the "Allow from ..." section accordingly. you can do "Allow from all" or "All from " 2008-05-19T09:47:26 berick: Well I tried "Allow from all" and still get the same error. 2008-05-19T09:47:58 just to be clear, you restarted apache? 2008-05-19T09:51:36 AH!!! DUH!!! well now I can get the links up but still get an internal server error when I click on one of those links. 2008-05-19T09:53:05 that's probably a postgres config problem in /openils/conf/live-db-setup.pl 2008-05-19T09:53:47 but you'll get the most information from /var/log/apache2/error.log 2008-05-19T09:59:53 g'morning - dbs, if you're present, i just read your responses from friday 2008-05-19T10:01:57 *** Karen__ has joined #OpenILS-Evergreen 2008-05-19T10:03:02 berick: Ok I looked at the error log and there was one line that read Need a data source at /openils/var/cgi-bin/usr_group-setup.cgi line 16, but not sure what this means. Sorry if I sound thick but I've just swapped from the cosited environ of windows. Well at least my laptop hasn't crashed yet. 2008-05-19T10:05:06 Stareagle: yeah, there's a problem with /openils/conf/live-db-setup.pl 2008-05-19T10:05:50 you'll need to make sure the contents of that file match your database connection settings 2008-05-19T10:05:54 *** Mark__T has left #openils-evergreen 2008-05-19T10:07:38 berick: mmm! I don't have that file?! 2008-05-19T10:08:38 Stareagle: do you have other files in /openils/conf/ ? 2008-05-19T10:10:20 berick: yes 10 others the only one with pl extension is offline-config.pl would it be elswhere? 2008-05-19T10:11:44 it should be right there 2008-05-19T10:11:47 that's strange 2008-05-19T10:12:26 I check all my install steps and I didn't miss anything. 2008-05-19T10:12:50 Stareagle: could you re-run 'make config' and 'make', and 'make install' for Evergreen? 2008-05-19T10:13:08 berick: OK I'll try that 2008-05-19T10:22:45 berick: done that but still no "live-db-setup.pl" although I do have a "setup.pl" 2008-05-19T10:24:30 you have a setup.pl in /openils/conf ? 2008-05-19T10:26:17 no sorry iwas looking in cgi-bin! only 'pl' file in conf is "offline-config.pl" 2008-05-19T10:26:45 Stareagle: what are your build targets in install.conf ? 2008-05-19T10:27:03 in the source directory, that is 2008-05-19T10:28:32 berick: "openils_all" "evergreen_core" 2008-05-19T10:28:58 and no errors when you run 'make install' ? 2008-05-19T10:30:51 ah! Iran it again with sudo. I get a lot of could not connect to server for psql 2008-05-19T10:34:20 ah yeah, gotta run it with sudo (or as root) 2008-05-19T10:34:40 so, it seems the db connection settings in install.conf are not correct 2008-05-19T10:38:10 the setting seem to look ok. how do i check what postgres hs? 2008-05-19T10:47:22 *** jeff has quit IRC 2008-05-19T10:48:24 Stareagle: see if you can connect: psql -U -h -W 2008-05-19T11:01:23 no I get the error Is the server running on host "evergreen-laptop" and accepting TCP/IP connections on port 5432? but if I ommit -h I do connect!! 2008-05-19T11:01:49 try -h localhost 2008-05-19T11:04:05 now i get missing or erroneous pg_hba.conf file but I can connect with psql -U evergreen -W evergreen. The pg_hba.conf file does exist 2008-05-19T11:04:55 heh, that's a new one.. 2008-05-19T11:12:22 could it be something to do with IPv6 IPv4 conflict? 2008-05-19T11:13:52 not sure. i would suggest googling your error 2008-05-19T11:22:19 Berick: BIG DUHS!!!! ALL ROUND FOR ME. I forgot to uncomment the listen_addresses in /etc/postgresql/8.2/main/postgresql.conf !!!!!!!! Now postgres at least works... going back to install evergreen. 2008-05-19T11:35:17 so, from friday, the POLISH L issue, that character is a completely composed entity and not a 'l' (ell) with a combining mark. That's why it's not demoted to 'l' by s/\pM+//go in the indexing and search code ... so ... there's that. 2008-05-19T11:42:05 *** Stareagle has quit IRC 2008-05-19T13:53:01 *** EGUEST529 has joined #openils-evergreen 2008-05-19T13:54:22 *** EGUEST529 has quit IRC 2008-05-19T16:59:18 *** pmurray is now known as pmurray_away 2008-05-19T17:42:14 *** Karen__ has left #OpenILS-Evergreen 2008-05-19T20:09:37 *** lisppaste6 has quit IRC 2008-05-19T20:32:28 *** lisppaste6 has joined #openils-evergreen 2008-05-19T20:34:49 *** lisppaste6 has quit IRC 2008-05-19T20:46:52 *** djfiander has joined #OpenILS-Evergreen 2008-05-19T20:47:28 greetings for beautiful Windsor 2008-05-19T20:47:34 s/for/from 2008-05-19T20:47:56 * miker_ waves north 2008-05-19T20:48:55 business travel rule #1: Never let the visitor choose the restaurant 2008-05-19T20:49:04 haha 2008-05-19T20:49:19 (I once ended up in the most expensive resto in town because somebody else made the plans) 2008-05-19T20:49:29 rule #2: never let the local choose the hotel ;-) 2008-05-19T20:53:54 heh 2008-05-19T20:55:15 so, when are we gonna see kgs in chan? 2008-05-19T20:57:40 dunno 2008-05-19T20:57:58 *** lisppaste6 has joined #openils-evergreen 2008-05-19T21:07:56 *** djfiander has quit IRC 2008-05-19T21:08:48 *** djfiander has joined #OpenILS-Evergreen 2008-05-19T21:15:03 *** djfiander has quit IRC 2008-05-19T21:21:22 *** dbs has joined #openils-evergreen 2008-05-19T21:41:53 *** sarabee has joined #openils-evergreen