Hi Samuele,

Thanks for your reply. I will keep you posted.

Hossein


you wrote:
Dear Hossein,

In data venerdì 13 novembre 2009 02:49:47, Benoit Thiell ha scritto:
-------- Original Message --------
Subject: Re: Registered exception error
Date: Thu, 12 Nov 2009 14:33:55 -0800
From: Hossein Rafighi <[email protected]>
To: Benoit Thiell <[email protected]>
'http://www.pa.msu.edu/~huston/triumf/triumf_huston.ppt')]
2009-11-12 14:02:11 --> .... processing ppt from
http://www.pa.msu.edu/~huston/triumf/triumf_huston.ppt started
2009-11-12 14:02:13 --> task_sig_ping(), got signal 12 frame <frame
object at 0x8eb023c>
2009-11-12 14:02:13 --> Updating task status to ERROR.
2009-11-12 14:02:13 --> Task #242 finished. [ERROR]

Cheers,
Hossein

this seems to be related to a bug that happens when indexing remote fulltext files, due to a conflict between UNIX sockets and UNIX signals on Python.

An immediate workaround to this is to temporary switch off indexing of remote fulltext by setting in your invenio(-local).conf:

CFG_BIBINDEX_FULLTEXT_INDEX_LOCAL_FILES_ONLY = True

However you can apply the attached patch to fix this permanently.

In order to apply it just save it somewhere and then:

$ cd /opt/cds-invenio/lib/python/invenio
$ sudo patch -p4 --dry-run < /tmp/bibtask.patch
$ # if everything looks fine then...
$ sudo patch -p4 < /tmp/bibtask.patch

Best regards,
        Samuele


--
 _____  _____   _____  _   _  _   _  ____ Hossein Rafighi
|_   _||  _  \ |_   _|| | | || \_/ ||  __|TRIUMF, 4004 Wesbrook Mall
  | |  | |_|  )  | |  | | | ||     || |__ Vancouver BC, Canada, V6T 2A3
  | |  |  _  /   | |  | \_/ || \_/ ||  __|Voice: (604) 222-1047
  | |  | | \ \  _| |_ |     || | | || |   Fax:   (604) 222-1074
  |_|  |_|  \_\|_____| \___/ |_| |_||_|   Website: http://www.triumf.ca

Reply via email to