Terrell Russell

Results 52 issues of Terrell Russell

_Originally Opened: @trel (2013-05-14 22:20:37_) ## icommand related actions... put move remove (trash) repl phymv stagetocache synctoarch ## From: https://code.renci.org/gf/project/e-irods/tracker/?action=TrackerItemEdit&tracker_item_id=1407

enhancement
gforge
testing

This is no longer used as Metalnx is now a pure client and does not need specific hardware monitoring capabilities or clients/daemons.

enhancement

If `logical_path` is not a valid logical path... ```py import os from irods.session import iRODSSession env_file = os.path.expanduser("~/.irods/irods_environment.json") ssl_settings = {} session = iRODSSession(irods_env_file=env_file, **ssl_settings) logical_path = '/{0.zone}/home/{0.username}/does_not_exist.txt'.format(session) local_file =...

bug
consortium-member

**Describe the bug** Cyberduck cannot connect to an iRODS instance via PAM authentication if the current password contains any of a set of particular/special characters including `@`, `&`, `=`, and...

irods

Discovered after two installs where `/var/run` is a tmpfs... and so `/var/run/irods` does not persist across a reboot... We need to create `/etc/tmpfiles.d/irods.conf` with the following content... ``` # Create...

enhancement

Original need coming from NFSRODS, but also discussed in the Authentication Working Group. Currently, finding the highest level of permission for a user on a data object or collection requires...

enhancement

This operation is a redundant, admin-only way to add a collection in iRODS, and does not honor the normal/expected policies or permissions. It should be removed.

deprecation

This operation is a redundant, admin-only way to remove a collection in iRODS, and does not honor the normal/expected policies or permissions. It should be removed.

deprecation

iRODS introduced the control plane (listening on port 1248) 10 years ago in iRODS 4.1.0 (https://github.com/irods/irods/issues/2298). It will be removed in iRODS 5.0.0 as part of the redesign of the...

deprecation