← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:12 | libsysguy joined #koha | |
00:52 | libsysguy joined #koha | |
01:30 | jcamins | Right, that's all the help s/he is getting from me. |
01:31 | If you can't be bothered to read my response at all, you don't need help. | |
01:31 | libsysguy joined #koha | |
02:10 | libsysguy joined #koha | |
02:50 | libsysguy joined #koha | |
03:30 | libsysguy joined #koha | |
04:08 | libsysguy joined #koha | |
04:51 | libsysguy joined #koha | |
05:06 | thd-away` joined #koha | |
05:33 | libsysguy joined #koha | |
05:46 | druthb_mobile joined #koha | |
06:14 | libsysguy joined #koha | |
06:37 | cait joined #koha | |
06:55 | libsysguy joined #koha | |
07:36 | libsysguy joined #koha | |
07:40 | cait | good morning #koha |
08:17 | libsysguy joined #koha | |
08:58 | libsysguy joined #koha | |
09:39 | libsysguy joined #koha | |
10:20 | libsysguy joined #koha | |
11:01 | libsysguy joined #koha | |
11:07 | thd-away joined #koha | |
11:41 | libsysguy joined #koha | |
12:22 | libsysguy joined #koha | |
12:33 | jcamins_away | libsysguy: you should start using an IRC proxy. |
12:35 | Or irssi+screen. | |
13:02 | libsysguy joined #koha | |
13:43 | libsysguy joined #koha | |
14:25 | libsysguy joined #koha | |
15:05 | libsysguy joined #koha | |
15:23 | jcamins_away | @later tell libsysguy You have got to do something about your IRC client. Either get an IRC proxy or *something*. It's been timing out every 15-30 minutes for the last 14 hours. |
15:23 | huginn | jcamins_away: The operation succeeded. |
15:24 | druthb | *snrk* |
15:47 | libsysguy joined #koha | |
15:59 | lds joined #koha | |
16:29 | libsysguy joined #koha | |
16:36 | cait joined #koha | |
17:06 | thd-away` joined #koha | |
17:10 | libsysguy joined #koha | |
17:22 | pierre_paris joined #koha | |
17:27 | pierre_paris | Hello everybody! |
17:27 | I have a problem with /migration_tools/bulkmarcimport.pl. I was wondering whether there would be anybody available to help me. | |
17:28 | jcamins_away | pierre_paris: I'm sort of here. |
17:28 | What's the problem? | |
17:28 | wahanui | the problem is it's human beings doing it. Rebuild your indexes. |
17:29 | pierre_paris | I am getting the follwing error message : DBI connect('dbname=koha;host=localhost;port=3306','kohaadmin',...) failed: Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /usr/share/koha/lib/C4/Context.pm line 758 Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /usr/sha |
17:29 | jcamins_away | Sounds like you don't have your database credential configured correctly. |
17:29 | *credentials | |
17:30 | pierre_paris | I can login through the web interface and everything is fiel . I already imported a file and it was OK. The issue is when I switch to command line |
17:30 | jcamins_away | In that case it sounds like you have your KOHA_CONF environment variable configured incorrectly. |
17:31 | pierre_paris | OK, what should I do? |
17:31 | jcamins_away | Step one is to locate your koha-conf.xml file. |
17:31 | It will probably be at /etc/koha/koha-conf.xml. | |
17:32 | pierre_paris | OK, I have opened it. |
17:33 | jcamins_away | You don't need to open it. Just find it. |
17:33 | pierre_paris | OK found it. |
17:34 | jcamins_away | So if you know where it is, all you have to do is run `export KOHA_CONF=/path/to/koha-conf.xml` and then rerun bulkmarcimport. |
17:34 | (replacing /path/to with the actual path, of course) | |
17:37 | pierre_paris | OK, I just did this : export KOHA_CONF=/etc/koha/koha-conf.xml and ran again bulkmarcport : same error message |
17:38 | jcamins_away | And you're sure that you're on the correct server? |
17:38 | I can think of no way for it to be possible for the web interface to work but the command line not work, if your environment variables are correct. | |
17:38 | pierre_paris | Yes, this my PC, there is nothing else (running Ubuntu lynx lucid) |
17:39 | jcamins_away | And the web interface is working right this moment? |
17:39 | pierre_paris | Yes, I just launched a search and it was OK. |
17:40 | jcamins_away | You installed Koha using the tarball? |
17:41 | And what version of Koha? | |
17:42 | pierre_paris | I followed the instructions on : http://wiki.koha-community.org[…]ubuntu_-_packages |
17:42 | jcamins_away | Oh, excellent! |
17:42 | pierre_paris | SO I guess it was the latest available version (two days ago). |
17:42 | jcamins_away | What was the path to koha-conf.xml? |
17:43 | The error message through me onto the wrong track. | |
17:43 | *threw | |
17:44 | pierre_paris | The path is indeed : /etc/koha/koha-conf.xml. |
17:44 | jcamins_away | Ah-ha. |
17:44 | That's the wrong file. | |
17:44 | When you ran koha-create, what did you call your instance? | |
17:45 | pierre_paris | I left the default name : "library" |
17:45 | jcamins_away | Okay. |
17:46 | So actually we want `export KOHA_CONF=/etc/koha/sites/library/koha-conf.xml` | |
17:46 | However, that file may not be readable to your user. | |
17:46 | In which case you will need to `sudo su - library-koha` | |
17:46 | Then do the export command and bulkmarcimport command. | |
17:49 | pierre_paris | Thanks! It seems ti be running OK now. 1000 records already imported in a whiff... |
17:49 | jcamins_away | Yay! |
17:50 | pierre_paris | Than you very much indeed for your help, as a newbie I guess I might need you again in the future... |
17:51 | jcamins_away | pierre_paris: welcome to #koha! |
17:51 | And you're very welcome. | |
17:51 | We like helping. :) | |
17:52 | pierre_paris | Out of sheer curiosity, where are you located? |
17:52 | jcamins_away | I'm in New York (city). |
17:52 | libsysguy joined #koha | |
17:53 | jcamins_away | But there are people from all over the world on #koha. |
17:53 | pierre_paris | S, Happy Xmas in advance, from the other side of the Pond! |
17:53 | jcamins_away | (though a lot more people when it isn't the weekend, and a few more people when it isn't a holiday weekend) |
17:53 | :) | |
17:53 | Thanks. | |
17:54 | pierre_paris | One last question : if I have records with 880 tags in Marc 21 (original script in Chinese etc.), is this content automaticaly indexed, or do I have to do something? |
17:54 | jcamins_away | It is not indexed. |
17:55 | It is on my to-do list to make that happen, but my to-do list is several miles long, with no prospect of getting shorter. | |
17:56 | It's a reasonably straightforward fix, but not necessarily easy. | |
17:56 | pierre_paris | OK, so is there a way to add a specific tag manually so as to have it indexed? |
17:56 | jcamins_away | Not for 880. |
17:57 | In MARBI's wisdom, the tag number for 880 fields is stored in the data portion of the field. | |
17:58 | pierre_paris | Yes, but it could be put into an "anywhere" index, independently of the specific tag to which it is linked. |
18:00 | jcamins_away | If an "Anywhere" index is good enough for you, you could edit /etc/koha/zebradb/marc_defs/marc21/biblios/record.abs and add the line "melm 880 Note" |
18:00 | Then do a full reindex. | |
18:02 | pierre_paris | OK, I'll try this. I won't bother anymore for now. Congrats for a very good piece of sofware anyways! Bye. |
18:02 | jcamins_away | Bye. |
18:33 | libsysguy joined #koha | |
18:48 | cait joined #koha | |
18:49 | * cait | waves |
19:14 | libsysguy joined #koha | |
19:33 | libsysguy joined #koha | |
19:50 | trea joined #koha | |
20:05 | libsysguy joined #koha | |
20:45 | libsysguy joined #koha | |
21:02 | wizzyrea joined #koha | |
21:25 | libsysguy joined #koha | |
21:26 | cait joined #koha | |
21:28 | cait_ joined #koha | |
21:28 | * cait_ | waves |
21:30 | cait joined #koha | |
21:38 | wizzyrea | hi cait : |
21:38 | :) | |
21:38 | aw missed her | |
21:38 | jcamins_away | She's still here. |
21:38 | You missed cait_ | |
21:38 | wizzyrea | oh indeed. |
21:38 | reading WIN. | |
21:38 | * wizzyrea | sighs. |
21:40 | cait_ joined #koha | |
21:42 | jcamins_away | And she's back! |
21:42 | Hey... | |
21:42 | awww. | |
21:42 | wizzyrea: you don't have ops anymore | |
21:42 | I was going to ask you to ban libsysguy. | |
21:42 | wizzyrea | ! |
21:43 | why would we ban libsysguy | |
21:43 | jcamins_away | Because he's not home, and his connection goes out every fifteen minutes. |
21:43 | wizzyrea | oh |
21:43 | cjh | lol |
21:43 | wizzyrea | well just because I don't have it doesn't mean i COULDN'T have it |
21:43 | * cjh | waits for wizzyrea to go god mode |
21:44 | wizzyrea | mua ha ha ha |
21:44 | cait_ | lol |
21:44 | hi nz :) | |
21:44 | cjh | all bow before wizzyrea |
21:44 | cait_: good morning :) | |
21:44 | wizzyrea | heh idk about that |
21:45 | well I don't know about banning someone for that :/ | |
21:45 | cait_ | @wunder Konstanz |
21:45 | huginn | cait_: The current temperature in Taegerwilen, Taegerwilen, Germany is 10.6°C (10:45 PM CET on December 23, 2012). Conditions: Clear. Humidity: 74%. Dew Point: 6.0°C. Pressure: 30.06 in 1018 hPa (Steady). |
21:45 | wizzyrea | @wunder wellington, nz |
21:45 | huginn | wizzyrea: The current temperature in Wellington, New Zealand is 19.0°C (10:00 AM NZDT on December 24, 2012). Conditions: Mostly Cloudy. Humidity: 88%. Dew Point: 17.0°C. Pressure: 30.15 in 1021 hPa (Steady). |
21:45 | wizzyrea | ah nice |
21:46 | cait_ | too warm here actually for christmas |
21:46 | weird weather this year | |
21:56 | cait joined #koha | |
22:04 | libsysguy joined #koha | |
22:37 | cait joined #koha | |
22:42 | libsysguy joined #koha | |
22:43 | jcamins_away | Ooh, is cait going to take over from libsysguy the "most ping timeouts" award? |
22:44 | cait | Sorry bad network atmy dad s |
22:45 | jcamins_away | Hehe. |
22:47 | cait | Merry christmas all :) |
23:06 | thd-away joined #koha | |
23:21 | libsysguy joined #koha | |
23:51 | corsair__ joined #koha |
← Previous day | Today | Next day → | Search | Index