[Spacewalk-list] ISE when rhnpushing Solaris Patches

Pierre Casenove pcasenove at gmail.com
Wed Jul 4 08:05:42 UTC 2012


Hello list,
I have generated the 348 mpm files corresponding to the latest Solaris
10 patch cluster, and I'm trying to rhnpush them.
rhnpush --username=administrator --password=<XXXXXXX>
--channel=solaris-10-sparc-patches --server=http://server/APP --dir
./mpm
And I get the following error:
Error pushing /home/solaris/mpm/patch-solaris-143513-02-1.sparc-solaris-patch.mpm:
Error 500 (500)
Waiting 1 seconds and trying again...
Internal server error 500 Internal Server Error

SQLStatementPrepareError: ('column "\'1.4 REV=2006.03.29\'" does not
exist\nCONTEXT:  Error occurred on dblink connection named "at_conn":
could not execute command.\nSQL statement "SELECT
dblink_exec(\'at_conn\',  $1 , true)"\nPL/pgSQL function
"pg_dblink_exec" line 4 at PERFORM\nSQL statement "SELECT
pg_dblink_exec( \'insert into rhnPackageEVR(id, epoch, version,
release, evr) values (\' ||  $1  || \', \' || coalesce(quote_literal(
$2 ), \'NULL\') || \', \' || coalesce(quote_literal( $3 ), \'NULL\')
|| \', \' || coalesce(quote_literal( $4 ), \'NULL\') || \', \' ||
evr_t(coalesce(quote_literal( $2 ), \'NULL\'), coalesce(quote_literal(
$3 ), \'NULL\'), coalesce(quote_literal( $4 ), \'NULL\')) || \')\'
)"\nPL/pgSQL function "lookup_evr" line 14 at PERFORM\n', 0, 'select
LOOKUP_EVR(%(epoch)s, %(version)s, %(release)s) id from dual')

I attached the complete stack trace.

Any help would be greatly appreciated!

Pierre
-------------- next part --------------
Exception reported from server
Time: Wed Jul  4 07:58:09 2012
Exception type spacewalk.server.rhnSQL.sql_base.SQLStatementPrepareError
Exception while handling function server.apacheUploadServer._wrapper
Request object information:
URI: /PACKAGE-PUSH
Remote Host: 10.120.193.12
Server Name: server:0
Headers passed in:
	Accept-Encoding: identity
	Content-Length: 67471
	Content-Type: application/x-rpm
	Host: server
	User-Agent: rhnpush
	X-RHN-Upload-Auth-Session: 5963xd8a0b5727fedd9244b37bc442798ee28
	X-RHN-Upload-File-Checksum: 41015c7c0b796b82b7bdca35f2ad8430
	X-RHN-Upload-File-Checksum-Type: md5
	X-RHN-Upload-File-MD5sum: 41015c7c0b796b82b7bdca35f2ad8430
	X-RHN-Upload-Force: 0
	X-RHN-Upload-Package-Arch: sparc-solaris-patch
	X-RHN-Upload-Package-Name: patch-solaris-143513
	X-RHN-Upload-Package-Release: 1
	X-RHN-Upload-Package-Version: 02
	X-RHN-Upload-Packaging: mpm

Exception Handler Information
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/apacheUploadServer.py", line 100, in _wrapper
    ret = function(req)
  File "/usr/share/rhn/upload_server/handlers/package_push/package_push.py", 
line 126, in handler
    relative_path=self.rel_package_path, org_id=self.org_id)
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/rhnPackageUpload.py", line 144, in push_package
    importer.run()
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/importlib/importLib.py", line 626, in run
    self.fix()
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/importlib/packageImport.py", line 304, in fix
    self.__postprocess()
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/importlib/packageImport.py", line 358, in 
__postprocess
    self.__postprocessSolarisPackage(package)
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/importlib/packageImport.py", line 385, in 
__postprocessSolarisPackage
    self.__postprocessSolarisPatchPackages(package)
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/importlib/packageImport.py", line 411, in 
__postprocessSolarisPatchPackages
    self.backend.lookupEVRs(evrs)
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/importlib/backend.py", line 388, in lookupEVRs
    h.execute(epoch=epoch, version=version, release=release)
  File "/usr/lib/python2.4/site-packages/spacewalk/server/rhnSQL/sql_base.py", 
line 163, in execute
    return apply(self._execute_wrapper, (self._execute, ) + p, kw)
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/rhnSQL/driver_postgresql.py", line 282, in 
_execute_wrapper
    retval = apply(function, p, kw)
  File "/usr/lib/python2.4/site-packages/spacewalk/server/rhnSQL/sql_base.py", 
line 217, in _execute
    return self._execute_(args, kwargs)
  File "/usr/lib/python2.4/site-
packages/spacewalk/server/rhnSQL/driver_postgresql.py", line 295, in _execute_
    self._real_cursor.execute(self.sql, params)
SQLStatementPrepareError: ('column "\'1.4 REV=2006.03.29\'" does not 
exist\nCONTEXT:  Error occurred on dblink connection named "at_conn": could 
not execute command.\nSQL statement "SELECT  dblink_exec(\'at_conn\',  $1 , 
true)"\nPL/pgSQL function "pg_dblink_exec" line 4 at PERFORM\nSQL statement 
"SELECT  pg_dblink_exec( \'insert into rhnPackageEVR(id, epoch, version, 
release, evr) values (\' ||  $1  || \', \' || coalesce(quote_literal( $2 ), 
\'NULL\') || \', \' || coalesce(quote_literal( $3 ), \'NULL\') || \', \' || 
coalesce(quote_literal( $4 ), \'NULL\') || \', \' || 
evr_t(coalesce(quote_literal( $2 ), \'NULL\'), coalesce(quote_literal( $3 ), 
\'NULL\'), coalesce(quote_literal( $4 ), \'NULL\')) || \')\' )"\nPL/pgSQL 
function "lookup_evr" line 14 at PERFORM\n', 0, 'select LOOKUP_EVR(%(epoch)s, 
%(version)s, %(release)s) id from dual')

Local variables by frame
Frame _execute_ in /usr/lib/python2.4/site-
packages/spacewalk/server/rhnSQL/driver_postgresql.py at line 295
	                self = <type 'instance'> 
<spacewalk.server.rhnSQL.driver_postgresql.Cursor instance at 0x2ab0415bb440>
	                args = <type 'tuple'> ()
	              params = <type 'instance'> {'release': 
'1_PSTAMP_2006.03.29.16.20', 'epoch': None, 'version': '1.4 REV=2006.03.29'}
	              kwargs = <type 'dict'> {'release': 
'1_PSTAMP_2006.03.29.16.20', 'epoch': None, 'version': '1.4 REV=2006.03.29'}

Frame _execute in /usr/lib/python2.4/site-
packages/spacewalk/server/rhnSQL/sql_base.py at line 217
	                self = <type 'instance'> 
<spacewalk.server.rhnSQL.driver_postgresql.Cursor instance at 0x2ab0415bb440>
	                args = <type 'tuple'> ()
	                 val = <type 'str'> 1_PSTAMP_2006.03.29.16.20
	              kwargs = <type 'dict'> {'release': 
'1_PSTAMP_2006.03.29.16.20', 'epoch': None, 'version': '1.4 REV=2006.03.29'}

Frame _execute_wrapper in /usr/lib/python2.4/site-
packages/spacewalk/server/rhnSQL/driver_postgresql.py at line 287
	            function = <type 'instancemethod'> <bound method 
Cursor._execute of <spacewalk.server.rhnSQL.driver_postgresql.Cursor instance 
at 0x2ab0415bb440>>
	                   e = <type 'instance'> column "'1.4 REV=2006.03.29'" 
does not exist
CONTEXT:  Error occurred on dblink connection named "at_conn": could not 
execute command.
SQL statement "SELECT  dblink_exec('at_conn',  $1 , true)"
PL/pgSQL function "pg_dblink_exec" line 4 at PERFORM
SQL statement "SELECT  pg_dblink_exec( 'insert into rhnPackageEVR(id, epoch, 
version, release, evr) values (' ||  $1  || ', ' || coalesce(quote_literal( $2 
), 'NULL') || ', ' || coalesce(quote_literal( $3 ), 'NULL') || ', ' || 
coalesce(quote_literal( $4 ), 'NULL') || ', ' || evr_t(coalesce(quote_literal( 
$2 ), 'NULL'), coalesce(quote_literal( $3 ), 'NULL'), coalesce(quote_literal( 
$4 ), 'NULL')) || ')' )"
PL/pgSQL function "lookup_evr" line 14 at PERFORM

	                self = <type 'instance'> 
<spacewalk.server.rhnSQL.driver_postgresql.Cursor instance at 0x2ab0415bb440>
	               value = <type 'str'> 1.4 REV=2006.03.29
	                   p = <type 'tuple'> ()
	                  kw = <type 'dict'> {'release': 
'1_PSTAMP_2006.03.29.16.20', 'epoch': None, 'version': '1.4 REV=2006.03.29'}
	                 key = <type 'str'> version
	              params = <type 'str'> release: 
1_PSTAMP_2006.03.29.16.20,epoch: None,version: 1.4 REV=2006.03.29

Frame execute in /usr/lib/python2.4/site-
packages/spacewalk/server/rhnSQL/sql_base.py at line 163
	                   p = <type 'tuple'> ()
	                self = <type 'instance'> 
<spacewalk.server.rhnSQL.driver_postgresql.Cursor instance at 0x2ab0415bb440>
	                  kw = <type 'dict'> {'release': 
'1_PSTAMP_2006.03.29.16.20', 'epoch': None, 'version': '1.4 REV=2006.03.29'}

Frame lookupEVRs in /usr/lib/python2.4/site-
packages/spacewalk/server/importlib/backend.py at line 388
	                   h = <type 'instance'> 
<spacewalk.server.rhnSQL.driver_postgresql.Cursor instance at 0x2ab0415bb440>
	                self = <type 'instance'> 
<spacewalk.server.importlib.backendOracle.PostgresqlBackend instance at 
0x2ab0415ba758>
	             evrHash = <type 'dict'> {('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2011.07.01.19.10'): 6139, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2011.07.01.19.09'): 6140, ('', '3.7.2', 
'10.2004.12.17_PSTAMP_2010.10.14.05.08'): 6141, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2011.08.30.11.59'): 6142, ('', '11.10.0', 
'2008.02.29.16.01_PSTAMP_2009.09.11.05.16'): 6143, ('', '5.1', 
'34.20060120_PSTAMP_5_1_REV_patch_04_01_20_11'): 6144, ('', '10.0', 
'2004.11.09.12.00_PSTAMP_2004.11.09.12.00'): 6145, ('', '10.0.0', 
'2007.05.24_PSTAMP_2008.12.29.02.03'): 6146, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2011.09.25.13.34'): 6147, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.12.10.10.48'): 6148, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2009.09.11.05.16'): 6149, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2008.06.16.09.27'): 6150, ('', '1.3', 
'2005.06.14.5.10_PSTAMP_2005.06.14.09.08'): 6151, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2009.03.13.16.17'): 6152, ('', '1.5', 
'2005.08.29_PSTAMP_2009.06.15.23.18'): 6153, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.01.09.15.10'): 6154, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2009.03.25.12.23'): 6155, ('', '11.10.0', 
'2006.03.22.04.24_PSTAMP_2009.12.22.06.08'): 6156, ('', '1.0', 
'2005.08.30.10.0_PSTAMP_2010.03.22.12.02'): 6157, ('', '2.6.0', 
'10.0.3.2004.12.15.20.59_PSTAMP_2004.12.15.20.59'): 5726, ('', '11.10.0', 
'2008.02.29.16.01_PSTAMP_2009.03.13.16.18'): 6158, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2005.04.19.10.35'): 6159, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2012.02.07.15.48'): 6160, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.08.06.04.04'): 6161, ('', '2.6.0', 
'10.0.3.2004.12.16.17.35_PSTAMP_2011.09.23.08.18'): 6162, ('', '3', 
'10.4.24_PSTAMP_2011.12.23.12.16'): 6163, ('', '3.7.2', 
'10.2004.12.17_PSTAMP_2004.12.17.14.03'): 5731, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2010.11.04.07.45'): 6164, ('', '11.10.0', 
'2006.07.11.11.28_PSTAMP_2010.11.03.13.31'): 6165, ('', '1.7.0', 
'2011.06.27.06.20_PSTAMP_2011.10.03.07.21'): 6166, ('', '7.0.66.0', 
'10.3.3.2006.09.23.0!
 1.55_PST
AMP_2011.12.23.00.51'): 6167, ('', '11.11', 
'2005.01.09.23.05_PSTAMP_2010.06.07.19.44'): 6168, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2009.09.11.05.17'): 6169, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2009.03.13.16.18'): 6170, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.09.11.05.17'): 6171, ('', '11.8', 
'2005.01.09.20.45_PSTAMP_2010.06.07.19.44'): 6172, ('', '11.10.0', 
'2008.08.11.23.56_PSTAMP_2009.09.11.05.16'): 6173, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2009.09.11.05.17'): 6174, ('', '1.6', 
'10.2004.12.17_PSTAMP_2004.12.17.13.57'): 5794, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2011.07.01.19.08'): 6175, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2007.06.22.08.23'): 6176, ('', '10.0', 
'2004.11.27.13.32_PSTAMP_2004.11.27.13.32'): 6177, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.11.01.23.18'): 6178, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.03.22.16.47'): 6179, ('', '11.10.0', 
'2008.02.29.16.01_PSTAMP_2011.07.01.19.09'): 6180, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2008.09.23.14.29'): 6181, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2008.09.23.14.30'): 6182, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2008.09.23.14.29'): 6183, ('', '1.0', 
'2005.01.20.17.25_PSTAMP_2010.04.29.17.35'): 6184, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.06.17.09'): 6185, ('', '0.9.5', 
'10.0.3.2004.12.15.17.59_PSTAMP_2004.12.15.17.59'): 5782, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.01.23.01.41'): 6186, ('', '1.2', 
'2005.01.06.14.13_PSTAMP_'): 6028, ('', '2.6.0', 
'10.0.3.2004.12.15.23.40_PSTAMP_2011.09.23.09.07'): 6187, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2011.07.01.19.10'): 6188, ('', '11.10.0', 
'2008.08.11.23.56_PSTAMP_2011.07.01.19.08'): 6189, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.20.11.15'): 6190, ('', '2.7.0', 
'11.01.21.2011.03.08.04.03_PSTAMP_2011.12.23.12.36'): 6191, ('', '1.1.0', 
'2006.06.08.04.16.54_PSTAMP_2006.06.08.04.17'): 5987, ('', '11.10.0', 
'2006.03.29.02.15_PSTAMP_2009.09.11.05.16'): 6192, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.07.15.48'): 6193, ('', '11.10.0', '200!
 5.01.21.
15.53_PSTAMP_2009.08.06.11.11'): 6194, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2006.06.23.09.07'): 6195, ('', '1.5.0', 
'2004.12.07.00.07_PSTAMP_2012.01.17.18.26'): 6196, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.03.13.16.17'): 6197, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.11.29.23.49'): 6198, ('', '1.0', 
'2005.01.08.05.16_PSTAMP_2009.02.05.06.37'): 6199, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.05.27.08.39'): 6200, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2011.07.01.19.14'): 6201, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2009.09.14.10.13'): 6202, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.11.03.13.31'): 6203, ('', '1.0', 
'2004.12.24.10.0_PSTAMP_2004.12.24.13.11'): 5741, ('', '10.0.0', 
'2005.08.31_PSTAMP_2008.12.29.02.03'): 6204, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.10.14.05.07'): 6205, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2008.01.22.15.56'): 6206, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2011.07.01.19.11'): 6207, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.12.29.07.34'): 6208, ('', '0.1', 
'2005.05.20.10.51_PSTAMP_2011.06.21.14.24'): 6209, ('', '1.0.127', 
'10.0.3.2004.12.15.22.57_PSTAMP_2004.12.15.22.57'): 6210, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2008.06.16.09.32'): 5884, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2006.08.30.17.57'): 6211, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.09.10.13.09'): 6212, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.10.14.05.05'): 6213, ('', '1.6.0', 
'2006.12.07.16.37_PSTAMP_2012.01.20.15.39'): 6214, ('', '2.0', 
'15_PSTAMP_prodvers_2_2_4_2_patch_123893_22_Mar_16_10'): 6215, ('', '11.10.0', 
'2008.02.29.16.01_PSTAMP_2011.05.11.02.17'): 6216, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2008.09.23.14.30'): 6217, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2007.07.12.12.04'): 6218, ('', '1.1.0', 
'2006.03.16.12.11.18_PSTAMP_2006.03.16.12.11'): 5724, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.01.23.01.42'): 6219, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.03.05.05.59'): 6220, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2012.02.07.15.49'): 6221, ('', '10.0', '!
 2004.11.
09.12.00_PSTAMP_2004.11.09.12.01'): 6105, ('', '10.0', 
'2004.11.27.13.53_PSTAMP_2004.11.27.13.53'): 6222, ('', '11.10.0', 
'2005.08.02.13.23_PSTAMP_2008.07.02.14.34'): 5719, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2011.02.23.14.05'): 6223, ('', '10.0', 
'2004.11.09.12.00_PSTAMP_2004.11.09.12.02'): 6224, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.20.06.28'): 6225, ('', '11.10.0', 
'2006.07.11.11.28_PSTAMP_2008.09.23.14.29'): 6226, ('', '6.6.2.0500', 
'0.2007.11.20_PSTAMP_2008.12.03.23.30'): 6227, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.07.01.19.08'): 6228, ('', '10.0', 
'2004.11.09.12.05_PSTAMP_2004.11.09.12.06'): 6229, ('', '11.10', 
'2007.03.09.13.13_PSTAMP_2012.01.24.17.13'): 6230, ('', '2.0', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): 6231, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.07.01.19.11'): 6232, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.02.11.10.53'): 6233, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2009.03.13.16.17'): 6234, ('', '11.10.0', 
'2009.07.14.02.37_PSTAMP_2011.07.01.19.09'): 6235, ('', '6.6.2.0500', 
'0.2008.02.15_PSTAMP_2008.05.15.12.55'): 5969, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2006.06.01.11.52'): 6236, ('', '11.10.0', 
'2006.10.13.16.23_PSTAMP_2011.07.01.19.10'): 6237, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2011.09.26.11.06'): 6238, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2005.10.28.14.29'): 6239, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2011.09.25.13.34'): 6240, ('', '6.6.2.7400', 
'0.2004.12.15_PSTAMP_2004.12.15.21.22'): 5862, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2009.09.11.05.16'): 6241, ('', '1.1.0', 
'2006.03.16.12.20.23_PSTAMP_2006.03.16.12.20'): 5922, ('', '10.0.0', 
'2004.12.10_PSTAMP_2009.01.28.11.38'): 6242, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.10.18.11.15'): 6243, ('', '1.1', 
'10.0.3.2004.12.15.16.50_PSTAMP_2004.12.15.16.50'): 5765, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.07.15.08.17'): 6244, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2010.07.26.07.34'): 6245, ('', '6.6.2.7400', 
'0.2004.12.15_PSTAMP_2004.12.15.21.20'): 5733, ('', '20.!
 2.6.0', 
'10.0.3.2004.12.15.14.09_PSTAMP_2011.09.23.01.36'): 6246, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.05.20.08.40'): 6247, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2008.11.24.08.34'): 6248, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.03.13.16.19'): 6249, ('', '4.2', 
'2.0.73_PSTAMP_2004.11.29.10.19'): 5934, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2009.03.13.16.18'): 6250, ('', '10.0.0', 
'2004.11.18_PSTAMP_2004.11.17.14.25'): 6251, ('', '10.0.0', 
'2005.01.20.17.25_PSTAMP_2008.01.11.14.45'): 6252, ('', '10.0', 
'2004.11.09.12.03_PSTAMP_2004.11.09.12.05'): 6253, ('', '11.10.0', 
'2006.03.29.02.15_PSTAMP_2009.03.13.16.18'): 6254, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2006.01.31.14.57'): 6255, ('', '2.3.3', 
'10.0.3.2004.12.15.14.07_PSTAMP_2011.09.23.01.31'): 6256, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2005.08.22.16.50'): 6010, ('', '11.10.0', 
'2006.03.22.04.24_PSTAMP_2009.12.22.05.54'): 6257, ('', '0.1', 
'2005.05.12.10.35_PSTAMP_2005.08.29.19.19'): 5927, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2009.03.13.16.18'): 6258, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2009.09.11.05.17'): 6259, ('', '11.10.0', 
'2007.04.27.13.04_PSTAMP_2011.05.27.05.24'): 6260, ('', '11.10.0', 
'2009.06.08.04.39_PSTAMP_2011.10.18.10.35'): 6261, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2010.06.07.19.44'): 6262, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.08.08.08.49'): 6263, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2011.07.01.19.11'): 6264, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.08.29.11.10'): 6265, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.11.26.04.59'): 6266, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.10.16.10.00'): 6267, ('', '2.6.0', 
'10.0.3.2004.12.15.17.54_PSTAMP_2004.12.15.17.54'): 5792, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.05.19.07.03'): 6268, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2011.07.01.19.10'): 6269, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.11.01.23.20'): 6270, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2012.02.07.15.49'): 6271, ('', '11.10.0.0', 
'2008.02.29.16.01_PSTAMP_2011.07.01.19.10'): 627!
 2, ('', 
'13.1', '2005.01.21.15.53_PSTAMP_2011.07.01.19.10'): 6273, ('', '11.10.0', 
'2006.04.06.02.16_PSTAMP_2011.07.01.19.10'): 6274, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2009.03.13.16.18'): 6275, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.02.05.13.20'): 6276, ('', '1.6.0', 
'2006.12.07.19.24_PSTAMP_2012.01.20.15.39'): 6277, ('', '11.10.0', 
'2006.05.09.21.15_PSTAMP_2009.03.13.16.18'): 6278, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2009.09.11.05.17'): 6279, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.04.27.08.35'): 6280, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.05.11.07.35'): 6281, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.05.25.14.53'): 6282, ('', '2.6.0', 
'10.0.3.2004.12.15.17.07_PSTAMP_2011.05.10.12.56'): 6283, ('', '11.9', 
'2005.01.09.20.45_PSTAMP_2006.08.30.17.57'): 6284, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2007.01.12.11.00'): 6285, ('', '11.10.0', 
'2005.01.04.14.31_PSTAMP_2009.06.22.02.34'): 6286, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.02.21.04.58'): 6287, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.11.01.23.21'): 6288, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.09.23.14.30'): 5805, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.03.22.15.25'): 6289, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2008.09.23.14.30'): 6290, ('', '1.0', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): 6291, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2009.02.05.06.37'): 6292, ('', '1.0', 
'2007.01.12.10.0_PSTAMP_2007.01.12.19.33'): 6293, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.11.01.23.13'): 6294, ('', '11.10.0', 
'2009.02.24.04.40_PSTAMP_2009.09.11.05.17'): 6295, ('', '11.10.0', 
'2006.06.15.16.36_PSTAMP_2010.10.04.04.14'): 6296, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.09.19.14.30'): 6297, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.01.11.07.32'): 6298, ('', '2.3.3', 
'10.0.3.2004.12.15.14.07_PSTAMP_2004.12.15.14.07'): 5732, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.07.26.07.34'): 6299, ('', '1.1.0', 
'2006.06.08.04.16.54_PSTAMP_2006.06.08.04.18'): 5714, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP!
 _2010.03
.30.06.52'): 6300, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2008.09.23.14.30'): 6301, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2011.07.01.19.09'): 6302, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2010.03.16.16.24'): 6303, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.02.27.10.19'): 6304, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2009.03.13.16.18'): 6305, ('', '5.10', 
'2004.12.18_PSTAMP_2011.05.03.20.46'): 6306, ('', '2.24.2', 
'101.0.3_PSTAMP_2011.04.21.08.51'): 6307, ('', '10.0.0', 
'2004.12.10_PSTAMP_2005.07.01.10.38'): 6308, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2008.09.23.14.29'): 6309, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.09.20.11.35'): 6310, ('', '11.10', 
'2005.01.10.00.03_PSTAMP_2012.01.24.17.14'): 6311, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.06.22.11.41'): 6312, ('', '3.7.3', 
'1.2004.06.28_PSTAMP_2004.09.20.01.18'): 5923, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2005.09.01.11.05'): 6313, ('', '1.4 REV=2006.03.29', 
'1_PSTAMP_2006.03.29.16.20'): None, ('', '10.0', 
'2004.11.09.12.06_PSTAMP_2004.11.09.12.06'): None, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2009.09.11.05.17'): None, ('', '1.7.0', 
'2011.06.27.06.20_PSTAMP_2011.10.03.07.20'): None, ('', '20.2.6.0', 
'10.0.3.2004.12.15.14.11_PSTAMP_2011.09.23.01.41'): None, ('', '10.0', 
'2004.11.09.12.00_PSTAMP_2004.11.09.12.03'): None, ('', '1.4', 
'2006.03.29_PSTAMP_2006.03.29.16.28'): None, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2009.06.08.04.39_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2006.03.23.11.22'): None, ('', '1.0', 
'2005.09.25.10.0_PSTAMP_2006.03.15.15.39'): None, ('', '2.6.0', 
'10.0.3.2004.12.16.00.20_PSTAMP_2010.04.07.04.50'): None, ('', '6.6.2.4099', 
'0.2006.10.13_PSTAMP_2007.03.27.16.01'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2007.06.22.08.22'): None, ('', '11.11', 
'2005.01.09.23.05_PSTAMP_2005.03.02.14.44'): No!
 ne, ('',
 '11.10.0', '2007.06.20.13.33_PSTAMP_2008.09.23.14.29'): None, ('', '2.6.0', 
'10.0.3.2004.12.15.15.24_PSTAMP_2009.12.14.01.13'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.03.22.09.51'): None, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2012.02.07.15.49'): None, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2012.02.07.15.49'): None, ('', '11.10.0', 
'2009.06.26.00.24_PSTAMP_2011.07.01.19.09'): None, ('', '1.1.0', 
'2006.03.16.12.11.18_PSTAMP_2007.10.16.13.22'): None, ('', '1.0', 
'2004.12.11.10.0_PSTAMP_2004.10.08.10.23'): None, ('', '11.10.0', 
'2008.08.11.23.56_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2007.02.19.08.51_PSTAMP_2011.02.21.04.58'): None, ('', '5.0', 
'2005.01.09.23.05_PSTAMP_2006.04.03.18.08'): None, ('', '11.10.0', 
'2008.08.11.23.56_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2008.09.30.16.02'): None, ('', '1.4', 
'2006.03.29_PSTAMP_2008.12.19.11.56'): None, ('', '1.6.0', 
'2006.11.29.05.57_PSTAMP_2012.01.20.15.39'): None, ('', '11.10.0', 
'2010.07.14.15.40_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2008.06.16.09.31'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.03.05.05.58'): None, ('', '1.5.0', 
'2004.12.07.00.07_PSTAMP_2012.01.17.18.25'): None, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): None, ('', '0.1', 
'2005.05.20.10.51_PSTAMP_2005.09.23.15.31'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2012.02.21.07.45'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2010.10.27.06.50'): None, ('', '1.4', 
'2006.03.29_PSTAMP_2006.03.29.16.20'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2006.01.31.16.51'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2009.03.13.16.18'): None, ('', '11.11', 
'2005.01.09.23.05_PSTAMP_2006.08.30.17.57'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2008.09.23.14.30'): None, ('', '5.0', 
'2005.01.09.23.05_PSTAMP_2011.06.21.14.24'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.09.11.13.23'): None, ('', '1.0', 
'10.2006.10.13_PSTAMP_2009.11.23.06.18'): None, ('', '11.10.!
 0', '200
7.07.08.17.44_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.05.01.10.00'): None, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.10.14.05.06'): None, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2009.03.13.16.18'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2011.07.05.12.04'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.02.09.15.37'): None, ('', '11.10.0', 
'2006.07.11.11.28_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.09.10.12.52'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2009.09.11.05.17'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.07.05.11.46'): None, ('', '11.10.0', 
'2006.05.09.21.15_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', 
'2006.08.08.12.13_PSTAMP_2011.02.23.14.05'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2011.07.01.19.08'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.07.01.19.09'): None, ('', '3.0', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): None, ('', '11.9', 
'2005.01.09.20.45_PSTAMP_2010.06.07.19.44'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.07.15.49'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.03.22.11.02'): None, ('', '200.1.5', 
'2005.08.29_PSTAMP_2010.10.14.23.17'): None, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2008.09.23.14.30'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.06.10.01.00'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.20.06.29'): None, ('', '13.1', 
'2005.01.21.15.53_PSTAMP_2008.09.23.14.30'): None, ('', '11.10.0', 
'2005.09.15.00.13_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2011.02.23.14.05'): None, ('', '1.6.0', 
'2006.11.29.05.57_PSTAMP_2012.01.20.15.38'): None, ('', '10.0.0', 
'2004.12.10_PSTAMP_2007.12.07.14.29'): None, ('', '5.10', 
'2004.11.23_PSTAMP_2011.05.03.20.46'): None, ('', '2.6.0', '10.0.3.2!
 004.12.1
5.21.37_PSTAMP_2010.10.22.02.00'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.11.16.09.27'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_fsc11302173544'): None, ('', '2.1.3', 
'10.2004.12.17_PSTAMP_2010.11.26.04.58'): None, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2011.02.23.14.05'): None, ('', '11.10.0', 
'2006.07.11.11.28_PSTAMP_2011.07.01.19.09'): None, ('', '10.0', 
'2004.05.26.11.11_PSTAMP_2004.05.26.11.11'): None, ('', '2.6', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.08.14.10.32'): None, ('', '6.6.2.7400', 
'0.2004.12.15_PSTAMP_2004.12.15.21.23'): None, ('', '11.10.0', 
'2007.07.08.21.44_PSTAMP_2012.02.07.15.49'): None, ('', '1.0.0', 
'2006.03.27.15.16_PSTAMP_2007.03.05.17.32'): None, ('', '3.7.2', 
'10.2004.12.17_PSTAMP_2010.04.15.04.52'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2012.02.21.12.25'): None, ('', '11.10', 
'2005.01.09.20.45_PSTAMP_2006.08.30.17.57'): None, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2005.06.10.17.43'): None, ('', '6.6.2.7400', 
'0.2004.12.15_PSTAMP_2004.12.15.21.21'): None, ('', '11.10.0', 
'2005.09.15.00.13_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2011.07.01.19.11'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.03.13.16.18'): None, ('', '11.10.0', 
'2006.03.22.04.24_PSTAMP_2009.12.22.05.55'): None, ('', '11.10.0', 
'2006.08.08.12.13_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.09.25.13.34'): None, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2012.02.21.06.31'): None, ('', '10.0.0', 
'2005.01.20.17.25_PSTAMP_fsc11318152547'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.01.20.16.19'): None, ('', '11.10.0', 
'2007.04.27.13.04_PSTAMP_2011.05.27.05.23'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.01.04.15.47'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.07.21.14.10'): None, ('', '11.10.0', 
'2006.03.29.02.15_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', '2!
 005.01.2
1.15.53_PSTAMP_2012.02.21.06.31'): None, ('', '11.10.0', 
'2009.06.26.00.24_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2007.01.11.07.32'): None, ('', '2.6.0', 
'10.0.3.2004.12.15.21.47_PSTAMP_2004.12.15.21.47'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.01.09.11.49'): None, ('', '13.1', 
'2005.01.08.05.16_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.03.10.20.18'): None, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2006.05.09.21.15_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2008.11.24.08.34'): None, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.11.26.04.58'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2007.07.08.21.44_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.03.05.05.57'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_fsc11302164542'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.04.27.08.46'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.11.16.09.36'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2012.02.08.22.33'): None, ('', '1.0', 
'10.2006.07.18_PSTAMP_2009.11.23.06.18'): None, ('', '11.10.0', 
'2011.06.03.09.16_PSTAMP_2011.09.25.13.34'): None, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2009.03.13.16.18'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.06.26.11.34'): None}
	               epoch = <type 'NoneType'> None
	             version = <type 'str'> 1.4 REV=2006.03.29
	                 sql = <type 'str'> select LOOKUP_EVR(:epoch, :version, 
:release) id from dual
	             release = <type 'str'> 1_PSTAMP_2006.03.29.16.20
	                 evr = <type 'tuple'> ('', '1.4 REV=2006.03.29', 
'1_PSTAMP_2006.03.29.16.20')
	                 row = <type 'dict'> {'id': 6313}

Frame __postprocessSolarisPatchPackages in /usr/lib/python2.4/site-
packages/spacewalk/server/importlib/packageImport.py at line 411
	             pkgDict = <type 'dict'> {'name': 'SUNWcsr', 'epoch': '', 
'version': '11.10.0', 'release': '2005.01.21.15.53_PSTAMP_2010.04.27.08.35', 
'evr': ('', '11.10.0', '2005.01.21.15.53_PSTAMP_2010.04.27.08.35'), 'pstamp': 
'on10-patch20100427083528', 'arch': 'sparc-solaris'}
	          pkgInfoObj = <type 'instance'> 
[<spacewalk.server.importlib.mpmSource.mpmSolarisPatchPackagesInfo instance; 
attributes={'patch_id': None, 'package_nevra_id': None}]
	                self = <type 'instance'> 
<spacewalk.server.importlib.packageImport.PackageImport instance at 
0x2ab0415bb248>
	             package = <type 'instance'> <ERROR WHILE PRINTING VALUE: 
string representation too large>
	               field = <type 'str'> release
	               names = <type 'dict'> {'SUNWj5jmp': None, 'SUNWefcl': 
None, 'SUNWj7cfg': None, 'SUNWust2.v': None, 'SUNWpostgr': None, 'SUNWrdsv3u': 
None, 'SUNWtltkm': None, 'SUNWflash-player-plugin': None, 'SUNWib': None, 
'FJSVvplr.us': None, 'SUNWthunderbird': None, 'SUNWsmpd': None, 'SUNWj5dev': 
None, 'SUNWxorg-tsol-module': None, 'SUNWxwfs': None, 'SUNWpostgr-jdbc': None, 
'SUNWsunpinyin': None, 'SUNWfcprt': None, 'SUNWhkplt': None, 'SUNWipplu': 
None, 'SUNWlibmsr': None, 'SUNWldomr.v': None, 'SUNWzfskr': None, 
'SUNWniumx.v': None, 'SUNWwbpro': None, 'SUNWwbapi': None, 'SUNWgnome-jdshelp-
share': None, 'SUNWmrsas': None, 'SUNWsmbac': None, 'SUNWgnome-print-devel': 
None, 'SUNWlxml': None, 'SUNWrcmdc': None, 'SUNWiscsitgtr': None, 'SUNWapdc': 
None, 'SUNWj6man': None, 'SUNWpostgr-docs': None, 'SUNWluzone': None, 
'SUNWsmbar': None, 'SUNWrcmds': None, 'SUNWpostgr-tclS': None, 'SUNWmdu': 
None, 'SUNWhxge': None, 'SUNWudapltr': None, 'SUNWpd': None, 'SUNWudapltu': 
None, 'SUNWmdr': None, 'SUNWj6cfg': None, 'SUNWrds': None, 'SUNWdmgtu': None, 
'SUNWxwts': None, 'SUNWgnome-print': None, 'SUNWbzip': None, 'SUNWmdb': None, 
'SUNWsmbaS': None, 'SUNWced.us': None, 'SUNWgnome-img-viewer-share': None, 
'SUNWmc': None, 'SUNWpkcs11kms': None, 'SUNWtsr': None, 'SUNWscsip': None, 
'SUNWtxplt': None, 'SUNWsndmu': None, 'SUNWipged': None, 'SUNWinst': None, 
'SUNWpostgr-pl': None, 'SUNWpostgr-server': None, 'SUNWkfbcf': None, 
'SUNWxwacx': None, 'SUNWwgetr': None, 'SUNWwgetu': None, 'SUNWtavor': None, 
'SUNWftpr': None, 'SUNWusb': None, 'SUNWftpu': None, 'SUNWpostgr-contrib': 
None, 'SUNWopenssl-include': None, 'SUNWscnsomr': None, 'SUNWvld': None, 
'SUNW1394': None, 'SUNWpl5v': None, 'SUNWwgetS': None, 'SUNWpl5u': None, 
'SUNWapch2S': None, 'SUNWapchS': None, 'SUNWj6dmo': None, 'SUNWgfbw': None, 
'SUNWipmiS': None, 'SUNWsmmgr': None, 'SUNWfmd': None, 'SUNWcea': None, 
'SUNWzipS': None, 'SUNWmgapp': None, 'SUNWtnetc': None, 'SUNWsshdr': None, 
'SUNWglh': None, 'SUNWperl584core': None, 'SUNWsfman': None, 'SUNWsckmr': 
None, 'SUNWpdu': None, !
 'SUNWiii
mr': None, 'SUNWrge': None, 'SUNWgnome-img-editor': None, 'SUNWloc': None, 
'SUNWwbdev': None, 'SUNWscn-base': None, 'SUNWdrcr.u': None, 'SUNWinplt': 
None, 'SUNWsibi': None, 'SUNWsfwhea': None, 'TSImkow': None, 'SUNWdbus-
bindings-priv': None, 'SUNWj5rt': None, 'SUNWadmc': None, 'SUNWj7dmo': None, 
'SUNWnfscr': None, 'SUNWs9brandu': None, 'SUNWadmlib-sysid': None, 
'SUNWhermon': None, 'SUNWlibusbugen': None, 'SUNWscnprm': None, 'SUNWPython-
devel': None, 'SUNWj5dmo': None, 'TSIpgx.us': None, 'SUNWbindr': None, 
'SUNWxwopt': None, 'SUNWgnome-vfs': None, 'SUNWspnego': None, 'SUNWdtma': 
None, 'SUNWkvmt200.v': None, 'SUNWsfinf': None, 'SUNWtoo': None, 
'SUNWscsa1394': None, 'SUNWpostgr-tcl': None, 'SUNWvncviewer': None, 
'SUNWxim': None, 'SUNWpsm-ipp': None, 'SUNWsckmu.u': None, 'SUNWperl584usr': 
None, 'SUNWpppd': None, 'SUNWpiclu': None, 'FJSVcpcu': None, 'SUNWipoib': 
None, 'SUNWj6rt': None, 'SUNWssad': None, 'SUNWpng-devel': None, 'SUNWbcp': 
None, 'SUNWkfb.v': None, 'SUNWkfb.u': None, 'SUNWluxd.us': None, 'SUNWxwrtl': 
None, 'SUNWpool': None, 'SUNWj7jmp': None, 'SUNWs9brandr': None, 'SUNWgnome-
print-share': None, 'SUNWdrr.u': None, 'SUNWtltk': None, 'SUNWluxd.u': None, 
'SUNWgfbcf': None, 'SUNWlibusb': None, 'SUNWkvm.us': None, 'SUNWmfrun': None, 
'SUNWdtdmr': None, 'SUNWopenssl-commands': None, 'SUNWdtdmn': None, 
'SUNWatfsu': None, 'SUNWarcr': None, 'SUNWgss': None, 'SUNWpsu': None, 
'SUNWapmsc': None, 'SUNWcry': None, 'SUNWudfr': None, 'SUNWfmdr': None, 
'SUNWcslr': None, 'SUNWjdmk-base': None, 'SUNWfsmgtu': None, 'SUNWj6jmp': 
None, 'SUNWzip': None, 'SUNWgnome-vfs-share': None, 'SUNWcacaort': None, 
'SUNWvolu': None, 'SUNWust1.v': None, 'SUNWTiff-devel': None, 'SUNWadmap': 
None, 'SUNWhleu': None, 'SUNWolrte': None, 'FJSVmdbr': None, 'SUNWftdur': 
None, 'SUNWldomu.v': None, 'SUNWxcu4': None, 'SUNWxcu6': None, 'FJSVpiclu': 
None, 'SUNWmysqlr': None, 'SUNWmysqlu': None, 'SUNWmysqlt': None, 'SUNWinleu': 
None, 'SUNWj7dev': None, 'SUNWpostgr-82-server': None, 'SUNWopenssl-
libraries': None, 'SUNWlxslS': None, 'SUNWrcapu': None!
 , 'SUNWm
ysqlS': None, 'SUNWrpcib': None, 'SUNWcfpl': None, 'SUNWnfscu': None, 
'SUNWpostgr-devel': None, 'SUNWxwfnt': None, 'SUNWpostgr-82-server-data-root': 
None, 'SUNWdtdte': None, 'SUNWtnamd': None, 'SUNWpostgr-82S': None, 
'SUNWdcsr': None, 'SUNWppro-plugin-sunos-base': None, 'SUNWrmwbu': None, 
'SUNWrmwbr': None, 'SUNWxwxst': None, 'SUNWTiff': None, 'SUNWpapi': None, 
'SUNWsshcu': None, 'SUNWpostgr-82-contrib': None, 'SUNWefcr': None, 
'SUNWm64w': None, 'SUNWidn.u': None, 'SUNWapoc': None, 'SUNWupdatemgrr': None, 
'SUNWsshdu': None, 'SUNWdttshelp': None, 'SUNWnfsckr': None, 'SUNWupdatemgru': 
None, 'SUNWcnetr': None, 'SUNWiiimu': None, 'SUNWippcore': None, 
'SUNWs8brandr': None, 'SUNWs8brandu': None, 'SUNWxwsrv': None, 'SUNWtleu': 
None, 'SUNWpostgr-82-client': None, 'SUNWnfsskr': None, 'SUNWcakr.us': None, 
'SUNWcstl': None, 'SUNWofk': None, 'SUNWnisu': None, 'SUNWj5cfg': None, 
'SUNWkxplt': None, 'SUNWj7rt': None, 'SUNWPython-share': None, 'SUNWfss': 
None, 'SUNWcpcu': None, 'SUNWmpapi': None, 'FJSVmdb': None, 'SUNWdtinc': None, 
'SUNWiscsitgtu': None, 'SUNWpsdpr': None, 'SUNWsmbau': None, 'SUNWrsgk': None, 
'SUNWcakr.v': None, 'SUNWcakr.u': None, 'SUNWntpr': None, 'SUNWpng': None, 
'SUNWus.u': None, 'SUNWlucfg': None, 'SUNWrsg': None, 'SUNWcar.v': None, 
'SUNWhxplt': None, 'SUNWcar.u': None, 'SUNWdhcsu': None, 'FJSVhea': None, 
'SUNWn2cp.v': None, 'SUNWcryr': None, 'SUNWdtbas': None, 'SUNWkvm.u': None, 
'SUNWkvm.v': None, 'SUNWmcc': None, 'SUNWpcmem': None, 'SUNWesu': None, 
'SUNWarc': None, 'SUNWbip': None, 'SUNWpostgr-82-libs': None, 'SUNWkvm.c': 
None, 'SUNWkvm.d': None, 'SUNWscpu': None, 'SUNWgnome-base-libs': None, 
'SUNWkvm.m': None, 'SUNWdcar': None, 'SUNWffbw': None, 'SUNWkleu': None, 
'TSImkox.v': None, 'TSImkox.u': None, 'SUNWpprou': None, 'SUNWwbsup': None, 
'SUNWppror': None, 'SUNWpngS': None, 'SUNWudf': None, 'SUNWwebminr': None, 
'SUNWgnome-jdshelp': None, 'SUNWbnuu': None, 'SUNWwbmc': None, 'SUNWcdrw': 
None, 'SUNWtrku': None, 'SUNWgnome-text-editor': None, 'SUNWj7man': None, 
'SUNWdtrp': None, 'SUNWtnfc': None, 'S!
 UNWced.u
': None, 'SUNWced.v': None, 'SUNWintgige': None, 'SUNWzoneu': None, 
'SUNWrdsv3': None, 'SUNWdtrc': None, 'SUNWj5man': None, 'SUNWcart200.v': None, 
'SUNWtecla': None, 'SUNWsam': None, 'SUNWapchd': None, 'SUNWpmr': None, 
'SUNWapchr': None, 'SUNWapchu': None, 'SUNWpmu': None, 'SUNWfruip.u': None, 
'SUNWpostgr-libs': None, 'SUNWhmd': None, 'SUNWipfu': None, 'SUNWxwice': None, 
'SUNWlxml-python': None, 'SUNWgnome-vfs-devel': None, 'SUNWnfssr': None, 
'SUNWxwplt': None, 'SUNWnfssu': None, 'SUNWcvcr.u': None, 'SUNWscn-base-r': 
None, 'SUNWdtmad': None, 'SUNWipfh': None, 'SUNWefc.u': None, 'SUNWsmapi': 
None, 'SUNWpkgcmdsu': None, 'SUNWroute': None, 'SUNWcsu': None, 'SUNWcsr': 
None, 'SUNWcar.us': None, 'SUNWcsd': None, 'SUNWpostgr-82-devel': None, 
'SUNWcxplt': None, 'SUNWcsl': None, 'SUNWosdem': None, 'SUNWpostgr-82-pl': 
None, 'SUNWncau': None, 'SUNWefc.us': None, 'SUNWsamr': None, 'SUNWgnome-
print-devel-share': None, 'SUNWiopc.v': None, 'SUNWiopc.u': None, 'SUNWbzipS': 
None, 'SUNWwbcou': None, 'SUNWwbcor': None, 'SUNWkfbr': None, 'SUNWkfbw': 
None, 'SUNWmptsas': None, 'SUNWzfsu': None, 'SUNWzfsr': None, 'SUNWpostgr-
server-data': None, 'SUNWapbas': None, 'SUNWicud': None, 'SUNWdrr.us': None, 
'SUNWkrbu': None, 'SUNWkrbr': None, 'SUNWlxsl': None, 'SUNWmccom': None, 
'SUNWxwinc': None, 'SUNWgssk': None, 'SUNWadmfw': None, 'SUNWdtdst': None, 
'SUNWgssc': None, 'SUNWlxmlS': None, 'SUNWm64.u': None, 'SUNWses': None, 
'SUNWmdbr': None, 'SUNWigb': None, 'FJSVfmd': None, 'SUNWudaplu': None, 
'SUNWipplr': None, 'SUNWapch2r': None, 'SUNWapch2u': None, 'SUNWscnprmr': 
None, 'SUNWusat10.v': None, 'SUNWapch2d': None, 'SUNWgnome-wm-root': None, 
'SUNWscnsom': None, 'SUNWxwman': None, 'SUNWixgb': None, 'SUNWypu': None, 
'SUNWpostgr-jdbcS': None, 'SUNWipmi': None, 'SUNWluu': None, 'SUNWlur': None, 
'SUNWdttsu': None, 'SUNWpostgrS': None, 'SUNWmpsvplr': None, 'SUNWPython': 
None, 'SUNWibsdpu': None, 'SUNWaudit': None, 'SUNWhkleu': None, 'SUNWcedu': 
None, 'SUNWckr': None, 'TSImkomn': None, 'SUNWkdcu': None, 'TSIpgx.u': None, 
'SUNWbtool': None, '!
 SUNWgnut
ls': None, 'SUNWpcu': None, 'SUNWsshu': None, 'SUNWibsdpib': None, 
'SUNWixgbe': None, 'SUNWgnome-wm': None, 'SUNWtcatS': None, 'SUNWlvmr': None, 
'SUNWaac': None, 'SUNWhea': None, 'SUNWlvmg': None, 'SUNWlvma': None, 
'SUNWpsm-lpd': None, 'SUNWxwpmn': None, 'SUNWtcatu': None, 'SUNWtcatr': None, 
'SUNWhleu2': None, 'SUNWicu': None, 'SUNWdtlog': None, 'SUNWgnome-im-client': 
None, 'SUNWj6dev': None, 'SUNWifp': None, 'FJSVvplr.u': None, 'SUNWglrt': 
None, 'SUNWdclnt': None, 'SUNWmpapir': None, 'SUNWcsmauth': None, 'SUNWxi18n': 
None, 'SUNWcpr.u': None, 'SUNWio-tools': None, 'SUNWlibm': None, 'SUNWnxge.v': 
None, 'SUNWnxge.u': None, 'SUNWm64.us': None}
	           checksums = <type 'dict'> {}
	                 evr = <type 'tuple'> ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.04.27.08.35')
	                evrs = <type 'dict'> {('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2011.07.01.19.10'): 6139, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2011.07.01.19.09'): 6140, ('', '3.7.2', 
'10.2004.12.17_PSTAMP_2010.10.14.05.08'): 6141, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2011.08.30.11.59'): 6142, ('', '11.10.0', 
'2008.02.29.16.01_PSTAMP_2009.09.11.05.16'): 6143, ('', '5.1', 
'34.20060120_PSTAMP_5_1_REV_patch_04_01_20_11'): 6144, ('', '10.0', 
'2004.11.09.12.00_PSTAMP_2004.11.09.12.00'): 6145, ('', '10.0.0', 
'2007.05.24_PSTAMP_2008.12.29.02.03'): 6146, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2011.09.25.13.34'): 6147, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.12.10.10.48'): 6148, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2009.09.11.05.16'): 6149, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2008.06.16.09.27'): 6150, ('', '1.3', 
'2005.06.14.5.10_PSTAMP_2005.06.14.09.08'): 6151, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2009.03.13.16.17'): 6152, ('', '1.5', 
'2005.08.29_PSTAMP_2009.06.15.23.18'): 6153, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.01.09.15.10'): 6154, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2009.03.25.12.23'): 6155, ('', '11.10.0', 
'2006.03.22.04.24_PSTAMP_2009.12.22.06.08'): 6156, ('', '1.0', 
'2005.08.30.10.0_PSTAMP_2010.03.22.12.02'): 6157, ('', '2.6.0', 
'10.0.3.2004.12.15.20.59_PSTAMP_2004.12.15.20.59'): 5726, ('', '11.10.0', 
'2008.02.29.16.01_PSTAMP_2009.03.13.16.18'): 6158, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2005.04.19.10.35'): 6159, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2012.02.07.15.48'): 6160, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.08.06.04.04'): 6161, ('', '2.6.0', 
'10.0.3.2004.12.16.17.35_PSTAMP_2011.09.23.08.18'): 6162, ('', '3', 
'10.4.24_PSTAMP_2011.12.23.12.16'): 6163, ('', '3.7.2', 
'10.2004.12.17_PSTAMP_2004.12.17.14.03'): 5731, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2010.11.04.07.45'): 6164, ('', '11.10.0', 
'2006.07.11.11.28_PSTAMP_2010.11.03.13.31'): 6165, ('', '1.7.0', 
'2011.06.27.06.20_PSTAMP_2011.10.03.07.21'): 6166, ('', '7.0.66.0', 
'10.3.3.2006.09.23.0!
 1.55_PST
AMP_2011.12.23.00.51'): 6167, ('', '11.11', 
'2005.01.09.23.05_PSTAMP_2010.06.07.19.44'): 6168, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2009.09.11.05.17'): 6169, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2009.03.13.16.18'): 6170, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.09.11.05.17'): 6171, ('', '11.8', 
'2005.01.09.20.45_PSTAMP_2010.06.07.19.44'): 6172, ('', '11.10.0', 
'2008.08.11.23.56_PSTAMP_2009.09.11.05.16'): 6173, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2009.09.11.05.17'): 6174, ('', '1.6', 
'10.2004.12.17_PSTAMP_2004.12.17.13.57'): 5794, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2011.07.01.19.08'): 6175, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2007.06.22.08.23'): 6176, ('', '10.0', 
'2004.11.27.13.32_PSTAMP_2004.11.27.13.32'): 6177, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.11.01.23.18'): 6178, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.03.22.16.47'): 6179, ('', '11.10.0', 
'2008.02.29.16.01_PSTAMP_2011.07.01.19.09'): 6180, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2008.09.23.14.29'): 6181, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2008.09.23.14.30'): 6182, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2008.09.23.14.29'): 6183, ('', '1.0', 
'2005.01.20.17.25_PSTAMP_2010.04.29.17.35'): 6184, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.06.17.09'): 6185, ('', '0.9.5', 
'10.0.3.2004.12.15.17.59_PSTAMP_2004.12.15.17.59'): 5782, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.01.23.01.41'): 6186, ('', '1.2', 
'2005.01.06.14.13_PSTAMP_'): 6028, ('', '2.6.0', 
'10.0.3.2004.12.15.23.40_PSTAMP_2011.09.23.09.07'): 6187, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2011.07.01.19.10'): 6188, ('', '11.10.0', 
'2008.08.11.23.56_PSTAMP_2011.07.01.19.08'): 6189, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.20.11.15'): 6190, ('', '2.7.0', 
'11.01.21.2011.03.08.04.03_PSTAMP_2011.12.23.12.36'): 6191, ('', '1.1.0', 
'2006.06.08.04.16.54_PSTAMP_2006.06.08.04.17'): 5987, ('', '11.10.0', 
'2006.03.29.02.15_PSTAMP_2009.09.11.05.16'): 6192, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.07.15.48'): 6193, ('', '11.10.0', '200!
 5.01.21.
15.53_PSTAMP_2009.08.06.11.11'): 6194, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2006.06.23.09.07'): 6195, ('', '1.5.0', 
'2004.12.07.00.07_PSTAMP_2012.01.17.18.26'): 6196, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.03.13.16.17'): 6197, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.11.29.23.49'): 6198, ('', '1.0', 
'2005.01.08.05.16_PSTAMP_2009.02.05.06.37'): 6199, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.05.27.08.39'): 6200, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2011.07.01.19.14'): 6201, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2009.09.14.10.13'): 6202, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.11.03.13.31'): 6203, ('', '1.0', 
'2004.12.24.10.0_PSTAMP_2004.12.24.13.11'): 5741, ('', '10.0.0', 
'2005.08.31_PSTAMP_2008.12.29.02.03'): 6204, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.10.14.05.07'): 6205, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2008.01.22.15.56'): 6206, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2011.07.01.19.11'): 6207, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.12.29.07.34'): 6208, ('', '0.1', 
'2005.05.20.10.51_PSTAMP_2011.06.21.14.24'): 6209, ('', '1.0.127', 
'10.0.3.2004.12.15.22.57_PSTAMP_2004.12.15.22.57'): 6210, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2008.06.16.09.32'): 5884, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2006.08.30.17.57'): 6211, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.09.10.13.09'): 6212, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.10.14.05.05'): 6213, ('', '1.6.0', 
'2006.12.07.16.37_PSTAMP_2012.01.20.15.39'): 6214, ('', '2.0', 
'15_PSTAMP_prodvers_2_2_4_2_patch_123893_22_Mar_16_10'): 6215, ('', '11.10.0', 
'2008.02.29.16.01_PSTAMP_2011.05.11.02.17'): 6216, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2008.09.23.14.30'): 6217, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2007.07.12.12.04'): 6218, ('', '1.1.0', 
'2006.03.16.12.11.18_PSTAMP_2006.03.16.12.11'): 5724, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.01.23.01.42'): 6219, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.03.05.05.59'): 6220, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2012.02.07.15.49'): 6221, ('', '10.0', '!
 2004.11.
09.12.00_PSTAMP_2004.11.09.12.01'): 6105, ('', '10.0', 
'2004.11.27.13.53_PSTAMP_2004.11.27.13.53'): 6222, ('', '11.10.0', 
'2005.08.02.13.23_PSTAMP_2008.07.02.14.34'): 5719, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2011.02.23.14.05'): 6223, ('', '10.0', 
'2004.11.09.12.00_PSTAMP_2004.11.09.12.02'): 6224, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.20.06.28'): 6225, ('', '11.10.0', 
'2006.07.11.11.28_PSTAMP_2008.09.23.14.29'): 6226, ('', '6.6.2.0500', 
'0.2007.11.20_PSTAMP_2008.12.03.23.30'): 6227, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.07.01.19.08'): 6228, ('', '10.0', 
'2004.11.09.12.05_PSTAMP_2004.11.09.12.06'): 6229, ('', '11.10', 
'2007.03.09.13.13_PSTAMP_2012.01.24.17.13'): 6230, ('', '2.0', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): 6231, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.07.01.19.11'): 6232, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.02.11.10.53'): 6233, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2009.03.13.16.17'): 6234, ('', '11.10.0', 
'2009.07.14.02.37_PSTAMP_2011.07.01.19.09'): 6235, ('', '6.6.2.0500', 
'0.2008.02.15_PSTAMP_2008.05.15.12.55'): 5969, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2006.06.01.11.52'): 6236, ('', '11.10.0', 
'2006.10.13.16.23_PSTAMP_2011.07.01.19.10'): 6237, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2011.09.26.11.06'): 6238, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2005.10.28.14.29'): 6239, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2011.09.25.13.34'): 6240, ('', '6.6.2.7400', 
'0.2004.12.15_PSTAMP_2004.12.15.21.22'): 5862, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2009.09.11.05.16'): 6241, ('', '1.1.0', 
'2006.03.16.12.20.23_PSTAMP_2006.03.16.12.20'): 5922, ('', '10.0.0', 
'2004.12.10_PSTAMP_2009.01.28.11.38'): 6242, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.10.18.11.15'): 6243, ('', '1.1', 
'10.0.3.2004.12.15.16.50_PSTAMP_2004.12.15.16.50'): 5765, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.07.15.08.17'): 6244, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2010.07.26.07.34'): 6245, ('', '6.6.2.7400', 
'0.2004.12.15_PSTAMP_2004.12.15.21.20'): 5733, ('', '20.!
 2.6.0', 
'10.0.3.2004.12.15.14.09_PSTAMP_2011.09.23.01.36'): 6246, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.05.20.08.40'): 6247, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2008.11.24.08.34'): 6248, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.03.13.16.19'): 6249, ('', '4.2', 
'2.0.73_PSTAMP_2004.11.29.10.19'): 5934, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2009.03.13.16.18'): 6250, ('', '10.0.0', 
'2004.11.18_PSTAMP_2004.11.17.14.25'): 6251, ('', '10.0.0', 
'2005.01.20.17.25_PSTAMP_2008.01.11.14.45'): 6252, ('', '10.0', 
'2004.11.09.12.03_PSTAMP_2004.11.09.12.05'): 6253, ('', '11.10.0', 
'2006.03.29.02.15_PSTAMP_2009.03.13.16.18'): 6254, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2006.01.31.14.57'): 6255, ('', '2.3.3', 
'10.0.3.2004.12.15.14.07_PSTAMP_2011.09.23.01.31'): 6256, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2005.08.22.16.50'): 6010, ('', '11.10.0', 
'2006.03.22.04.24_PSTAMP_2009.12.22.05.54'): 6257, ('', '0.1', 
'2005.05.12.10.35_PSTAMP_2005.08.29.19.19'): 5927, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2009.03.13.16.18'): 6258, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2009.09.11.05.17'): 6259, ('', '11.10.0', 
'2007.04.27.13.04_PSTAMP_2011.05.27.05.24'): 6260, ('', '11.10.0', 
'2009.06.08.04.39_PSTAMP_2011.10.18.10.35'): 6261, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2010.06.07.19.44'): 6262, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.08.08.08.49'): 6263, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2011.07.01.19.11'): 6264, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.08.29.11.10'): 6265, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.11.26.04.59'): 6266, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.10.16.10.00'): 6267, ('', '2.6.0', 
'10.0.3.2004.12.15.17.54_PSTAMP_2004.12.15.17.54'): 5792, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.05.19.07.03'): 6268, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2011.07.01.19.10'): 6269, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.11.01.23.20'): 6270, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2012.02.07.15.49'): 6271, ('', '11.10.0.0', 
'2008.02.29.16.01_PSTAMP_2011.07.01.19.10'): 627!
 2, ('', 
'13.1', '2005.01.21.15.53_PSTAMP_2011.07.01.19.10'): 6273, ('', '11.10.0', 
'2006.04.06.02.16_PSTAMP_2011.07.01.19.10'): 6274, ('', '11.10.0', 
'2007.10.08.16.51_PSTAMP_2009.03.13.16.18'): 6275, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.02.05.13.20'): 6276, ('', '1.6.0', 
'2006.12.07.19.24_PSTAMP_2012.01.20.15.39'): 6277, ('', '11.10.0', 
'2006.05.09.21.15_PSTAMP_2009.03.13.16.18'): 6278, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2009.09.11.05.17'): 6279, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.04.27.08.35'): 6280, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.05.11.07.35'): 6281, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.05.25.14.53'): 6282, ('', '2.6.0', 
'10.0.3.2004.12.15.17.07_PSTAMP_2011.05.10.12.56'): 6283, ('', '11.9', 
'2005.01.09.20.45_PSTAMP_2006.08.30.17.57'): 6284, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2007.01.12.11.00'): 6285, ('', '11.10.0', 
'2005.01.04.14.31_PSTAMP_2009.06.22.02.34'): 6286, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.02.21.04.58'): 6287, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.11.01.23.21'): 6288, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.09.23.14.30'): 5805, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.03.22.15.25'): 6289, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2008.09.23.14.30'): 6290, ('', '1.0', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): 6291, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2009.02.05.06.37'): 6292, ('', '1.0', 
'2007.01.12.10.0_PSTAMP_2007.01.12.19.33'): 6293, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.11.01.23.13'): 6294, ('', '11.10.0', 
'2009.02.24.04.40_PSTAMP_2009.09.11.05.17'): 6295, ('', '11.10.0', 
'2006.06.15.16.36_PSTAMP_2010.10.04.04.14'): 6296, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.09.19.14.30'): 6297, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.01.11.07.32'): 6298, ('', '2.3.3', 
'10.0.3.2004.12.15.14.07_PSTAMP_2004.12.15.14.07'): 5732, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.07.26.07.34'): 6299, ('', '1.1.0', 
'2006.06.08.04.16.54_PSTAMP_2006.06.08.04.18'): 5714, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP!
 _2010.03
.30.06.52'): 6300, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2008.09.23.14.30'): 6301, ('', '11.10.0', 
'2005.08.04.12.25_PSTAMP_2011.07.01.19.09'): 6302, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2010.03.16.16.24'): 6303, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.02.27.10.19'): 6304, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2009.03.13.16.18'): 6305, ('', '5.10', 
'2004.12.18_PSTAMP_2011.05.03.20.46'): 6306, ('', '2.24.2', 
'101.0.3_PSTAMP_2011.04.21.08.51'): 6307, ('', '10.0.0', 
'2004.12.10_PSTAMP_2005.07.01.10.38'): 6308, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2008.09.23.14.29'): 6309, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.09.20.11.35'): 6310, ('', '11.10', 
'2005.01.10.00.03_PSTAMP_2012.01.24.17.14'): 6311, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.06.22.11.41'): 6312, ('', '3.7.3', 
'1.2004.06.28_PSTAMP_2004.09.20.01.18'): 5923, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2005.09.01.11.05'): 6313, ('', '1.4 REV=2006.03.29', 
'1_PSTAMP_2006.03.29.16.20'): None, ('', '10.0', 
'2004.11.09.12.06_PSTAMP_2004.11.09.12.06'): None, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2009.09.11.05.17'): None, ('', '1.7.0', 
'2011.06.27.06.20_PSTAMP_2011.10.03.07.20'): None, ('', '20.2.6.0', 
'10.0.3.2004.12.15.14.11_PSTAMP_2011.09.23.01.41'): None, ('', '10.0', 
'2004.11.09.12.00_PSTAMP_2004.11.09.12.03'): None, ('', '1.4', 
'2006.03.29_PSTAMP_2006.03.29.16.28'): None, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2009.06.08.04.39_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2006.03.23.11.22'): None, ('', '1.0', 
'2005.09.25.10.0_PSTAMP_2006.03.15.15.39'): None, ('', '2.6.0', 
'10.0.3.2004.12.16.00.20_PSTAMP_2010.04.07.04.50'): None, ('', '6.6.2.4099', 
'0.2006.10.13_PSTAMP_2007.03.27.16.01'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2007.06.22.08.22'): None, ('', '11.11', 
'2005.01.09.23.05_PSTAMP_2005.03.02.14.44'): No!
 ne, ('',
 '11.10.0', '2007.06.20.13.33_PSTAMP_2008.09.23.14.29'): None, ('', '2.6.0', 
'10.0.3.2004.12.15.15.24_PSTAMP_2009.12.14.01.13'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.03.22.09.51'): None, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2012.02.07.15.49'): None, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2012.02.07.15.49'): None, ('', '11.10.0', 
'2009.06.26.00.24_PSTAMP_2011.07.01.19.09'): None, ('', '1.1.0', 
'2006.03.16.12.11.18_PSTAMP_2007.10.16.13.22'): None, ('', '1.0', 
'2004.12.11.10.0_PSTAMP_2004.10.08.10.23'): None, ('', '11.10.0', 
'2008.08.11.23.56_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2007.02.19.08.51_PSTAMP_2011.02.21.04.58'): None, ('', '5.0', 
'2005.01.09.23.05_PSTAMP_2006.04.03.18.08'): None, ('', '11.10.0', 
'2008.08.11.23.56_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2008.09.30.16.02'): None, ('', '1.4', 
'2006.03.29_PSTAMP_2008.12.19.11.56'): None, ('', '1.6.0', 
'2006.11.29.05.57_PSTAMP_2012.01.20.15.39'): None, ('', '11.10.0', 
'2010.07.14.15.40_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2008.06.16.09.31'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.03.05.05.58'): None, ('', '1.5.0', 
'2004.12.07.00.07_PSTAMP_2012.01.17.18.25'): None, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): None, ('', '0.1', 
'2005.05.20.10.51_PSTAMP_2005.09.23.15.31'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2012.02.21.07.45'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2010.10.27.06.50'): None, ('', '1.4', 
'2006.03.29_PSTAMP_2006.03.29.16.20'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2006.01.31.16.51'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2009.03.13.16.18'): None, ('', '11.11', 
'2005.01.09.23.05_PSTAMP_2006.08.30.17.57'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2008.09.23.14.30'): None, ('', '5.0', 
'2005.01.09.23.05_PSTAMP_2011.06.21.14.24'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.09.11.13.23'): None, ('', '1.0', 
'10.2006.10.13_PSTAMP_2009.11.23.06.18'): None, ('', '11.10.!
 0', '200
7.07.08.17.44_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.05.01.10.00'): None, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.10.14.05.06'): None, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2009.03.13.16.18'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2011.07.05.12.04'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.02.09.15.37'): None, ('', '11.10.0', 
'2006.07.11.11.28_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.09.10.12.52'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2009.09.11.05.17'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.07.05.11.46'): None, ('', '11.10.0', 
'2006.05.09.21.15_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', 
'2006.08.08.12.13_PSTAMP_2011.02.23.14.05'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.07.01.19.10'): None, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2011.07.01.19.08'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.07.01.19.09'): None, ('', '3.0', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): None, ('', '11.9', 
'2005.01.09.20.45_PSTAMP_2010.06.07.19.44'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.07.15.49'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.03.22.11.02'): None, ('', '200.1.5', 
'2005.08.29_PSTAMP_2010.10.14.23.17'): None, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2008.09.23.14.30'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2011.06.10.01.00'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.02.20.06.29'): None, ('', '13.1', 
'2005.01.21.15.53_PSTAMP_2008.09.23.14.30'): None, ('', '11.10.0', 
'2005.09.15.00.13_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2011.02.23.14.05'): None, ('', '1.6.0', 
'2006.11.29.05.57_PSTAMP_2012.01.20.15.38'): None, ('', '10.0.0', 
'2004.12.10_PSTAMP_2007.12.07.14.29'): None, ('', '5.10', 
'2004.11.23_PSTAMP_2011.05.03.20.46'): None, ('', '2.6.0', '10.0.3.2!
 004.12.1
5.21.37_PSTAMP_2010.10.22.02.00'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.11.16.09.27'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_fsc11302173544'): None, ('', '2.1.3', 
'10.2004.12.17_PSTAMP_2010.11.26.04.58'): None, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2011.02.23.14.05'): None, ('', '11.10.0', 
'2006.07.11.11.28_PSTAMP_2011.07.01.19.09'): None, ('', '10.0', 
'2004.05.26.11.11_PSTAMP_2004.05.26.11.11'): None, ('', '2.6', 
'2005.01.09.23.05_PSTAMP_2011.03.08.18.20'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.08.14.10.32'): None, ('', '6.6.2.7400', 
'0.2004.12.15_PSTAMP_2004.12.15.21.23'): None, ('', '11.10.0', 
'2007.07.08.21.44_PSTAMP_2012.02.07.15.49'): None, ('', '1.0.0', 
'2006.03.27.15.16_PSTAMP_2007.03.05.17.32'): None, ('', '3.7.2', 
'10.2004.12.17_PSTAMP_2010.04.15.04.52'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2012.02.21.12.25'): None, ('', '11.10', 
'2005.01.09.20.45_PSTAMP_2006.08.30.17.57'): None, ('', '11.10', 
'2005.01.09.23.05_PSTAMP_2005.06.10.17.43'): None, ('', '6.6.2.7400', 
'0.2004.12.15_PSTAMP_2004.12.15.21.21'): None, ('', '11.10.0', 
'2005.09.15.00.13_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2006.05.18.02.15_PSTAMP_2011.07.01.19.11'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.03.13.16.18'): None, ('', '11.10.0', 
'2006.03.22.04.24_PSTAMP_2009.12.22.05.55'): None, ('', '11.10.0', 
'2006.08.08.12.13_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.09.25.13.34'): None, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2012.02.21.06.31'): None, ('', '10.0.0', 
'2005.01.20.17.25_PSTAMP_fsc11318152547'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.01.20.16.19'): None, ('', '11.10.0', 
'2007.04.27.13.04_PSTAMP_2011.05.27.05.23'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2011.01.04.15.47'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.07.21.14.10'): None, ('', '11.10.0', 
'2006.03.29.02.15_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2008.09.23.14.29'): None, ('', '11.10.0', '2!
 005.01.2
1.15.53_PSTAMP_2012.02.21.06.31'): None, ('', '11.10.0', 
'2009.06.26.00.24_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2005.08.25.02.12_PSTAMP_2007.01.11.07.32'): None, ('', '2.6.0', 
'10.0.3.2004.12.15.21.47_PSTAMP_2004.12.15.21.47'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.01.09.11.49'): None, ('', '13.1', 
'2005.01.08.05.16_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2012.03.10.20.18'): None, ('', '11.10.0', 
'2007.06.20.13.33_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2006.05.09.21.15_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2006.10.04.00.26_PSTAMP_2009.09.11.05.16'): None, ('', '11.10.0', 
'2008.04.24.03.37_PSTAMP_2008.11.24.08.34'): None, ('', '1.6', 
'10.2004.12.17_PSTAMP_2010.11.26.04.58'): None, ('', '11.10.0', 
'2007.07.08.17.44_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2007.07.08.21.44_PSTAMP_2011.07.01.19.09'): None, ('', '11.10.0', 
'2005.01.08.05.16_PSTAMP_2012.03.05.05.57'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_fsc11302164542'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2010.04.27.08.46'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2007.11.16.09.36'): None, ('', '11.10.0', 
'2005.01.20.17.25_PSTAMP_2012.02.08.22.33'): None, ('', '1.0', 
'10.2006.07.18_PSTAMP_2009.11.23.06.18'): None, ('', '11.10.0', 
'2011.06.03.09.16_PSTAMP_2011.09.25.13.34'): None, ('', '11.10.0', 
'2005.08.10.02.13_PSTAMP_2009.03.13.16.18'): None, ('', '11.10.0', 
'2005.01.21.15.53_PSTAMP_2009.06.26.11.34'): None}
	               archs = <type 'dict'> {'sparc-solaris': None}

Frame __postprocessSolarisPackage in /usr/lib/python2.4/site-
packages/spacewalk/server/importlib/packageImport.py at line 385
	                self = <type 'instance'> 
<spacewalk.server.importlib.packageImport.PackageImport instance at 
0x2ab0415bb248>
	             package = <type 'instance'> <ERROR WHILE PRINTING VALUE: 
string representation too large>

Frame __postprocess in /usr/lib/python2.4/site-
packages/spacewalk/server/importlib/packageImport.py at line 358
	                self = <type 'instance'> 
<spacewalk.server.importlib.packageImport.PackageImport instance at 
0x2ab0415bb248>
	             package = <type 'instance'> <ERROR WHILE PRINTING VALUE: 
string representation too large>

Frame fix in /usr/lib/python2.4/site-
packages/spacewalk/server/importlib/packageImport.py at line 304
	                self = <type 'instance'> 
<spacewalk.server.importlib.packageImport.PackageImport instance at 
0x2ab0415bb248>

Frame run in /usr/lib/python2.4/site-
packages/spacewalk/server/importlib/importLib.py at line 626
	                self = <type 'instance'> 
<spacewalk.server.importlib.packageImport.PackageImport instance at 
0x2ab0415bb248>

Frame push_package in /usr/lib/python2.4/site-
packages/spacewalk/server/rhnPackageUpload.py at line 144
	               force = <type 'int'> 0
	               a_pkg = <type 'instance'> 
<spacewalk.common.rhn_mpm.MPM_Package instance at 0x2ab0411138c0>
	              org_id = <type 'int'> 1
	               batch = <type 'instance'> <ERROR WHILE PRINTING VALUE: 
string representation too large>
	       relative_path = <type 'str'> redhat/1/410/patch-solaris-
143513/02-1/sparc-solaris-patch/41015c7c0b796b82b7bdca35f2ad8430/143513-02.zip
	            channels = <type 'list'> []
	            importer = <type 'instance'> 
<spacewalk.server.importlib.packageImport.PackageImport instance at 
0x2ab0415bb248>
	                 pkg = <type 'instance'> <ERROR WHILE PRINTING VALUE: 
string representation too large>
	        upload_force = <type 'int'> 0
	             backend = <type 'instance'> 
<spacewalk.server.importlib.backendOracle.PostgresqlBackend instance at 
0x2ab0415ba758>

Frame handler in 
/usr/share/rhn/upload_server/handlers/package_push/package_push.py at line 126
	                self = <type 'instance'> 
<upload_server.handlers.package_push.package_push.PackagePush instance at 
0x2ab0412ad830>
	                 req = <type 'mp_request'> <mp_request object at 
0x2ab0408b2120>
	                 ret = <type 'int'> 0
	               a_pkg = <type 'instance'> 
<spacewalk.common.rhn_mpm.MPM_Package instance at 0x2ab0411138c0>

Frame _wrapper in /usr/lib/python2.4/site-
packages/spacewalk/server/apacheUploadServer.py at line 118
	            function = <type 'instancemethod'> <bound method 
PackagePush.handler of 
<upload_server.handlers.package_push.package_push.PackagePush instance at 
0x2ab0412ad830>>
	                self = <type 'instance'> 
<spacewalk.server.apacheUploadServer.UploadHandler instance at 0x2ab040d7afc8>
	                 req = <type 'mp_request'> <mp_request object at 
0x2ab0408b2120>
	       function_name = <type 'str'> handler

Frame handler in /usr/lib/python2.4/site-
packages/spacewalk/server/apacheUploadServer.py at line 72
	                self = <type 'instance'> 
<spacewalk.server.apacheUploadServer.UploadHandler instance at 0x2ab040d7afc8>
	                 req = <type 'mp_request'> <mp_request object at 
0x2ab0408b2120>

Frame HandlerDispatch in /usr/lib64/python2.4/site-
packages/mod_python/apache.py at line 299
	                 req = <type 'mp_request'> <mp_request object at 
0x2ab0408b2120>
	                self = <type 'instance'> <mod_python.apache.CallBack 
instance at 0x2ab041113878>
	              object = <type 'instancemethod'> <bound method 
UploadHandler.handler of <spacewalk.server.apacheUploadServer.UploadHandler 
instance at 0x2ab040d7afc8>>
	                   l = <type 'list'> 
['spacewalk.server.apacheUploadServer', 'Handler']
	              module = <type 'module'> <module 
'spacewalk.server.apacheUploadServer' from '/usr/lib/python2.4/site-
packages/spacewalk/server/apacheUploadServer.pyc'>
	               hlist = <type 'mp_hlist'> 
{'handler:'spacewalk.server.apacheUploadServer::Handler','directory':'/PACKAGE
-PUSH/','silent':0}
	          object_str = <type 'str'> Handler
	               debug = <type 'int'> 0
	         module_name = <type 'str'> spacewalk.server.apacheUploadServer
	              config = <type 'mp_table'> {'PythonInterpreter': 
'rhn.server.upload'}
	                 dir = <type 'str'> /PACKAGE-PUSH/
	              result = <type 'int'> 500


Environment for PID=11074 on exception:
LANG = C
PATH = /sbin:/usr/sbin:/bin:/usr/bin
PWD = /
SHLVL = 2
TERM = xterm
_ = /usr/sbin/httpd



More information about the Spacewalk-list mailing list