Tiramisu Mokka
Tiramisu Mokka
Hi @DavidHarrimanSCV , this is an unfortunate stack trace, that tells you that somthing went wrong during startup. Obviously we have to make it more user friendly. For now, please...
@DavidHarrimanSCV Do you still observe this issue? If yes, I would like to provide a build with an extra debugging.
@dependabot rebase
Hi Chris, I guess you need to install the standard package of trusted CAs: ``` $ rpm -qf /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem ca-certificates-2021.2.52-1.0.fc35.noarch ``` ``` $ openssl s_client -showcerts -connect stats.dcache.org:443 (git)-[master] CONNECTED(00000003)...
The path depends on JVM configuration and not controlled by dcache
The current client code is in **alpha** state and used for server testing only. Depending on your requirements you might try to adopt it to your needs, but that might...
I can reproduce the issue. The client/server interaction looks like: ``` -> OPEN file1, open_owner1 OPEN_CONFIRM open_stateid1 LOCK fh1, new lock owner: true, open_owner1, open_stateid1 LOCKU lock_stateid1 CLOSE fh1, open_stateid1...
@dkocher I have discussed the locking issue with NFS community and conclusion is that osx client is broken. However, I understand, that waiting for fix from apple is not an...