Dear Marc,

marc riera wrote:
Invenio is looking for a non existing directory,
/opt/cds-invenio/var/cache/rss .

Shall I create the directory? Why isn't the directory there?

the server is in fact trying to create the directory, but fails, most
probably because of wrong unix permissions. You can check that your
Apache user can write in /opt/cds-invenio/var/cache/

$ ls -ld /opt/cds-invenio/var/cache/

If not, then run the following as described in the INSTALL file:

$ sudo chgrp -R www-data /opt/cds-invenio
$ sudo chmod -R g+rw /opt/cds-invenio/var

(Make sure that www-data is your Apache user)

and Apache should be able to generate this directory. Alternatively you
can make it manually:

$ mkdir /opt/cds-invenio/var/cache/rss
$ sudo chgrp -R www-data /opt/cds-invenio/var/cache/rss
$ sudo chmod -R g+rw /opt/cds-invenio/var/cache/rss


PS: we have a new release version 0.99.1 of the software. You might
want to upgrade before you have many documents in your database.

Best regards

--
Jerome Caffaro ** CERN Document Server ** <http://cds.cern.ch/>

Reply via email to