Hi Andrew, On Thu, Dec 17, 2020 at 04:46:49PM +0000, Groves, Andrew wrote:
Im trying to remove files on mass from the dirac file catolog (a whole directories worth) i've tried the command dirac-dms-clean-directory however I keep getting the error Failed to perform isDirectory from any catolog.
Im trying dirac-dms-clean-directory /mu3e.org/prod/build4.4.1.
Hmm, I think this should work (I tried it out on a small test case and verified the permissions on the directory you're trying to remove). Can you please verify that your proxy is valid and in the correct group? If the proxy looks OK, try adding the -ddd option and see if the extra debug gives you any further clues as to what the problem may be.
Also im trying to use dirac-dms-data-size, could I do this on the whole directory in one command or only on a list of files.
It can only take a list of files, but you can give it a file containing a list of files (which you can generate with another command): dirac-dms-find-lfns Path=/mu3e.org/... > files.lst dirac-dms-data-size files.lst Regards, Simon