Installed a current EMI3 UI release on a SL6/EPEL: dorigoa@cream-08 9:12:09 ~>cat /etc/issue Scientific Linux release 6.4 (Carbon) Kernel \r on an \m dorigoa@cream-08 9:12:11 ~>ls -l /etc/yum.repos.d/ total 40 -rw-r--r-- 1 root root 211 Jun 3 15:54 egi-trustanchors.repo -rw-r--r-- 1 root root 253 Mar 7 16:10 emi3-base.repo -rw-r--r-- 1 root root 264 Mar 7 16:10 emi3-contribs.repo -rw-r--r-- 1 root root 273 Mar 7 16:10 emi3-third-party.repo -rw-r--r-- 1 root root 262 Mar 7 16:10 emi3-updates.repo -rw-r--r-- 1 root root 957 Nov 5 2012 epel.repo -rw-r--r-- 1 root root 1056 Nov 5 2012 epel-testing.repo -rw-r--r--. 1 root root 1837 Feb 20 2012 sl6x.repo -rw-r--r-- 1 root root 2867 Jun 3 15:46 sl-other.repo -rw-r--r-- 1 root root 1799 Jun 3 15:46 sl.repo dorigoa@cream-08 9:12:45 ~>rpm -qa|egrep 'cream|emi-' glite-ce-cream-client-api-c-1.15.1-2.sl6.x86_64 glite-ce-cream-cli-1.15.1-2.sl6.x86_64 emi-release-3.0.0-2.el6.noarch emi-version-3.2.1-1.sl6.x86_64 emi-ui-3.0.1-1.el6.x86_64 unicore-hila-emi-es-2.4.1-1.sl6.noarch … Verified the bug is there: dorigoa@cream-08 9:13:02 ~>man glite-ce-job-lease No manual entry for glite-ce-job-lease I've Built respectively from branch 1.14 and from master of cream-cli the two rpms: glite-ce-cream-cli-1.14.2-1.x86_64.rpm glite-ce-cream-cli-1.15.2-1.x86_64.rpm Tried the former (1.14) and verified the bug is gone: dorigoa@cream-08 9:13:05 ~>su - Password: [root@cream-08 ~]# rpm -e --nodeps glite-ce-cream-cli [root@cream-08 ~]# rpm -ivh /home/dorigoa/glite-ce-cream-cli-1.14.2-1.x86_64.rpm Preparing... ########################################### [100%] 1:glite-ce-cream-cli ########################################### [100%] [root@cream-08 ~]# exit logout dorigoa@cream-08 9:25:04 ~>man -t glite-ce-job-lease > /dev/null (if the man page wasn't be there an error message like 'No manual entry for glite-ce-job-leases' would have been printed out). Tried the latter (1.15) and verified the bug is gone: dorigoa@cream-08 9:26:57 ~>su - Password: [root@cream-08 ~]# rpm -e --nodeps glite-ce-cream-cli [root@cream-08 ~]# rpm -ivh /home/dorigoa/glite-ce-cream-cli-1.15.2-1.x86_64.rpm Preparing... ########################################### [100%] 1:glite-ce-cream-cli ########################################### [100%] [root@cream-08 ~]# exit logout dorigoa@cream-08 9:27:11 ~>man -t glite-ce-job-lease > /dev/null