EPrints Technical Mailing List Archive
Message: #05027
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: User Login failure after upgrading from Eprints 3.3.3 to 3.3.14
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: User Login failure after upgrading from Eprints 3.3.3 to 3.3.14
- From: Thomas Lauke <th.lauke@arcor.de>
- Date: Wed, 28 Oct 2015 09:57:23 +0100 (CET)
> My problem is I don't know which rights to play around with, if the error I am getting is related to rights. for the executing user 2 access bits have to be set: read + execute ... thus as root - check the group your executer belongs to -> EXEgroup - check, that the owner EprintsOwner of all relevant files belongs to EXEgroup - check, that all relevant files are owned by EprintsOwner find <PathToEprints> ! -user <EprintsOwner> - search for files rejecting the necessary access: find <PathToEprints> -user <EprintsOwner> ! -perm -u=r,g=r - add the necessary access: find <PathToEprints> -user <EprintsOwner> ! -perm -u=r,g=r -exec chmod ug+r {} \; - add execution bit only if necessary find <PathToEprints> -user <EprintsOwner> \( -type d -o -type f -perm /u=x \) ! -perm -u=x,g=x -exec chmod ug+x {} \; Good luck Thomas
- Follow-Ups:
- [EP-tech] Re: User Login failure after upgrading from Eprints 3.3.3 to 3.3.14
- From: Thomas Lauke <th.lauke@arcor.de>
- [EP-tech] Re: User Login failure after upgrading from Eprints 3.3.3 to 3.3.14
- From: Luxmore Chiwuta <chiwutal@gmail.com>
- [EP-tech] Re: User Login failure after upgrading from Eprints 3.3.3 to 3.3.14
- Prev by Date: [EP-tech] Re: User Login failure after upgrading from Eprints 3.3.3 to 3.3.14
- Next by Date: [EP-tech] EPrints Manage Deposits & Review Screens
- Previous by thread: [EP-tech] License Images / Phrases
- Next by thread: [EP-tech] Re: User Login failure after upgrading from Eprints 3.3.3 to 3.3.14
- Index(es):