You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current packaging script for rpm has a dependency from irods-icat.
This is not necesary and fails on irods v4.2.x, so it has to be replaced with irods-icommand.
The script should check the iRODS version and change the path for the policy manager script accordingly, otherwise in iRODS v4.2.x it fails:
$ sudo rpm -i /home/irodsmaster/rpmbuild/RPMS/noarch/irods-eudat-b2safe-dpm-client-1.0-0.noarch.rpm
To install/configure b2safe dpm client in iRODS do following as the user who runs iRODS :
source /etc/irods/service_account.config
su - $IRODS_SERVICE_ACCOUNT_NAME
cd /opt/eudat/b2safe-dpm-client/conf
# update config.ini with correct parameters with your favorite editor
chown: cannot access ‘/var/lib/irods/iRODS/server/bin/cmd/runPolicyManager.py’: No such file or directory
warning: %post(irods-eudat-b2safe-dpm-client-1.0-0.noarch) scriptlet failed, exit status 1
The text was updated successfully, but these errors were encountered:
The current packaging script for rpm has a dependency from irods-icat.
This is not necesary and fails on irods v4.2.x, so it has to be replaced with irods-icommand.
The script should check the iRODS version and change the path for the policy manager script accordingly, otherwise in iRODS v4.2.x it fails:
The text was updated successfully, but these errors were encountered: