Skip to content

VOMS Clients v. 3.0.2

Andrea Ceccanti edited this page Jul 2, 2013 · 5 revisions

This release fixes some backward incompatibilities introduced with version 3.0.0 of the voms-proxy-init and voms-proxy-info clients.

Bug fixes

  • VOMS-307: voms-proxy-info should print -timeleft and -actimeleft as number of seconds
  • VOMS-296: voms-proxy-* commands ignore X509_USER_PROXY environment variable

Installation and configuration

Repository configuration

VOMS packages will soon be available on the EMI 3 repository, but can also be obtained from the VOMS product team repository. Instructions are given below.

EMI repository configuration

You can find general EMI 3 installation instructions on the EMI site, but it basically boils down to installing the EMI repository

rpm --import http://emisoft.web.cern.ch/emisoft/dist/EMI/3/RPM-GPG-KEY-emi
wget http://emisoft.web.cern.ch/emisoft/dist/EMI/3/sl5/x86_64/base/emi-release-3.0.0-2.el5.noarch.rpm
yum localinstall -y emi-release-3.0.0-2.el5.noarch.rpm
VOMS PT repositories

VOMS PT repositories only provide the latest version of the certified VOMS packages. You still need to install EMI3 repositories (as detailed above) for installations to work as expected.

To install the repository files, run the following commands (as root):

(SL5) # wget http://italiangrid.github.io/voms/repo/voms_sl5.repo -O /etc/yum.repos.d/voms_sl5.repo
(SL6) # wget http://italiangrid.github.io/voms/repo/voms_sl6.repo -O /etc/yum.repos.d/voms_sl6.repo

Installation instructions

To update the VOMS clients packages run the following command (as root):

yum update

For a clean installation, run the following command (as root):

yum install voms-clients3

Known issues

See the Known issues page.