Peter Verraedt

Results 9 comments of Peter Verraedt

Sorry for the C-dependency, it is only used in `https://github.com/peterverraedt/useros/blob/main/log.go` for debugging purposes and can easily be removed. I'll further test and see whether something pops up.

The issue only occurs if the irods environment of the client contains ``` { "irods_client_server_negotiation": "request_server_negotiation" } ``` as needed in our setup to always require SSL connections; in combination...

See also: https://github.com/irods/python-irodsclient/blob/main/irods/connection.py#L325

The issue can be traced back to the old way of starting irods agents: the rods server process would send the client option to the agent process using `sendEnvironmentVarStrToSocket` [1]...

I'm mainly pointing out the inconsistencies. As said, my use case is to synchronize files from an external source to irods for multiple users at once. There are a number...

I would consider this as a low-priority issue as a workaround is possible. It would be useful to look at the delete API calls first, especially the recursive deletion of...

There is surely a workaround possible. E.g. we have audit logs, they register when files are opened for writing and contain the pid. We can also regularly query the irods...