Brett Hartley
Brett Hartley
We receive a number of `SYS_AGENT_INIT_ERR` errors, which means one of a small list of problems has occurred. One of these is that the environment variables are missing the authentication...
When calling docker run, the tag's position is important. Everything after the tag is interpreted as the command to be run in the container, so the tag must go after...
irods-dev provides rodsClient.h, which is required to build kanki
## Bug Report ### iRODS Version, OS and Version 4.1.12, Ubuntu 12.04 ### What did you try to do? Simultaneous iput -f calls on the same file (either from one...
## Bug Report ### iRODS Version, OS and Version Centos 7, 4.1.10 ### What did you try to do? ``` yum -y install epel-release yum -y install wget mkdir /tmp/irods_4.1.10...
``` docker-machine ls NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS runner-587241eb-1490702504-2a286bb1 - openstack Running tcp://172.27.93.78:2376 v1.12.6 runner-587241eb-1490702504-6c323aaf - openstack Running tcp://172.27.93.78:2376 v1.12.6 runner-587241eb-1490702504-5024f19b - openstack Running tcp://172.27.93.78:2376 v1.12.6 ```...
When features are added, the metalnx.properties file changes. When changing version, there should be defaults in place such that the file doesn't need to change unless one wants to enable...
Testing master branch on a 4.2.7 cluster Attempting to search (either by metadata or by properties) fails attempting to find a specific query. I couldn't find which specific query it...
`icp test test.txt` produces test.txt identical to test, but because metalnx is interpreting the file extension, it deems these files different, test is `application/octet-stream` and test.txt is `text/plain`, this in...
metalnx doesn't always close failed connections immediately. Our dev irods database was effectively DOS'd by metalnx creating too many connections. A lot (possibly all) of the connections which don't get...