Test Report for LB 3.0.12, SL5, 64-bit

#Origins

Origins

Component emi.lb, emi.lbjp-common, emi.jobid
Task https://savannah.cern.ch/task/?20814
Configuration emi-lb_R_3_0_12_1, emi-lbjp-common_R_3_0_6_1, emi-jobid_R_2_0_4_1
Tag glite-lb_R_3_0_12_1, glite-lbjp-common_R_3_0_6_1, glite-jobid_R_2_0_4_1
Release Kebnekaise
Platform sl5_x86_64_gcc412EPEL
Author Zdeněk Šustr
Date 24 Jun 2011
Build Report http://etics-repository.cern.ch/repository/reports/id/d38eae67-255c-4cec-aba7-9a944de26450/sl5_x86_64_gcc412EPEL/-/reports/index.html
YUM repo file http://etics-repository.cern.ch/repository/pm/registered/repomd/id/d38eae67-255c-4cec-aba7-9a944de26450/sl5_x86_64_gcc412EPEL/etics-registered-build-by-id-protect.repo
Patch
Status Certified
Duration 3 days
Previous report https://twiki.cern.ch/twiki/bin/view/EGEE/TestReportForLB3RC3

Summary (EMI Test Report Structure)

  1. Deployment log:
    1. Clean InstallationPASS
    2. Upgrade InstallationPASS
  2. Static Code Analysis—N/A (The prevalent programming language is C)
  3. Unit Tests ExecutionYES
  4. System tests:
    1. Basic Functionality testsPASS
    2. Regression testsPASS
    3. Performance/Scalability tests—N/A
    4. Standard Compliance/Conformance tests—N/A

Remarks: None

Clean installation

Environment

Clean SL5 installation according to gLite guidelines (CA certificates, ...).

Process

rpm -Uvhi http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
yum install -y yum-priorities yum-protectbase
rpm -i http://emisoft.web.cern.ch/emisoft/dist/EMI/1/sl5/x86_64/base/emi-release-1.0.0-1.sl5.noarch.rpm


cd /etc/yum.repos.d
wget http://etics-repository.cern.ch/repository/pm/registered/repomd/id/d38eae67-255c-4cec-aba7-9a944de26450/sl5_x86_64_gcc412EPEL/etics-registered-build-by-id-protect.repo
echo priority=45 >> etics-registered-build-by-id-protect.repo

yum install -y emi-lb

cd ~/
mkdir -m 700 yaim
cd yaim

cat << EOF > site-info.def
MYSQL_PASSWORD=[Edited]
SITE_NAME=lbtestbed
SITE_EMAIL="[Edited]"
GLITE_LB_TYPE=both
GLITE_LB_SUPER_USERS="/DC=org/DC=terena/DC=tcs/C=CZ/O=CESNET/CN=Zdenek Sustr 4040"
EOF

/opt/glite/yaim/bin/yaim -c -s ./site-info.def -n glite-LB

Full output of the installation

[root@pelargir2 ~]# rpm -Uvhi http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
Retrieving http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
warning: /var/tmp/rpm-xfer.0kJCmy: Header V3 DSA signature: NOKEY, key ID 217521f6
Preparing...                ########################################### [100%]
   1:epel-release           ########################################### [100%]
[root@pelargir2 ~]# yum install -y yum-priorities yum-protectbase
Loaded plugins: kernel-module
EGI-trustanchors                                                                                                                                                     | 1.9 kB     00:00     
epel                                                                                                                                                                 | 3.7 kB     00:00     
epel/primary_db                                                                                                                                                      | 3.7 MB     00:00     
sl-base                                                                                                                                                              | 2.1 kB     00:00     
sl-security                                                                                                                                                          | 1.9 kB     00:00     
sl-security/primary_db                                                                                                                                               | 1.1 MB     00:01     
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package yum-priorities.noarch 0:1.1.16-14.el5 set to be updated
---> Package yum-protectbase.noarch 0:1.1.16-14.el5 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

============================================================================================================================================================================================
 Package                                           Arch                                     Version                                         Repository                                 Size
============================================================================================================================================================================================
Installing:
 yum-priorities                                    noarch                                   1.1.16-14.el5                                   sl-base                                    14 k
 yum-protectbase                                   noarch                                   1.1.16-14.el5                                   sl-base                                    12 k

Transaction Summary
============================================================================================================================================================================================
Install       2 Package(s)
Upgrade       0 Package(s)

Total download size: 25 k
Downloading Packages:
(1/2): yum-protectbase-1.1.16-14.el5.noarch.rpm                                                                                                                      |  12 kB     00:00     
(2/2): yum-priorities-1.1.16-14.el5.noarch.rpm                                                                                                                       |  14 kB     00:00     
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                        20 kB/s |  25 kB     00:01     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : yum-protectbase                                                                                                                                                      1/2 
  Installing     : yum-priorities                                                                                                                                                       2/2 

Installed:
  yum-priorities.noarch 0:1.1.16-14.el5                                                        yum-protectbase.noarch 0:1.1.16-14.el5                                                       

Complete!
[root@pelargir2 ~]# rpm -i http://emisoft.web.cern.ch/emisoft/dist/EMI/1/sl5/x86_64/base/emi-release-1.0.0-1.sl5.noarch.rpm
warning: /var/tmp/rpm-xfer.EGW0MT: Header V3 DSA signature: NOKEY, key ID df9e12ef
[root@pelargir2 ~]# 
[root@pelargir2 ~]# 
[root@pelargir2 ~]# cd /etc/yum.repos.d
[root@pelargir2 yum.repos.d]# wget http://etics-repository.cern.ch/repository/pm/registered/repomd/id/d38eae67-255c-4cec-aba7-9a944de26450/sl5_x86_64_gcc412EPEL/etics-registered-build-by-id-protect.repo
--2011-06-21 17:06:56--  http://etics-repository.cern.ch/repository/pm/registered/repomd/id/d38eae67-255c-4cec-aba7-9a944de26450/sl5_x86_64_gcc412EPEL/etics-registered-build-by-id-protect.repo
Resolving etics-repository.cern.ch... 128.142.130.60
Connecting to etics-repository.cern.ch|128.142.130.60|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 878
Saving to: `etics-registered-build-by-id-protect.repo'

100%[==================================================================================================================================================>] 878         --.-K/s   in 0s      

2011-06-21 17:06:56 (70.8 MB/s) - `etics-registered-build-by-id-protect.repo' saved [878/878]

[root@pelargir2 yum.repos.d]# echo priority=45 >> etics-registered-build-by-id-protect.repo
[root@pelargir2 yum.repos.d]# 
[root@pelargir2 yum.repos.d]# yum install -y emi-lb
Loaded plugins: kernel-module, priorities, protectbase
EMI-1-base                                                                                                                                                           | 1.9 kB     00:00     
EMI-1-base/primary_db                                                                                                                                                | 198 kB     00:00     
EMI-1-third-party                                                                                                                                                    | 1.9 kB     00:00     
EMI-1-third-party/primary_db                                                                                                                                         |  25 kB     00:00     
EMI-1-updates                                                                                                                                                        | 1.9 kB     00:00     
EMI-1-updates/primary_db                                                                                                                                             | 5.5 kB     00:00     
ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL                                                                                    |  764 B     00:00     
ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL/primary                                                                            |  13 kB     00:00     
ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL                                                                                                     47/47
153 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package emi-lb.x86_64 0:1.0.0-1.sl5 set to be updated
--> Processing Dependency: glite-lb-server for package: emi-lb
--> Processing Dependency: glite-lb-doc for package: emi-lb
--> Processing Dependency: glite-lb-logger-msg for package: emi-lb
--> Processing Dependency: fetch-crl for package: emi-lb
--> Processing Dependency: bdii for package: emi-lb
--> Processing Dependency: glite-lb-harvester for package: emi-lb
--> Processing Dependency: glite-lb-logger for package: emi-lb
--> Processing Dependency: emi-version for package: emi-lb
--> Processing Dependency: glite-lb-yaim for package: emi-lb
--> Processing Dependency: glue-schema for package: emi-lb
--> Processing Dependency: glite-info-provider-service for package: emi-lb
--> Processing Dependency: glite-lb-ws-test for package: emi-lb
--> Processing Dependency: glite-lb-utils for package: emi-lb
--> Processing Dependency: glite-lb-client-java for package: emi-lb
--> Running transaction check
---> Package bdii.noarch 0:5.2.3-1.el5 set to be updated
--> Processing Dependency: expect for package: bdii
--> Processing Dependency: openldap-servers for package: bdii
--> Processing Dependency: openldap-clients for package: bdii
---> Package emi-version.x86_64 0:1.0.1-1.sl5 set to be updated
---> Package fetch-crl.noarch 0:2.8.4-2.el5 set to be updated
---> Package glite-info-provider-service.noarch 0:1.6.3-1.el5 set to be updated
---> Package glite-lb-client-java.x86_64 0:1.1.6-1.sl5 set to be updated
--> Processing Dependency: jakarta-commons-lang for package: glite-lb-client-java
--> Processing Dependency: glite-jobid-api-java for package: glite-lb-client-java
--> Processing Dependency: emi-trustmanager-axis for package: glite-lb-client-java
--> Processing Dependency: emi-trustmanager for package: glite-lb-client-java
---> Package glite-lb-doc.noarch 0:1.2.9-1.sl5 set to be updated
---> Package glite-lb-harvester.x86_64 0:1.1.6-3.sl5 set to be updated
--> Processing Dependency: glite-lbjp-common-trio for package: glite-lb-harvester
--> Processing Dependency: glite-lbjp-common-log for package: glite-lb-harvester
--> Processing Dependency: glite-lbjp-common-gss for package: glite-lb-harvester
--> Processing Dependency: glite-lbjp-common-db for package: glite-lb-harvester
--> Processing Dependency: glite-lb-common for package: glite-lb-harvester
--> Processing Dependency: glite-lb-client for package: glite-lb-harvester
--> Processing Dependency: glite-jobid-api-c for package: glite-lb-harvester
--> Processing Dependency: libglite_security_gss.so.9()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_lbu_trio.so.2()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_lbu_log.so.1()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_lbu_db.so.3()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_lb_common.so.13()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_lb_client.so.11()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_jobid.so.2()(64bit) for package: glite-lb-harvester
---> Package glite-lb-logger.x86_64 0:2.2.6-1.sl5 set to be updated
--> Processing Dependency: libltdl.so.3()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_proxy_ssl.so.1()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_openssl_error.so.0()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_openssl.so.0()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_oldgaa.so.0()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_gssapi_gsi.so.4()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_gsi_sysconfig.so.1()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_gsi_proxy_core.so.0()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_gsi_credential.so.1()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_gsi_cert_utils.so.0()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_gsi_callback.so.0()(64bit) for package: glite-lb-logger
--> Processing Dependency: libglobus_common.so.0()(64bit) for package: glite-lb-logger
--> Processing Dependency: libclassad.so.1()(64bit) for package: glite-lb-logger
--> Processing Dependency: libcares.so.2()(64bit) for package: glite-lb-logger
---> Package glite-lb-logger-msg.x86_64 0:1.0.6-1.sl5 set to be updated
--> Processing Dependency: perl(Net::LDAP) for package: glite-lb-logger-msg
--> Processing Dependency: activemq-cpp-library for package: glite-lb-logger-msg
--> Processing Dependency: libactivemq-cpp.so.12()(64bit) for package: glite-lb-logger-msg
---> Package glite-lb-server.x86_64 0:2.2.9-1.sl5 set to be updated
--> Processing Dependency: voms for package: glite-lb-server
--> Processing Dependency: mysql-server for package: glite-lb-server
--> Processing Dependency: mysql for package: glite-lb-server
--> Processing Dependency: lcas for package: glite-lb-server
--> Processing Dependency: gridsite-shared for package: glite-lb-server
--> Processing Dependency: glite-lbjp-common-server-bones for package: glite-lb-server
--> Processing Dependency: glite-lbjp-common-maildir for package: glite-lb-server
--> Processing Dependency: glite-lbjp-common-gsoap-plugin for package: glite-lb-server
--> Processing Dependency: glite-lb-ws-interface for package: glite-lb-server
--> Processing Dependency: glite-lb-state-machine for package: glite-lb-server
--> Processing Dependency: libvomsapi.so.1()(64bit) for package: glite-lb-server
--> Processing Dependency: liblcas.so.0()(64bit) for package: glite-lb-server
--> Processing Dependency: libgsoap.so.0()(64bit) for package: glite-lb-server
--> Processing Dependency: libgridsite_globus.so.1.7()(64bit) for package: glite-lb-server
--> Processing Dependency: libglobus_gss_assist.so.3()(64bit) for package: glite-lb-server
--> Processing Dependency: libglobus_callout.so.0()(64bit) for package: glite-lb-server
--> Processing Dependency: libglite_security_gsoap_plugin_2713_c.so.9()(64bit) for package: glite-lb-server
--> Processing Dependency: libglite_lbu_server_bones.so.2()(64bit) for package: glite-lb-server
--> Processing Dependency: libglite_lbu_maildir.so.2()(64bit) for package: glite-lb-server
---> Package glite-lb-utils.x86_64 0:2.1.4-1.sl5 set to be updated
--> Processing Dependency: glite-lbjp-common-jp-interface for package: glite-lb-utils
--> Processing Dependency: libglite_jp_common.so.2()(64bit) for package: glite-lb-utils
---> Package glite-lb-ws-test.x86_64 0:1.2.3-1.sl5 set to be updated
---> Package glite-lb-yaim.noarch 0:4.3.9-1.sl5 set to be updated
--> Processing Dependency: glite-yaim-core for package: glite-lb-yaim
--> Processing Dependency: glite-yaim-bdii for package: glite-lb-yaim
---> Package glue-schema.noarch 0:2.0.7-1.el5 set to be updated
--> Running transaction check
---> Package activemq-cpp-library.x86_64 0:3.2.5-1.sl5 set to be updated
---> Package c-ares.x86_64 0:1.6.0-2.el5 set to be updated
---> Package classads.x86_64 0:1.0.8-1.el5 set to be updated
---> Package emi-trustmanager.noarch 0:3.0.3-1.sl5 set to be updated
---> Package emi-trustmanager-axis.noarch 0:1.0.1-1.sl5 set to be updated
--> Processing Dependency: axis for package: emi-trustmanager-axis
---> Package expect.x86_64 0:5.43.0-5.1 set to be updated
---> Package glite-jobid-api-c.x86_64 0:2.0.3-1.sl5 set to be updated
---> Package glite-jobid-api-java.noarch 0:1.1.3-6.sl5 set to be updated
--> Processing Dependency: jakarta-commons-codec for package: glite-jobid-api-java
---> Package glite-lb-client.x86_64 0:5.0.8-1.sl5 set to be updated
---> Package glite-lb-common.x86_64 0:8.0.6-1.sl5 set to be updated
---> Package glite-lb-state-machine.x86_64 0:1.2.2-5.sl5 set to be updated
---> Package glite-lb-ws-interface.noarch 0:3.2.4-1.sl5 set to be updated
---> Package glite-lbjp-common-db.x86_64 0:3.0.3-2.sl5 set to be updated
---> Package glite-lbjp-common-gsoap-plugin.x86_64 0:3.0.2-7.sl5 set to be updated
---> Package glite-lbjp-common-gss.x86_64 0:3.0.4-1.sl5 set to be updated
---> Package glite-lbjp-common-jp-interface.x86_64 0:2.1.2-7.sl5 set to be updated
---> Package glite-lbjp-common-log.x86_64 0:1.1.2-6.sl5 set to be updated
--> Processing Dependency: log4c for package: glite-lbjp-common-log
--> Processing Dependency: liblog4c.so.3()(64bit) for package: glite-lbjp-common-log
---> Package glite-lbjp-common-maildir.x86_64 0:2.1.2-7.sl5 set to be updated
---> Package glite-lbjp-common-server-bones.x86_64 0:2.1.3-1.sl5 set to be updated
---> Package glite-lbjp-common-trio.x86_64 0:2.1.2-7.sl5 set to be updated
---> Package glite-yaim-bdii.noarch 0:4.3.3-1.el5 set to be updated
---> Package glite-yaim-core.noarch 0:5.0.0-1.sl5 set to be updated
---> Package globus-callout.x86_64 0:0.7-8.el5 set to be updated
--> Processing Dependency: globus-libtool >= 1 for package: globus-callout
---> Package globus-common.x86_64 0:11.6-2.el5 set to be updated
---> Package globus-gsi-callback.x86_64 0:2.8-2.el5 set to be updated
--> Processing Dependency: globus-openssl >= 1 for package: globus-gsi-callback
---> Package globus-gsi-cert-utils.x86_64 0:6.7-2.el5 set to be updated
---> Package globus-gsi-credential.x86_64 0:3.5-3.el5 set to be updated
---> Package globus-gsi-openssl-error.x86_64 0:0.14-8.el5 set to be updated
---> Package globus-gsi-proxy-core.x86_64 0:4.7-2.el5 set to be updated
---> Package globus-gsi-proxy-ssl.x86_64 0:2.3-3.el5 set to be updated
---> Package globus-gsi-sysconfig.x86_64 0:3.1-4.el5 set to be updated
---> Package globus-gss-assist.x86_64 0:5.9-4.el5 set to be updated
---> Package globus-gssapi-gsi.x86_64 0:7.6-2.el5 set to be updated
---> Package globus-openssl-module.x86_64 0:1.3-3.el5 set to be updated
---> Package gridsite-shared.x86_64 0:1.7.13-1.sl5 set to be updated
---> Package gsoap.x86_64 0:2.7.13-3.el5 set to be updated
---> Package jakarta-commons-lang.x86_64 0:2.1-5jpp.1 set to be updated
--> Processing Dependency: java-gcj-compat for package: jakarta-commons-lang
--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: jakarta-commons-lang
---> Package lcas.x86_64 0:1.3.13-1.sl5 set to be updated
---> Package libtool-ltdl.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package mysql.x86_64 0:5.0.77-4.el5_5.4 set to be updated
--> Processing Dependency: perl(DBI) for package: mysql
---> Package mysql-server.x86_64 0:5.0.77-4.el5_5.4 set to be updated
--> Processing Dependency: perl-DBD-MySQL for package: mysql-server
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_6.7 set to be updated
--> Processing Dependency: openldap = 2.3.43-12.el5_6.7 for package: openldap-clients
---> Package openldap-servers.x86_64 0:2.3.43-12.el5_6.7 set to be updated
EGI-trustanchors/filelists_db                                                                                                                                        |  13 kB     00:00     
EMI-1-base/filelists_db                                                                                                                                              | 167 kB     00:00     
EMI-1-third-party/filelists_db                                                                                                                                       |  57 kB     00:00     
EMI-1-updates/filelists_db                                                                                                                                           | 1.8 kB     00:00     
ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL/filelists                                                                          |  10 kB     00:00     
epel/filelists_db                                                                                                                                                    | 5.3 MB     00:00     
sl-base/filelists_db                                                                                                                                                 | 3.6 MB     00:01     
sl-security/filelists_db                                                                                                                                             | 4.4 MB     00:01     
---> Package perl-LDAP.noarch 1:0.33-3.fc6 set to be updated
--> Processing Dependency: perl(HTTP::Status) for package: perl-LDAP
--> Processing Dependency: perl(HTTP::Negotiate) for package: perl-LDAP
--> Processing Dependency: perl(Convert::ASN1) for package: perl-LDAP
--> Processing Dependency: perl(LWP::MediaTypes) for package: perl-LDAP
--> Processing Dependency: perl(HTTP::Response) for package: perl-LDAP
--> Processing Dependency: perl(LWP::Protocol) for package: perl-LDAP
--> Processing Dependency: perl(XML::SAX::Base) for package: perl-LDAP
--> Processing Dependency: perl(IO::Socket::SSL) for package: perl-LDAP
---> Package voms.x86_64 0:2.0.2-1.sl5 set to be updated
--> Running transaction check
---> Package axis.x86_64 0:1.2.1-2jpp.6 set to be updated
--> Processing Dependency: jpackage-utils >= 1.5 for package: axis
--> Processing Dependency: jakarta-commons-discovery for package: axis
--> Processing Dependency: log4j for package: axis
--> Processing Dependency: javamail for package: axis
--> Processing Dependency: jakarta-commons-logging for package: axis
--> Processing Dependency: jaf for package: axis
--> Processing Dependency: jakarta-commons-httpclient for package: axis
--> Processing Dependency: wsdl4j for package: axis
---> Package globus-libtool.x86_64 0:1.2-4.el5 set to be updated
---> Package globus-openssl.x86_64 0:5.1-2.el5 set to be updated
---> Package jakarta-commons-codec.x86_64 0:1.3-7jpp.2 set to be updated
---> Package java-1.4.2-gcj-compat.x86_64 0:1.4.2.0-40jpp.115 set to be updated
--> Processing Dependency: gjdoc for package: java-1.4.2-gcj-compat
---> Package libgcj.x86_64 0:4.1.2-50.el5 set to be updated
--> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj
--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: libgcj
--> Processing Dependency: libXtst.so.6()(64bit) for package: libgcj
--> Processing Dependency: libasound.so.2()(64bit) for package: libgcj
---> Package log4c.x86_64 0:1.2.1-7.el5 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package perl-Convert-ASN1.noarch 0:0.20-1.1 set to be updated
---> Package perl-DBD-MySQL.x86_64 0:3.0007-2.el5 set to be updated
---> Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
---> Package perl-IO-Socket-SSL.noarch 0:1.01-1.fc6 set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL
---> Package perl-XML-SAX.noarch 0:0.14-8 set to be updated
--> Processing Dependency: perl(XML::NamespaceSupport) for package: perl-XML-SAX
---> Package perl-libwww-perl.noarch 0:5.805-1.1.1 set to be updated
--> Processing Dependency: perl-HTML-Parser >= 3.33 for package: perl-libwww-perl
--> Processing Dependency: perl(URI::URL) for package: perl-libwww-perl
--> Processing Dependency: perl(URI) for package: perl-libwww-perl
--> Processing Dependency: perl(HTML::Entities) for package: perl-libwww-perl
--> Processing Dependency: perl(Compress::Zlib) for package: perl-libwww-perl
--> Processing Dependency: perl(URI::Heuristic) for package: perl-libwww-perl
--> Processing Dependency: perl(URI::Escape) for package: perl-libwww-perl
--> Running transaction check
---> Package alsa-lib.x86_64 0:1.0.17-1.el5 set to be updated
---> Package classpathx-jaf.x86_64 0:1.0-9jpp.1 set to be updated
---> Package classpathx-mail.x86_64 0:1.1.1-4jpp.2 set to be updated
---> Package gjdoc.x86_64 0:0.7.7-12.el5 set to be updated
--> Processing Dependency: antlr for package: gjdoc
---> Package jakarta-commons-discovery.x86_64 1:0.3-4jpp.1 set to be updated
---> Package jakarta-commons-httpclient.x86_64 1:3.0-7jpp.1 set to be updated
---> Package jakarta-commons-logging.x86_64 0:1.0.4-6jpp.1 set to be updated
---> Package jpackage-utils.noarch 0:1.7.3-1jpp.2.el5 set to be updated
---> Package libXtst.x86_64 0:1.0.1-3.1 set to be updated
---> Package libart_lgpl.x86_64 0:2.3.17-4 set to be updated
---> Package log4j.x86_64 0:1.2.13-3jpp.2 set to be updated
--> Processing Dependency: xml-commons-apis for package: log4j
---> Package perl-Compress-Zlib.x86_64 0:1.42-1.fc6 set to be updated
---> Package perl-HTML-Parser.x86_64 0:3.55-1.fc6 set to be updated
--> Processing Dependency: perl-HTML-Tagset >= 3.03 for package: perl-HTML-Parser
--> Processing Dependency: perl(HTML::Tagset) for package: perl-HTML-Parser
---> Package perl-Net-SSLeay.x86_64 0:1.30-4.fc6 set to be updated
---> Package perl-URI.noarch 0:1.35-3 set to be updated
---> Package perl-XML-NamespaceSupport.noarch 0:1.09-1.2.1 set to be updated
---> Package wsdl4j.x86_64 0:1.5.2-4jpp.1 set to be updated
--> Running transaction check
---> Package antlr.x86_64 0:2.7.6-4jpp.2 set to be updated
---> Package jdk.x86_64 2000:1.6.0_24-fcs set to be updated
---> Package perl-HTML-Tagset.noarch 0:3.10-2.1.1 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

============================================================================================================================================================================================
 Package                                  Arch             Version                        Repository                                                                                   Size
============================================================================================================================================================================================
Installing:
 emi-lb                                   x86_64           1.0.0-1.sl5                    EMI-1-base                                                                                  1.8 k
Installing for dependencies:
 activemq-cpp-library                     x86_64           3.2.5-1.sl5                    EMI-1-third-party                                                                            24 M
 alsa-lib                                 x86_64           1.0.17-1.el5                   sl-base                                                                                     414 k
 antlr                                    x86_64           2.7.6-4jpp.2                   sl-base                                                                                     1.1 M
 axis                                     x86_64           1.2.1-2jpp.6                   sl-base                                                                                     3.6 M
 bdii                                     noarch           5.2.3-1.el5                    EMI-1-base                                                                                   20 k
 c-ares                                   x86_64           1.6.0-2.el5                    epel                                                                                         47 k
 classads                                 x86_64           1.0.8-1.el5                    epel                                                                                        453 k
 classpathx-jaf                           x86_64           1.0-9jpp.1                     sl-base                                                                                     111 k
 classpathx-mail                          x86_64           1.1.1-4jpp.2                   sl-base                                                                                     1.2 M
 emi-trustmanager                         noarch           3.0.3-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           275 k
 emi-trustmanager-axis                    noarch           1.0.1-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            29 k
 emi-version                              x86_64           1.0.1-1.sl5                    EMI-1-updates                                                                               2.1 k
 expect                                   x86_64           5.43.0-5.1                     sl-base                                                                                     160 k
 fetch-crl                                noarch           2.8.4-2.el5                    epel                                                                                         24 k
 gjdoc                                    x86_64           0.7.7-12.el5                   sl-base                                                                                     885 k
 glite-info-provider-service              noarch           1.6.3-1.el5                    EMI-1-base                                                                                   50 k
 glite-jobid-api-c                        x86_64           2.0.3-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            19 k
 glite-jobid-api-java                     noarch           1.1.3-6.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           5.5 k
 glite-lb-client                          x86_64           5.0.8-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           1.1 M
 glite-lb-client-java                     x86_64           1.1.6-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           593 k
 glite-lb-common                          x86_64           8.0.6-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           397 k
 glite-lb-doc                             noarch           1.2.9-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           1.1 M
 glite-lb-harvester                       x86_64           1.1.6-3.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            76 k
 glite-lb-logger                          x86_64           2.2.6-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            95 k
 glite-lb-logger-msg                      x86_64           1.0.6-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            66 k
 glite-lb-server                          x86_64           2.2.9-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           933 k
 glite-lb-state-machine                   x86_64           1.2.2-5.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           163 k
 glite-lb-utils                           x86_64           2.1.4-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            63 k
 glite-lb-ws-interface                    noarch           3.2.4-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            20 k
 glite-lb-ws-test                         x86_64           1.2.3-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           1.0 M
 glite-lb-yaim                            noarch           4.3.9-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            11 k
 glite-lbjp-common-db                     x86_64           3.0.3-2.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            66 k
 glite-lbjp-common-gsoap-plugin           x86_64           3.0.2-7.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           1.4 M
 glite-lbjp-common-gss                    x86_64           3.0.4-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            43 k
 glite-lbjp-common-jp-interface           x86_64           2.1.2-7.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            25 k
 glite-lbjp-common-log                    x86_64           1.1.2-6.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            14 k
 glite-lbjp-common-maildir                x86_64           2.1.2-7.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            14 k
 glite-lbjp-common-server-bones           x86_64           2.1.3-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            24 k
 glite-lbjp-common-trio                   x86_64           2.1.2-7.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            71 k
 glite-yaim-bdii                          noarch           4.3.3-1.el5                    EMI-1-base                                                                                   10 k
 glite-yaim-core                          noarch           5.0.0-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           116 k
 globus-callout                           x86_64           0.7-8.el5                      epel                                                                                         16 k
 globus-common                            x86_64           11.6-2.el5                     epel                                                                                        109 k
 globus-gsi-callback                      x86_64           2.8-2.el5                      epel                                                                                         39 k
 globus-gsi-cert-utils                    x86_64           6.7-2.el5                      epel                                                                                         18 k
 globus-gsi-credential                    x86_64           3.5-3.el5                      epel                                                                                         32 k
 globus-gsi-openssl-error                 x86_64           0.14-8.el5                     epel                                                                                         15 k
 globus-gsi-proxy-core                    x86_64           4.7-2.el5                      epel                                                                                         33 k
 globus-gsi-proxy-ssl                     x86_64           2.3-3.el5                      epel                                                                                         17 k
 globus-gsi-sysconfig                     x86_64           3.1-4.el5                      epel                                                                                         28 k
 globus-gss-assist                        x86_64           5.9-4.el5                      epel                                                                                         31 k
 globus-gssapi-gsi                        x86_64           7.6-2.el5                      epel                                                                                         54 k
 globus-libtool                           x86_64           1.2-4.el5                      epel                                                                                        4.2 k
 globus-openssl                           x86_64           5.1-2.el5                      epel                                                                                        4.6 k
 globus-openssl-module                    x86_64           1.3-3.el5                      epel                                                                                         13 k
 glue-schema                              noarch           2.0.7-1.el5                    EMI-1-base                                                                                   33 k
 gridsite-shared                          x86_64           1.7.13-1.sl5                   ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           131 k
 gsoap                                    x86_64           2.7.13-3.el5                   epel                                                                                        444 k
 jakarta-commons-codec                    x86_64           1.3-7jpp.2                     sl-base                                                                                     109 k
 jakarta-commons-discovery                x86_64           1:0.3-4jpp.1                   sl-base                                                                                     150 k
 jakarta-commons-httpclient               x86_64           1:3.0-7jpp.1                   sl-base                                                                                     595 k
 jakarta-commons-lang                     x86_64           2.1-5jpp.1                     sl-base                                                                                     508 k
 jakarta-commons-logging                  x86_64           1.0.4-6jpp.1                   sl-base                                                                                     115 k
 java-1.4.2-gcj-compat                    x86_64           1.4.2.0-40jpp.115              sl-base                                                                                      29 k
 jdk                                      x86_64           2000:1.6.0_24-fcs              sl-security                                                                                  67 M
 jpackage-utils                           noarch           1.7.3-1jpp.2.el5               sl-base                                                                                      61 k
 lcas                                     x86_64           1.3.13-1.sl5                   ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL            79 k
 libXtst                                  x86_64           1.0.1-3.1                      sl-base                                                                                      16 k
 libart_lgpl                              x86_64           2.3.17-4                       sl-base                                                                                      75 k
 libgcj                                   x86_64           4.1.2-50.el5                   sl-security                                                                                  18 M
 libtool-ltdl                             x86_64           1.5.22-7.el5_4                 sl-base                                                                                      38 k
 log4c                                    x86_64           1.2.1-7.el5                    epel                                                                                         35 k
 log4j                                    x86_64           1.2.13-3jpp.2                  sl-base                                                                                     729 k
 mysql                                    x86_64           5.0.77-4.el5_5.4               sl-security                                                                                 4.8 M
 mysql-server                             x86_64           5.0.77-4.el5_5.4               sl-security                                                                                 9.8 M
 openldap-clients                         x86_64           2.3.43-12.el5_6.7              sl-security                                                                                 223 k
 openldap-servers                         x86_64           2.3.43-12.el5_6.7              sl-security                                                                                 2.2 M
 perl-Compress-Zlib                       x86_64           1.42-1.fc6                     sl-base                                                                                      52 k
 perl-Convert-ASN1                        noarch           0.20-1.1                       sl-base                                                                                      41 k
 perl-DBD-MySQL                           x86_64           3.0007-2.el5                   sl-base                                                                                     147 k
 perl-DBI                                 x86_64           1.52-2.el5                     sl-base                                                                                     605 k
 perl-HTML-Parser                         x86_64           3.55-1.fc6                     sl-base                                                                                      91 k
 perl-HTML-Tagset                         noarch           3.10-2.1.1                     sl-base                                                                                      14 k
 perl-IO-Socket-SSL                       noarch           1.01-1.fc6                     sl-base                                                                                      49 k
 perl-LDAP                                noarch           1:0.33-3.fc6                   sl-base                                                                                     316 k
 perl-Net-SSLeay                          x86_64           1.30-4.fc6                     sl-base                                                                                     192 k
 perl-URI                                 noarch           1.35-3                         sl-base                                                                                     116 k
 perl-XML-NamespaceSupport                noarch           1.09-1.2.1                     sl-base                                                                                      15 k
 perl-XML-SAX                             noarch           0.14-8                         sl-base                                                                                      77 k
 perl-libwww-perl                         noarch           5.805-1.1.1                    sl-base                                                                                     375 k
 voms                                     x86_64           2.0.2-1.sl5                    ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL           164 k
 wsdl4j                                   x86_64           1.5.2-4jpp.1                   sl-base                                                                                     428 k
Updating for dependencies:
 openldap                                 x86_64           2.3.43-12.el5_6.7              sl-security                                                                                 304 k

Transaction Summary
============================================================================================================================================================================================
Install      93 Package(s)
Upgrade       1 Package(s)

Total download size: 148 M
Downloading Packages:
(1/94): emi-lb-1.0.0-1.sl5.x86_64.rpm                                                                                                                                | 1.8 kB     00:00     
(2/94): emi-version-1.0.1-1.sl5.x86_64.rpm                                                                                                                           | 2.1 kB     00:00     
(3/94): globus-libtool-1.2-4.el5.x86_64.rpm                                                                                                                          | 4.2 kB     00:00     
(4/94): globus-openssl-5.1-2.el5.x86_64.rpm                                                                                                                          | 4.6 kB     00:00     
(5/94): glite-jobid-api-java-1.1.3-6.sl5.noarch.rpm                                                                                                                  | 5.5 kB     00:00     
(6/94): glite-yaim-bdii-4.3.3-1.el5.noarch.rpm                                                                                                                       |  10 kB     00:00     
(7/94): glite-lb-yaim-4.3.9-1.sl5.noarch.rpm                                                                                                                         |  11 kB     00:00     
(8/94): globus-openssl-module-1.3-3.el5.x86_64.rpm                                                                                                                   |  13 kB     00:00     
(9/94): glite-lbjp-common-maildir-2.1.2-7.sl5.x86_64.rpm                                                                                                             |  14 kB     00:00     
(10/94): glite-lbjp-common-log-1.1.2-6.sl5.x86_64.rpm                                                                                                                |  14 kB     00:00     
(11/94): perl-HTML-Tagset-3.10-2.1.1.noarch.rpm                                                                                                                      |  14 kB     00:00     
(12/94): globus-gsi-openssl-error-0.14-8.el5.x86_64.rpm                                                                                                              |  15 kB     00:00     
(13/94): perl-XML-NamespaceSupport-1.09-1.2.1.noarch.rpm                                                                                                             |  15 kB     00:00     
(14/94): libXtst-1.0.1-3.1.x86_64.rpm                                                                                                                                |  16 kB     00:00     
(15/94): globus-callout-0.7-8.el5.x86_64.rpm                                                                                                                         |  16 kB     00:00     
(16/94): globus-gsi-proxy-ssl-2.3-3.el5.x86_64.rpm                                                                                                                   |  17 kB     00:00     
(17/94): globus-gsi-cert-utils-6.7-2.el5.x86_64.rpm                                                                                                                  |  18 kB     00:00     
(18/94): glite-jobid-api-c-2.0.3-1.sl5.x86_64.rpm                                                                                                                    |  19 kB     00:00     
(19/94): bdii-5.2.3-1.el5.noarch.rpm                                                                                                                                 |  20 kB     00:00     
(20/94): glite-lb-ws-interface-3.2.4-1.sl5.noarch.rpm                                                                                                                |  19 kB     00:00     
(21/94): fetch-crl-2.8.4-2.el5.noarch.rpm                                                                                                                            |  24 kB     00:00     
(22/94): glite-lbjp-common-server-bones-2.1.3-1.sl5.x86_64.rpm                                                                                                       |  24 kB     00:00     
(23/94): glite-lbjp-common-jp-interface-2.1.2-7.sl5.x86_64.rpm                                                                                                       |  25 kB     00:00     
(24/94): globus-gsi-sysconfig-3.1-4.el5.x86_64.rpm                                                                                                                   |  28 kB     00:00     
(25/94): emi-trustmanager-axis-1.0.1-1.sl5.noarch.rpm                                                                                                                |  28 kB     00:00     
(26/94): java-1.4.2-gcj-compat-1.4.2.0-40jpp.115.x86_64.rpm                                                                                                          |  29 kB     00:00     
(27/94): globus-gss-assist-5.9-4.el5.x86_64.rpm                                                                                                                      |  31 kB     00:00     
(28/94): globus-gsi-credential-3.5-3.el5.x86_64.rpm                                                                                                                  |  32 kB     00:00     
(29/94): glue-schema-2.0.7-1.el5.noarch.rpm                                                                                                                          |  33 kB     00:00     
(30/94): globus-gsi-proxy-core-4.7-2.el5.x86_64.rpm                                                                                                                  |  33 kB     00:00     
(31/94): log4c-1.2.1-7.el5.x86_64.rpm                                                                                                                                |  35 kB     00:00     
(32/94): libtool-ltdl-1.5.22-7.el5_4.x86_64.rpm                                                                                                                      |  38 kB     00:00     
(33/94): globus-gsi-callback-2.8-2.el5.x86_64.rpm                                                                                                                    |  39 kB     00:00     
(34/94): perl-Convert-ASN1-0.20-1.1.noarch.rpm                                                                                                                       |  41 kB     00:00     
(35/94): glite-lbjp-common-gss-3.0.4-1.sl5.x86_64.rpm                                                                                                                |  43 kB     00:00     
(36/94): c-ares-1.6.0-2.el5.x86_64.rpm                                                                                                                               |  47 kB     00:00     
(37/94): perl-IO-Socket-SSL-1.01-1.fc6.noarch.rpm                                                                                                                    |  49 kB     00:00     
(38/94): glite-info-provider-service-1.6.3-1.el5.noarch.rpm                                                                                                          |  50 kB     00:00     
(39/94): perl-Compress-Zlib-1.42-1.fc6.x86_64.rpm                                                                                                                    |  52 kB     00:00     
(40/94): globus-gssapi-gsi-7.6-2.el5.x86_64.rpm                                                                                                                      |  54 kB     00:00     
(41/94): jpackage-utils-1.7.3-1jpp.2.el5.noarch.rpm                                                                                                                  |  61 kB     00:00     
(42/94): glite-lb-utils-2.1.4-1.sl5.x86_64.rpm                                                                                                                       |  63 kB     00:00     
(43/94): glite-lb-logger-msg-1.0.6-1.sl5.x86_64.rpm                                                                                                                  |  65 kB     00:00     
(44/94): glite-lbjp-common-db-3.0.3-2.sl5.x86_64.rpm                                                                                                                 |  66 kB     00:00     
(45/94): glite-lbjp-common-trio-2.1.2-7.sl5.x86_64.rpm                                                                                                               |  71 kB     00:00     
(46/94): libart_lgpl-2.3.17-4.x86_64.rpm                                                                                                                             |  75 kB     00:00     
(47/94): glite-lb-harvester-1.1.6-3.sl5.x86_64.rpm                                                                                                                   |  74 kB     00:00     
(48/94): perl-XML-SAX-0.14-8.noarch.rpm                                                                                                                              |  77 kB     00:00     
(49/94): lcas-1.3.13-1.sl5.x86_64.rpm                                                                                                                                |  79 kB     00:00     
(50/94): perl-HTML-Parser-3.55-1.fc6.x86_64.rpm                                                                                                                      |  91 kB     00:00     
(51/94): glite-lb-logger-2.2.6-1.sl5.x86_64.rpm                                                                                                                      |  95 kB     00:00     
(52/94): jakarta-commons-codec-1.3-7jpp.2.x86_64.rpm                                                                                                                 | 109 kB     00:00     
(53/94): globus-common-11.6-2.el5.x86_64.rpm                                                                                                                         | 109 kB     00:00     
(54/94): classpathx-jaf-1.0-9jpp.1.x86_64.rpm                                                                                                                        | 111 kB     00:00     
(55/94): jakarta-commons-logging-1.0.4-6jpp.1.x86_64.rpm                                                                                                             | 115 kB     00:00     
(56/94): perl-URI-1.35-3.noarch.rpm                                                                                                                                  | 116 kB     00:00     
(57/94): glite-yaim-core-5.0.0-1.sl5.noarch.rpm                                                                                                                      | 116 kB     00:00     
(58/94): gridsite-shared-1.7.13-1.sl5.x86_64.rpm                                                                                                                     | 129 kB     00:00     
(59/94): perl-DBD-MySQL-3.0007-2.el5.x86_64.rpm                                                                                                                      | 147 kB     00:00     
(60/94): jakarta-commons-discovery-0.3-4jpp.1.x86_64.rpm                                                                                                             | 150 kB     00:00     
(61/94): expect-5.43.0-5.1.x86_64.rpm                                                                                                                                | 160 kB     00:00     
(62/94): glite-lb-state-machine-1.2.2-5.sl5.x86_64.rpm                                                                                                               | 162 kB     00:00     
(63/94): voms-2.0.2-1.sl5.x86_64.rpm                                                                                                                                 | 164 kB     00:00     
(64/94): perl-Net-SSLeay-1.30-4.fc6.x86_64.rpm                                                                                                                       | 192 kB     00:00     
(65/94): openldap-clients-2.3.43-12.el5_6.7.x86_64.rpm                                                                                                               | 223 kB     00:00     
(66/94): emi-trustmanager-3.0.3-1.sl5.noarch.rpm                                                                                                                     | 271 kB     00:00     
(67/94): openldap-2.3.43-12.el5_6.7.x86_64.rpm                                                                                                                       | 304 kB     00:00     
(68/94): perl-LDAP-0.33-3.fc6.noarch.rpm                                                                                                                             | 316 kB     00:00     
(69/94): perl-libwww-perl-5.805-1.1.1.noarch.rpm                                                                                                                     | 375 kB     00:00     
(70/94): glite-lb-common-8.0.6-1.sl5.x86_64.rpm                                                                                                                      | 397 kB     00:00     
(71/94): alsa-lib-1.0.17-1.el5.x86_64.rpm                                                                                                                            | 414 kB     00:00     
(72/94): wsdl4j-1.5.2-4jpp.1.x86_64.rpm                                                                                                                              | 428 kB     00:00     
(73/94): gsoap-2.7.13-3.el5.x86_64.rpm                                                                                                                               | 444 kB     00:00     
(74/94): classads-1.0.8-1.el5.x86_64.rpm                                                                                                                             | 453 kB     00:00     
(75/94): jakarta-commons-lang-2.1-5jpp.1.x86_64.rpm                                                                                                                  | 508 kB     00:00     
(76/94): glite-lb-client-java-1.1.6-1.sl5.x86_64.rpm                                                                                                                 | 593 kB     00:00     
(77/94): jakarta-commons-httpclient-3.0-7jpp.1.x86_64.rpm                                                                                                            | 595 kB     00:00     
(78/94): perl-DBI-1.52-2.el5.x86_64.rpm                                                                                                                              | 605 kB     00:00     
(79/94): log4j-1.2.13-3jpp.2.x86_64.rpm                                                                                                                              | 729 kB     00:00     
(80/94): gjdoc-0.7.7-12.el5.x86_64.rpm                                                                                                                               | 885 kB     00:00     
(81/94): glite-lb-server-2.2.9-1.sl5.x86_64.rpm                                                                                                                      | 933 kB     00:00     
(82/94): glite-lb-ws-test-1.2.3-1.sl5.x86_64.rpm                                                                                                                     | 1.0 MB     00:00     
(83/94): glite-lb-doc-1.2.9-1.sl5.noarch.rpm                                                                                                                         | 1.1 MB     00:00     
(84/94): glite-lb-client-5.0.8-1.sl5.x86_64.rpm                                                                                                                      | 1.1 MB     00:00     
(85/94): antlr-2.7.6-4jpp.2.x86_64.rpm                                                                                                                               | 1.1 MB     00:00     
(86/94): classpathx-mail-1.1.1-4jpp.2.x86_64.rpm                                                                                                                     | 1.2 MB     00:00     
(87/94): glite-lbjp-common-gsoap-plugin-3.0.2-7.sl5.x86_64.rpm                                                                                                       | 1.4 MB     00:00     
(88/94): openldap-servers-2.3.43-12.el5_6.7.x86_64.rpm                                                                                                               | 2.2 MB     00:00     
(89/94): axis-1.2.1-2jpp.6.x86_64.rpm                                                                                                                                | 3.6 MB     00:01     
(90/94): mysql-5.0.77-4.el5_5.4.x86_64.rpm                                                                                                                           | 4.8 MB     00:01     
(91/94): mysql-server-5.0.77-4.el5_5.4.x86_64.rpm                                                                                                                    | 9.8 MB     00:04     
(92/94): libgcj-4.1.2-50.el5.x86_64.rpm                                                                                                                              |  18 MB     00:06     
(93/94): activemq-cpp-library-3.2.5-1.sl5.x86_64.rpm                                                                                                                 |  24 MB     00:01     
(94/94): jdk-1.6.0_24-fcs.x86_64.rpm                                                                                                                                 |  67 MB     00:25     
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                       2.0 MB/s | 148 MB     01:14     
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID df9e12ef
EMI-1-base/gpgkey                                                                                                                                                    | 1.7 kB     00:00     
Importing GPG key 0xDF9E12EF "Doina Cristina Aiftimiei (EMI Release Manager) <aiftim@pd.infn.it>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-emi
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 217521f6
epel/gpgkey                                                                                                                                                          | 1.7 kB     00:00     
Importing GPG key 0x217521F6 "Fedora EPEL <epel@fedoraproject.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : libtool-ltdl                                                                                                                                                        1/95 
  Installing     : glite-jobid-api-c                                                                                                                                                   2/95 
  Installing     : glite-lbjp-common-trio                                                                                                                                              3/95 
  Installing     : classads                                                                                                                                                            4/95 
  Installing     : c-ares                                                                                                                                                              5/95 
  Updating       : openldap                                                                                                                                                            6/95 
  Installing     : gsoap                                                                                                                                                               7/95 
  Installing     : perl-DBI                                                                                                                                                            8/95 
  Installing     : mysql                                                                                                                                                               9/95 
  Installing     : glite-lbjp-common-maildir                                                                                                                                          10/95 
  Installing     : perl-DBD-MySQL                                                                                                                                                     11/95 
  Installing     : mysql-server                                                                                                                                                       12/95 
  Installing     : openldap-clients                                                                                                                                                   13/95 
  Installing     : openldap-servers                                                                                                                                                   14/95 
  Installing     : expect                                                                                                                                                             15/95 
  Installing     : perl-Compress-Zlib                                                                                                                                                 16/95 
  Installing     : perl-Net-SSLeay                                                                                                                                                    17/95 
  Installing     : alsa-lib                                                                                                                                                           18/95 
  Installing     : gridsite-shared                                                                                                                                                    19/95 
  Installing     : voms                                                                                                                                                               20/95 
  Installing     : libart_lgpl                                                                                                                                                        21/95 
  Installing     : libXtst                                                                                                                                                            22/95 
  Installing     : libgcj                                                                                                                                                             23/95 
  Installing     : activemq-cpp-library                                                                                                                                               24/95 
  Installing     : log4c                                                                                                                                                              25/95 
  Installing     : globus-openssl                                                                                                                                                     26/95 
  Installing     : globus-gsi-proxy-ssl                                                                                                                                               27/95 
  Installing     : glite-lbjp-common-log                                                                                                                                              28/95 
  Installing     : glite-lbjp-common-db                                                                                                                                               29/95 
  Installing     : jpackage-utils                                                                                                                                                     30/95 
  Installing     : jdk                                                                                                                                                                31/95 
Unpacking JAR files...
   rt.jar...
   jsse.jar...
   charsets.jar...
   tools.jar...
   localedata.jar...
   plugin.jar...
   javaws.jar...
   deploy.jar...
error: %post(jdk-1.6.0_24-fcs.x86_64) scriptlet failed, exit status 5
  Installing     : glite-lbjp-common-jp-interface                                                                                                                                     32/95 
  Installing     : globus-libtool                                                                                                                                                     33/95 
  Installing     : globus-common                                                                                                                                                      34/95 
  Installing     : globus-gsi-openssl-error                                                                                                                                           35/95 
  Installing     : globus-gsi-sysconfig                                                                                                                                               36/95 
  Installing     : globus-openssl-module                                                                                                                                              37/95 
  Installing     : globus-gsi-cert-utils                                                                                                                                              38/95 
  Installing     : globus-gsi-callback                                                                                                                                                39/95 
  Installing     : globus-gsi-credential                                                                                                                                              40/95 
  Installing     : globus-gsi-proxy-core                                                                                                                                              41/95 
  Installing     : globus-gssapi-gsi                                                                                                                                                  42/95 
  Installing     : glite-lbjp-common-gss                                                                                                                                              43/95 
  Installing     : glite-lb-common                                                                                                                                                    44/95 
  Installing     : glite-lb-logger                                                                                                                                                    45/95 
  Installing     : glite-lb-client                                                                                                                                                    46/95 
  Installing     : glite-lb-state-machine                                                                                                                                             47/95 
  Installing     : glite-lbjp-common-gsoap-plugin                                                                                                                                     48/95 
  Installing     : globus-callout                                                                                                                                                     49/95 
  Installing     : glite-lb-ws-interface                                                                                                                                              50/95 
  Installing     : glue-schema                                                                                                                                                        51/95 
  Installing     : emi-trustmanager                                                                                                                                                   52/95 
  Installing     : glite-lb-ws-test                                                                                                                                                   53/95 
  Installing     : globus-gss-assist                                                                                                                                                  54/95 
  Installing     : glite-lb-utils                                                                                                                                                     55/95 
  Installing     : glite-lb-harvester                                                                                                                                                 56/95 
  Installing     : lcas                                                                                                                                                               57/95 
  Installing     : glite-lbjp-common-server-bones                                                                                                                                     58/95 
  Installing     : glite-lb-server                                                                                                                                                    59/95 
  Installing     : bdii                                                                                                                                                               60/95 
  Installing     : perl-IO-Socket-SSL                                                                                                                                                 61/95 
  Installing     : emi-version                                                                                                                                                        62/95 
  Installing     : glite-info-provider-service                                                                                                                                        63/95 
  Installing     : fetch-crl                                                                                                                                                          64/95 
  Installing     : perl-URI                                                                                                                                                           65/95 
  Installing     : perl-XML-NamespaceSupport                                                                                                                                          66/95 
  Installing     : perl-XML-SAX                                                                                                                                                       67/95 
  Installing     : glite-yaim-core                                                                                                                                                    68/95 
  Installing     : glite-lb-doc                                                                                                                                                       69/95 
  Installing     : perl-HTML-Tagset                                                                                                                                                   70/95 
  Installing     : perl-HTML-Parser                                                                                                                                                   71/95 
  Installing     : perl-libwww-perl                                                                                                                                                   72/95 
  Installing     : perl-Convert-ASN1                                                                                                                                                  73/95 
  Installing     : perl-LDAP                                                                                                                                                          74/95 
  Installing     : glite-lb-logger-msg                                                                                                                                                75/95 
  Installing     : glite-yaim-bdii                                                                                                                                                    76/95 
  Installing     : glite-lb-yaim                                                                                                                                                      77/95 
  Installing     : java-1.4.2-gcj-compat                                                                                                                                              78/95 
  Installing     : jakarta-commons-logging                                                                                                                                            79/95 
  Installing     : classpathx-jaf                                                                                                                                                     80/95 
  Installing     : classpathx-mail                                                                                                                                                    81/95 
  Installing     : jakarta-commons-httpclient                                                                                                                                         82/95 
  Installing     : jakarta-commons-discovery                                                                                                                                          83/95 
  Installing     : gjdoc                                                                                                                                                              84/95 
  Installing     : jakarta-commons-codec                                                                                                                                              85/95 
  Installing     : log4j                                                                                                                                                              86/95 
  Installing     : wsdl4j                                                                                                                                                             87/95 
  Installing     : axis                                                                                                                                                               88/95 
  Installing     : antlr                                                                                                                                                              89/95 
  Installing     : jakarta-commons-lang                                                                                                                                               90/95 
  Installing     : emi-trustmanager-axis                                                                                                                                              91/95 
  Installing     : glite-jobid-api-java                                                                                                                                               92/95 
  Installing     : glite-lb-client-java                                                                                                                                               93/95 
  Installing     : emi-lb                                                                                                                                                             94/95 
  Cleanup        : openldap                                                                                                                                                           95/95 

Installed:
  emi-lb.x86_64 0:1.0.0-1.sl5                                                                                                                                                               

Dependency Installed:
  activemq-cpp-library.x86_64 0:3.2.5-1.sl5                   alsa-lib.x86_64 0:1.0.17-1.el5                                 antlr.x86_64 0:2.7.6-4jpp.2                                   
  axis.x86_64 0:1.2.1-2jpp.6                                  bdii.noarch 0:5.2.3-1.el5                                      c-ares.x86_64 0:1.6.0-2.el5                                   
  classads.x86_64 0:1.0.8-1.el5                               classpathx-jaf.x86_64 0:1.0-9jpp.1                             classpathx-mail.x86_64 0:1.1.1-4jpp.2                         
  emi-trustmanager.noarch 0:3.0.3-1.sl5                       emi-trustmanager-axis.noarch 0:1.0.1-1.sl5                     emi-version.x86_64 0:1.0.1-1.sl5                              
  expect.x86_64 0:5.43.0-5.1                                  fetch-crl.noarch 0:2.8.4-2.el5                                 gjdoc.x86_64 0:0.7.7-12.el5                                   
  glite-info-provider-service.noarch 0:1.6.3-1.el5            glite-jobid-api-c.x86_64 0:2.0.3-1.sl5                         glite-jobid-api-java.noarch 0:1.1.3-6.sl5                     
  glite-lb-client.x86_64 0:5.0.8-1.sl5                        glite-lb-client-java.x86_64 0:1.1.6-1.sl5                      glite-lb-common.x86_64 0:8.0.6-1.sl5                          
  glite-lb-doc.noarch 0:1.2.9-1.sl5                           glite-lb-harvester.x86_64 0:1.1.6-3.sl5                        glite-lb-logger.x86_64 0:2.2.6-1.sl5                          
  glite-lb-logger-msg.x86_64 0:1.0.6-1.sl5                    glite-lb-server.x86_64 0:2.2.9-1.sl5                           glite-lb-state-machine.x86_64 0:1.2.2-5.sl5                   
  glite-lb-utils.x86_64 0:2.1.4-1.sl5                         glite-lb-ws-interface.noarch 0:3.2.4-1.sl5                     glite-lb-ws-test.x86_64 0:1.2.3-1.sl5                         
  glite-lb-yaim.noarch 0:4.3.9-1.sl5                          glite-lbjp-common-db.x86_64 0:3.0.3-2.sl5                      glite-lbjp-common-gsoap-plugin.x86_64 0:3.0.2-7.sl5           
  glite-lbjp-common-gss.x86_64 0:3.0.4-1.sl5                  glite-lbjp-common-jp-interface.x86_64 0:2.1.2-7.sl5            glite-lbjp-common-log.x86_64 0:1.1.2-6.sl5                    
  glite-lbjp-common-maildir.x86_64 0:2.1.2-7.sl5              glite-lbjp-common-server-bones.x86_64 0:2.1.3-1.sl5            glite-lbjp-common-trio.x86_64 0:2.1.2-7.sl5                   
  glite-yaim-bdii.noarch 0:4.3.3-1.el5                        glite-yaim-core.noarch 0:5.0.0-1.sl5                           globus-callout.x86_64 0:0.7-8.el5                             
  globus-common.x86_64 0:11.6-2.el5                           globus-gsi-callback.x86_64 0:2.8-2.el5                         globus-gsi-cert-utils.x86_64 0:6.7-2.el5                      
  globus-gsi-credential.x86_64 0:3.5-3.el5                    globus-gsi-openssl-error.x86_64 0:0.14-8.el5                   globus-gsi-proxy-core.x86_64 0:4.7-2.el5                      
  globus-gsi-proxy-ssl.x86_64 0:2.3-3.el5                     globus-gsi-sysconfig.x86_64 0:3.1-4.el5                        globus-gss-assist.x86_64 0:5.9-4.el5                          
  globus-gssapi-gsi.x86_64 0:7.6-2.el5                        globus-libtool.x86_64 0:1.2-4.el5                              globus-openssl.x86_64 0:5.1-2.el5                             
  globus-openssl-module.x86_64 0:1.3-3.el5                    glue-schema.noarch 0:2.0.7-1.el5                               gridsite-shared.x86_64 0:1.7.13-1.sl5                         
  gsoap.x86_64 0:2.7.13-3.el5                                 jakarta-commons-codec.x86_64 0:1.3-7jpp.2                      jakarta-commons-discovery.x86_64 1:0.3-4jpp.1                 
  jakarta-commons-httpclient.x86_64 1:3.0-7jpp.1              jakarta-commons-lang.x86_64 0:2.1-5jpp.1                       jakarta-commons-logging.x86_64 0:1.0.4-6jpp.1                 
  java-1.4.2-gcj-compat.x86_64 0:1.4.2.0-40jpp.115            jdk.x86_64 2000:1.6.0_24-fcs                                   jpackage-utils.noarch 0:1.7.3-1jpp.2.el5                      
  lcas.x86_64 0:1.3.13-1.sl5                                  libXtst.x86_64 0:1.0.1-3.1                                     libart_lgpl.x86_64 0:2.3.17-4                                 
  libgcj.x86_64 0:4.1.2-50.el5                                libtool-ltdl.x86_64 0:1.5.22-7.el5_4                           log4c.x86_64 0:1.2.1-7.el5                                    
  log4j.x86_64 0:1.2.13-3jpp.2                                mysql.x86_64 0:5.0.77-4.el5_5.4                                mysql-server.x86_64 0:5.0.77-4.el5_5.4                        
  openldap-clients.x86_64 0:2.3.43-12.el5_6.7                 openldap-servers.x86_64 0:2.3.43-12.el5_6.7                    perl-Compress-Zlib.x86_64 0:1.42-1.fc6                        
  perl-Convert-ASN1.noarch 0:0.20-1.1                         perl-DBD-MySQL.x86_64 0:3.0007-2.el5                           perl-DBI.x86_64 0:1.52-2.el5                                  
  perl-HTML-Parser.x86_64 0:3.55-1.fc6                        perl-HTML-Tagset.noarch 0:3.10-2.1.1                           perl-IO-Socket-SSL.noarch 0:1.01-1.fc6                        
  perl-LDAP.noarch 1:0.33-3.fc6                               perl-Net-SSLeay.x86_64 0:1.30-4.fc6                            perl-URI.noarch 0:1.35-3                                      
  perl-XML-NamespaceSupport.noarch 0:1.09-1.2.1               perl-XML-SAX.noarch 0:0.14-8                                   perl-libwww-perl.noarch 0:5.805-1.1.1                         
  voms.x86_64 0:2.0.2-1.sl5                                   wsdl4j.x86_64 0:1.5.2-4jpp.1                                  

Dependency Updated:
  openldap.x86_64 0:2.3.43-12.el5_6.7                                                                                                                                                       

Complete!
[root@pelargir2 yum.repos.d]# 
[root@pelargir2 yum.repos.d]# cd ~/
[root@pelargir2 ~]# mkdir -m 700 yaim
[root@pelargir2 ~]# cd yaim
[root@pelargir2 yaim]# 
[root@pelargir2 yaim]# cat << EOF > site-info.def
> MYSQL_PASSWORD=[Edited]
> SITE_NAME=lbtestbed
> SITE_EMAIL="[Edited]"
> GLITE_LB_TYPE=both
> GLITE_LB_SUPER_USERS="/DC=org/DC=terena/DC=tcs/C=CZ/O=CESNET/CN=Zdenek Sustr 4040"
> EOF
[root@pelargir2 yaim]# 
[root@pelargir2 yaim]# /opt/glite/yaim/bin/yaim -c -s ./site-info.def -n glite-LB
   INFO: Using site configuration file: ./site-info.def
   INFO: 
         ###################################################################
         
         .             /'.-. ')
         .     yA,-"-,( ,m,:/ )   .oo.     oo    o      ooo  o.     .oo
         .    /      .-Y a  a Y-.     8. .8'    8'8.     8    8b   d'8
         .   /           ~ ~ /         8'    .8oo88.     8    8  8'  8
         . (_/         '===='          8    .8'     8.   8    8  Y   8
         .   Y,-''-,Yy,-.,/           o8o  o8o    o88o  o8o  o8o    o8o
         .    I_))_) I_))_)
         
         
         current working directory: /root/yaim
         site-info.def date: Jun 21 17:09 ./site-info.def
         yaim command: -c -s ./site-info.def -n glite-LB
         log file: /opt/glite/yaim/bin/../log/yaimlog
         Tue Jun 21 17:09:05 CEST 2011 : /opt/glite/yaim/bin/yaim
         
         Installed YAIM versions:
         glite-lb-yaim 4.3.9-1
         glite-yaim-bdii 4.3.3-1
         glite-yaim-core 5.0.0-1
         
         ####################################################################
   INFO: The default location of the grid-env.(c)sh files will be: /usr/libexec
   INFO: Sourcing the utilities in /opt/glite/yaim/functions/utils
   INFO: Detecting environment
   INFO: Executing function: config_add_pool_env_check 
   INFO: Executing function: config_host_certs_check 
   INFO: Executing function: config_edgusers_check 
   INFO: Executing function: config_info_service_lb_check 
   INFO: Executing function: config_glite_lb_check 
   INFO: Executing function: config_glite_locallogger_check 
   INFO: Executing function: config_bdii_5.2_check 
   INFO: Executing function: config_add_pool_env_setenv 
   INFO: Executing function: config_add_pool_env 
   INFO: Executing function: config_crl 
   INFO: Now updating the CRLs - this may take a few minutes...
Enabling periodic fetch-crl:                               [  OK  ]
   INFO: Executing function: config_host_certs 
   INFO: Executing function: config_edgusers 
   INFO: Executing function: config_info_service_lb_setenv 
   INFO: Executing function: config_info_service_lb 
   INFO: Executing function: config_glite_lb_setenv 
   INFO: Executing function: config_glite_lb 
   INFO: Configuring nodes [LB], using L&B mode: both
Initializing MySQL database:  Installing MySQL system tables...
OK
Filling help tables...
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h pelargir2.ics.muni.cz password 'new-password'

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd mysql-test ; perl mysql-test-run.pl

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
                                                           [  OK  ]
Starting MySQL:                                            [  OK  ]
glite-lb-notif-interlogd not running
glite-lb-bkserverd not running
glite-jp-importer not running
glite-lb-interlogd not running
Starting glite-lb-bkserver ... done
Starting glite-lb-notif-interlogd ... done
Starting glite-lb-interlog for proxy ... done
   INFO: Executing function: config_glite_locallogger_setenv 
   INFO: Executing function: config_glite_locallogger 
   INFO: Applying the workaround for bug 22389...
Stopping glite-lb-logd ... not running
Stopping glite-lb-interlogd ... not running
Starting glite-lb-logd ...This is LocalLogger, part of Workload Management System in EU DataGrid & EGEE.
 done
Starting glite-lb-interlogd ... done
   INFO: Executing function: config_bdii_5.2 
Stopping BDII: BDII already stopped
Starting BDII slapd:                                       [  OK  ]
Starting BDII update process:                              [  OK  ]
   INFO: Executing function: config_glite_initd 
   INFO: Configuration Complete.                                               [  OK  ]
   INFO: YAIM terminated succesfully.

Tests

TestPlan Tests (System Functionality Tests)

TestPlan https://twiki.cern.ch/twiki/bin/view/EGEE/LBTestPlan
TestPlan Tests http://glite.cvs.cern.ch/cgi-bin/glite.cgi/org.glite.testsuites.ctb/LB/tests/
TestPlan Test Documentation http://egee.cesnet.cz/cvsweb/LB/LBTP.pdf

Testing if all binaries are available                                                                                                                                        done
Testing credentials                                                                                                                                                          done
Getting proxy cert path... /tmp/x509up_u503                                                                                                                                  done
L&B server: 'pelargir2.ics.muni.cz'                                                                                                                                          done
x509up_u503                                                                                                                                                100% 3364     3.3KB/s   00:00    
arrange_lb_test_root.sh                                                                                                                                    100% 4935     4.8KB/s   00:00    
Package globus-proxy-utils-3.9-3.el5.x86_64 already installed and latest version
Package postgresql-8.1.23-1.el5_6.1.x86_64 already installed and latest version
Package postgresql-server-8.1.23-1.el5_6.1.x86_64 already installed and latest version
Starting postgresql service: [  OK  ]
createuser: creation of new role failed: ERROR:  role "rtm" already exists
glite user ID is 155
mkdir: cannot create directory `LB_testing': File exists
? org.glite.testsuites.ctb/LB/tests/11902.tmp
? org.glite.testsuites.ctb/LB/tests/12100.tmp
? org.glite.testsuites.ctb/LB/tests/9410.tmp
? org.glite.testsuites.ctb/LB/tests/LB
? org.glite.testsuites.ctb/LB/tests/RTM
? org.glite.testsuites.ctb/LB/tests/https.9526.tmp
? org.glite.testsuites.ctb/LB/tests/jdl.txt
? org.glite.testsuites.ctb/LB/tests/log
? org.glite.testsuites.ctb/LB/tests/mysql.tmp
? org.glite.testsuites.ctb/LB/tests/psql.tmp
cvs checkout: Updating org.glite.testsuites.ctb/LB
cvs checkout: Updating org.glite.testsuites.ctb/LB/manual
cvs checkout: Updating org.glite.testsuites.ctb/LB/tests
org.glite.testsuites.ctb
MANPATH=/opt/glite/share/man::
GLITE_LB_LOCATION=/usr
GLITE_JP_LOCATION=
HOSTNAME=pelargir2.ics.muni.cz
GLITE_WMS_QUERY_TIMEOUT=300
GLITE_LB_NOTIF_IL_OTHER_OPTIONS=
GLITE_LB_LOCATION_ETC=/etc
GLITE_LB_SERVER_OTHER_OPTIONS=
GLITE_MYSQL_ROOT_PASSWORD=[Edited]
GLITE_WMS_QUERY_SERVER=pelargir2.ics.muni.cz:9000
GLITE_LB_SERVER_WPORT=9003
GLITE_WMS_LBPROXY_STORE_SOCK=/tmp/lb_proxy_
GLITE_WMS_NOTIF_SERVER=pelargir2.ics.muni.cz:9000
PATH=/usr/kerberos/bin:/bin:/usr/local/bin:/usr/bin:/home/glite/bin
GLITE_LB_TYPE=both
GLITE_HOST_KEY=/home/glite/.certs/hostkey.pem
GLITE_LB_LOGGER_PORT=9002
GLITE_USER=glite
GLITE_LB_EXPORT_ENABLED=false
GLITE_LOCATION_VAR=/var
GLITE_LB_PROXY_IL_OTHER_OPTIONS=
GLITE_LB_SERVER_PORT=9000
GLITE_LB_LOCATION_VAR=/var/glite
GLITE_LB_EXPORT_PURGE_ARGS=--cleared 2d --aborted 15d --cancelled 15d --other 60d
HNAME=pelargir2.ics.muni.cz
GLITE_LOCATION=/usr
GLITE_HOST_CERT=/home/glite/.certs/hostcert.pem
GLITE_WMS_LOG_DESTINATION=pelargir2.ics.muni.cz:9002
/home/glite/LB_testing/org.glite.testsuites.ctb/LB/tests
========================
REAL TESTS START HERE
========================
Jun 21 17:28:58 pelargir2.ics.muni.cz lb-test-event-delivery.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job... Registered job: https://pelargir2.ics.muni.cz:9000/149i_c8ez0JL6AOxCSeXBg   done
Logging events resulting in READY state... Sleeping for 10 seconds... Is the testing job (https://pelargir2.ics.muni.cz:9000/149i_c8ez0JL6AOxCSeXBg) in a correct state? Ready   done
Logging events resulting in DONE state... Sleeping for 10 seconds... Testing job (https://pelargir2.ics.muni.cz:9000/149i_c8ez0JL6AOxCSeXBg) is in state: Done   done
Registering collection    done
Collection ID: https://pelargir2.ics.muni.cz:9000/NTXbbH5_g8nvJFPuMK1cKw Subjob 1: https://pelargir2.ics.muni.cz:9000/8RSLBaqKfVOzZz4cNk1jvw Subjob 2: https://pelargir2.ics.muni.cz:9000/YmNbxy3BI4MzZMg5oHQDNw Checking if subjob registration worked... Registration event recorded   done
JDL present   done
Logging events for subjobs... Sleeping for 10 seconds (waiting for events to deliver)... Is the testing job (https://pelargir2.ics.muni.cz:9000/8RSLBaqKfVOzZz4cNk1jvw) in a correct state? Ready   done
Is the testing job (https://pelargir2.ics.muni.cz:9000/YmNbxy3BI4MzZMg5oHQDNw) in a correct state? Done   done
Is the collection (https://pelargir2.ics.muni.cz:9000/NTXbbH5_g8nvJFPuMK1cKw) in a correct state? Waiting   done
Logging events to clear subjobs... Sleeping for 10 seconds (waiting for events to deliver)... Is the collection (https://pelargir2.ics.muni.cz:9000/NTXbbH5_g8nvJFPuMK1cKw) in a correct state? Cleared   done
Purging collection... The jobs were not dumped. Sleeping for 10 seconds... Checking state of collection... Identifier removed   done
Checking state of subjob #1... Identifier removed   done
Checking state of subjob #2... Identifier removed   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:29:53 pelargir2.ics.muni.cz lb-test-event-delivery.sh:    end
Jun 21 17:29:53 pelargir2.ics.muni.cz lb-test-il-recovery.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/ChuGEdQWGzd37TZWtsb8rQ)   done
Info: No command to stop was given Generating events resulting in CLEARED state Info: No command to start was given Sleeping for 70 seconds (waiting for interlogger to notice and deliver events)... Testing job (https://pelargir2.ics.muni.cz:9000/ChuGEdQWGzd37TZWtsb8rQ) is in state: Cleared    done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:31:04 pelargir2.ics.muni.cz lb-test-il-recovery.sh:    end
Jun 21 17:31:04 pelargir2.ics.muni.cz lb-test-job-registration.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/oTL4ZRmKKCn9JZzBq5EWGA)   done
Is the job in a correct state? Submitted   done
Trying to re-register job with the same jobid...(Event No. 2)...   done
Trying to re-register job with the same jobid, 'exclusive' flag on... Returned 1   done
Checking events... (There are 2 events)...   done
Test job purged. Testing state...   done
Trying to re-register. Same JobID, exclusive flag... Returned 1   done
Checking state (expecting state 'Purged' or EIDRM).    done
Trying to re-register same JobID, exclusive flag off. Returned 0   done
Checking state (expecting state 'Submitted').    done
Jun 21 17:31:05 pelargir2.ics.muni.cz lb-test-job-registration.sh:    end
Jun 21 17:31:05 pelargir2.ics.muni.cz lb-test-https.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Getting proxy cert path... /tmp/x509up_u155   done
Registering testing job    done
Evaluating job list...    done
Looking up the test job...   done
Evaluating job status listing...    done
Checking for jobid (verifying content)...   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Registering notification glite-lb-notify new -j https://pelargir2.ics.muni.cz:9000/CEmUeEJ-MEokX_fNmUwajw (https://pelargir2.ics.muni.cz:9000/NOTIF:TgYWNWRgkxnI11dg5V5rpQ)    done
Evaluating notification status listing...    done
Checking for jobid (verifying content)...   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:TgYWNWRgkxnI11dg5V5rpQ)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Trying excessively long request (regression-test bug #80263)...9387 characters   done
Trying request with normal length...   done
Jun 21 17:31:06 pelargir2.ics.muni.cz lb-test-https.sh:    end
Jun 21 17:31:06 pelargir2.ics.muni.cz lb-test-job-states.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/MJC72jRrqnZnv1W2_XpdFw)   done
Testing job is in state: Submitted (should be Submitted)   done
logging Accepted   done
Testing job is in state: Waiting (should be Waiting)   done
logging EnQueued   done
Testing job is in state: Waiting (should be Waiting)   done
logging DeQueued   done
Testing job is in state: Waiting (should be Waiting)   done
logging HelperCall   done
Testing job is in state: Waiting (should be Waiting)   done
logging Match   done
Testing job is in state: Waiting (should be Waiting)   done
logging HelperReturn   done
Testing job is in state: Waiting (should be Waiting)   done
logging EnQueued   done
Testing job is in state: Ready (should be Ready)   done
logging DeQueued   done
Testing job is in state: Ready (should be Ready)   done
logging Transfer   done
Testing job is in state: Ready (should be Ready)   done
logging Accepted   done
Testing job is in state: Ready (should be Ready)   done
logging Transfer   done
Testing job is in state: Scheduled (should be Scheduled)   done
logging Running   done
Testing job is in state: Running (should be Running)   done
logging Done   done
Testing job is in state: Done (should be Done)   done
logging Clear   done
Testing job is in state: Cleared (should be Cleared)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:33:28 pelargir2.ics.muni.cz lb-test-job-states.sh:    end
Jun 21 17:33:28 pelargir2.ics.muni.cz lb-test-logevent.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/t1E1RGi1rZQhuEWnraC0Zw)   done
Logging events logging Accepted   done
logging EnQueued   done
logging DeQueued   done
logging HelperCall   done
logging Match   done
logging HelperReturn   done
logging EnQueued   done
logging DeQueued   done
logging Transfer   done
logging Accepted   done
logging Transfer   done
logging Running   done
logging Done   done
Testing if event file exists (/var/glite/log/dglogd.log.t1E1RGi1rZQhuEWnraC0Zw)    done
Comparing results (<) with expectations (>) ... (MATCH)   done
Cleaning up Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:33:29 pelargir2.ics.muni.cz lb-test-logevent.sh:    end
Jun 21 17:33:29 pelargir2.ics.muni.cz lb-test-notif-recovery.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/PkAZVuFSfvTuvmS-KLgKhQ)    done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:c1GNS0rTKhsg5VCoJBjjGA)    done
Logging events resulting in DONE state notification is valid until: '2011-06-21 16:33:40 UTC' (1308674020) glite-lb-notify: Connection timed out (edg_wll_NotifReceive: poll() timed out) ./lb-test-notif-recovery.sh: line 157: kill: (18469) - No such process Notifications were delivered   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:c1GNS0rTKhsg5VCoJBjjGA)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:33:50 pelargir2.ics.muni.cz lb-test-notif-recovery.sh:    end
Jun 21 17:33:50 pelargir2.ics.muni.cz lb-test-notif-msg.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/r2hNXeoPtEhIp_PILeSTXQ)    done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:F-MRjpAt38pdMiV2mhp0Fg)    done
connecting to broker msg.cro-ngi.hr:6166, topic grid.emi.lbtest   done
Logging events resulting in DONE state...    done
Sleep for 20 seconds to give messages time to deliver...    done
Checking number of messages delivered... 10. Checking if >= 10... OK   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:F-MRjpAt38pdMiV2mhp0Fg)./lb-test-notif-msg.sh: line 216: 18537 Terminated ${LBCMSCLIENT} ${BROKER} grid.emi.lbtest > $$_notifications.txt    done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:34:11 pelargir2.ics.muni.cz lb-test-notif-msg.sh:    end
Jun 21 17:34:11 pelargir2.ics.muni.cz lb-test-notif.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/MnGZBRCwiMLSHCF2gKqK_Q)    done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:-H9XflHRW_Kb-L4u9dPo8Q)    done
Logging events resulting in DONE state notification is valid until: '2011-06-21 16:34:11 UTC' (1308674051) glite-lb-notify: Connection timed out (edg_wll_NotifReceive: poll() timed out) ./lb-test-notif.sh: line 156: kill: (18694) - No such process Notifications were delivered   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:-H9XflHRW_Kb-L4u9dPo8Q)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:34:22 pelargir2.ics.muni.cz lb-test-notif.sh:    end
Jun 21 17:34:23 pelargir2.ics.muni.cz lb-test-notif-switch.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing jobs old: https://pelargir2.ics.muni.cz:9000/5LH4gW6ThjPyZXj2lXRBDg new:https://pelargir2.ics.muni.cz:9000/JU5lKUGwX1Hz-VEgK8OzNQ   done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:4lB2pZ5JsWQ4jx5Q9-v9MA)    done
Logging events resulting in RUNNING state notification is valid until: '2011-06-21 16:34:23 UTC' (1308674063) Notifications were delivered   done
Changing notification ... glite-lb-notify: Connection timed out (edg_wll_NotifReceive: poll() timed out) glite-lb-notify change returned OK   done
./lb-test-notif-switch.sh: line 185: kill: (18850) - No such process Logging events resulting in DONE state for both jobs notification is valid until: '2011-06-21 16:34:39 UTC' (1308674079) glite-lb-notify: Connection timed out (edg_wll_NotifReceive: poll() timed out) ./lb-test-notif-switch.sh: line 197: kill: (18948) - No such process Notifications for the old job were not delivered   done
Notifications for the new job were delivered   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:4lB2pZ5JsWQ4jx5Q9-v9MA)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:34:50 pelargir2.ics.muni.cz lb-test-notif-switch.sh:    end
Jun 21 17:34:50 pelargir2.ics.muni.cz lb-test-notif-stream.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Srv. version 2.2 >= 2.2? yes    done
Registering job (https://pelargir2.ics.muni.cz:9000/KUoEzMHjN2ROnzQEyjXOGw)    done
Logging events resulting in DONE state   done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:819LRbM0BFGUxLuPrp7XHQ)    done
Receiving the stream: notification is valid until: '2011-06-21 16:34:56 UTC' (1308674096) .Notifications were delivered   done
./lb-test-notif-stream.sh: line 201: 19305 Terminated ${LBNOTIFY} receive -i 5 ${notifid} > $$_notifications.txt Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:819LRbM0BFGUxLuPrp7XHQ)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:34:57 pelargir2.ics.muni.cz lb-test-notif-stream.sh:    end
Jun 21 17:34:57 pelargir2.ics.muni.cz lb-test-proxy-delivery.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job    done
Registered job: https://pelargir2.ics.muni.cz:9000/r6GpOcASRVvhnS9e85XDdA Is the testing job (https://pelargir2.ics.muni.cz:9000/r6GpOcASRVvhnS9e85XDdA) in a correct state? Submitted   done
Logging events resulting in READY state... Sleeping for 10 seconds... Is the testing job (https://pelargir2.ics.muni.cz:9000/r6GpOcASRVvhnS9e85XDdA) in a correct state? Ready   done
Logging events for the testing job... Sleeping for 10 seconds... Testing job (https://pelargir2.ics.muni.cz:9000/r6GpOcASRVvhnS9e85XDdA) is in state: Done   done
Registering collection    done
Collection ID: https://pelargir2.ics.muni.cz:9000/6QVKSwj4nCzS0447qupiRw Subjob 1: https://pelargir2.ics.muni.cz:9000/5tEdalpNd2afCxTiLgfLyA Subjob 2: https://pelargir2.ics.muni.cz:9000/NydT0b3fMDaWVuPA8L74Dg Checking if subjob registration worked... JDL present   done
Checking if subjob has stateEnterTime set and > 0... 1308670518.452402 (Tue Jun 21 17:35:18 CEST 2011)   done
Logging events for subjobs... Sleeping for 10 seconds (waiting for events to deliver)... Is the testing job (https://pelargir2.ics.muni.cz:9000/5tEdalpNd2afCxTiLgfLyA) in a correct state? Ready   done
Is the testing job (https://pelargir2.ics.muni.cz:9000/NydT0b3fMDaWVuPA8L74Dg) in a correct state? Done   done
Is the collection (https://pelargir2.ics.muni.cz:9000/6QVKSwj4nCzS0447qupiRw) in a correct state? Waiting   done
Logging events to clear subjobs... Sleeping for 10 seconds (waiting for events to deliver)... Is the collection (https://pelargir2.ics.muni.cz:9000/6QVKSwj4nCzS0447qupiRw) in a correct state? Cleared   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:35:39 pelargir2.ics.muni.cz lb-test-proxy-delivery.sh:    end
Jun 21 17:35:39 pelargir2.ics.muni.cz lb-test-ws.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job    done
WS interface to query: pelargir2.ics.muni.cz:9003 Has the job (https://pelargir2.ics.muni.cz:9000/32lW4jGT9VsAp2SuFFuYrw) been submitted?   done
Checking if doneCode unset for job not yet done... Srv. version 2.2 >= 2.2? yes ()   done
Is it possible to retrieve events?   done
Is it possible to retrieve AGU activity info?   done
Does AGU activity status return correct state?   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Getting server version... 2.2.9   done
Getting WS interface version... Srv. version 2.2 >= 2.2? yes 3.2.4   done
Check if test runs on server... Get rpm version... 3.2.4   done
Comparing versions (3.2.4 == 3.2.4)...    done
Jun 21 17:35:40 pelargir2.ics.muni.cz lb-test-ws.sh:    end
Jun 21 17:35:40 pelargir2.ics.muni.cz lb-test-bdii.sh:    start
Testing if all essential binaries are available   done
Testing optional WS client binary   done
Testing credentials   done
Checking if BDII operational...    done
Checking Glue 1 root entry...    done
Checking ServiceStatus... OK   done
Checking Glue 2.0 entry with 'o=glue'...    done
Checking GLUE2 HealthStatus... ok   done
Checking GlueServiceVersion... 2.2.9   done
Reading version through WS... 2.2.9   done
Comparing versions: '2.2.9' == '2.2.9'   done
Jun 21 17:35:40 pelargir2.ics.muni.cz lb-test-bdii.sh:    end
Jun 21 17:35:40 pelargir2.ics.muni.cz lb-test-sandbox-transfer.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job    done
Is the testing job (https://pelargir2.ics.muni.cz:9000/mzjEWrVBd0OYNUlFPHjG_Q) in a correct state? Submitted   done
Registering input SandBox... https://pelargir2.ics.muni.cz:9000/FT:c95N2QHH961jrRB__lTGFA   done
Registering output SandBox... https://pelargir2.ics.muni.cz:9000/FT:K4vlgAYxVEL0VZmDwz-jlA   done
Input SB transfer starting...    done
Checking state... Running   done
Input SB transfer finishing...    done
Checking state... Done   done
Output SB transfer starting...    done
Checking state... Running   done
Output SB transfer failing...    done
Checking Done Code... DONE_CODE_FAILED   done
Check ISB transfer JobID for computing job... https://pelargir2.ics.muni.cz:9000/FT:c95N2QHH961jrRB__lTGFA   done
Check OSB transfer JobID for computing job... https://pelargir2.ics.muni.cz:9000/FT:K4vlgAYxVEL0VZmDwz-jlA   done
Check computing Job ID for ISB... https://pelargir2.ics.muni.cz:9000/mzjEWrVBd0OYNUlFPHjG_Q   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped.    done
Registering testing job    done
Registering input SandBox collection... Subjobs: https://pelargir2.ics.muni.cz:9000/FT:Xd7SstZQBI4zMT-Zx06zuA   done
Check ISB transfer JobID for computing job... https://pelargir2.ics.muni.cz:9000/FT:Xd7SstZQBI4zMT-Zx06zuA   done
Check computing Job ID for ISB... https://pelargir2.ics.muni.cz:9000/bkVpMkCvwudaFGppZaDj7Q   done
Check computing Job ID for subjob 0... https://pelargir2.ics.muni.cz:9000/bkVpMkCvwudaFGppZaDj7Q   done
Check transfer Job ID for subjob 0... https://pelargir2.ics.muni.cz:9000/FT:Xd7SstZQBI4zMT-Zx06zuA   done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:Xd7SstZQBI4zMT-Zx06zuA... Submitted   done
Checking state of https://pelargir2.ics.muni.cz:9000/qomCAwyaBa3VpcmbmSLEVA... Submitted   done
Checking state of https://pelargir2.ics.muni.cz:9000/3bpGpGpGbqaJ1a_QHFlefA... Submitted   done
Logging source and destination for subjob 1   done
Checking source of https://pelargir2.ics.muni.cz:9000/3bpGpGpGbqaJ1a_QHFlefA... http://users.machine/path/to/sandbox.file.1   done
Checking destination of https://pelargir2.ics.muni.cz:9000/3bpGpGpGbqaJ1a_QHFlefA... file://where/it/is/sandbox.file.1   done
Subjob 1 transfer starting...    done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:Xd7SstZQBI4zMT-Zx06zuA... Running   done
Checking state of https://pelargir2.ics.muni.cz:9000/3bpGpGpGbqaJ1a_QHFlefA... Running   done
Subjob 1 transfer ending...    done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:Xd7SstZQBI4zMT-Zx06zuA... Waiting   done
Checking state of https://pelargir2.ics.muni.cz:9000/3bpGpGpGbqaJ1a_QHFlefA... Done   done
Checking Done Code... DONE_CODE_OK   done
Logging source and destination for subjob 0   done
Checking source of https://pelargir2.ics.muni.cz:9000/qomCAwyaBa3VpcmbmSLEVA... http://users.machine/path/to/sandbox.file.0   done
Checking destination of https://pelargir2.ics.muni.cz:9000/qomCAwyaBa3VpcmbmSLEVA... file://where/it/is/sandbox.file.0   done
Subjob 0 transfer starting...    done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:Xd7SstZQBI4zMT-Zx06zuA... Running   done
Checking state of https://pelargir2.ics.muni.cz:9000/qomCAwyaBa3VpcmbmSLEVA... Running   done
Subjob 0 transfer ending...    done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:Xd7SstZQBI4zMT-Zx06zuA... Waiting   done
Checking state of https://pelargir2.ics.muni.cz:9000/qomCAwyaBa3VpcmbmSLEVA... Done   done
Checking Done Code... DONE_CODE_FAILED   done
Subjob 0 starting and ending...Checking state of https://pelargir2.ics.muni.cz:9000/FT:Xd7SstZQBI4zMT-Zx06zuA... Done   done
Checking Done Code... DONE_CODE_OK   done
Checking state of ... Done   done
Checking Done Code... DONE_CODE_OK   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Check if purging was allowed...   done
Test if SB Collection was purged...   done
Test if SB Collection subjob was purged...   done
Jun 21 17:36:23 pelargir2.ics.muni.cz lb-test-sandbox-transfer.sh:    end
Jun 21 17:36:23 pelargir2.ics.muni.cz lb-test-changeacl.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Srv. version 2.2 >= 2.2? yes    done
Testing Tags permissions...    done
Registering testing job https://pelargir2.ics.muni.cz:9000/HNmb44sYaQNEnABU-S1uVw   done
Changing ACL...   done
Checking ACL for new values...    done
Removing ACL entries...   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:36:23 pelargir2.ics.muni.cz lb-test-changeacl.sh:    end
Jun 21 17:36:23 pelargir2.ics.muni.cz lb-test-statistics.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Test jobs registered.   done
Sleeping for 10 seconds... Sending events for all test jobs, Submitted => Running    done
Sleeping for 10 seconds... Sending events for all test jobs, Running => Done    done
Sleeping for 10 seconds... Getting job rate (should be around .0166666, testing if > 0): 0.011111   done
Getting average 'Submitted' -> 'Running' transfer time (should be a number > 10): 14.099999   done
Getting the dispersion index (should be a number >= 0): 1.791962   done
Getting average 'Submitted' -> 'Done/OK' transfer time (should be a number > 20): 28.000000   done
Comparing. 'Submitted' -> 'Running' should take longer than 'Submitted' -> 'Done/OK': OK   done
Long term: Getting average 'Submitted' -> 'Running' transfer times (should be numbers >= 0): 0. destination CE/queue: 17.240826 35.763477   done
1. CE20110621172112663: 13.900000 2.024850   done
2. CE20110621173620803: 14.100000 1.791954   done
Long term: Getting average 'Running' rates (should be numbers >= 0): 0. destination CE/queue: 0.011524   done
1. CE20110621172112663: 0.002778   done
2. CE20110621173620803: 0.011111   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 21 17:37:03 pelargir2.ics.muni.cz lb-test-statistics.sh:    end
Jun 21 17:37:03 pelargir2.ics.muni.cz lb-test-threaded.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing jobs 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30   done
Asking for states of all 30 jobs...   done
Checking if states were returned for all jobs... 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30   done
Jun 21 17:37:04 pelargir2.ics.muni.cz lb-test-threaded.sh:    end
Jun 21 17:37:04 pelargir2.ics.muni.cz lb-test-harvester.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Testing access to MySQL   done
Testing access to PostgreSQL   done
L&B harvester test script in PATH   done
Launching the L&B harvester test...
Launch: mysql......OK psql...psql:test.sql:31: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "jobs_pkey" for table "jobs"
psql:test.sql:42: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "lb20_pkey" for table "lb20"
psql:test.sql:55: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "notifs_pkey" for table "notifs"
.OK
LB LI NI RM notifs.S..Q OK
Basic: submitted...RG S.Q waiting...EV S.Q running...EV S.Q OK
Rebind: 2 notifications OK store&quit..........OK notifs OK RM bindS.Q Done EV S.Q OK
Cleanup: deep quit..........2 notifications...cleaning up...OK 0 notifications...cleandb..RM notifs.S..Q OK
Refresh: refresh.S...........................................................Q OK
JDL: notifs.S.Q OK submitted...RG S.Q OK waiting...EV EV EV S.Q OK waiting and VO...S.Q OK changed JDL...EV S.Q OK changed after waiting...EV S.Q ready...EV S.Q OK
   done
Jun 21 17:37:49 pelargir2.ics.muni.cz lb-test-harvester.sh:    end

** Hey, purging the whole database...
The jobs were not dumped. The following jobs were purged: https://pelargir2.ics.muni.cz:9000/-Yj4PD-qpeNdONyUiwXCkQ https://pelargir2.ics.muni.cz:9000/-gajSI3A9Hd-Ih41sTN98g https://pelargir2.ics.muni.cz:9000/-sjbV1DFBfB6UlUzHw4yrQ https://pelargir2.ics.muni.cz:9000/0C0omeMVoPeKr6Yh8_HxlQ https://pelargir2.ics.muni.cz:9000/0Nlm61ao0UKX_7OGazdsqw https://pelargir2.ics.muni.cz:9000/2uMbT-jKP5r0FwOqhl-45g https://pelargir2.ics.muni.cz:9000/481e4fHJjcWQL3NOKuWPNQ https://pelargir2.ics.muni.cz:9000/8V1OyWd8Nh9RnUVulwzBKQ https://pelargir2.ics.muni.cz:9000/BqRqvP44BnH-kOBOrRA3vA https://pelargir2.ics.muni.cz:9000/EDddVQlcgTZmS1_H5eL5cQ https://pelargir2.ics.muni.cz:9000/EfGxMCo8GpHJf2vhw_9xiw https://pelargir2.ics.muni.cz:9000/FKSZupVeDEzcsYWykqdeYg https://pelargir2.ics.muni.cz:9000/Ipg8I6Dk5cyvSYH2tFB4TA https://pelargir2.ics.muni.cz:9000/IqSgrBjfdcttS_P5vGx2FA https://pelargir2.ics.muni.cz:9000/JiuCMLA8Zrteyw8AfByy9w https://pelargir2.ics.muni.cz:9000/KE64RXCQIItJ1HY23f1kog https://pelargir2.ics.muni.cz:9000/L-lvkzR2Lps3cLaR-sSSqA https://pelargir2.ics.muni.cz:9000/NcQVrQ7Ie0ARrXPUK1LGgQ https://pelargir2.ics.muni.cz:9000/X-_t4f--lLtJ3R-o2De4pA https://pelargir2.ics.muni.cz:9000/ahDZbg7mvVmw6fVcVF8oXg https://pelargir2.ics.muni.cz:9000/c3iUBkJdCSLlOUQWzEqVDQ https://pelargir2.ics.muni.cz:9000/douuXkg4Df6U9jt6HnHPyA https://pelargir2.ics.muni.cz:9000/glD9VSSRnOeYGI7do-8xDQ https://pelargir2.ics.muni.cz:9000/l-ZulqS7qbSfG2kks4TMbQ https://pelargir2.ics.muni.cz:9000/lU1Mj7dTXTml_W_c3pVYBw https://pelargir2.ics.muni.cz:9000/n_XjDs0BTuXxQbYZ3T0_MA https://pelargir2.ics.muni.cz:9000/o1Cx5vWA2rtBqON39G1Axw https://pelargir2.ics.muni.cz:9000/qF2omIXN-m-r2tb-rs_QsQ https://pelargir2.ics.muni.cz:9000/tpO7ZzsHTmSGd2ICwM48Sw https://pelargir2.ics.muni.cz:9000/x27cqg5IVPiSKdeZLWLxdw https://pelargir2.ics.muni.cz:9000/xb-9mNyaAI0iXxPUsCWjnA done

** Logging test jobs

** So far so good
done

** sleeping 60 seconds...

** OK, another set of jobs
done

** draining other 6 seconds ...

** test jobs:
aborted: https://pelargir2.ics.muni.cz:9000/aPAF7GcgzCWzDGhSh0Es4Q https://pelargir2.ics.muni.cz:9000/csGNQwK5Tw2RrA78vRhmbw cleared: https://pelargir2.ics.muni.cz:9000/K2XmbPkcP2swEZuV_rRuqw https://pelargir2.ics.muni.cz:9000/EBDzWCLXh7qD_QthmC1YAQ cancelled: https://pelargir2.ics.muni.cz:9000/98sLO1m-ooemmtbQiBHXCQ https://pelargir2.ics.muni.cz:9000/EPcvi8IuJZbAfSkWNgdWxA done: https://pelargir2.ics.muni.cz:9000/K1Gw4udn1Am87nEE7HZNUQ https://pelargir2.ics.muni.cz:9000/9I33qQrIu37NWimR0V_MzQ other: https://pelargir2.ics.muni.cz:9000/jiSDIEfYpEMGLTT2f8wByg https://pelargir2.ics.muni.cz:9000/Y_4idlk4pzwEC2f8u5PImA
** Dry run
30s aborted https://pelargir2.ics.muni.cz:9000/aPAF7GcgzCWzDGhSh0Es4Q done
0s aborted https://pelargir2.ics.muni.cz:9000/aPAF7GcgzCWzDGhSh0Es4Q done
0s aborted https://pelargir2.ics.muni.cz:9000/csGNQwK5Tw2RrA78vRhmbw done
30s cleared https://pelargir2.ics.muni.cz:9000/K2XmbPkcP2swEZuV_rRuqw done
0s cleared https://pelargir2.ics.muni.cz:9000/EBDzWCLXh7qD_QthmC1YAQ done
0s cleared https://pelargir2.ics.muni.cz:9000/K2XmbPkcP2swEZuV_rRuqw done
30s cancelled https://pelargir2.ics.muni.cz:9000/98sLO1m-ooemmtbQiBHXCQ done
0s cancelled https://pelargir2.ics.muni.cz:9000/98sLO1m-ooemmtbQiBHXCQ done
0s cancelled https://pelargir2.ics.muni.cz:9000/EPcvi8IuJZbAfSkWNgdWxA done
30s done https://pelargir2.ics.muni.cz:9000/K1Gw4udn1Am87nEE7HZNUQ done
0s done https://pelargir2.ics.muni.cz:9000/9I33qQrIu37NWimR0V_MzQ done
0s done https://pelargir2.ics.muni.cz:9000/K1Gw4udn1Am87nEE7HZNUQ done
30s other https://pelargir2.ics.muni.cz:9000/jiSDIEfYpEMGLTT2f8wByg done
0s other https://pelargir2.ics.muni.cz:9000/Y_4idlk4pzwEC2f8u5PImA done
0s other https://pelargir2.ics.muni.cz:9000/jiSDIEfYpEMGLTT2f8wByg done

** Server defaults
Nothing purged as expected done

** Purge the first set of jobs
diff OK done

** Purge the rest
diff OK done

** Anything left?
No, OK done

** Check zombies
https://pelargir2.ics.muni.cz:9000/K1Gw4udn1Am87nEE7HZNUQ returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/jiSDIEfYpEMGLTT2f8wByg returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/aPAF7GcgzCWzDGhSh0Es4Q returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/98sLO1m-ooemmtbQiBHXCQ returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/K2XmbPkcP2swEZuV_rRuqw returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/9I33qQrIu37NWimR0V_MzQ returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/Y_4idlk4pzwEC2f8u5PImA returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/csGNQwK5Tw2RrA78vRhmbw returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/EPcvi8IuJZbAfSkWNgdWxA returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/EBDzWCLXh7qD_QthmC1YAQ returned EIDRMdone

** All tests passed **
done
==================
TESTS END HERE
==================

In the Wild

ui1.egee.cesnet.cz$ time ./lb-test-wild.sh -n 1 -w -f html -voce pelargir2.ics.muni.cz:9000
Jun 22 12:04:51 ui1.egee.cesnet.cz lb-test-wild.sh:    start
[wild] submit (done test): https://pelargir2.ics.muni.cz:9000/yQqteGGihOqi5p7zN7P1Kw
[wild] submit (fail test): https://pelargir2.ics.muni.cz:9000/0xVwizI-LHiPMT59QjpBNQ
[wild] submit (collection to fail test): https://pelargir2.ics.muni.cz:9000/I0CwcfFDuxj49AkHv30bHw
[wild] submit (collection to done test): https://pelargir2.ics.muni.cz:9000/z0zap0XDuuNoTBmgLwPDFg
[wild] submit (done test): https://pelargir2.ics.muni.cz:9000/i_tI3fu1L7t0rXktIPCSSg
[wild] submit (collection to done test): https://pelargir2.ics.muni.cz:9000/sY1DiZKJq5EO5L0lhntb5A
[wild] sleep before cancel...
[wild] cancel https://pelargir2.ics.muni.cz:9000/i_tI3fu1L7t0rXktIPCSSg
[wild] cancel https://pelargir2.ics.muni.cz:9000/sY1DiZKJq5EO5L0lhntb5A
[wild] submitted   done
[wild] ================================
[wild] 2011-06-22 12:05:30 https://pelargir2.ics.muni.cz:9000/yQqteGGihOqi5p7zN7P1Kw Scheduled (done test)
[wild] 2011-06-22 12:05:31 https://pelargir2.ics.muni.cz:9000/0xVwizI-LHiPMT59QjpBNQ Scheduled (fail test)
[wild] 2011-06-22 12:05:32 https://pelargir2.ics.muni.cz:9000/I0CwcfFDuxj49AkHv30bHw Waiting (fail_coll test)
[wild] 2011-06-22 12:05:32 https://pelargir2.ics.muni.cz:9000/z0zap0XDuuNoTBmgLwPDFg Running (done_coll test)
[wild] 2011-06-22 12:05:33 https://pelargir2.ics.muni.cz:9000/i_tI3fu1L7t0rXktIPCSSg Cancelled (cancel test)
[wild] 2011-06-22 12:05:33 https://pelargir2.ics.muni.cz:9000/sY1DiZKJq5EO5L0lhntb5A Cleared (cancel_coll test)
[wild] 2011-06-22 12:06:05 https://pelargir2.ics.muni.cz:9000/z0zap0XDuuNoTBmgLwPDFg Waiting (done_coll test)
[wild] 2011-06-22 12:07:09 https://pelargir2.ics.muni.cz:9000/yQqteGGihOqi5p7zN7P1Kw Running (done test)
[wild] 2011-06-22 12:07:09 https://pelargir2.ics.muni.cz:9000/0xVwizI-LHiPMT59QjpBNQ Running (fail test)
[wild] 2011-06-22 12:09:51 https://pelargir2.ics.muni.cz:9000/z0zap0XDuuNoTBmgLwPDFg Running (done_coll test)
[wild] 2011-06-22 12:18:27 https://pelargir2.ics.muni.cz:9000/I0CwcfFDuxj49AkHv30bHw Running (fail_coll test)
[wild] 2011-06-22 12:22:44 https://pelargir2.ics.muni.cz:9000/yQqteGGihOqi5p7zN7P1Kw Done (done test)
[wild] 2011-06-22 12:22:44 https://pelargir2.ics.muni.cz:9000/0xVwizI-LHiPMT59QjpBNQ Aborted (fail test)
[wild] 2011-06-22 12:29:12 https://pelargir2.ics.muni.cz:9000/I0CwcfFDuxj49AkHv30bHw Aborted (fail_coll test)
[wild] 2011-06-22 12:45:50 https://pelargir2.ics.muni.cz:9000/z0zap0XDuuNoTBmgLwPDFg Done (done_coll test)
[wild] all jobs finished   done
[wild] ================================
[wild] https://pelargir2.ics.muni.cz:9000/yQqteGGihOqi5p7zN7P1Kw: 'Done' OK (done)   done
[wild] components: JobController LogMonitor LRMS NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/0xVwizI-LHiPMT59QjpBNQ: 'Aborted' OK (fail)   done
[wild] components: JobController LogMonitor LRMS NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/I0CwcfFDuxj49AkHv30bHw: 'Aborted' OK (fail_coll)   done
[wild] components: LBServer NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/z0zap0XDuuNoTBmgLwPDFg: 'Done' OK (done_coll)   done
[wild] components: LBServer NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/i_tI3fu1L7t0rXktIPCSSg: 'Cancelled' OK (cancel)   done
[wild] components: JobController LogMonitor NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/sY1DiZKJq5EO5L0lhntb5A: expected 'Cancelled', got 'Cleared' (cancel_coll), so be it!   done
[wild] components: LBServer NetworkServer WorkloadManager ?
[wild] ================================
[wild] job output test
[wild] fetching output from https://pelargir2.ics.muni.cz:9000/yQqteGGihOqi5p7zN7P1Kw
Warning - JobPurging not allowed (The Operation is not allowed: Unable to complete job purge) [wild] output of 'https://pelargir2.ics.muni.cz:9000/yQqteGGihOqi5p7zN7P1Kw' fetched   done
[wild] fetching output from https://pelargir2.ics.muni.cz:9000/z0zap0XDuuNoTBmgLwPDFg
Warning - JobPurging not allowed (The Operation is not allowed: Unable to complete job purge) [wild] output of https://pelargir2.ics.muni.cz:9000/2X97Qs9kw4Q2Ga9DYdkoOA (1. offspring of https://pelargir2.ics.muni.cz:9000/z0zap0XDuuNoTBmgLwPDFg) fetched   done
Warning - JobPurging not allowed (The Operation is not allowed: Unable to complete job purge) [wild] output of https://pelargir2.ics.muni.cz:9000/ZoOHql8EEfVii09n3rME6g (2. offspring of https://pelargir2.ics.muni.cz:9000/z0zap0XDuuNoTBmgLwPDFg) fetched   done
[wild] outputs: jobOutput.20629/0/sustr_yQqteGGihOqi5p7zN7P1Kw/std.err jobOutput.20629/0/sustr_yQqteGGihOqi5p7zN7P1Kw/std.out jobOutput.20629/3-1/sustr_2X97Qs9kw4Q2Ga9DYdkoOA/std1.err jobOutput.20629/3-1/sustr_2X97Qs9kw4Q2Ga9DYdkoOA/std1.out
[wild] waiting for cleared states...

Upgrade from production

Environment

Clean SL5 installation according to gLite guidelines (CA certificates, ...).

Process


rpm -Uvhi http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
yum install -y yum-priorities yum-protectbase
rpm -i http://emisoft.web.cern.ch/emisoft/dist/EMI/1/sl5/x86_64/base/emi-release-1.0.0-1.sl5.noarch.rpm



yum install -y emi-lb

cd ~/
mkdir -m 700 yaim
cd yaim

cat << EOF > site-info.def
MYSQL_PASSWORD=[Edited]
SITE_NAME=delwin
SITE_EMAIL="[Edited]"
GLITE_LB_TYPE=both
GLITE_LB_SUPER_USERS="/DC=org/DC=terena/DC=tcs/C=CZ/O=CESNET/CN=Zdenek Sustr 4040"
EOF

/opt/glite/yaim/bin/yaim -c -s ./site-info.def -n glite-LB

cd /etc/yum.repos.d
wget http://etics-repository.cern.ch/repository/pm/registered/repomd/id/d38eae67-255c-4cec-aba7-9a944de26450/sl5_x86_64_gcc412EPEL/etics-registered-build-by-id-protect.repo
echo priority=45 >> etics-registered-build-by-id-protect.repo

yum -y update

cd ~/yaim
/opt/glite/yaim/bin/yaim -c -s ./site-info.def -n glite-LB

Full output of the installation

[root@pelargir2 ~]# rpm -Uvhi http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
Retrieving http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
warning: /var/tmp/rpm-xfer.OUusLM: Header V3 DSA signature: NOKEY, key ID 217521f6
Preparing...                ########################################### [100%]
   1:epel-release           ########################################### [100%]
[root@pelargir2 ~]# yum install -y yum-priorities yum-protectbase
Loaded plugins: kernel-module
epel                                                                                                                                   | 3.7 kB     00:00     
epel/primary_db                                                                                                                        | 3.7 MB     00:00     
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package yum-priorities.noarch 0:1.1.16-14.el5 set to be updated
---> Package yum-protectbase.noarch 0:1.1.16-14.el5 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

==============================================================================================================================================================
 Package                                   Arch                             Version                                   Repository                         Size
==============================================================================================================================================================
Installing:
 yum-priorities                            noarch                           1.1.16-14.el5                             sl-base                            14 k
 yum-protectbase                           noarch                           1.1.16-14.el5                             sl-base                            12 k

Transaction Summary
==============================================================================================================================================================
Install       2 Package(s)
Upgrade       0 Package(s)

Total download size: 25 k
Downloading Packages:
(1/2): yum-protectbase-1.1.16-14.el5.noarch.rpm                                                                                        |  12 kB     00:00     
(2/2): yum-priorities-1.1.16-14.el5.noarch.rpm                                                                                         |  14 kB     00:00     
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                          19 kB/s |  25 kB     00:01     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : yum-protectbase                                                                                                                        1/2 
  Installing     : yum-priorities                                                                                                                         2/2 

Installed:
  yum-priorities.noarch 0:1.1.16-14.el5                                         yum-protectbase.noarch 0:1.1.16-14.el5                                        

Complete!
[root@pelargir2 ~]# rpm -i http://emisoft.web.cern.ch/emisoft/dist/EMI/1/sl5/x86_64/base/emi-release-1.0.0-1.sl5.noarch.rpm
warning: /var/tmp/rpm-xfer.lzTX8q: Header V3 DSA signature: NOKEY, key ID df9e12ef
[root@pelargir2 ~]# 
[root@pelargir2 ~]# 
[root@pelargir2 ~]# 
[root@pelargir2 ~]# yum install -y emi-lb
Loaded plugins: kernel-module, priorities, protectbase
EMI-1-base                                                                                                                             | 1.9 kB     00:00     
EMI-1-base/primary_db                                                                                                                  | 198 kB     00:00     
EMI-1-third-party                                                                                                                      | 1.9 kB     00:00     
EMI-1-third-party/primary_db                                                                                                           |  25 kB     00:00     
EMI-1-updates                                                                                                                          | 1.9 kB     00:00     
EMI-1-updates/primary_db                                                                                                               | 5.5 kB     00:00     
155 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package emi-lb.x86_64 0:1.0.0-1.sl5 set to be updated
--> Processing Dependency: glite-lb-server for package: emi-lb
--> Processing Dependency: glite-lb-doc for package: emi-lb
--> Processing Dependency: glite-lb-logger-msg for package: emi-lb
--> Processing Dependency: fetch-crl for package: emi-lb
--> Processing Dependency: bdii for package: emi-lb
--> Processing Dependency: glite-lb-harvester for package: emi-lb
--> Processing Dependency: glite-lb-logger for package: emi-lb
--> Processing Dependency: emi-version for package: emi-lb
--> Processing Dependency: glite-lb-yaim for package: emi-lb
--> Processing Dependency: glue-schema for package: emi-lb
--> Processing Dependency: glite-info-provider-service for package: emi-lb
--> Processing Dependency: glite-lb-ws-test for package: emi-lb
--> Processing Dependency: glite-lb-utils for package: emi-lb
--> Processing Dependency: glite-lb-client-java for package: emi-lb
--> Running transaction check
---> Package bdii.noarch 0:5.2.3-1.el5 set to be updated
--> Processing Dependency: expect for package: bdii
--> Processing Dependency: openldap-servers for package: bdii
--> Processing Dependency: openldap-clients for package: bdii
---> Package emi-version.x86_64 0:1.0.1-1.sl5 set to be updated
---> Package fetch-crl.noarch 0:2.8.4-2.el5 set to be updated
---> Package glite-info-provider-service.noarch 0:1.6.3-1.el5 set to be updated
---> Package glite-lb-client-java.x86_64 0:1.1.5-1.sl5 set to be updated
--> Processing Dependency: jakarta-commons-lang for package: glite-lb-client-java
--> Processing Dependency: emi-trustmanager for package: glite-lb-client-java
--> Processing Dependency: emi-trustmanager-axis for package: glite-lb-client-java
--> Processing Dependency: glite-jobid-api-java for package: glite-lb-client-java
---> Package glite-lb-doc.noarch 0:1.2.7-1.sl5 set to be updated
---> Package glite-lb-harvester.x86_64 0:1.1.6-3.sl5 set to be updated
--> Processing Dependency: glite-lbjp-common-log for package: glite-lb-harvester
--> Processing Dependency: glite-lb-common for package: glite-lb-harvester
--> Processing Dependency: glite-lb-client for package: glite-lb-harvester
--> Processing Dependency: glite-jobid-api-c for package: glite-lb-harvester
--> Processing Dependency: glite-lbjp-common-db for package: glite-lb-harvester
--> Processing Dependency: glite-lbjp-common-trio for package: glite-lb-harvester
--> Processing Dependency: glite-lbjp-common-gss for package: glite-lb-harvester
--> Processing Dependency: libglite_lb_client.so.11()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_lbu_log.so.1()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_lb_common.so.13()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_jobid.so.2()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_lbu_trio.so.2()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_security_gss.so.9()(64bit) for package: glite-lb-harvester
--> Processing Dependency: libglite_lbu_db.so.3()(64bit) for package: glite-lb-harvester
---> Package glite-lb-logger.x86_64 0:2.2.5-1.sl5 set to be updated
---> Package glite-lb-logger-msg.x86_64 0:1.0.6-1.sl5 set to be updated
--> Processing Dependency: perl(Net::LDAP) for package: glite-lb-logger-msg
--> Processing Dependency: activemq-cpp-library for package: glite-lb-logger-msg
--> Processing Dependency: libactivemq-cpp.so.12()(64bit) for package: glite-lb-logger-msg
---> Package glite-lb-server.x86_64 0:2.2.7-1.sl5 set to be updated
--> Processing Dependency: glite-lbjp-common-server-bones for package: glite-lb-server
--> Processing Dependency: c-ares for package: glite-lb-server
--> Processing Dependency: lcas for package: glite-lb-server
--> Processing Dependency: voms for package: glite-lb-server
--> Processing Dependency: globus-gssapi-gsi for package: glite-lb-server
--> Processing Dependency: mysql-server for package: glite-lb-server
--> Processing Dependency: glite-lbjp-common-maildir for package: glite-lb-server
--> Processing Dependency: gridsite-shared for package: glite-lb-server
--> Processing Dependency: glite-lb-state-machine for package: glite-lb-server
--> Processing Dependency: glite-lb-ws-interface for package: glite-lb-server
--> Processing Dependency: classads for package: glite-lb-server
--> Processing Dependency: mysql for package: glite-lb-server
--> Processing Dependency: glite-lbjp-common-gsoap-plugin for package: glite-lb-server
--> Processing Dependency: libvomsapi.so.1()(64bit) for package: glite-lb-server
--> Processing Dependency: liblcas.so.0()(64bit) for package: glite-lb-server
--> Processing Dependency: libglite_security_gsoap_plugin_2713_c.so.9()(64bit) for package: glite-lb-server
--> Processing Dependency: libgsoap.so.0()(64bit) for package: glite-lb-server
--> Processing Dependency: libglite_lbu_server_bones.so.2()(64bit) for package: glite-lb-server
--> Processing Dependency: libclassad.so.1()(64bit) for package: glite-lb-server
--> Processing Dependency: libgridsite_globus.so.1.7()(64bit) for package: glite-lb-server
--> Processing Dependency: libglite_lbu_maildir.so.2()(64bit) for package: glite-lb-server
--> Processing Dependency: libcares.so.2()(64bit) for package: glite-lb-server
---> Package glite-lb-utils.x86_64 0:2.1.3-1.sl5 set to be updated
--> Processing Dependency: glite-lbjp-common-jp-interface for package: glite-lb-utils
--> Processing Dependency: libglite_jp_common.so.2()(64bit) for package: glite-lb-utils
---> Package glite-lb-ws-test.x86_64 0:1.2.3-1.sl5 set to be updated
---> Package glite-lb-yaim.noarch 0:4.3.7-2.sl5 set to be updated
--> Processing Dependency: glite-yaim-core for package: glite-lb-yaim
--> Processing Dependency: glite-yaim-bdii for package: glite-lb-yaim
---> Package glue-schema.noarch 0:2.0.7-1.el5 set to be updated
--> Running transaction check
---> Package activemq-cpp-library.x86_64 0:3.2.5-1.sl5 set to be updated
---> Package c-ares.x86_64 0:1.6.0-2.el5 set to be updated
---> Package classads.x86_64 0:1.0.8-1.el5 set to be updated
---> Package emi-trustmanager.noarch 0:3.0.3-1.sl5 set to be updated
---> Package emi-trustmanager-axis.noarch 0:1.0.1-1.sl5 set to be updated
--> Processing Dependency: axis for package: emi-trustmanager-axis
---> Package expect.x86_64 0:5.43.0-5.1 set to be updated
---> Package glite-jobid-api-c.x86_64 0:2.0.2-5.sl5 set to be updated
---> Package glite-jobid-api-java.noarch 0:1.1.3-5.sl5 set to be updated
--> Processing Dependency: jakarta-commons-codec for package: glite-jobid-api-java
---> Package glite-lb-client.x86_64 0:5.0.6-1.sl5 set to be updated
---> Package glite-lb-common.x86_64 0:8.0.5-1.sl5 set to be updated
---> Package glite-lb-state-machine.x86_64 0:1.2.2-5.sl5 set to be updated
---> Package glite-lb-ws-interface.noarch 0:3.2.4-1.sl5 set to be updated
---> Package glite-lbjp-common-db.x86_64 0:3.0.3-2.sl5 set to be updated
---> Package glite-lbjp-common-gsoap-plugin.x86_64 0:3.0.2-6.sl5 set to be updated
---> Package glite-lbjp-common-gss.x86_64 0:3.0.3-1.sl5 set to be updated
--> Processing Dependency: libglobus_gsi_credential.so.1()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libglobus_gsi_cert_utils.so.0()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libglobus_gsi_sysconfig.so.1()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libltdl.so.3()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libglobus_openssl.so.0()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libglobus_proxy_ssl.so.1()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libglobus_gsi_callback.so.0()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libglobus_gsi_proxy_core.so.0()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libglobus_openssl_error.so.0()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libglobus_oldgaa.so.0()(64bit) for package: glite-lbjp-common-gss
--> Processing Dependency: libglobus_common.so.0()(64bit) for package: glite-lbjp-common-gss
---> Package glite-lbjp-common-jp-interface.x86_64 0:2.1.2-6.sl5 set to be updated
---> Package glite-lbjp-common-log.x86_64 0:1.1.2-6.sl5 set to be updated
--> Processing Dependency: log4c for package: glite-lbjp-common-log
--> Processing Dependency: liblog4c.so.3()(64bit) for package: glite-lbjp-common-log
---> Package glite-lbjp-common-maildir.x86_64 0:2.1.2-6.sl5 set to be updated
---> Package glite-lbjp-common-server-bones.x86_64 0:2.1.2-6.sl5 set to be updated
---> Package glite-lbjp-common-trio.x86_64 0:2.1.2-6.sl5 set to be updated
---> Package glite-yaim-bdii.noarch 0:4.3.3-1.el5 set to be updated
---> Package glite-yaim-core.noarch 0:5.0.0-1.sl5 set to be updated
---> Package globus-gssapi-gsi.x86_64 0:7.6-2.el5 set to be updated
--> Processing Dependency: globus-openssl >= 1 for package: globus-gssapi-gsi
---> Package gridsite-shared.x86_64 0:1.7.13-1.sl5 set to be updated
---> Package gsoap.x86_64 0:2.7.13-3.el5 set to be updated
---> Package jakarta-commons-lang.x86_64 0:2.1-5jpp.1 set to be updated
--> Processing Dependency: java-gcj-compat for package: jakarta-commons-lang
--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: jakarta-commons-lang
---> Package lcas.x86_64 0:1.3.13-1.sl5 set to be updated
---> Package mysql.x86_64 0:5.0.77-4.el5_5.4 set to be updated
--> Processing Dependency: perl(DBI) for package: mysql
---> Package mysql-server.x86_64 0:5.0.77-4.el5_5.4 set to be updated
--> Processing Dependency: perl-DBD-MySQL for package: mysql-server
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap-servers.x86_64 0:2.3.43-12.el5_6.7 set to be updated
EMI-1-base/filelists_db                                                                                                                | 167 kB     00:00     
EMI-1-third-party/filelists_db                                                                                                         |  57 kB     00:00     
EMI-1-updates/filelists_db                                                                                                             | 1.8 kB     00:00     
epel/filelists_db                                                                                                                      | 5.3 MB     00:00     
---> Package perl-LDAP.noarch 1:0.33-3.fc6 set to be updated
--> Processing Dependency: perl(HTTP::Status) for package: perl-LDAP
--> Processing Dependency: perl(HTTP::Negotiate) for package: perl-LDAP
--> Processing Dependency: perl(Convert::ASN1) for package: perl-LDAP
--> Processing Dependency: perl(LWP::MediaTypes) for package: perl-LDAP
--> Processing Dependency: perl(HTTP::Response) for package: perl-LDAP
--> Processing Dependency: perl(LWP::Protocol) for package: perl-LDAP
--> Processing Dependency: perl(XML::SAX::Base) for package: perl-LDAP
--> Processing Dependency: perl(IO::Socket::SSL) for package: perl-LDAP
---> Package voms.x86_64 0:2.0.2-1.sl5 set to be updated
--> Running transaction check
---> Package axis.x86_64 0:1.2.1-2jpp.6 set to be updated
--> Processing Dependency: jpackage-utils >= 1.5 for package: axis
--> Processing Dependency: jakarta-commons-discovery for package: axis
--> Processing Dependency: log4j for package: axis
--> Processing Dependency: javamail for package: axis
--> Processing Dependency: jakarta-commons-logging for package: axis
--> Processing Dependency: jaf for package: axis
--> Processing Dependency: jakarta-commons-httpclient for package: axis
--> Processing Dependency: wsdl4j for package: axis
---> Package globus-common.x86_64 0:11.6-2.el5 set to be updated
--> Processing Dependency: globus-libtool >= 1 for package: globus-common
---> Package globus-gsi-callback.x86_64 0:2.8-2.el5 set to be updated
---> Package globus-gsi-cert-utils.x86_64 0:6.7-2.el5 set to be updated
---> Package globus-gsi-credential.x86_64 0:3.5-3.el5 set to be updated
---> Package globus-gsi-openssl-error.x86_64 0:0.14-8.el5 set to be updated
---> Package globus-gsi-proxy-core.x86_64 0:4.7-2.el5 set to be updated
---> Package globus-gsi-proxy-ssl.x86_64 0:2.3-3.el5 set to be updated
---> Package globus-gsi-sysconfig.x86_64 0:3.1-4.el5 set to be updated
---> Package globus-openssl.x86_64 0:5.1-2.el5 set to be updated
---> Package globus-openssl-module.x86_64 0:1.3-3.el5 set to be updated
---> Package jakarta-commons-codec.x86_64 0:1.3-7jpp.2 set to be updated
---> Package java-1.4.2-gcj-compat.x86_64 0:1.4.2.0-40jpp.115 set to be updated
--> Processing Dependency: gjdoc for package: java-1.4.2-gcj-compat
---> Package libgcj.x86_64 0:4.1.2-50.el5 set to be updated
--> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj
--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: libgcj
--> Processing Dependency: libXtst.so.6()(64bit) for package: libgcj
--> Processing Dependency: libasound.so.2()(64bit) for package: libgcj
---> Package libtool-ltdl.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package log4c.x86_64 0:1.2.1-7.el5 set to be updated
---> Package perl-Convert-ASN1.noarch 0:0.20-1.1 set to be updated
---> Package perl-DBD-MySQL.x86_64 0:3.0007-2.el5 set to be updated
---> Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
---> Package perl-IO-Socket-SSL.noarch 0:1.01-1.fc6 set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL
---> Package perl-XML-SAX.noarch 0:0.14-8 set to be updated
--> Processing Dependency: perl(XML::NamespaceSupport) for package: perl-XML-SAX
---> Package perl-libwww-perl.noarch 0:5.805-1.1.1 set to be updated
--> Processing Dependency: perl-HTML-Parser >= 3.33 for package: perl-libwww-perl
--> Processing Dependency: perl(URI::URL) for package: perl-libwww-perl
--> Processing Dependency: perl(URI) for package: perl-libwww-perl
--> Processing Dependency: perl(HTML::Entities) for package: perl-libwww-perl
--> Processing Dependency: perl(Compress::Zlib) for package: perl-libwww-perl
--> Processing Dependency: perl(URI::Heuristic) for package: perl-libwww-perl
--> Processing Dependency: perl(URI::Escape) for package: perl-libwww-perl
--> Running transaction check
---> Package alsa-lib.x86_64 0:1.0.17-1.el5 set to be updated
---> Package classpathx-jaf.x86_64 0:1.0-9jpp.1 set to be updated
---> Package classpathx-mail.x86_64 0:1.1.1-4jpp.2 set to be updated
---> Package gjdoc.x86_64 0:0.7.7-12.el5 set to be updated
--> Processing Dependency: antlr for package: gjdoc
---> Package globus-libtool.x86_64 0:1.2-4.el5 set to be updated
---> Package jakarta-commons-discovery.x86_64 1:0.3-4jpp.1 set to be updated
---> Package jakarta-commons-httpclient.x86_64 1:3.0-7jpp.1 set to be updated
---> Package jakarta-commons-logging.x86_64 0:1.0.4-6jpp.1 set to be updated
---> Package jpackage-utils.noarch 0:1.7.3-1jpp.2.el5 set to be updated
---> Package libXtst.x86_64 0:1.0.1-3.1 set to be updated
---> Package libart_lgpl.x86_64 0:2.3.17-4 set to be updated
---> Package log4j.x86_64 0:1.2.13-3jpp.2 set to be updated
--> Processing Dependency: xml-commons-apis for package: log4j
---> Package perl-Compress-Zlib.x86_64 0:1.42-1.fc6 set to be updated
---> Package perl-HTML-Parser.x86_64 0:3.55-1.fc6 set to be updated
--> Processing Dependency: perl-HTML-Tagset >= 3.03 for package: perl-HTML-Parser
--> Processing Dependency: perl(HTML::Tagset) for package: perl-HTML-Parser
---> Package perl-Net-SSLeay.x86_64 0:1.30-4.fc6 set to be updated
---> Package perl-URI.noarch 0:1.35-3 set to be updated
---> Package perl-XML-NamespaceSupport.noarch 0:1.09-1.2.1 set to be updated
---> Package wsdl4j.x86_64 0:1.5.2-4jpp.1 set to be updated
--> Running transaction check
---> Package antlr.x86_64 0:2.7.6-4jpp.2 set to be updated
---> Package jdk.x86_64 2000:1.6.0_24-fcs set to be updated
---> Package perl-HTML-Tagset.noarch 0:3.10-2.1.1 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

==============================================================================================================================================================
 Package                                           Arch                      Version                               Repository                            Size
==============================================================================================================================================================
Installing:
 emi-lb                                            x86_64                    1.0.0-1.sl5                           EMI-1-base                           1.8 k
Installing for dependencies:
 activemq-cpp-library                              x86_64                    3.2.5-1.sl5                           EMI-1-third-party                     24 M
 alsa-lib                                          x86_64                    1.0.17-1.el5                          sl-base                              414 k
 antlr                                             x86_64                    2.7.6-4jpp.2                          sl-base                              1.1 M
 axis                                              x86_64                    1.2.1-2jpp.6                          sl-base                              3.6 M
 bdii                                              noarch                    5.2.3-1.el5                           EMI-1-base                            20 k
 c-ares                                            x86_64                    1.6.0-2.el5                           epel                                  47 k
 classads                                          x86_64                    1.0.8-1.el5                           epel                                 453 k
 classpathx-jaf                                    x86_64                    1.0-9jpp.1                            sl-base                              111 k
 classpathx-mail                                   x86_64                    1.1.1-4jpp.2                          sl-base                              1.2 M
 emi-trustmanager                                  noarch                    3.0.3-1.sl5                           EMI-1-base                           272 k
 emi-trustmanager-axis                             noarch                    1.0.1-1.sl5                           EMI-1-base                            28 k
 emi-version                                       x86_64                    1.0.1-1.sl5                           EMI-1-updates                        2.1 k
 expect                                            x86_64                    5.43.0-5.1                            sl-base                              160 k
 fetch-crl                                         noarch                    2.8.4-2.el5                           epel                                  24 k
 gjdoc                                             x86_64                    0.7.7-12.el5                          sl-base                              885 k
 glite-info-provider-service                       noarch                    1.6.3-1.el5                           EMI-1-base                            50 k
 glite-jobid-api-c                                 x86_64                    2.0.2-5.sl5                           EMI-1-base                            19 k
 glite-jobid-api-java                              noarch                    1.1.3-5.sl5                           EMI-1-base                           5.7 k
 glite-lb-client                                   x86_64                    5.0.6-1.sl5                           EMI-1-base                           1.0 M
 glite-lb-client-java                              x86_64                    1.1.5-1.sl5                           EMI-1-base                           592 k
 glite-lb-common                                   x86_64                    8.0.5-1.sl5                           EMI-1-base                           394 k
 glite-lb-doc                                      noarch                    1.2.7-1.sl5                           EMI-1-base                           1.2 M
 glite-lb-harvester                                x86_64                    1.1.6-3.sl5                           EMI-1-base                            68 k
 glite-lb-logger                                   x86_64                    2.2.5-1.sl5                           EMI-1-base                            80 k
 glite-lb-logger-msg                               x86_64                    1.0.6-1.sl5                           EMI-1-base                            29 k
 glite-lb-server                                   x86_64                    2.2.7-1.sl5                           EMI-1-base                           838 k
 glite-lb-state-machine                            x86_64                    1.2.2-5.sl5                           EMI-1-base                            87 k
 glite-lb-utils                                    x86_64                    2.1.3-1.sl5                           EMI-1-base                            51 k
 glite-lb-ws-interface                             noarch                    3.2.4-1.sl5                           EMI-1-base                            20 k
 glite-lb-ws-test                                  x86_64                    1.2.3-1.sl5                           EMI-1-base                           883 k
 glite-lb-yaim                                     noarch                    4.3.7-2.sl5                           EMI-1-base                            10 k
 glite-lbjp-common-db                              x86_64                    3.0.3-2.sl5                           EMI-1-base                            46 k
 glite-lbjp-common-gsoap-plugin                    x86_64                    3.0.2-6.sl5                           EMI-1-base                           1.0 M
 glite-lbjp-common-gss                             x86_64                    3.0.3-1.sl5                           EMI-1-base                            28 k
 glite-lbjp-common-jp-interface                    x86_64                    2.1.2-6.sl5                           EMI-1-base                            19 k
 glite-lbjp-common-log                             x86_64                    1.1.2-6.sl5                           EMI-1-base                            11 k
 glite-lbjp-common-maildir                         x86_64                    2.1.2-6.sl5                           EMI-1-base                            11 k
 glite-lbjp-common-server-bones                    x86_64                    2.1.2-6.sl5                           EMI-1-base                            24 k
 glite-lbjp-common-trio                            x86_64                    2.1.2-6.sl5                           EMI-1-base                            70 k
 glite-yaim-bdii                                   noarch                    4.3.3-1.el5                           EMI-1-base                            10 k
 glite-yaim-core                                   noarch                    5.0.0-1.sl5                           EMI-1-base                           116 k
 globus-common                                     x86_64                    11.6-2.el5                            epel                                 109 k
 globus-gsi-callback                               x86_64                    2.8-2.el5                             epel                                  39 k
 globus-gsi-cert-utils                             x86_64                    6.7-2.el5                             epel                                  18 k
 globus-gsi-credential                             x86_64                    3.5-3.el5                             epel                                  32 k
 globus-gsi-openssl-error                          x86_64                    0.14-8.el5                            epel                                  15 k
 globus-gsi-proxy-core                             x86_64                    4.7-2.el5                             epel                                  33 k
 globus-gsi-proxy-ssl                              x86_64                    2.3-3.el5                             epel                                  17 k
 globus-gsi-sysconfig                              x86_64                    3.1-4.el5                             epel                                  28 k
 globus-gssapi-gsi                                 x86_64                    7.6-2.el5                             epel                                  54 k
 globus-libtool                                    x86_64                    1.2-4.el5                             epel                                 4.2 k
 globus-openssl                                    x86_64                    5.1-2.el5                             epel                                 4.6 k
 globus-openssl-module                             x86_64                    1.3-3.el5                             epel                                  13 k
 glue-schema                                       noarch                    2.0.7-1.el5                           EMI-1-base                            33 k
 gridsite-shared                                   x86_64                    1.7.13-1.sl5                          EMI-1-base                           130 k
 gsoap                                             x86_64                    2.7.13-3.el5                          epel                                 444 k
 jakarta-commons-codec                             x86_64                    1.3-7jpp.2                            sl-base                              109 k
 jakarta-commons-discovery                         x86_64                    1:0.3-4jpp.1                          sl-base                              150 k
 jakarta-commons-httpclient                        x86_64                    1:3.0-7jpp.1                          sl-base                              595 k
 jakarta-commons-lang                              x86_64                    2.1-5jpp.1                            sl-base                              508 k
 jakarta-commons-logging                           x86_64                    1.0.4-6jpp.1                          sl-base                              115 k
 java-1.4.2-gcj-compat                             x86_64                    1.4.2.0-40jpp.115                     sl-base                               29 k
 jdk                                               x86_64                    2000:1.6.0_24-fcs                     sl-security                           67 M
 jpackage-utils                                    noarch                    1.7.3-1jpp.2.el5                      sl-base                               61 k
 lcas                                              x86_64                    1.3.13-1.sl5                          EMI-1-base                            34 k
 libXtst                                           x86_64                    1.0.1-3.1                             sl-base                               16 k
 libart_lgpl                                       x86_64                    2.3.17-4                              sl-base                               75 k
 libgcj                                            x86_64                    4.1.2-50.el5                          sl-security                           18 M
 libtool-ltdl                                      x86_64                    1.5.22-7.el5_4                        sl-base                               38 k
 log4c                                             x86_64                    1.2.1-7.el5                           epel                                  35 k
 log4j                                             x86_64                    1.2.13-3jpp.2                         sl-base                              729 k
 mysql                                             x86_64                    5.0.77-4.el5_5.4                      sl-security                          4.8 M
 mysql-server                                      x86_64                    5.0.77-4.el5_5.4                      sl-security                          9.8 M
 openldap-clients                                  x86_64                    2.3.43-12.el5_6.7                     sl-security                          223 k
 openldap-servers                                  x86_64                    2.3.43-12.el5_6.7                     sl-security                          2.2 M
 perl-Compress-Zlib                                x86_64                    1.42-1.fc6                            sl-base                               52 k
 perl-Convert-ASN1                                 noarch                    0.20-1.1                              sl-base                               41 k
 perl-DBD-MySQL                                    x86_64                    3.0007-2.el5                          sl-base                              147 k
 perl-DBI                                          x86_64                    1.52-2.el5                            sl-base                              605 k
 perl-HTML-Parser                                  x86_64                    3.55-1.fc6                            sl-base                               91 k
 perl-HTML-Tagset                                  noarch                    3.10-2.1.1                            sl-base                               14 k
 perl-IO-Socket-SSL                                noarch                    1.01-1.fc6                            sl-base                               49 k
 perl-LDAP                                         noarch                    1:0.33-3.fc6                          sl-base                              316 k
 perl-Net-SSLeay                                   x86_64                    1.30-4.fc6                            sl-base                              192 k
 perl-URI                                          noarch                    1.35-3                                sl-base                              116 k
 perl-XML-NamespaceSupport                         noarch                    1.09-1.2.1                            sl-base                               15 k
 perl-XML-SAX                                      noarch                    0.14-8                                sl-base                               77 k
 perl-libwww-perl                                  noarch                    5.805-1.1.1                           sl-base                              375 k
 voms                                              x86_64                    2.0.2-1.sl5                           EMI-1-base                           165 k
 wsdl4j                                            x86_64                    1.5.2-4jpp.1                          sl-base                              428 k

Transaction Summary
==============================================================================================================================================================
Install      91 Package(s)
Upgrade       0 Package(s)

Total download size: 147 M
Downloading Packages:
(1/91): emi-lb-1.0.0-1.sl5.x86_64.rpm                                                                                                  | 1.8 kB     00:00     
(2/91): emi-version-1.0.1-1.sl5.x86_64.rpm                                                                                             | 2.1 kB     00:00     
(3/91): globus-libtool-1.2-4.el5.x86_64.rpm                                                                                            | 4.2 kB     00:00     
(4/91): globus-openssl-5.1-2.el5.x86_64.rpm                                                                                            | 4.6 kB     00:00     
(5/91): glite-jobid-api-java-1.1.3-5.sl5.noarch.rpm                                                                                    | 5.7 kB     00:00     
(6/91): glite-yaim-bdii-4.3.3-1.el5.noarch.rpm                                                                                         |  10 kB     00:00     
(7/91): glite-lb-yaim-4.3.7-2.sl5.noarch.rpm                                                                                           |  10 kB     00:00     
(8/91): glite-lbjp-common-maildir-2.1.2-6.sl5.x86_64.rpm                                                                               |  11 kB     00:00     
(9/91): glite-lbjp-common-log-1.1.2-6.sl5.x86_64.rpm                                                                                   |  11 kB     00:00     
(10/91): globus-openssl-module-1.3-3.el5.x86_64.rpm                                                                                    |  13 kB     00:00     
(11/91): perl-HTML-Tagset-3.10-2.1.1.noarch.rpm                                                                                        |  14 kB     00:00     
(12/91): globus-gsi-openssl-error-0.14-8.el5.x86_64.rpm                                                                                |  15 kB     00:00     
(13/91): perl-XML-NamespaceSupport-1.09-1.2.1.noarch.rpm                                                                               |  15 kB     00:00     
(14/91): libXtst-1.0.1-3.1.x86_64.rpm                                                                                                  |  16 kB     00:00     
(15/91): globus-gsi-proxy-ssl-2.3-3.el5.x86_64.rpm                                                                                     |  17 kB     00:00     
(16/91): globus-gsi-cert-utils-6.7-2.el5.x86_64.rpm                                                                                    |  18 kB     00:00     
(17/91): glite-lbjp-common-jp-interface-2.1.2-6.sl5.x86_64.rpm                                                                         |  19 kB     00:00     
(18/91): glite-jobid-api-c-2.0.2-5.sl5.x86_64.rpm                                                                                      |  19 kB     00:00     
(19/91): glite-lb-ws-interface-3.2.4-1.sl5.noarch.rpm                                                                                  |  20 kB     00:00     
(20/91): bdii-5.2.3-1.el5.noarch.rpm                                                                                                   |  20 kB     00:00     
(21/91): fetch-crl-2.8.4-2.el5.noarch.rpm                                                                                              |  24 kB     00:00     
(22/91): glite-lbjp-common-server-bones-2.1.2-6.sl5.x86_64.rpm                                                                         |  24 kB     00:00     
(23/91): globus-gsi-sysconfig-3.1-4.el5.x86_64.rpm                                                                                     |  28 kB     00:00     
(24/91): glite-lbjp-common-gss-3.0.3-1.sl5.x86_64.rpm                                                                                  |  28 kB     00:00     
(25/91): emi-trustmanager-axis-1.0.1-1.sl5.noarch.rpm                                                                                  |  28 kB     00:00     
(26/91): java-1.4.2-gcj-compat-1.4.2.0-40jpp.115.x86_64.rpm                                                                            |  29 kB     00:00     
(27/91): glite-lb-logger-msg-1.0.6-1.sl5.x86_64.rpm                                                                                    |  29 kB     00:00     
(28/91): globus-gsi-credential-3.5-3.el5.x86_64.rpm                                                                                    |  32 kB     00:00     
(29/91): glue-schema-2.0.7-1.el5.noarch.rpm                                                                                            |  33 kB     00:00     
(30/91): globus-gsi-proxy-core-4.7-2.el5.x86_64.rpm                                                                                    |  33 kB     00:00     
(31/91): lcas-1.3.13-1.sl5.x86_64.rpm                                                                                                  |  34 kB     00:00     
(32/91): log4c-1.2.1-7.el5.x86_64.rpm                                                                                                  |  35 kB     00:00     
(33/91): libtool-ltdl-1.5.22-7.el5_4.x86_64.rpm                                                                                        |  38 kB     00:00     
(34/91): globus-gsi-callback-2.8-2.el5.x86_64.rpm                                                                                      |  39 kB     00:00     
(35/91): perl-Convert-ASN1-0.20-1.1.noarch.rpm                                                                                         |  41 kB     00:00     
(36/91): glite-lbjp-common-db-3.0.3-2.sl5.x86_64.rpm                                                                                   |  46 kB     00:00     
(37/91): c-ares-1.6.0-2.el5.x86_64.rpm                                                                                                 |  47 kB     00:00     
(38/91): perl-IO-Socket-SSL-1.01-1.fc6.noarch.rpm                                                                                      |  49 kB     00:00     
(39/91): glite-info-provider-service-1.6.3-1.el5.noarch.rpm                                                                            |  50 kB     00:00     
(40/91): glite-lb-utils-2.1.3-1.sl5.x86_64.rpm                                                                                         |  51 kB     00:00     
(41/91): perl-Compress-Zlib-1.42-1.fc6.x86_64.rpm                                                                                      |  52 kB     00:00     
(42/91): globus-gssapi-gsi-7.6-2.el5.x86_64.rpm                                                                                        |  54 kB     00:00     
(43/91): jpackage-utils-1.7.3-1jpp.2.el5.noarch.rpm                                                                                    |  61 kB     00:00     
(44/91): glite-lb-harvester-1.1.6-3.sl5.x86_64.rpm                                                                                     |  68 kB     00:00     
(45/91): glite-lbjp-common-trio-2.1.2-6.sl5.x86_64.rpm                                                                                 |  70 kB     00:00     
(46/91): libart_lgpl-2.3.17-4.x86_64.rpm                                                                                               |  75 kB     00:00     
(47/91): perl-XML-SAX-0.14-8.noarch.rpm                                                                                                |  77 kB     00:00     
(48/91): glite-lb-logger-2.2.5-1.sl5.x86_64.rpm                                                                                        |  80 kB     00:00     
(49/91): glite-lb-state-machine-1.2.2-5.sl5.x86_64.rpm                                                                                 |  87 kB     00:00     
(50/91): perl-HTML-Parser-3.55-1.fc6.x86_64.rpm                                                                                        |  91 kB     00:00     
(51/91): jakarta-commons-codec-1.3-7jpp.2.x86_64.rpm                                                                                   | 109 kB     00:00     
(52/91): globus-common-11.6-2.el5.x86_64.rpm                                                                                           | 109 kB     00:00     
(53/91): classpathx-jaf-1.0-9jpp.1.x86_64.rpm                                                                                          | 111 kB     00:00     
(54/91): jakarta-commons-logging-1.0.4-6jpp.1.x86_64.rpm                                                                               | 115 kB     00:00     
(55/91): perl-URI-1.35-3.noarch.rpm                                                                                                    | 116 kB     00:00     
(56/91): glite-yaim-core-5.0.0-1.sl5.noarch.rpm                                                                                        | 116 kB     00:00     
(57/91): gridsite-shared-1.7.13-1.sl5.x86_64.rpm                                                                                       | 130 kB     00:00     
(58/91): perl-DBD-MySQL-3.0007-2.el5.x86_64.rpm                                                                                        | 147 kB     00:00     
(59/91): jakarta-commons-discovery-0.3-4jpp.1.x86_64.rpm                                                                               | 150 kB     00:00     
(60/91): expect-5.43.0-5.1.x86_64.rpm                                                                                                  | 160 kB     00:00     
(61/91): voms-2.0.2-1.sl5.x86_64.rpm                                                                                                   | 165 kB     00:00     
(62/91): perl-Net-SSLeay-1.30-4.fc6.x86_64.rpm                                                                                         | 192 kB     00:00     
(63/91): openldap-clients-2.3.43-12.el5_6.7.x86_64.rpm                                                                                 | 223 kB     00:00     
(64/91): emi-trustmanager-3.0.3-1.sl5.noarch.rpm                                                                                       | 272 kB     00:00     
(65/91): perl-LDAP-0.33-3.fc6.noarch.rpm                                                                                               | 316 kB     00:00     
(66/91): perl-libwww-perl-5.805-1.1.1.noarch.rpm                                                                                       | 375 kB     00:00     
(67/91): glite-lb-common-8.0.5-1.sl5.x86_64.rpm                                                                                        | 394 kB     00:00     
(68/91): alsa-lib-1.0.17-1.el5.x86_64.rpm                                                                                              | 414 kB     00:00     
(69/91): wsdl4j-1.5.2-4jpp.1.x86_64.rpm                                                                                                | 428 kB     00:00     
(70/91): gsoap-2.7.13-3.el5.x86_64.rpm                                                                                                 | 444 kB     00:00     
(71/91): classads-1.0.8-1.el5.x86_64.rpm                                                                                               | 453 kB     00:00     
(72/91): jakarta-commons-lang-2.1-5jpp.1.x86_64.rpm                                                                                    | 508 kB     00:00     
(73/91): glite-lb-client-java-1.1.5-1.sl5.x86_64.rpm                                                                                   | 592 kB     00:00     
(74/91): jakarta-commons-httpclient-3.0-7jpp.1.x86_64.rpm                                                                              | 595 kB     00:00     
(75/91): perl-DBI-1.52-2.el5.x86_64.rpm                                                                                                | 605 kB     00:00     
(76/91): log4j-1.2.13-3jpp.2.x86_64.rpm                                                                                                | 729 kB     00:01     
(77/91): glite-lb-server-2.2.7-1.sl5.x86_64.rpm                                                                                        | 838 kB     00:00     
(78/91): glite-lb-ws-test-1.2.3-1.sl5.x86_64.rpm                                                                                       | 883 kB     00:00     
(79/91): gjdoc-0.7.7-12.el5.x86_64.rpm                                                                                                 | 885 kB     00:00     
(80/91): glite-lbjp-common-gsoap-plugin-3.0.2-6.sl5.x86_64.rpm                                                                         | 1.0 MB     00:00     
(81/91): glite-lb-client-5.0.6-1.sl5.x86_64.rpm                                                                                        | 1.0 MB     00:00     
(82/91): antlr-2.7.6-4jpp.2.x86_64.rpm                                                                                                 | 1.1 MB     00:00     
(83/91): glite-lb-doc-1.2.7-1.sl5.noarch.rpm                                                                                           | 1.2 MB     00:00     
(84/91): classpathx-mail-1.1.1-4jpp.2.x86_64.rpm                                                                                       | 1.2 MB     00:00     
(85/91): openldap-servers-2.3.43-12.el5_6.7.x86_64.rpm                                                                                 | 2.2 MB     00:00     
(86/91): axis-1.2.1-2jpp.6.x86_64.rpm                                                                                                  | 3.6 MB     00:01     
(87/91): mysql-5.0.77-4.el5_5.4.x86_64.rpm                                                                                             | 4.8 MB     00:02     
(88/91): mysql-server-5.0.77-4.el5_5.4.x86_64.rpm                                                                                      | 9.8 MB     00:02     
(89/91): libgcj-4.1.2-50.el5.x86_64.rpm                                                                                                |  18 MB     00:10     
(90/91): activemq-cpp-library-3.2.5-1.sl5.x86_64.rpm                                                                                   |  24 MB     00:00     
(91/91): jdk-1.6.0_24-fcs.x86_64.rpm                                                                                                   |  67 MB     00:29     
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                         1.8 MB/s | 147 MB     01:21     
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID df9e12ef
EMI-1-base/gpgkey                                                                                                                      | 1.7 kB     00:00     
Importing GPG key 0xDF9E12EF "Doina Cristina Aiftimiei (EMI Release Manager) <aiftim@pd.infn.it>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-emi
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 217521f6
epel/gpgkey                                                                                                                            | 1.7 kB     00:00     
Importing GPG key 0x217521F6 "Fedora EPEL <epel@fedoraproject.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : glite-jobid-api-c                                                                                                                     1/91 
  Installing     : glite-lbjp-common-trio                                                                                                                2/91 
  Installing     : libtool-ltdl                                                                                                                          3/91 
  Installing     : classads                                                                                                                              4/91 
  Installing     : gsoap                                                                                                                                 5/91 
  Installing     : perl-DBI                                                                                                                              6/91 
  Installing     : mysql                                                                                                                                 7/91 
  Installing     : c-ares                                                                                                                                8/91 
  Installing     : glite-lbjp-common-maildir                                                                                                             9/91 
  Installing     : perl-DBD-MySQL                                                                                                                       10/91 
  Installing     : mysql-server                                                                                                                         11/91 
  Installing     : openldap-servers                                                                                                                     12/91 
  Installing     : expect                                                                                                                               13/91 
  Installing     : perl-Compress-Zlib                                                                                                                   14/91 
  Installing     : perl-Net-SSLeay                                                                                                                      15/91 
  Installing     : openldap-clients                                                                                                                     16/91 
  Installing     : alsa-lib                                                                                                                             17/91 
  Installing     : gridsite-shared                                                                                                                      18/91 
  Installing     : voms                                                                                                                                 19/91 
  Installing     : libart_lgpl                                                                                                                          20/91 
  Installing     : libXtst                                                                                                                              21/91 
  Installing     : libgcj                                                                                                                               22/91 
  Installing     : activemq-cpp-library                                                                                                                 23/91 
  Installing     : log4c                                                                                                                                24/91 
  Installing     : globus-openssl                                                                                                                       25/91 
  Installing     : globus-gsi-proxy-ssl                                                                                                                 26/91 
  Installing     : glite-lbjp-common-log                                                                                                                27/91 
  Installing     : jpackage-utils                                                                                                                       28/91 
  Installing     : glite-lbjp-common-db                                                                                                                 29/91 
  Installing     : jdk                                                                                                                                  30/91 
Unpacking JAR files...
   rt.jar...
   jsse.jar...
   charsets.jar...
   tools.jar...
   localedata.jar...
   plugin.jar...
   javaws.jar...
   deploy.jar...
error: %post(jdk-1.6.0_24-fcs.x86_64) scriptlet failed, exit status 5
  Installing     : glite-lbjp-common-jp-interface                                                                                                       31/91 
  Installing     : glite-lb-ws-interface                                                                                                                32/91 
  Installing     : glue-schema                                                                                                                          33/91 
  Installing     : emi-trustmanager                                                                                                                     34/91 
  Installing     : glite-lbjp-common-server-bones                                                                                                       35/91 
  Installing     : bdii                                                                                                                                 36/91 
  Installing     : perl-IO-Socket-SSL                                                                                                                   37/91 
  Installing     : globus-libtool                                                                                                                       38/91 
  Installing     : globus-common                                                                                                                        39/91 
  Installing     : globus-gsi-openssl-error                                                                                                             40/91 
  Installing     : globus-gsi-sysconfig                                                                                                                 41/91 
  Installing     : globus-openssl-module                                                                                                                42/91 
  Installing     : globus-gsi-cert-utils                                                                                                                43/91 
  Installing     : globus-gsi-callback                                                                                                                  44/91 
  Installing     : globus-gsi-credential                                                                                                                45/91 
  Installing     : globus-gsi-proxy-core                                                                                                                46/91 
  Installing     : globus-gssapi-gsi                                                                                                                    47/91 
  Installing     : glite-lbjp-common-gss                                                                                                                48/91 
  Installing     : glite-lb-common                                                                                                                      49/91 
  Installing     : glite-lb-state-machine                                                                                                               50/91 
  Installing     : glite-lb-client                                                                                                                      51/91 
  Installing     : glite-lb-logger                                                                                                                      52/91 
  Installing     : glite-lbjp-common-gsoap-plugin                                                                                                       53/91 
  Installing     : glite-lb-ws-test                                                                                                                     54/91 
  Installing     : glite-lb-utils                                                                                                                       55/91 
  Installing     : glite-lb-harvester                                                                                                                   56/91 
  Installing     : lcas                                                                                                                                 57/91 
  Installing     : glite-lb-server                                                                                                                      58/91 
  Installing     : emi-version                                                                                                                          59/91 
  Installing     : glite-info-provider-service                                                                                                          60/91 
  Installing     : perl-XML-NamespaceSupport                                                                                                            61/91 
  Installing     : perl-XML-SAX                                                                                                                         62/91 
  Installing     : fetch-crl                                                                                                                            63/91 
  Installing     : perl-URI                                                                                                                             64/91 
  Installing     : glite-yaim-core                                                                                                                      65/91 
  Installing     : perl-HTML-Tagset                                                                                                                     66/91 
  Installing     : perl-HTML-Parser                                                                                                                     67/91 
  Installing     : perl-libwww-perl                                                                                                                     68/91 
  Installing     : glite-lb-doc                                                                                                                         69/91 
  Installing     : perl-Convert-ASN1                                                                                                                    70/91 
  Installing     : perl-LDAP                                                                                                                            71/91 
  Installing     : glite-lb-logger-msg                                                                                                                  72/91 
  Installing     : glite-yaim-bdii                                                                                                                      73/91 
  Installing     : glite-lb-yaim                                                                                                                        74/91 
  Installing     : java-1.4.2-gcj-compat                                                                                                                75/91 
  Installing     : jakarta-commons-logging                                                                                                              76/91 
  Installing     : classpathx-jaf                                                                                                                       77/91 
  Installing     : classpathx-mail                                                                                                                      78/91 
  Installing     : jakarta-commons-httpclient                                                                                                           79/91 
  Installing     : jakarta-commons-discovery                                                                                                            80/91 
  Installing     : gjdoc                                                                                                                                81/91 
  Installing     : jakarta-commons-codec                                                                                                                82/91 
  Installing     : log4j                                                                                                                                83/91 
  Installing     : wsdl4j                                                                                                                               84/91 
  Installing     : axis                                                                                                                                 85/91 
  Installing     : antlr                                                                                                                                86/91 
  Installing     : jakarta-commons-lang                                                                                                                 87/91 
  Installing     : emi-trustmanager-axis                                                                                                                88/91 
  Installing     : glite-jobid-api-java                                                                                                                 89/91 
  Installing     : glite-lb-client-java                                                                                                                 90/91 
  Installing     : emi-lb                                                                                                                               91/91 

Installed:
  emi-lb.x86_64 0:1.0.0-1.sl5                                                                                                                                 

Dependency Installed:
  activemq-cpp-library.x86_64 0:3.2.5-1.sl5         alsa-lib.x86_64 0:1.0.17-1.el5                       antlr.x86_64 0:2.7.6-4jpp.2                         
  axis.x86_64 0:1.2.1-2jpp.6                        bdii.noarch 0:5.2.3-1.el5                            c-ares.x86_64 0:1.6.0-2.el5                         
  classads.x86_64 0:1.0.8-1.el5                     classpathx-jaf.x86_64 0:1.0-9jpp.1                   classpathx-mail.x86_64 0:1.1.1-4jpp.2               
  emi-trustmanager.noarch 0:3.0.3-1.sl5             emi-trustmanager-axis.noarch 0:1.0.1-1.sl5           emi-version.x86_64 0:1.0.1-1.sl5                    
  expect.x86_64 0:5.43.0-5.1                        fetch-crl.noarch 0:2.8.4-2.el5                       gjdoc.x86_64 0:0.7.7-12.el5                         
  glite-info-provider-service.noarch 0:1.6.3-1.el5  glite-jobid-api-c.x86_64 0:2.0.2-5.sl5               glite-jobid-api-java.noarch 0:1.1.3-5.sl5           
  glite-lb-client.x86_64 0:5.0.6-1.sl5              glite-lb-client-java.x86_64 0:1.1.5-1.sl5            glite-lb-common.x86_64 0:8.0.5-1.sl5                
  glite-lb-doc.noarch 0:1.2.7-1.sl5                 glite-lb-harvester.x86_64 0:1.1.6-3.sl5              glite-lb-logger.x86_64 0:2.2.5-1.sl5                
  glite-lb-logger-msg.x86_64 0:1.0.6-1.sl5          glite-lb-server.x86_64 0:2.2.7-1.sl5                 glite-lb-state-machine.x86_64 0:1.2.2-5.sl5         
  glite-lb-utils.x86_64 0:2.1.3-1.sl5               glite-lb-ws-interface.noarch 0:3.2.4-1.sl5           glite-lb-ws-test.x86_64 0:1.2.3-1.sl5               
  glite-lb-yaim.noarch 0:4.3.7-2.sl5                glite-lbjp-common-db.x86_64 0:3.0.3-2.sl5            glite-lbjp-common-gsoap-plugin.x86_64 0:3.0.2-6.sl5 
  glite-lbjp-common-gss.x86_64 0:3.0.3-1.sl5        glite-lbjp-common-jp-interface.x86_64 0:2.1.2-6.sl5  glite-lbjp-common-log.x86_64 0:1.1.2-6.sl5          
  glite-lbjp-common-maildir.x86_64 0:2.1.2-6.sl5    glite-lbjp-common-server-bones.x86_64 0:2.1.2-6.sl5  glite-lbjp-common-trio.x86_64 0:2.1.2-6.sl5         
  glite-yaim-bdii.noarch 0:4.3.3-1.el5              glite-yaim-core.noarch 0:5.0.0-1.sl5                 globus-common.x86_64 0:11.6-2.el5                   
  globus-gsi-callback.x86_64 0:2.8-2.el5            globus-gsi-cert-utils.x86_64 0:6.7-2.el5             globus-gsi-credential.x86_64 0:3.5-3.el5            
  globus-gsi-openssl-error.x86_64 0:0.14-8.el5      globus-gsi-proxy-core.x86_64 0:4.7-2.el5             globus-gsi-proxy-ssl.x86_64 0:2.3-3.el5             
  globus-gsi-sysconfig.x86_64 0:3.1-4.el5           globus-gssapi-gsi.x86_64 0:7.6-2.el5                 globus-libtool.x86_64 0:1.2-4.el5                   
  globus-openssl.x86_64 0:5.1-2.el5                 globus-openssl-module.x86_64 0:1.3-3.el5             glue-schema.noarch 0:2.0.7-1.el5                    
  gridsite-shared.x86_64 0:1.7.13-1.sl5             gsoap.x86_64 0:2.7.13-3.el5                          jakarta-commons-codec.x86_64 0:1.3-7jpp.2           
  jakarta-commons-discovery.x86_64 1:0.3-4jpp.1     jakarta-commons-httpclient.x86_64 1:3.0-7jpp.1       jakarta-commons-lang.x86_64 0:2.1-5jpp.1            
  jakarta-commons-logging.x86_64 0:1.0.4-6jpp.1     java-1.4.2-gcj-compat.x86_64 0:1.4.2.0-40jpp.115     jdk.x86_64 2000:1.6.0_24-fcs                        
  jpackage-utils.noarch 0:1.7.3-1jpp.2.el5          lcas.x86_64 0:1.3.13-1.sl5                           libXtst.x86_64 0:1.0.1-3.1                          
  libart_lgpl.x86_64 0:2.3.17-4                     libgcj.x86_64 0:4.1.2-50.el5                         libtool-ltdl.x86_64 0:1.5.22-7.el5_4                
  log4c.x86_64 0:1.2.1-7.el5                        log4j.x86_64 0:1.2.13-3jpp.2                         mysql.x86_64 0:5.0.77-4.el5_5.4                     
  mysql-server.x86_64 0:5.0.77-4.el5_5.4            openldap-clients.x86_64 0:2.3.43-12.el5_6.7          openldap-servers.x86_64 0:2.3.43-12.el5_6.7         
  perl-Compress-Zlib.x86_64 0:1.42-1.fc6            perl-Convert-ASN1.noarch 0:0.20-1.1                  perl-DBD-MySQL.x86_64 0:3.0007-2.el5                
  perl-DBI.x86_64 0:1.52-2.el5                      perl-HTML-Parser.x86_64 0:3.55-1.fc6                 perl-HTML-Tagset.noarch 0:3.10-2.1.1                
  perl-IO-Socket-SSL.noarch 0:1.01-1.fc6            perl-LDAP.noarch 1:0.33-3.fc6                        perl-Net-SSLeay.x86_64 0:1.30-4.fc6                 
  perl-URI.noarch 0:1.35-3                          perl-XML-NamespaceSupport.noarch 0:1.09-1.2.1        perl-XML-SAX.noarch 0:0.14-8                        
  perl-libwww-perl.noarch 0:5.805-1.1.1             voms.x86_64 0:2.0.2-1.sl5                            wsdl4j.x86_64 0:1.5.2-4jpp.1                        

Complete!
[root@pelargir2 ~]# 
[root@pelargir2 ~]# cd ~/
[root@pelargir2 ~]# mkdir -m 700 yaim
[root@pelargir2 ~]# cd yaim
[root@pelargir2 yaim]# 
[root@pelargir2 yaim]# cat << EOF > site-info.def
> MYSQL_PASSWORD=[Edited]
> SITE_NAME=delwin
> SITE_EMAIL="[Edited]"
> GLITE_LB_TYPE=both
> GLITE_LB_SUPER_USERS="/DC=org/DC=terena/DC=tcs/C=CZ/O=CESNET/CN=Zdenek Sustr 4040"
> EOF
[root@pelargir2 yaim]# 
[root@pelargir2 yaim]# /opt/glite/yaim/bin/yaim -c -s ./site-info.def -n glite-LB
   INFO: Using site configuration file: ./site-info.def
   INFO: 
         ###################################################################
         
         .             /'.-. ')
         .     yA,-"-,( ,m,:/ )   .oo.     oo    o      ooo  o.     .oo
         .    /      .-Y a  a Y-.     8. .8'    8'8.     8    8b   d'8
         .   /           ~ ~ /         8'    .8oo88.     8    8  8'  8
         . (_/         '===='          8    .8'     8.   8    8  Y   8
         .   Y,-''-,Yy,-.,/           o8o  o8o    o88o  o8o  o8o    o8o
         .    I_))_) I_))_)
         
         
         current working directory: /root/yaim
         site-info.def date: Jun 22 13:20 ./site-info.def
         yaim command: -c -s ./site-info.def -n glite-LB
         log file: /opt/glite/yaim/bin/../log/yaimlog
         Wed Jun 22 13:20:37 CEST 2011 : /opt/glite/yaim/bin/yaim
         
         Installed YAIM versions:
         glite-lb-yaim 4.3.7-2
         glite-yaim-bdii 4.3.3-1
         glite-yaim-core 5.0.0-1
         
         ####################################################################
   INFO: The default location of the grid-env.(c)sh files will be: /usr/libexec
   INFO: Sourcing the utilities in /opt/glite/yaim/functions/utils
   INFO: Detecting environment
   INFO: Executing function: config_add_pool_env_check 
   INFO: Executing function: config_host_certs_check 
   INFO: Executing function: config_edgusers_check 
   INFO: Executing function: config_info_service_lb_check 
   INFO: Executing function: config_glite_lb_check 
   INFO: Executing function: config_glite_locallogger_check 
   INFO: Executing function: config_bdii_5.2_check 
   INFO: Executing function: config_add_pool_env_setenv 
   INFO: Executing function: config_add_pool_env 
   INFO: Executing function: config_crl 
   INFO: Now updating the CRLs - this may take a few minutes...
Enabling periodic fetch-crl:                               [  OK  ]
   INFO: Executing function: config_host_certs 
   INFO: Executing function: config_edgusers 
   INFO: Executing function: config_info_service_lb_setenv 
   INFO: Executing function: config_info_service_lb 
   INFO: Executing function: config_glite_lb_setenv 
   INFO: Executing function: config_glite_lb 
   INFO: Configuring nodes [LB], using L&B mode: both
Initializing MySQL database:  Installing MySQL system tables...
OK
Filling help tables...
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h pelargir2.ics.muni.cz password 'new-password'

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd mysql-test ; perl mysql-test-run.pl

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
                                                           [  OK  ]
Starting MySQL:                                            [  OK  ]
glite-lb-notif-interlogd not running
glite-lb-bkserverd not running
glite-jp-importer not running
glite-lb-interlogd not running
Starting glite-lb-bkserver ... done
Starting glite-lb-notif-interlogd ... done
Starting glite-lb-interlog for proxy ... done
   INFO: Executing function: config_glite_locallogger_setenv 
   INFO: Executing function: config_glite_locallogger 
   INFO: Applying the workaround for bug 22389...
Stopping glite-lb-logd ... not running
Stopping glite-lb-interlogd ... not running
Starting glite-lb-logd ...This is LocalLogger, part of Workload Management System in EU DataGrid & EGEE.
 done
Starting glite-lb-interlogd ... done
   INFO: Executing function: config_bdii_5.2 
Stopping BDII: BDII already stopped
Starting BDII slapd:                                       [  OK  ]
Starting BDII update process:                              [  OK  ]
   INFO: Executing function: config_glite_initd 
   INFO: Configuration Complete.                                               [  OK  ]
   INFO: YAIM terminated succesfully.
[root@pelargir2 yaim]# 
[root@pelargir2 yaim]# cd /etc/yum.repos.d
[root@pelargir2 yum.repos.d]# wget http://etics-repository.cern.ch/repository/pm/registered/repomd/id/d38eae67-255c-4cec-aba7-9a944de26450/sl5_x86_64_gcc412EPEL/etics-registered-build-by-id-protect.repo
--2011-06-22 13:21:30--  http://etics-repository.cern.ch/repository/pm/registered/repomd/id/d38eae67-255c-4cec-aba7-9a944de26450/sl5_x86_64_gcc412EPEL/etics-registered-build-by-id-protect.repo
Resolving etics-repository.cern.ch... 128.142.130.60
Connecting to etics-repository.cern.ch|128.142.130.60|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 878
Saving to: `etics-registered-build-by-id-protect.repo'

100%[====================================================================================================================>] 878         --.-K/s   in 0s      

2011-06-22 13:21:30 (68.2 MB/s) - `etics-registered-build-by-id-protect.repo' saved [878/878]

[root@pelargir2 yum.repos.d]# echo priority=45 >> etics-registered-build-by-id-protect.repo
[root@pelargir2 yum.repos.d]# 
[root@pelargir2 yum.repos.d]# yum -y update
Loaded plugins: kernel-module, priorities, protectbase
ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL                                                      |  764 B     00:00     
ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL/primary                                              |  13 kB     00:00     
ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL                                                                       47/47
155 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package glite-jobid-api-c.x86_64 0:2.0.3-1.sl5 set to be updated
---> Package glite-jobid-api-java.noarch 0:1.1.3-6.sl5 set to be updated
---> Package glite-lb-client.x86_64 0:5.0.8-1.sl5 set to be updated
---> Package glite-lb-client-java.x86_64 0:1.1.6-1.sl5 set to be updated
---> Package glite-lb-common.x86_64 0:8.0.6-1.sl5 set to be updated
---> Package glite-lb-doc.noarch 0:1.2.9-1.sl5 set to be updated
---> Package glite-lb-logger.x86_64 0:2.2.6-1.sl5 set to be updated
---> Package glite-lb-server.x86_64 0:2.2.9-1.sl5 set to be updated
--> Processing Dependency: libglobus_gss_assist.so.3()(64bit) for package: glite-lb-server
--> Processing Dependency: libglobus_callout.so.0()(64bit) for package: glite-lb-server
---> Package glite-lb-utils.x86_64 0:2.1.4-1.sl5 set to be updated
---> Package glite-lb-yaim.noarch 0:4.3.9-1.sl5 set to be updated
---> Package glite-lbjp-common-gsoap-plugin.x86_64 0:3.0.2-7.sl5 set to be updated
---> Package glite-lbjp-common-gss.x86_64 0:3.0.4-1.sl5 set to be updated
---> Package glite-lbjp-common-jp-interface.x86_64 0:2.1.2-7.sl5 set to be updated
---> Package glite-lbjp-common-maildir.x86_64 0:2.1.2-7.sl5 set to be updated
---> Package glite-lbjp-common-server-bones.x86_64 0:2.1.3-1.sl5 set to be updated
---> Package glite-lbjp-common-trio.x86_64 0:2.1.2-7.sl5 set to be updated
--> Running transaction check
---> Package globus-callout.x86_64 0:0.7-8.el5 set to be updated
---> Package globus-gss-assist.x86_64 0:5.9-4.el5 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

==============================================================================================================================================================
 Package                            Arch       Version            Repository                                                                             Size
==============================================================================================================================================================
Updating:
 glite-jobid-api-c                  x86_64     2.0.3-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL      19 k
 glite-jobid-api-java               noarch     1.1.3-6.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL     5.5 k
 glite-lb-client                    x86_64     5.0.8-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL     1.1 M
 glite-lb-client-java               x86_64     1.1.6-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL     593 k
 glite-lb-common                    x86_64     8.0.6-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL     397 k
 glite-lb-doc                       noarch     1.2.9-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL     1.1 M
 glite-lb-logger                    x86_64     2.2.6-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL      95 k
 glite-lb-server                    x86_64     2.2.9-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL     933 k
 glite-lb-utils                     x86_64     2.1.4-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL      63 k
 glite-lb-yaim                      noarch     4.3.9-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL      11 k
 glite-lbjp-common-gsoap-plugin     x86_64     3.0.2-7.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL     1.4 M
 glite-lbjp-common-gss              x86_64     3.0.4-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL      43 k
 glite-lbjp-common-jp-interface     x86_64     2.1.2-7.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL      25 k
 glite-lbjp-common-maildir          x86_64     2.1.2-7.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL      14 k
 glite-lbjp-common-server-bones     x86_64     2.1.3-1.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL      24 k
 glite-lbjp-common-trio             x86_64     2.1.2-7.sl5        ETICS-registered-build-d38eae67-255c-4cec-aba7-9a944de26450-sl5_x86_64_gcc412EPEL      71 k
Installing for dependencies:
 globus-callout                     x86_64     0.7-8.el5          epel                                                                                   16 k
 globus-gss-assist                  x86_64     5.9-4.el5          epel                                                                                   31 k

Transaction Summary
==============================================================================================================================================================
Install       2 Package(s)
Upgrade      16 Package(s)

Total download size: 5.8 M
Downloading Packages:
(1/18): glite-jobid-api-java-1.1.3-6.sl5.noarch.rpm                                                                                    | 5.5 kB     00:00     
(2/18): glite-lb-yaim-4.3.9-1.sl5.noarch.rpm                                                                                           |  11 kB     00:00     
(3/18): glite-lbjp-common-maildir-2.1.2-7.sl5.x86_64.rpm                                                                               |  14 kB     00:00     
(4/18): globus-callout-0.7-8.el5.x86_64.rpm                                                                                            |  16 kB     00:00     
(5/18): glite-jobid-api-c-2.0.3-1.sl5.x86_64.rpm                                                                                       |  19 kB     00:00     
(6/18): glite-lbjp-common-server-bones-2.1.3-1.sl5.x86_64.rpm                                                                          |  24 kB     00:00     
(7/18): glite-lbjp-common-jp-interface-2.1.2-7.sl5.x86_64.rpm                                                                          |  25 kB     00:00     
(8/18): globus-gss-assist-5.9-4.el5.x86_64.rpm                                                                                         |  31 kB     00:00     
(9/18): glite-lbjp-common-gss-3.0.4-1.sl5.x86_64.rpm                                                                                   |  43 kB     00:00     
(10/18): glite-lb-utils-2.1.4-1.sl5.x86_64.rpm                                                                                         |  63 kB     00:00     
(11/18): glite-lbjp-common-trio-2.1.2-7.sl5.x86_64.rpm                                                                                 |  71 kB     00:00     
(12/18): glite-lb-logger-2.2.6-1.sl5.x86_64.rpm                                                                                        |  95 kB     00:00     
(13/18): glite-lb-common-8.0.6-1.sl5.x86_64.rpm                                                                                        | 397 kB     00:00     
(14/18): glite-lb-client-java-1.1.6-1.sl5.x86_64.rpm                                                                                   | 593 kB     00:00     
(15/18): glite-lb-server-2.2.9-1.sl5.x86_64.rpm                                                                                        | 933 kB     00:00     
(16/18): glite-lb-doc-1.2.9-1.sl5.noarch.rpm                                                                                           | 1.1 MB     00:00     
(17/18): glite-lb-client-5.0.8-1.sl5.x86_64.rpm                                                                                        | 1.1 MB     00:00     
(18/18): glite-lbjp-common-gsoap-plugin-3.0.2-7.sl5.x86_64.rpm                                                                         | 1.4 MB     00:00     
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                         2.0 MB/s | 5.8 MB     00:02     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating       : glite-lbjp-common-gss                                                                                                                 1/34 
  Updating       : glite-jobid-api-c                                                                                                                     2/34 
  Updating       : glite-lbjp-common-trio                                                                                                                3/34 
  Updating       : glite-lb-common                                                                                                                       4/34 
  Updating       : glite-lbjp-common-maildir                                                                                                             5/34 
  Updating       : glite-lb-client                                                                                                                       6/34 
  Updating       : glite-lbjp-common-jp-interface                                                                                                        7/34 
  Updating       : glite-lbjp-common-gsoap-plugin                                                                                                        8/34 
  Updating       : glite-lbjp-common-server-bones                                                                                                        9/34 
  Installing     : globus-callout                                                                                                                       10/34 
  Updating       : glite-jobid-api-java                                                                                                                 11/34 
  Updating       : glite-lb-client-java                                                                                                                 12/34 
  Installing     : globus-gss-assist                                                                                                                    13/34 
  Updating       : glite-lb-server                                                                                                                      14/34 
  Updating       : glite-lb-utils                                                                                                                       15/34 
  Updating       : glite-lb-yaim                                                                                                                        16/34 
  Updating       : glite-lb-logger                                                                                                                      17/34 
  Updating       : glite-lb-doc                                                                                                                         18/34 
  Cleanup        : glite-lbjp-common-server-bones                                                                                                       19/34 
  Cleanup        : glite-jobid-api-java                                                                                                                 20/34 
  Cleanup        : glite-lb-utils                                                                                                                       21/34 
  Cleanup        : glite-lbjp-common-gsoap-plugin                                                                                                       22/34 
  Cleanup        : glite-lb-client                                                                                                                      23/34 
  Cleanup        : glite-lbjp-common-jp-interface                                                                                                       24/34 
  Cleanup        : glite-lbjp-common-maildir                                                                                                            25/34 
  Cleanup        : glite-jobid-api-c                                                                                                                    26/34 
  Cleanup        : glite-lb-client-java                                                                                                                 27/34 
  Cleanup        : glite-lbjp-common-trio                                                                                                               28/34 
  Cleanup        : glite-lbjp-common-gss                                                                                                                29/34 
  Cleanup        : glite-lb-yaim                                                                                                                        30/34 
  Cleanup        : glite-lb-server                                                                                                                      31/34 
  Cleanup        : glite-lb-logger                                                                                                                      32/34 
  Cleanup        : glite-lb-doc                                                                                                                         33/34 
  Cleanup        : glite-lb-common                                                                                                                      34/34 

Dependency Installed:
  globus-callout.x86_64 0:0.7-8.el5                                            globus-gss-assist.x86_64 0:5.9-4.el5                                           

Updated:
  glite-jobid-api-c.x86_64 0:2.0.3-1.sl5              glite-jobid-api-java.noarch 0:1.1.3-6.sl5           glite-lb-client.x86_64 0:5.0.8-1.sl5               
  glite-lb-client-java.x86_64 0:1.1.6-1.sl5           glite-lb-common.x86_64 0:8.0.6-1.sl5                glite-lb-doc.noarch 0:1.2.9-1.sl5                  
  glite-lb-logger.x86_64 0:2.2.6-1.sl5                glite-lb-server.x86_64 0:2.2.9-1.sl5                glite-lb-utils.x86_64 0:2.1.4-1.sl5                
  glite-lb-yaim.noarch 0:4.3.9-1.sl5                  glite-lbjp-common-gsoap-plugin.x86_64 0:3.0.2-7.sl5 glite-lbjp-common-gss.x86_64 0:3.0.4-1.sl5         
  glite-lbjp-common-jp-interface.x86_64 0:2.1.2-7.sl5 glite-lbjp-common-maildir.x86_64 0:2.1.2-7.sl5      glite-lbjp-common-server-bones.x86_64 0:2.1.3-1.sl5
  glite-lbjp-common-trio.x86_64 0:2.1.2-7.sl5        

Complete!
[root@pelargir2 yum.repos.d]# 
[root@pelargir2 yum.repos.d]# cd ~/yaim
[root@pelargir2 yaim]# /opt/glite/yaim/bin/yaim -c -s ./site-info.def -n glite-LB
   INFO: Using site configuration file: ./site-info.def
   INFO: 
         ###################################################################
         
         .             /'.-. ')
         .     yA,-"-,( ,m,:/ )   .oo.     oo    o      ooo  o.     .oo
         .    /      .-Y a  a Y-.     8. .8'    8'8.     8    8b   d'8
         .   /           ~ ~ /         8'    .8oo88.     8    8  8'  8
         . (_/         '===='          8    .8'     8.   8    8  Y   8
         .   Y,-''-,Yy,-.,/           o8o  o8o    o88o  o8o  o8o    o8o
         .    I_))_) I_))_)
         
         
         current working directory: /root/yaim
         site-info.def date: Jun 22 13:20 ./site-info.def
         yaim command: -c -s ./site-info.def -n glite-LB
         log file: /opt/glite/yaim/bin/../log/yaimlog
         Wed Jun 22 13:21:42 CEST 2011 : /opt/glite/yaim/bin/yaim
         
         Installed YAIM versions:
         glite-lb-yaim 4.3.9-1
         glite-yaim-bdii 4.3.3-1
         glite-yaim-core 5.0.0-1
         
         ####################################################################
   INFO: The default location of the grid-env.(c)sh files will be: /usr/libexec
   INFO: Sourcing the utilities in /opt/glite/yaim/functions/utils
   INFO: Detecting environment
   INFO: Executing function: config_add_pool_env_check 
   INFO: Executing function: config_host_certs_check 
   INFO: Executing function: config_edgusers_check 
   INFO: Executing function: config_info_service_lb_check 
   INFO: Executing function: config_glite_lb_check 
   INFO: Executing function: config_glite_locallogger_check 
   INFO: Executing function: config_bdii_5.2_check 
   INFO: Executing function: config_add_pool_env_setenv 
   INFO: Executing function: config_add_pool_env 
   INFO: Executing function: config_crl 
   INFO: Now updating the CRLs - this may take a few minutes...
Enabling periodic fetch-crl:                               [  OK  ]
   INFO: Executing function: config_host_certs 
   INFO: Executing function: config_edgusers 
   INFO: Executing function: config_info_service_lb_setenv 
   INFO: Executing function: config_info_service_lb 
   INFO: Executing function: config_glite_lb_setenv 
   INFO: Executing function: config_glite_lb 
   INFO: Configuring nodes [LB], using L&B mode: both
   WARNING: Database lbserver20 already exists
   WARNING: Original authz configuration moved to '/etc/glite-lb/glite-lb-authz.conf.yaimorig'
Stopping glite-lb-notif-interlogd (8338) ... done
Stopping glite-lb-bkserverd (8292) ... done
glite-jp-importer not running
Stopping glite-lb-interlogd (8368) ... done
Starting glite-lb-bkserver ... done
Starting glite-lb-notif-interlogd ... done
Starting glite-lb-interlog for proxy ... done
   INFO: Executing function: config_glite_locallogger_setenv 
   INFO: Executing function: config_glite_locallogger 
   INFO: The workaround for bug 22389 already exists
Stopping glite-lb-logd ... done
Stopping glite-lb-interlogd ... done
Starting glite-lb-logd ...This is LocalLogger, part of Workload Management System in EU DataGrid & EGEE.
 done
Starting glite-lb-interlogd ... done
   INFO: Executing function: config_bdii_5.2 
Stopping BDII update process:                              [  OK  ]
Stopping BDII slapd:                                       [  OK  ]
Starting BDII slapd:                                       [  OK  ]
Starting BDII update process:                              [  OK  ]
   INFO: Executing function: config_glite_initd 
   INFO: Configuration Complete.                                               [  OK  ]
   INFO: YAIM terminated succesfully.

Tests

TestPlan Tests

TestPlan https://twiki.cern.ch/twiki/bin/view/EGEE/LBTestPlan
TestPlan Tests http://glite.cvs.cern.ch/cgi-bin/glite.cgi/org.glite.testsuites.ctb/LB/tests/
TestPlan Test Documentation http://egee.cesnet.cz/cvsweb/LB/LBTP.pdf

Testing if all binaries are available                                                                                                                                                     done
Testing credentials                                                                                                                                                                       done
Getting proxy cert path... /tmp/x509up_u503                                                                                                                                               done
L&B server: 'pelargir2.ics.muni.cz'                                                                                                                                                       done
x509up_u503                                                                                                                                                             100% 3360     3.3KB/s   00:00    
arrange_lb_test_root.sh                                                                                                                                                 100% 4935     4.8KB/s   00:00    
Package globus-proxy-utils-3.9-3.el5.x86_64 already installed and latest version
Package postgresql-8.1.23-1.el5_6.1.x86_64 already installed and latest version
Package postgresql-server-8.1.23-1.el5_6.1.x86_64 already installed and latest version
Starting postgresql service: [  OK  ]
createuser: creation of new role failed: ERROR:  role "rtm" already exists
glite user ID is 155
mkdir: cannot create directory `LB_testing': File exists
? org.glite.testsuites.ctb/LB/tests/17544.tmp
? org.glite.testsuites.ctb/LB/tests/19934.tmp
? org.glite.testsuites.ctb/LB/tests/20132.tmp
? org.glite.testsuites.ctb/LB/tests/25502.tmp
? org.glite.testsuites.ctb/LB/tests/27969.tmp
? org.glite.testsuites.ctb/LB/tests/28163.tmp
? org.glite.testsuites.ctb/LB/tests/LB
? org.glite.testsuites.ctb/LB/tests/RTM
? org.glite.testsuites.ctb/LB/tests/core.29862
? org.glite.testsuites.ctb/LB/tests/https.17660.tmp
? org.glite.testsuites.ctb/LB/tests/https.25616.tmp
? org.glite.testsuites.ctb/LB/tests/jdl.txt
? org.glite.testsuites.ctb/LB/tests/log
? org.glite.testsuites.ctb/LB/tests/mysql.tmp
? org.glite.testsuites.ctb/LB/tests/psql.tmp
cvs checkout: Updating org.glite.testsuites.ctb/LB
cvs checkout: Updating org.glite.testsuites.ctb/LB/manual
cvs checkout: Updating org.glite.testsuites.ctb/LB/tests
org.glite.testsuites.ctb
MANPATH=/opt/glite/share/man::
GLITE_LB_LOCATION=/usr
GLITE_JP_LOCATION=
HOSTNAME=pelargir2.ics.muni.cz
GLITE_WMS_QUERY_TIMEOUT=300
GLITE_LB_NOTIF_IL_OTHER_OPTIONS=
GLITE_LB_LOCATION_ETC=/etc
GLITE_LB_SERVER_OTHER_OPTIONS=
GLITE_MYSQL_ROOT_PASSWORD=[Edited]
GLITE_WMS_QUERY_SERVER=pelargir2.ics.muni.cz:9000
GLITE_LB_SERVER_WPORT=9003
GLITE_WMS_LBPROXY_STORE_SOCK=/tmp/lb_proxy_
GLITE_WMS_NOTIF_SERVER=pelargir2.ics.muni.cz:9000
PATH=/usr/kerberos/bin:/bin:/usr/local/bin:/usr/bin:/home/glite/bin
GLITE_LB_TYPE=both
GLITE_HOST_KEY=/home/glite/.certs/hostkey.pem
GLITE_LB_LOGGER_PORT=9002
GLITE_USER=glite
GLITE_LB_EXPORT_ENABLED=false
GLITE_LOCATION_VAR=/var
GLITE_LB_PROXY_IL_OTHER_OPTIONS=
GLITE_LB_SERVER_PORT=9000
GLITE_LB_LOCATION_VAR=/var/glite
GLITE_LB_EXPORT_PURGE_ARGS=--cleared 2d --aborted 15d --cancelled 15d --other 60d
HNAME=pelargir2.ics.muni.cz
GLITE_LOCATION=/usr
GLITE_HOST_CERT=/home/glite/.certs/hostcert.pem
GLITE_WMS_LOG_DESTINATION=pelargir2.ics.muni.cz:9002
/home/glite/LB_testing/org.glite.testsuites.ctb/LB/tests
========================
REAL TESTS START HERE
========================
Jun 24 11:57:24 pelargir2.ics.muni.cz lb-test-event-delivery.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job... Registered job: https://pelargir2.ics.muni.cz:9000/gVirinb8vhIt88qdS1vMfg   done
Logging events resulting in READY state... Sleeping for 10 seconds... Is the testing job (https://pelargir2.ics.muni.cz:9000/gVirinb8vhIt88qdS1vMfg) in a correct state? Ready   done
Logging events resulting in DONE state... Sleeping for 10 seconds... Testing job (https://pelargir2.ics.muni.cz:9000/gVirinb8vhIt88qdS1vMfg) is in state: Done   done
Registering collection    done
Collection ID: https://pelargir2.ics.muni.cz:9000/U91STfFQPPB2_x-MttSJTA Subjob 1: https://pelargir2.ics.muni.cz:9000/rab8LmEyC9xkEaifkeTluA Subjob 2: https://pelargir2.ics.muni.cz:9000/BW_e7oDXHyBZkX3Akx9IEQ Checking if subjob registration worked... Registration event recorded   done
JDL present   done
Logging events for subjobs... Sleeping for 10 seconds (waiting for events to deliver)... Is the testing job (https://pelargir2.ics.muni.cz:9000/rab8LmEyC9xkEaifkeTluA) in a correct state? Ready   done
Is the testing job (https://pelargir2.ics.muni.cz:9000/BW_e7oDXHyBZkX3Akx9IEQ) in a correct state? Done   done
Is the collection (https://pelargir2.ics.muni.cz:9000/U91STfFQPPB2_x-MttSJTA) in a correct state? Waiting   done
Logging events to clear subjobs... Sleeping for 10 seconds (waiting for events to deliver)... Is the collection (https://pelargir2.ics.muni.cz:9000/U91STfFQPPB2_x-MttSJTA) in a correct state? Cleared   done
Purging collection... The jobs were not dumped. Sleeping for 10 seconds... Checking state of collection... Identifier removed   done
Checking state of subjob #1... Identifier removed   done
Checking state of subjob #2... Identifier removed   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 11:58:19 pelargir2.ics.muni.cz lb-test-event-delivery.sh:    end
Jun 24 11:58:19 pelargir2.ics.muni.cz lb-test-il-recovery.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/jUJi96RCnuc8_kQ4b2K0-w)   done
Info: No command to stop was given Generating events resulting in CLEARED state Info: No command to start was given Sleeping for 70 seconds (waiting for interlogger to notice and deliver events)... Testing job (https://pelargir2.ics.muni.cz:9000/jUJi96RCnuc8_kQ4b2K0-w) is in state: Cleared    done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 11:59:29 pelargir2.ics.muni.cz lb-test-il-recovery.sh:    end
Jun 24 11:59:29 pelargir2.ics.muni.cz lb-test-job-registration.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/yNVPp4rO3I4xgZY_XiVqqg)   done
Is the job in a correct state? Submitted   done
Trying to re-register job with the same jobid...(Event No. 2)...   done
Trying to re-register job with the same jobid, 'exclusive' flag on... Returned 1   done
Checking events... (There are 2 events)...   done
Test job purged. Testing state...   done
Trying to re-register. Same JobID, exclusive flag... Returned 1   done
Checking state (expecting state 'Purged' or EIDRM).    done
Trying to re-register same JobID, exclusive flag off. Returned 0   done
Checking state (expecting state 'Submitted').    done
Jun 24 11:59:30 pelargir2.ics.muni.cz lb-test-job-registration.sh:    end
Jun 24 11:59:30 pelargir2.ics.muni.cz lb-test-https.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Getting proxy cert path... /tmp/x509up_u155   done
Registering testing job    done
Evaluating job list...    done
Looking up the test job...   done
Evaluating job status listing...    done
Checking for jobid (verifying content)...   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Registering notification glite-lb-notify new -j https://pelargir2.ics.muni.cz:9000/MYx90itDrjz2qzMC8z1kxQ (https://pelargir2.ics.muni.cz:9000/NOTIF:EwXtGrP336R06rLNfq3PwA)    done
Evaluating notification status listing...    done
Checking for jobid (verifying content)...   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:EwXtGrP336R06rLNfq3PwA)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Trying excessively long request (regression-test bug #80263)...9348 characters   done
Trying request with normal length...   done
Jun 24 11:59:31 pelargir2.ics.muni.cz lb-test-https.sh:    end
Jun 24 11:59:31 pelargir2.ics.muni.cz lb-test-job-states.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/wnTalUgCynZa26hA0z7opQ)   done
Testing job is in state: Submitted (should be Submitted)   done
logging Accepted   done
Testing job is in state: Waiting (should be Waiting)   done
logging EnQueued   done
Testing job is in state: Waiting (should be Waiting)   done
logging DeQueued   done
Testing job is in state: Waiting (should be Waiting)   done
logging HelperCall   done
Testing job is in state: Waiting (should be Waiting)   done
logging Match   done
Testing job is in state: Waiting (should be Waiting)   done
logging HelperReturn   done
Testing job is in state: Waiting (should be Waiting)   done
logging EnQueued   done
Testing job is in state: Ready (should be Ready)   done
logging DeQueued   done
Testing job is in state: Ready (should be Ready)   done
logging Transfer   done
Testing job is in state: Ready (should be Ready)   done
logging Accepted   done
Testing job is in state: Ready (should be Ready)   done
logging Transfer   done
Testing job is in state: Scheduled (should be Scheduled)   done
logging Running   done
Testing job is in state: Running (should be Running)   done
logging Done   done
Testing job is in state: Done (should be Done)   done
logging Clear   done
Testing job is in state: Cleared (should be Cleared)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:01:53 pelargir2.ics.muni.cz lb-test-job-states.sh:    end
Jun 24 12:01:53 pelargir2.ics.muni.cz lb-test-logevent.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/fjbL-u0oLGOlUPnbzLz_Nw)   done
Logging events logging Accepted   done
logging EnQueued   done
logging DeQueued   done
logging HelperCall   done
logging Match   done
logging HelperReturn   done
logging EnQueued   done
logging DeQueued   done
logging Transfer   done
logging Accepted   done
logging Transfer   done
logging Running   done
logging Done   done
Testing if event file exists (/var/glite/log/dglogd.log.fjbL-u0oLGOlUPnbzLz_Nw)    done
Comparing results (<) with expectations (>) ... (MATCH)   done
Cleaning up Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:01:54 pelargir2.ics.muni.cz lb-test-logevent.sh:    end
Jun 24 12:01:54 pelargir2.ics.muni.cz lb-test-notif-recovery.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/VoBadBUUl6ZjGr0_rvZqQw)    done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:wfkhXxZFBvQb7yu89GjnaQ)    done
Logging events resulting in DONE state notification is valid until: '2011-06-24 11:02:05 UTC' (1308913325) glite-lb-notify: Connection timed out (edg_wll_NotifReceive: poll() timed out) ./lb-test-notif-recovery.sh: line 157: kill: (29294) - No such process Notifications were delivered   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:wfkhXxZFBvQb7yu89GjnaQ)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:02:15 pelargir2.ics.muni.cz lb-test-notif-recovery.sh:    end
Jun 24 12:02:15 pelargir2.ics.muni.cz lb-test-notif-msg.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/EjwaDP5n_LD8Mf54q0T4Vg)    done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:35QI4gK6xpjPYDDyko8Xsg)    done
connecting to broker msg.cro-ngi.hr:6166, topic grid.emi.lbtest   done
Logging events resulting in DONE state...    done
Sleep for 20 seconds to give messages time to deliver...    done
Checking number of messages delivered... 10. Checking if >= 10... OK   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:35QI4gK6xpjPYDDyko8Xsg)./lb-test-notif-msg.sh: line 216: 29362 Terminated ${LBCMSCLIENT} ${BROKER} grid.emi.lbtest > $$_notifications.txt    done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:02:37 pelargir2.ics.muni.cz lb-test-notif-msg.sh:    end
Jun 24 12:02:37 pelargir2.ics.muni.cz lb-test-notif.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job (https://pelargir2.ics.muni.cz:9000/5ttaowMLY2GzA68cg2o8nw)    done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:-AzWLZpo4jRrAAPjLAZupw)    done
Logging events resulting in DONE state notification is valid until: '2011-06-24 11:02:37 UTC' (1308913357) glite-lb-notify: Connection timed out (edg_wll_NotifReceive: poll() timed out) ./lb-test-notif.sh: line 156: kill: (29519) - No such process Notifications were delivered   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:-AzWLZpo4jRrAAPjLAZupw)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:02:48 pelargir2.ics.muni.cz lb-test-notif.sh:    end
Jun 24 12:02:48 pelargir2.ics.muni.cz lb-test-notif-switch.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing jobs old: https://pelargir2.ics.muni.cz:9000/ujO7m8L1ARecreUAIF0_qw new:https://pelargir2.ics.muni.cz:9000/0F_4kIeG4XX3Kb9Ly0LgRg   done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:rKdzrtZJayThyDzEHIn-Zw)    done
Logging events resulting in RUNNING state notification is valid until: '2011-06-24 11:02:48 UTC' (1308913368) Notifications were delivered   done
Changing notification ... glite-lb-notify: Connection timed out (edg_wll_NotifReceive: poll() timed out) glite-lb-notify change returned OK   done
./lb-test-notif-switch.sh: line 185: kill: (29675) - No such process Logging events resulting in DONE state for both jobs notification is valid until: '2011-06-24 11:03:04 UTC' (1308913384) glite-lb-notify: Connection timed out (edg_wll_NotifReceive: poll() timed out) ./lb-test-notif-switch.sh: line 197: kill: (29773) - No such process Notifications for the old job were not delivered   done
Notifications for the new job were delivered   done
Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:rKdzrtZJayThyDzEHIn-Zw)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:03:15 pelargir2.ics.muni.cz lb-test-notif-switch.sh:    end
Jun 24 12:03:15 pelargir2.ics.muni.cz lb-test-notif-stream.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Srv. version 2.2 >= 2.2? yes    done
Registering job (https://pelargir2.ics.muni.cz:9000/-1m0T44u5-7RKBo183xPMQ)    done
Logging events resulting in DONE state   done
Registering notification (https://pelargir2.ics.muni.cz:9000/NOTIF:1CcMCq6g_M3ec9iScBZdYQ)    done
Receiving the stream: notification is valid until: '2011-06-24 11:03:21 UTC' (1308913401) .Notifications were delivered   done
./lb-test-notif-stream.sh: line 202: 30130 Terminated ${LBNOTIFY} receive -i 5 ${notifid} > $$_notifications.txt Dropping the test notification (https://pelargir2.ics.muni.cz:9000/NOTIF:1CcMCq6g_M3ec9iScBZdYQ)   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:03:22 pelargir2.ics.muni.cz lb-test-notif-stream.sh:    end
Jun 24 12:03:22 pelargir2.ics.muni.cz lb-test-proxy-delivery.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job    done
Registered job: https://pelargir2.ics.muni.cz:9000/LOIl8HrMtQvUlYFaXwuZrA Is the testing job (https://pelargir2.ics.muni.cz:9000/LOIl8HrMtQvUlYFaXwuZrA) in a correct state? Submitted   done
Logging events resulting in READY state... Sleeping for 10 seconds... Is the testing job (https://pelargir2.ics.muni.cz:9000/LOIl8HrMtQvUlYFaXwuZrA) in a correct state? Ready   done
Logging events for the testing job... Sleeping for 10 seconds... Testing job (https://pelargir2.ics.muni.cz:9000/LOIl8HrMtQvUlYFaXwuZrA) is in state: Done   done
Registering collection    done
Collection ID: https://pelargir2.ics.muni.cz:9000/I3qKo5umgSQMa8x3hqneyQ Subjob 1: https://pelargir2.ics.muni.cz:9000/S_Z6dfwXw8vXEc6pQrFnaw Subjob 2: https://pelargir2.ics.muni.cz:9000/I5c9oso4NDOuOTY0OtpRzg Checking if subjob registration worked... JDL present   done
Checking if subjob has stateEnterTime set and > 0... 1308909823.412816 (Fri Jun 24 12:03:43 CEST 2011)   done
Logging events for subjobs... Sleeping for 10 seconds (waiting for events to deliver)... Is the testing job (https://pelargir2.ics.muni.cz:9000/S_Z6dfwXw8vXEc6pQrFnaw) in a correct state? Ready   done
Is the testing job (https://pelargir2.ics.muni.cz:9000/I5c9oso4NDOuOTY0OtpRzg) in a correct state? Done   done
Is the collection (https://pelargir2.ics.muni.cz:9000/I3qKo5umgSQMa8x3hqneyQ) in a correct state? Waiting   done
Logging events to clear subjobs... Sleeping for 10 seconds (waiting for events to deliver)... Is the collection (https://pelargir2.ics.muni.cz:9000/I3qKo5umgSQMa8x3hqneyQ) in a correct state? Cleared   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:04:04 pelargir2.ics.muni.cz lb-test-proxy-delivery.sh:    end
Jun 24 12:04:04 pelargir2.ics.muni.cz lb-test-ws.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job    done
WS interface to query: pelargir2.ics.muni.cz:9003 Has the job (https://pelargir2.ics.muni.cz:9000/LDRvKv1HZjqjgPQy-LxD3A) been submitted?   done
Checking if doneCode unset for job not yet done... Srv. version 2.2 >= 2.2? yes ()   done
Is it possible to retrieve events?   done
Is it possible to retrieve AGU activity info?   done
Does AGU activity status return correct state?   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Getting server version... 2.2.9   done
Getting WS interface version... Srv. version 2.2 >= 2.2? yes 3.2.4   done
Check if test runs on server... Get rpm version... 3.2.4   done
Comparing versions (3.2.4 == 3.2.4)...    done
Jun 24 12:04:05 pelargir2.ics.muni.cz lb-test-ws.sh:    end
Jun 24 12:04:05 pelargir2.ics.muni.cz lb-test-bdii.sh:    start
Testing if all essential binaries are available   done
Testing optional WS client binary   done
Testing credentials   done
Checking if BDII operational...    done
Checking Glue 1 root entry...    done
Checking ServiceStatus... OK   done
Checking Glue 2.0 entry with 'o=glue'...    done
Checking GLUE2 HealthStatus... ok   done
Checking GlueServiceVersion... 2.2.9   done
Reading version through WS... 2.2.9   done
Comparing versions: '2.2.9' == '2.2.9'   done
Jun 24 12:04:05 pelargir2.ics.muni.cz lb-test-bdii.sh:    end
Jun 24 12:04:05 pelargir2.ics.muni.cz lb-test-sandbox-transfer.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing job    done
Is the testing job (https://pelargir2.ics.muni.cz:9000/OQ7g5AGDQTXpgbzuSCCFBQ) in a correct state? Submitted   done
Registering input SandBox... https://pelargir2.ics.muni.cz:9000/FT:KfRMRmmh8A5jN3CvdhiwQw   done
Registering output SandBox... https://pelargir2.ics.muni.cz:9000/FT:PAHpYqbbY21igOgNMwb1dg   done
Input SB transfer starting...    done
Checking state... Running   done
Input SB transfer finishing...    done
Checking state... Done   done
Output SB transfer starting...    done
Checking state... Running   done
Output SB transfer failing...    done
Checking Done Code... DONE_CODE_FAILED   done
Check ISB transfer JobID for computing job... https://pelargir2.ics.muni.cz:9000/FT:KfRMRmmh8A5jN3CvdhiwQw   done
Check OSB transfer JobID for computing job... https://pelargir2.ics.muni.cz:9000/FT:PAHpYqbbY21igOgNMwb1dg   done
Check computing Job ID for ISB... https://pelargir2.ics.muni.cz:9000/OQ7g5AGDQTXpgbzuSCCFBQ   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped.    done
Registering testing job    done
Registering input SandBox collection... Subjobs: https://pelargir2.ics.muni.cz:9000/FT:sFBi4yC7v4uk9YaLUApz2Q   done
Check ISB transfer JobID for computing job... https://pelargir2.ics.muni.cz:9000/FT:sFBi4yC7v4uk9YaLUApz2Q   done
Check computing Job ID for ISB... https://pelargir2.ics.muni.cz:9000/i7Y3kGFH8xZR7B-2x-7XyA   done
Check computing Job ID for subjob 0... https://pelargir2.ics.muni.cz:9000/i7Y3kGFH8xZR7B-2x-7XyA   done
Check transfer Job ID for subjob 0... https://pelargir2.ics.muni.cz:9000/FT:sFBi4yC7v4uk9YaLUApz2Q   done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:sFBi4yC7v4uk9YaLUApz2Q... Submitted   done
Checking state of https://pelargir2.ics.muni.cz:9000/rTgfcfh-x43Cun_QtT87jg... Submitted   done
Checking state of https://pelargir2.ics.muni.cz:9000/LDDKfVJX33vmVbg46HKe5g... Submitted   done
Logging source and destination for subjob 1   done
Checking source of https://pelargir2.ics.muni.cz:9000/LDDKfVJX33vmVbg46HKe5g... http://users.machine/path/to/sandbox.file.1   done
Checking destination of https://pelargir2.ics.muni.cz:9000/LDDKfVJX33vmVbg46HKe5g... file://where/it/is/sandbox.file.1   done
Subjob 1 transfer starting...    done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:sFBi4yC7v4uk9YaLUApz2Q... Running   done
Checking state of https://pelargir2.ics.muni.cz:9000/LDDKfVJX33vmVbg46HKe5g... Running   done
Subjob 1 transfer ending...    done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:sFBi4yC7v4uk9YaLUApz2Q... Waiting   done
Checking state of https://pelargir2.ics.muni.cz:9000/LDDKfVJX33vmVbg46HKe5g... Done   done
Checking Done Code... DONE_CODE_OK   done
Logging source and destination for subjob 0   done
Checking source of https://pelargir2.ics.muni.cz:9000/rTgfcfh-x43Cun_QtT87jg... http://users.machine/path/to/sandbox.file.0   done
Checking destination of https://pelargir2.ics.muni.cz:9000/rTgfcfh-x43Cun_QtT87jg... file://where/it/is/sandbox.file.0   done
Subjob 0 transfer starting...    done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:sFBi4yC7v4uk9YaLUApz2Q... Running   done
Checking state of https://pelargir2.ics.muni.cz:9000/rTgfcfh-x43Cun_QtT87jg... Running   done
Subjob 0 transfer ending...    done
Checking state of https://pelargir2.ics.muni.cz:9000/FT:sFBi4yC7v4uk9YaLUApz2Q... Waiting   done
Checking state of https://pelargir2.ics.muni.cz:9000/rTgfcfh-x43Cun_QtT87jg... Done   done
Checking Done Code... DONE_CODE_FAILED   done
Subjob 0 starting and ending...Checking state of https://pelargir2.ics.muni.cz:9000/FT:sFBi4yC7v4uk9YaLUApz2Q... Done   done
Checking Done Code... DONE_CODE_OK   done
Checking state of ... Done   done
Checking Done Code... DONE_CODE_OK   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Check if purging was allowed...   done
Test if SB Collection was purged...   done
Test if SB Collection subjob was purged...   done
Jun 24 12:04:47 pelargir2.ics.muni.cz lb-test-sandbox-transfer.sh:    end
Jun 24 12:04:47 pelargir2.ics.muni.cz lb-test-changeacl.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Srv. version 2.2 >= 2.2? yes    done
Testing Tags permissions...    done
Registering testing job https://pelargir2.ics.muni.cz:9000/DIZIUjDPm9SImX-u7EFWDA   done
Changing ACL...   done
Checking ACL for new values...    done
Removing ACL entries...   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:04:48 pelargir2.ics.muni.cz lb-test-changeacl.sh:    end
Jun 24 12:04:48 pelargir2.ics.muni.cz lb-test-statistics.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Test jobs registered.   done
Sleeping for 10 seconds... Sending events for all test jobs, Submitted => Running    done
Sleeping for 10 seconds... Sending events for all test jobs, Running => Done    done
Sleeping for 10 seconds... Getting job rate (should be around .0166666, testing if > 0): 0.166667   done
Getting average 'Submitted' -> 'Running' transfer time (should be a number > 10): 13.700000   done
Getting the dispersion index (should be a number >= 0): 2.057509   done
Getting average 'Submitted' -> 'Done/OK' transfer time (should be a number > 20): 27.400000   done
Comparing. 'Submitted' -> 'Running' should take longer than 'Submitted' -> 'Done/OK': OK   done
Long term: Getting average 'Submitted' -> 'Running' transfer times (should be numbers >= 0): 0. destination CE/queue: 60.581921 41.438591   done
1. CE20110624120431639: 13.700000 2.057509   done
Long term: Getting average 'Running' rates (should be numbers >= 0): 0. destination CE/queue: 0.001222   done
1. ce2.egee.cesnet.cz:2119/jobmanager-pbs-egee_voce_route: 0.000305   done
2. egee.irb.hr:2119/jobmanager-lcgpbs-grid: 0.000305   done
3. egee-ce.grid.niif.hu:2119/jobmanager-lcgpbs-voce: 0.000305   done
4. grid107.kfki.hu:2119/jobmanager-lcgsge-voce: 0.000305   done
5. ce1.egee.cesnet.cz:2119/jobmanager-pbs-egee_voce_route: 0.002222   done
6. CE20110624120431639: 0.000000   done
Purging test job (Trying the best, result will not be tested) The jobs were not dumped. Jun 24 12:05:27 pelargir2.ics.muni.cz lb-test-statistics.sh:    end
Jun 24 12:05:27 pelargir2.ics.muni.cz lb-test-threaded.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Registering testing jobs 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30   done
Asking for states of all 30 jobs...   done
Checking if states were returned for all jobs... 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30   done
Jun 24 12:05:28 pelargir2.ics.muni.cz lb-test-threaded.sh:    end
Jun 24 12:05:28 pelargir2.ics.muni.cz lb-test-harvester.sh:    start
Testing if all binaries are available   done
Testing credentials   done
Testing access to MySQL   done
Testing access to PostgreSQL   done
L&B harvester test script in PATH   done
Launching the L&B harvester test...
Launch: mysql......OK psql...psql:test.sql:31: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "jobs_pkey" for table "jobs"
psql:test.sql:42: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "lb20_pkey" for table "lb20"
psql:test.sql:55: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "notifs_pkey" for table "notifs"
.OK
LB LI NI RM notifs.S..Q OK
Basic: submitted...RG S.Q waiting...EV S.Q running...EV S.Q OK
Rebind: 2 notifications OK store&quit..........OK notifs OK RM bindS.Q Done EV S.Q OK
Cleanup: deep quit..........2 notifications...cleaning up...OK 0 notifications...cleandb..RM notifs.S..Q OK
Refresh: refresh.S...........................................................Q OK
JDL: notifs.S.Q OK submitted...RG S.Q OK waiting...EV EV EV S.Q OK waiting and VO...S.Q OK changed JDL...EV S.Q OK changed after waiting...EV S.Q ready...EV S.Q OK
   done
Jun 24 12:06:13 pelargir2.ics.muni.cz lb-test-harvester.sh:    end

** Hey, purging the whole database...
The jobs were not dumped. The following jobs were purged: https://pelargir2.ics.muni.cz:9000/-FJefN8Jc7Xe9EloIW1Wjg https://pelargir2.ics.muni.cz:9000/1_XZae-9BURNuIoZRD4L_g https://pelargir2.ics.muni.cz:9000/2lQBTG_Ro0fk26nxg5xxcA https://pelargir2.ics.muni.cz:9000/52FAJyOv-RfQQuL-RhkCmA https://pelargir2.ics.muni.cz:9000/5gNP8VfS8-q4cXcLPjhWlw https://pelargir2.ics.muni.cz:9000/6_6DRj1vIf3yHDhigS4lOg https://pelargir2.ics.muni.cz:9000/6huL5xLUNx01hfI3_9DXWg https://pelargir2.ics.muni.cz:9000/9DZiW1TVxqz00VrgVhJP_A https://pelargir2.ics.muni.cz:9000/9xNCGwqhPaZZ-WaHDu_kxQ https://pelargir2.ics.muni.cz:9000/A5Y7Ikcj-2K1qPaCwbSk2g https://pelargir2.ics.muni.cz:9000/C9SnjdfsiyRf4tfy5N6ECQ https://pelargir2.ics.muni.cz:9000/LpkC-vryAZze87KQ1PdqNw https://pelargir2.ics.muni.cz:9000/kY9ksAtIakNy_98F32FfQQ https://pelargir2.ics.muni.cz:9000/CgYy3XgveOGut8EMAg6SLw https://pelargir2.ics.muni.cz:9000/CxujZnlBtaRW5SzHbVZGvQ https://pelargir2.ics.muni.cz:9000/EgKn3yIY2i2MOGvqJi0IvA https://pelargir2.ics.muni.cz:9000/GM455BlLo8nLt7HVlJ4ong https://pelargir2.ics.muni.cz:9000/GbXcpjfKrj8Qe1Yh91bicg https://pelargir2.ics.muni.cz:9000/Ho2XndB2Q2ZHMAS5GORdPg https://pelargir2.ics.muni.cz:9000/JcMw9iHFRijhCWg2breIBg https://pelargir2.ics.muni.cz:9000/HT5ho52XRLaQ9razOmh3kQ https://pelargir2.ics.muni.cz:9000/IJydJqw3BGxuXXcJvpZrkA https://pelargir2.ics.muni.cz:9000/J68Fw1MwRsGNj27nkrLwNA https://pelargir2.ics.muni.cz:9000/jDVq73D7MgULqRrJkzQ_lA https://pelargir2.ics.muni.cz:9000/u0pMepR3t9WHWlg2vv89sQ https://pelargir2.ics.muni.cz:9000/JPdoQTuvrNDmOvHL9hAUkg https://pelargir2.ics.muni.cz:9000/0bkaDaCNOzejhbL_hK22SA https://pelargir2.ics.muni.cz:9000/HzkvmOAI_4olaDrCcq-_6g https://pelargir2.ics.muni.cz:9000/JbaFRykCt3e2w1F7l64gHQ https://pelargir2.ics.muni.cz:9000/LjpOsrn1b_zbHfmYQJlw_Q https://pelargir2.ics.muni.cz:9000/MXqxltDsGfrXJiu0pL_8nA https://pelargir2.ics.muni.cz:9000/RrcAUJnVoTOZVT5twCl3SQ https://pelargir2.ics.muni.cz:9000/Ty8Z-LEhYaWLAjRvsH35Ew https://pelargir2.ics.muni.cz:9000/UgeFs1vo2h3l-z8mNpRFjA https://pelargir2.ics.muni.cz:9000/V92TAlg7J35X-btf8IpLdA https://pelargir2.ics.muni.cz:9000/D2SEQUmBpLA6MfaVfBgWJQ https://pelargir2.ics.muni.cz:9000/Ov3kVm2KMH5BJgOIOdDsPw https://pelargir2.ics.muni.cz:9000/WchJ-Gaj1kFBr_qULEsKcg https://pelargir2.ics.muni.cz:9000/Y3n62rDqXFOUNH8fBqfr2w https://pelargir2.ics.muni.cz:9000/ZsATCHEJ0VbT3URMT1p5UA https://pelargir2.ics.muni.cz:9000/6xljZS3ec6mYD7Oqt_UbzA https://pelargir2.ics.muni.cz:9000/qPmAb-F59934THXP7hX9Xw https://pelargir2.ics.muni.cz:9000/bFpks-9HEV3Vodqu1-sLZw https://pelargir2.ics.muni.cz:9000/OLazvzyKSfP0_CA4yC3JPw https://pelargir2.ics.muni.cz:9000/W0ubR6iBA_LsLWVGur-JXg https://pelargir2.ics.muni.cz:9000/ehBI8slsq5K_Zqdcxs7V3g https://pelargir2.ics.muni.cz:9000/5JLDAhl6PMmvu_QEr58W-g https://pelargir2.ics.muni.cz:9000/7AVBpRCXyj1ZgYJAVcqVlw https://pelargir2.ics.muni.cz:9000/glyKnlx5WNpO_4JiYt0OmA https://pelargir2.ics.muni.cz:9000/6UncEohrXcPXsPcKQEy75Q https://pelargir2.ics.muni.cz:9000/_l4S804oG9j0Ot9lm7MmLQ https://pelargir2.ics.muni.cz:9000/hZI3iMCiAwNPeoLapd_3Jg https://pelargir2.ics.muni.cz:9000/hrWkvXWzrgr-tyvDENwTDQ https://pelargir2.ics.muni.cz:9000/jFyBiLQHThJIcXhUmRrV4A https://pelargir2.ics.muni.cz:9000/X_D1g3u-oahgtKMxgPH6vQ https://pelargir2.ics.muni.cz:9000/k-lcb-EIsrRTbpzpaiZIgQ https://pelargir2.ics.muni.cz:9000/kNxkS_8XggxXVYBRK032ig https://pelargir2.ics.muni.cz:9000/kaAdbFQa8YcBg7dYdOXx1g https://pelargir2.ics.muni.cz:9000/kiuMGVveOSlifaCaCVG56w https://pelargir2.ics.muni.cz:9000/lPMs9aFAo_mr2FYW5aW7cA https://pelargir2.ics.muni.cz:9000/lR4knpYL1fBsiWfTxH3Llw https://pelargir2.ics.muni.cz:9000/lqbNeK8yk_AdFM3NmzxyqA https://pelargir2.ics.muni.cz:9000/m2lRrdKam_UZI9PUKJQ58w https://pelargir2.ics.muni.cz:9000/mTRL6eeXtUXv9jtnxhwxHA https://pelargir2.ics.muni.cz:9000/nPRCI9G_W2KCKhVXO_Hn2A https://pelargir2.ics.muni.cz:9000/nqogh-BjGUj0qdiGFSqajA https://pelargir2.ics.muni.cz:9000/olP2xtyIn9uAokx0K0dIQA https://pelargir2.ics.muni.cz:9000/pVKbcRZX77JyT3R58KM4YA https://pelargir2.ics.muni.cz:9000/paAtcfOLyfsZtJE3Z-NvJw https://pelargir2.ics.muni.cz:9000/9_6d1U4m-sRtDxj6Lz3_BQ https://pelargir2.ics.muni.cz:9000/UB7iCYfhalFUXWoo9tOP9g https://pelargir2.ics.muni.cz:9000/pc5pPCYTXaCoWSuhc2YR-g https://pelargir2.ics.muni.cz:9000/s4kbCJeLdQR0NmEku3DURg https://pelargir2.ics.muni.cz:9000/vHpcfOxWrLfXuneo9GR5sw https://pelargir2.ics.muni.cz:9000/vKmBtyn-z6e4lKf3A_x7dw https://pelargir2.ics.muni.cz:9000/4tOiOky1wnbLRAglqBn5oQ https://pelargir2.ics.muni.cz:9000/_NAqaUd2ZZTVks298bbh6A https://pelargir2.ics.muni.cz:9000/w3ZnkVpbVGrIS1M-EVSoUw https://pelargir2.ics.muni.cz:9000/yhBJnq6rtgGFG3e1fs6Aog done

** Logging test jobs

** So far so good
done

** sleeping 60 seconds...

** OK, another set of jobs
done

** draining other 6 seconds ...

** test jobs:
aborted: https://pelargir2.ics.muni.cz:9000/mm7liZtS18MWuopOksjmWQ https://pelargir2.ics.muni.cz:9000/bn3Bk5g8_wvazxbgXzPxtA cleared: https://pelargir2.ics.muni.cz:9000/bVSn7J0lxaJcTj1ktYxQYw https://pelargir2.ics.muni.cz:9000/Npznwg-AyRpGPqH93H7uVA cancelled: https://pelargir2.ics.muni.cz:9000/YAr3c85zEHhHs0DdPPjW3Q https://pelargir2.ics.muni.cz:9000/lNcXyBIYSs7Gto_vICVatg done: https://pelargir2.ics.muni.cz:9000/KABi9GTH2J_3bEztm2p3Kg https://pelargir2.ics.muni.cz:9000/Rc6kOPlcC3SKjRFalxLHyw other: https://pelargir2.ics.muni.cz:9000/8-eFn8w4wixpo6G-VQK-TA https://pelargir2.ics.muni.cz:9000/7Q_VU1p91XOB-K9S9-5Anw
** Dry run
30s aborted https://pelargir2.ics.muni.cz:9000/mm7liZtS18MWuopOksjmWQ done
0s aborted https://pelargir2.ics.muni.cz:9000/bn3Bk5g8_wvazxbgXzPxtA done
0s aborted https://pelargir2.ics.muni.cz:9000/mm7liZtS18MWuopOksjmWQ done
30s cleared https://pelargir2.ics.muni.cz:9000/bVSn7J0lxaJcTj1ktYxQYw done
0s cleared https://pelargir2.ics.muni.cz:9000/Npznwg-AyRpGPqH93H7uVA done
0s cleared https://pelargir2.ics.muni.cz:9000/bVSn7J0lxaJcTj1ktYxQYw done
30s cancelled https://pelargir2.ics.muni.cz:9000/YAr3c85zEHhHs0DdPPjW3Q done
0s cancelled https://pelargir2.ics.muni.cz:9000/YAr3c85zEHhHs0DdPPjW3Q done
0s cancelled https://pelargir2.ics.muni.cz:9000/lNcXyBIYSs7Gto_vICVatg done
30s done https://pelargir2.ics.muni.cz:9000/KABi9GTH2J_3bEztm2p3Kg done
0s done https://pelargir2.ics.muni.cz:9000/KABi9GTH2J_3bEztm2p3Kg done
0s done https://pelargir2.ics.muni.cz:9000/Rc6kOPlcC3SKjRFalxLHyw done
30s other https://pelargir2.ics.muni.cz:9000/8-eFn8w4wixpo6G-VQK-TA done
0s other https://pelargir2.ics.muni.cz:9000/7Q_VU1p91XOB-K9S9-5Anw done
0s other https://pelargir2.ics.muni.cz:9000/8-eFn8w4wixpo6G-VQK-TA done

** Server defaults
Nothing purged as expected done

** Purge the first set of jobs
diff OK done

** Purge the rest
diff OK done

** Anything left?
No, OK done

** Check zombies
https://pelargir2.ics.muni.cz:9000/KABi9GTH2J_3bEztm2p3Kg returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/8-eFn8w4wixpo6G-VQK-TA returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/mm7liZtS18MWuopOksjmWQ returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/YAr3c85zEHhHs0DdPPjW3Q returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/bVSn7J0lxaJcTj1ktYxQYw returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/Rc6kOPlcC3SKjRFalxLHyw returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/7Q_VU1p91XOB-K9S9-5Anw returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/bn3Bk5g8_wvazxbgXzPxtA returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/lNcXyBIYSs7Gto_vICVatg returned EIDRMdone
https://pelargir2.ics.muni.cz:9000/Npznwg-AyRpGPqH93H7uVA returned EIDRMdone

** All tests passed **
done
==================
TESTS END HERE
==================

In the Wild

ui1.egee.cesnet.cz$ time ./lb-test-wild.sh -n 1 -w -f html -voce pelargir2.ics.muni.cz:9000
Jun 24 10:48:44 ui1.egee.cesnet.cz lb-test-wild.sh:    start
[wild] submit (done test): https://pelargir2.ics.muni.cz:9000/kaAdbFQa8YcBg7dYdOXx1g
[wild] submit (fail test): https://pelargir2.ics.muni.cz:9000/mTRL6eeXtUXv9jtnxhwxHA
[wild] submit (collection to fail test): https://pelargir2.ics.muni.cz:9000/ZsATCHEJ0VbT3URMT1p5UA
[wild] submit (collection to done test): https://pelargir2.ics.muni.cz:9000/JPdoQTuvrNDmOvHL9hAUkg
[wild] submit (done test): https://pelargir2.ics.muni.cz:9000/lR4knpYL1fBsiWfTxH3Llw
[wild] submit (collection to done test): https://pelargir2.ics.muni.cz:9000/ehBI8slsq5K_Zqdcxs7V3g
[wild] sleep before cancel...
[wild] cancel https://pelargir2.ics.muni.cz:9000/lR4knpYL1fBsiWfTxH3Llw
[wild] cancel https://pelargir2.ics.muni.cz:9000/ehBI8slsq5K_Zqdcxs7V3g
[wild] submitted   done
[wild] ================================
[wild] 2011-06-24 10:49:22 https://pelargir2.ics.muni.cz:9000/kaAdbFQa8YcBg7dYdOXx1g Ready (done test)
[wild] 2011-06-24 10:49:22 https://pelargir2.ics.muni.cz:9000/mTRL6eeXtUXv9jtnxhwxHA Scheduled (fail test)
[wild] 2011-06-24 10:49:23 https://pelargir2.ics.muni.cz:9000/ZsATCHEJ0VbT3URMT1p5UA Waiting (fail_coll test)
[wild] 2011-06-24 10:49:24 https://pelargir2.ics.muni.cz:9000/JPdoQTuvrNDmOvHL9hAUkg Waiting (done_coll test)
[wild] 2011-06-24 10:49:25 https://pelargir2.ics.muni.cz:9000/lR4knpYL1fBsiWfTxH3Llw Cancelled (cancel test)
[wild] 2011-06-24 10:49:25 https://pelargir2.ics.muni.cz:9000/ehBI8slsq5K_Zqdcxs7V3g Cleared (cancel_coll test)
[wild] 2011-06-24 10:49:56 https://pelargir2.ics.muni.cz:9000/kaAdbFQa8YcBg7dYdOXx1g Scheduled (done test)
[wild] 2011-06-24 10:49:57 https://pelargir2.ics.muni.cz:9000/mTRL6eeXtUXv9jtnxhwxHA Running (fail test)
[wild] 2011-06-24 10:49:58 https://pelargir2.ics.muni.cz:9000/ZsATCHEJ0VbT3URMT1p5UA Running (fail_coll test)
[wild] 2011-06-24 10:49:58 https://pelargir2.ics.muni.cz:9000/JPdoQTuvrNDmOvHL9hAUkg Running (done_coll test)
[wild] 2011-06-24 10:51:35 https://pelargir2.ics.muni.cz:9000/ZsATCHEJ0VbT3URMT1p5UA Waiting (fail_coll test)
[wild] 2011-06-24 10:53:44 https://pelargir2.ics.muni.cz:9000/mTRL6eeXtUXv9jtnxhwxHA Aborted (fail test)
[wild] 2011-06-24 10:53:44 https://pelargir2.ics.muni.cz:9000/ZsATCHEJ0VbT3URMT1p5UA Running (fail_coll test)
[wild] 2011-06-24 10:56:25 https://pelargir2.ics.muni.cz:9000/kaAdbFQa8YcBg7dYdOXx1g Running (done test)
[wild] 2011-06-24 11:18:57 https://pelargir2.ics.muni.cz:9000/JPdoQTuvrNDmOvHL9hAUkg Done (done_coll test)
[wild] 2011-06-24 11:24:50 https://pelargir2.ics.muni.cz:9000/ZsATCHEJ0VbT3URMT1p5UA Aborted (fail_coll test)
[wild] 2011-06-24 11:28:35 https://pelargir2.ics.muni.cz:9000/kaAdbFQa8YcBg7dYdOXx1g Done (done test)
[wild] all jobs finished   done
[wild] ================================
[wild] https://pelargir2.ics.muni.cz:9000/kaAdbFQa8YcBg7dYdOXx1g: 'Done' OK (done)   done
[wild] components: JobController LogMonitor LRMS NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/mTRL6eeXtUXv9jtnxhwxHA: 'Aborted' OK (fail)   done
[wild] components: JobController LogMonitor LRMS NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/ZsATCHEJ0VbT3URMT1p5UA: 'Aborted' OK (fail_coll)   done
[wild] components: LBServer NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/JPdoQTuvrNDmOvHL9hAUkg: 'Done' OK (done_coll)   done
[wild] components: LBServer NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/lR4knpYL1fBsiWfTxH3Llw: 'Cancelled' OK (cancel)   done
[wild] components: JobController LogMonitor NetworkServer WorkloadManager OK   done
[wild] https://pelargir2.ics.muni.cz:9000/ehBI8slsq5K_Zqdcxs7V3g: expected 'Cancelled', got 'Cleared' (cancel_coll), so be it!   done
[wild] components: LBServer NetworkServer WorkloadManager ?
[wild] ================================
[wild] job output test
[wild] fetching output from https://pelargir2.ics.muni.cz:9000/kaAdbFQa8YcBg7dYdOXx1g
Warning - JobPurging not allowed (The Operation is not allowed: Unable to complete job purge) [wild] output of 'https://pelargir2.ics.muni.cz:9000/kaAdbFQa8YcBg7dYdOXx1g' fetched   done
[wild] fetching output from https://pelargir2.ics.muni.cz:9000/JPdoQTuvrNDmOvHL9hAUkg
Warning - JobPurging not allowed (The Operation is not allowed: Unable to complete job purge) [wild] output of https://pelargir2.ics.muni.cz:9000/0bkaDaCNOzejhbL_hK22SA (1. offspring of https://pelargir2.ics.muni.cz:9000/JPdoQTuvrNDmOvHL9hAUkg) fetched   done
Warning - JobPurging not allowed (The Operation is not allowed: Unable to complete job purge) [wild] output of https://pelargir2.ics.muni.cz:9000/HzkvmOAI_4olaDrCcq-_6g (2. offspring of https://pelargir2.ics.muni.cz:9000/JPdoQTuvrNDmOvHL9hAUkg) fetched   done
[wild] outputs: jobOutput.23519/0/sustr_kaAdbFQa8YcBg7dYdOXx1g/std.out jobOutput.23519/0/sustr_kaAdbFQa8YcBg7dYdOXx1g/std.err jobOutput.23519/3-2/sustr_HzkvmOAI_4olaDrCcq-_6g/std1.err jobOutput.23519/3-2/sustr_HzkvmOAI_4olaDrCcq-_6g/std1.out
[wild] waiting for cleared states...

Unit Tests

  • The build process for L&B includes numerous unit tests. See the build report referenced above for results.
  • Note that any failed unit test constitutes a failed build, so that a successful build confirms that all unit tests were passed.
  • At the moment the L&B Product Team does not employ any tools to measure unit test coverage.

Review of Linked Bugs (Regression Tests where applicable)

mixed SSL libraries linked into LB server (59393)

  • Bug Classification: 1
  • This was a transitional bug actually occurring only with never released packages submitted to other teams for preview.
  • With the bug, the L&B Server would fail to start altogether (which it obviously did not)
  • Fix Certified

glite_jobid_recreate() does not handle error return from gethostbyname (67627)

  • Bug Classification: 3
  • Fix certified by code review. The bug is not easy to reproduce and even then, the fix can only be confirmed with a debugger.
  • Fix Certified

background purging returns false error (77974)

  • Bug classification: 1
  • Output prior to fix:
[glite@pelargir2 tests]$ glite-lb-purge -b 1
Error running the edg_wll_Purge().
Server response error (202 Accepted)
  • Log contents prior to fix (with logging priority for category CONTROL set to info)
Jun 24 14:16:38 pelargir2 syslog[11581]: FATAL    CONTROL - [11581] Server response error (Accepted) 
Jun 24 14:16:38 pelargir2 syslog[11576]: ERROR    CONTROL - [master] Slave 11581 exited with return code 1. 
Jun 24 14:16:38 pelargir2 syslog[11763]: INFO     CONTROL - [11763] opening database ... 
Jun 24 14:16:38 pelargir2 syslog[11576]: ERROR    CONTROL - [master] Servus mortuus [11581] miraculo resurrexit [11763] 
  • Output on fix:
[glite@pelargir2 tests]$ glite-lb-purge -b 1
Background operation accepted (202 Accepted)
  • Log contents on fix (with logging priority for category CONTROL set at least to info)
Jun 24 12:32:50 pelargir2 syslog[11250]: INFO     CONTROL - [11250] Background operation accepted (Accepted) 
Jun 24 12:32:50 pelargir2 syslog[11332]: INFO     CONTROL - Background purge done, 1 jobs purged. 
Jun 24 12:32:50 pelargir2 syslog[11246]: ERROR    CONTROL - [master] Slave 11250 exited with return code 1. 
Jun 24 12:32:50 pelargir2 syslog[11246]: INFO     CONTROL - [master] Servus mortuus [11250] miraculo resurrexit [11333] 
Jun 24 12:32:50 pelargir2 syslog[11333]: INFO     CONTROL - [11333] opening database ... 
  • Setting code 1 is a way of forcing a slave forked for the background purge to terminate. This is not an error. A better way of logging this will be addressed in the future.
  • Fix Certified

glite-lb-bkserverd spins on CPU parsing long HTTP header line (80263)

  • Bug classification: 1
  • TestPlan test lb-test-https.sh has been extended to regression-test this bug. See above.
  • Fix Certified

glite-lb-purge.cron uses a wrong path (81646)

  • Situation on an updated system running for 2 days:
[root@pelargir2 ~]# cat  /var/log/glite/glite-lb-purger.log
Background operation accepted (202 Accepted)
Background operation accepted (202 Accepted)
[root@pelargir2 ~]# ls -l /var/log/glite/glite-lb-purger.log
-rw-r--r-- 1 glite glite 90 Jun 24 01:01 /var/log/glite/glite-lb-purger.log
[root@pelargir2 ~]# uptime 
 12:44:50 up 1 day, 23:32,  1 user,  load average: 0.00, 0.01, 0.00
  • The log message is not very informative. This will be addressed in the future
  • Still the information available proves that the scheduled purge operation was indeed initiated at the default time of 1 am
  • Fix Certified

ULM date parsing routines do not check validity of input (82438)

  • Bug classification: 1
  • Output prior to fix:
[glite@pelargir2 tests]$ glite-lb-dump -f 20110101000000 -t b
Dump result:
- The jobs were dumped to the file '/var/glite/dump/dump_20110624120735.889956' at the server.
- from: 1293840000 (i.e. 20110101000000.000000).
edg_wll_ULMTimevalToDate: bad strftime() return value: 0
Error parsing 'to' argument.
  • Output on fix:
[glite@pelargir2 tests]$ glite-lb-dump -f a -t b
Invalid 'from' date
[glite@pelargir2 tests]$ glite-lb-dump -f 20110101000000 -t b
Invalid 'to' date
  • Fix Certified

internal error in edg_wll_DumpEvents() (82441)

  • Bug classification: 1
  • Output prior to fix:
[glite@pelargir2 tests]$ glite-lb-dump -f last_end -t now
edg_wll_ULMTimevalToDate: bad strftime() return value: 0
Dump result:
- The jobs were dumped to the file '/var/glite/dump/dump_20110624110358.996201' at the server.
Error parsing 'from' argument.
[glite@pelargir2 tests]$ glite-lb-dump -f last_end -t now
Error running the edg_wll_DumpEvents().
Server response error (500 Internal Server Error)
[glite@pelargir2 tests]$ glite-lb-dump -f last_end -t now
Error running the edg_wll_DumpEvents().
Server response error (500 Internal Server Error)
  • The bug ( Server response error (500 Internal Server Error) ) is replicated.
  • Output on fix:
[glite@pelargir2 tests]$ glite-lb-dump -f last_end -t now
Dump result:
- The jobs were dumped to the file '/var/glite/dump/dump_20110624101217.016141' at the server.
- from: 0 (i.e. 19700101000000.000000).
- to: 1308910336 (i.e. 20110624101216.000000).
[glite@pelargir2 tests]$ glite-lb-dump -f last_end -t now
Dump result:
- The jobs were dumped to the file '/var/glite/dump/dump_20110624101224.508061' at the server.
- from: 1308910337 (i.e. 20110624101217.000000).
- to: 1308910344 (i.e. 20110624101224.000000).
[glite@pelargir2 tests]$ glite-lb-dump -f last_end -t now
Dump result:
- The jobs were dumped to the file '/var/glite/dump/dump_20110624101236.507596' at the server.
- from: 1308910344 (i.e. 20110624101224.000000).
- to: 1308910356 (i.e. 20110624101236.000000).
  • Fix Certified

-- ZdenekSustr - 24-Jun-2011

Edit | Attach | Watch | Print version | History: r9 < r8 < r7 < r6 < r5 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r9 - 2011-07-04 - ZdenekSustr
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    EGEE All webs login

This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Ask a support question or Send feedback