-
We spent years to get rid of any reliance on a mounted name space. RucioN2N reintroduces such a check:
```
if (Files.exists(path)) {
```
This will only work if you have an NFS mo…
-
When putting a file or overwriting a file via WinSCP...
From NFSRODS log:
```
2019-09-16 15:18:58.917 ERROR [NFSServerV41] - Unhandled exception:
java.lang.UnsupportedOperationException: Not s…
trel updated
6 months ago
-
Dear dCache devs,
Sometimes we see that a `dcache status` lists an incorrect running duration, like in the examplke below.
```
[root@hare1 ~]# dcache status
DOMAIN STATUS…
-
Observed the following problem with NFS hanging during mount:
```
INFO: task mount.nfs:11252 blocked for more than 120 seconds.
Not tainted 2.6.32-696.16.1.el6.x86_64 #1
"echo 0 > /proc/sy…
-
Hi.
The docs for `dcache.net.allowed-subnet` don't tell what this does when left empty?!
I blindly assume it allows everything... but the text would rather imply it forbids everything:
> Client…
-
In [armv7-m/arm_cache.c](https://github.com/apache/nuttx/blob/master/arch/arm/src/armv7-m/arm_cache.c#L577) (potentially other arch's arm_cache.c files as well, haven't looked), `up_disable_dcache()` …
-
下面是 DCacheOptServer 的错误日志
`2019-07-31 12:29:22|38786|ERROR|[TARS][QueryEpBase::doEndpoints, callback activeEps is empty,objname:DCache.PropertyServer.PropertyObj]
2019-07-31 12:29:27|38786|ERROR|[TA…
-
I have an OIDC mapping based on OIDC provider:
```
[root@hedgehog14 /etc/dcache]# grep op:DTEAM multimap.conf
op:DTEAM username:dteam uid:14444 group:dteam gid:15555,true
```
I tried to test t…
-
I built the project on a SmartFusion2 FPGA and was able to successfully run bios+opensbi+Linux+buildroot with cpu-count = 1, 2 and 4. However, as cpu-count increases, Linux seems to be getting slower.…
-
There are many updated dependencies, along with nfs4j 0.23. I tried with the following pom.xml but am getting lots of compile errors.
I merged it with updates elements from dCache, repo links, and…