[ome-devel] Configurations, admin interface

Chris Allan callan at blackcat.ca
Tue Jul 13 17:19:16 BST 2004


On Tue, Jul 13, 2004 at 03:46:59PM +0000, Claude Bonnard wrote:
> Hello,

Hi Claude.

> After some difficulties (which are not yet completely solved), the package
> looks like -at least - starting: it is possible to access to the main page.
> 
> The administrator user can login, and can create a project adn a dataset.
> That's fine! But operation such as uploading images goes to permission problem,
> as shown on the (pdf) snapshot included. (if unreadable, the server's reply to
> the request is 'permission denied for /home/cbonnard' wihch was defined as
> "Default data directory" during the install...).

Check the permissions of /home/cbonnard. This directory has to be
readable by the same user Apache runs as. I belive this is "apache" on
RedHat but you can find out by looking at /etc/passwd.

Executing the following should fix any permissions issues with your home
directory:

chmod +rx /home/chbonnard

> 
> Does someone have an idea of the configuration files, on their administration?
>  Certainly yes, but where could I find this information?
> 
> This should be useful: Is there, like in SIDB, some administration interfaces,
> allowing basic things such as the creation of a user, the tuning of the
> authorization parameters ?

Unfortunately, none of this is available from a web/graphical interface.
The tool to create a user is /src/SQL/addOMEuser.pl. For a group it is
/src/SQL/addOMEgroup.pl.

Both of these scripts are in the distribution package you downloaded.

> 
> Thanks for your help again,

Not a problem.

> 
> Claude
> 

Ciao.

-Chris


More information about the ome-devel mailing list