EPrints Technical Mailing List Archive

Message: #09489


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] eprints upgrade error


SystemSettings seems to be having some trouble reading the directory /opt/eprints3/flavours
Does that directory exist?
You could try creating it if not.
If it does already exist and you still get this error, you could also try checking the directory has the correct read/write permissions, or correct ownership.
Typically it should be owned by the eprints user.
This command would make it owned by the eprints user and also add it to the eprints group:
chown eprints:eprints /opt/eprints3/flavours

Of course, if the EPrints you are installing or upgrading lack any flavours,
you may wish to add one.
The standard flavour is the Publications flavour - also known as pub_lib.

Yours,
Andrew.



________________________________________
From: eprints-tech-request@ecs.soton.ac.uk <eprints-tech-request@ecs.soton.ac.uk> on behalf of zen zenitram <quickfire28@gmail.com>
Sent: 29 November 2023 06:58
To: eprints-tech@ecs.soton.ac.uk
Subject: [EP-tech] eprints upgrade error

CAUTION: This e-mail originated outside the University of Southampton.
CAUTION: This e-mail originated outside the University of Southampton.

Good day

Can anyone help me with this problem?


eprints@eprints3:~$ ./bin/epadmin test
readdir() attempted on invalid dirhandle LIB at /usr/share/eprints3/bin/../perl_lib/EPrints/SystemSettings.pm line 56.
closedir() attempted on invalid dirhandle LIB at /usr/share/eprints3/bin/../perl_lib/EPrints/SystemSettings.pm line 57.

Thank you very much in advance!