Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
public:grid:ubuntu_install [2009-11-30 13:16] – Document moved from software:grid Arno Schoenmakers | public:grid:ubuntu_install [2017-03-08 15:27] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 67: | Line 67: | ||
The files groups.conf and users.conf can be empty. The file “site-info.def” is the important configuration file that we need to get right. | The files groups.conf and users.conf can be empty. The file “site-info.def” is the important configuration file that we need to get right. | ||
- | First generate a [[site-info.def]]. You do this by taking one of the examples and editing it to tailor it to your site. Important parameters are: | + | First generate a [[software:site-info.def]]. You do this by taking one of the examples and editing it to tailor it to your site. Important parameters are: |
USERS_CONF=/ | USERS_CONF=/ | ||
GROUPS_CONF=/ | GROUPS_CONF=/ | ||
Line 126: | Line 126: | ||
On the LOFAR systems there is a script in / | On the LOFAR systems there is a script in / | ||
+ | |||
+ | ===== Errors ===== | ||
+ | |||
+ | After a while I encountered this error message from voms-proxy-init: | ||
+ | globus_gss_assist token :-1: read failure: Operation not permitted | ||
+ | |||
+ | It seems it's caused by your time/date being out of sync. Fixing NTP solved the problem at least. |