- 02 Dec, 2008 2 commits
-
-
Steven Murray authored
This class now needs to be fleshed out.
-
Theodoros Rekatsinas authored
-
- 01 Dec, 2008 6 commits
-
-
Theodoros Rekatsinas authored
-
Steven Murray authored
connections from the VDQM and one for listening to connections from RTCPD. Two ports are required because of the major differences between the VDQM and RTCOPY prototcols. In the case of the VDQM protocol, the tape aggregator should listen, accept and then read in an incomming VDQM message, in other words the magic number, request type, message body length and finally the message body. In the case of the RTCOPY protocol, the tape aggregator should listen, accept and the send as opposed to read in a message.
-
Giulia Taurelli authored
-
Giulia Taurelli authored
added in getFilePath the logic to skip the files which were deleted in the nameserver during a repack process.
-
Steven Murray authored
-
Giulia Taurelli authored
-
- 28 Nov, 2008 11 commits
-
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Steven Murray authored
DATE=20081128163153.629177 HOST=lxcastordev04.cern.ch LVL=Error FACILITY=Vdqm PID=32660 TID=5 MSG="Could not get DbVdqmSvc" REQID=49300ee9-0000-1000-8176-aeef5a9aff08 NSHOSTNAME=N/A NSFILEID=0 Function="castor::vdqm::RTCPJobSubmitterThread::select" Message="Couldn't load dynamic library for service DbVdqmSvc: castor/db/newora/libcastorvdqmora.so.9.9: undefined symbol: _ZTIN6castor2db3ora9OraCnvSvcE" Code=1015 libcastorvdqmora.so was missing a dependency on libcastorcommonora.so. This has now been added.
-
Dennis Waldron authored
-
Dennis Waldron authored
Fixed the compiliation of the scheduler plugins which A) were not installed and B) were completely empty after the makefile changes
-
Dennis Waldron authored
-
Giuseppe Lo Presti authored
-
Dennis Waldron authored
Added missing RFIOTARGETLIB definition. Prior to this castor-job was dependant on libcastorrfio.so and not libcastorfio.so.__MAJOR_CASTOR_VERSION__
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
- 27 Nov, 2008 5 commits
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
used only for logging purposes.
-
Steven Murray authored
Added NO entries for the tape aggregator and tape format (BuildAggregatorCpp and BuildTapeFormatCpp)
-
Steven Murray authored
Fixed Imakefile so that it compiles dlf in the dlf directory and common in the common directory (they were buidling each other in each other's directory????), and added the right depth (right number of ../) to the location of the dependent library directories. Added RTCPDErrorMessage exception.
-
Steven Murray authored
-
- 26 Nov, 2008 16 commits
-
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Sebastien Ponce authored
-
Dennis Waldron authored
-
Steven Murray authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
- creation of small libraries per component, all called libcastor<component> and all lower case named. Note some renaming in the existing names, like libcastorCommonOra -> libcastorcommonora - suppression of libshift for internal use, preferring to use a restricted set of small libraries. libshift only exists now for backward compatibility reasons on the client side and does not contain any code, only dependencies to the new libraries - creation of easy build targets, such as NormalProgramTarget, SharedLibraryTarget or EXEMANPAGE. Look at examples on how to use them - proper enforcement of all Makefiles dependencies, using DependOnLibrary macro - automation of a lot of nasty repetitive actions, e.g. looping on subdirectories for all Makefile standard targets - dropped support for many outdated (to say the least) external tools. e.g. hpss, cray OS, dbana, ....
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Dennis Waldron authored
-