-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I built the DSI against irods 4.2.0 on centos 7 (see Docker build env). I believe this container to be set up to log to /var/log/gridftp.log
at the INFO logging level. I have also tried the "ALL" logging level, with no difference.
I'm attempting a directory listing of my home directory with globus-url-copy
. It fails. But all that is logged to /var/log/gridftp.log
is:
[6] Sat Dec 23 19:04:47 2017 :: Child process 21 ended with rc = 11
This ticket isn't so much about my actual error as it is about the fact that no useful information is logged even at the "ALL" level.
Note you can't directly run a container from an image generated from the docker build above. The intent is that you use the image above in the FROM line of an environment-specific Dockerfile, where you make the irods
service account authenticate as the rods
user in your zone, and perform other configurations specific to your deployment. However, the above build environment has everything related to this ticket.