Bug #29679: AFS token grabbing via gssklog from job wrappers FIXED
Verified by the guy who submitted the bug. See here
Bug #41215: IPv6 bug: non compliant wildcard inet address in source code HOPEFULLY FIXED
Verified that the Wildcard inet address INADDR_ANY has been removed from that file. No tests done on IPv6 (they will be done by SA2 as agreed)
Bug #41216: IPv6 bug: non compliant wildcard inet address in source code HOPEFULLY FIXED
Verified that the Wildcard inet address INADDR_ANY has been removed from that file. No tests done on IPv6 (they will be done by SA2 as agreed)
Bug #41219: IPv6 bug: non compliant wildcard inet address in source code HOPEFULLY FIXED
Verified that the Wildcard inet address INADDR_ANY has been removed from those files. No tests done on IPv6 (they will be done by SA2 as agreed)
Bug #41221: Pv6 bug: non compliant data structure (sockaddr_in ) used HOPEFULLY FIXED
Verified that sockaddr_in has been removed from those files (actually there is still a struct sockaddr_in servAddr; in BPRclient.c but that variable is not used at all). No tests done on IPv6 (they will be done by SA2 as agreed)
Bug #41223: IPv6 bug: non compliant name resolving function in source code (gethostbyname) HOPEFULLY FIXED
Verified that gethostbyname has been removed from those files. No tests done on IPv6 (they will be done by SA2 as agreed)
Bug #41224: IPv6 bug: non compliant address casting function in source code HOPEFULLY FIXED
Verified that net_ntoa has been removed from those files. No tests done on IPv6 (they will be done by SA2 as agreed)
Bug #41226: IPv6 bug: non compliant address casting function in source code (inet_aton) HOPEFULLY FIXED
Verified that inet_aton has been removed from those files. No tests done on IPv6 (they will be done by SA2 as agreed)
Bug #45253: executing /opt/glite/libexec/jobwrapper in blah FIXED
Checked on a WN where /opt/lcg/libexec/jobwrapper exists. It was verified that this was executed
Checked on a WN where both /opt/lcg/libexec/jobwrapper and /opt/glite/libexec/jobwrapper exist. It was verified that the latter was executed.
Bug #45717: BLParserPBS should consider log lines like "unable to run job" HOPEFULLY FIXED
How to test this bug is described here. Unfortunately I don't know how to reproduce that problem.
Bug #46508: ban-plugin should be initialized in cream-config.xml FIXED
verify that the authorization section of the cream-config.xml file contains the ban plugin.
Bug #46722: Issue with creation of sandbox dir in CREAM FIXED
Verified that the CREAM conf file (cream-config.xml) CREAM_CREATE_SANDBOX_BIN_PATH refers to the new executable /opt/glite/bin/glite-cream-createsandboxdir
Bug #47461: The jobPurge command must be executed with low priority HOPEFULLY FIXED
To check the priority of the commands, the DB should be checked. But when a job is purged, the entry for that job is removed from the DB. So it should be checked when there are many commands in the queue, before the purge is actually executed
Bug #48083: CREAM - unhelpful error for glexec problem FIXED