-
You got the following code:
```
if (path.startsWith("pnfs/") || path.startsWith("/pnfs/") ) {
return path;
}
String LFN = path;
if…
-
Install packages for kernel build
```
dpkg --add-architecture i386
apt-get update
apt-get install ia32-libs libncurses5-dev make build-essential uboot-mkimage
```
Fetch toolchain for cubie (ps.: i w…
-
Hi.
I am compiling a 4.0 kernel for the udoo and need v4l2 capture support. However, the most recent version fails to compile with the following error:
```
....
ERROR: "bg_overlay_sdc_deselect" [dri…
-
(Copy made from Frank's mail sent to the list)
Since we have been discussing eliminating some compile time config options,
I thought I would do a little scrub of conditionals used in the code.
Note …
-
Hi,
We have a clean install of v6r11p11 with a single VO configured. When we upload a file with dirac-dms-add-file using the in-built FileCatalog, the file appears in the namespace, but has no replic…
-
In general with srm we need to use the prefix `file:` to locate local input files. That's the way this prefix is added in the WMCore plugin (https://github.com/dmwm/WMCore/blob/master/src/python/WMCor…
-
Dea Igor
make shure youre kernel supports UDEV
Kernel
udev requires the following kernel options:
KERNEL
General setup --->
[*] Configure standard kernel features (expert users) --->
…
-
See here https://hypernews.cern.ch/HyperNews/CMS/get/crabDevelopment/1905/1/2/1/1/1/1.html
-
The user proxy is expired in the server while the same user is submitting other jobs using the same proxy. So the user proxy should be valid in the server. Here is the error (*) and an example of FTS…
-
This does not currently work although https://github.com/dmwm/CRABClient/blob/master/src/python/CRABClient/Commands/remote_copy.py can handle it.
Together with Justas we found that https://github.com…