On Apr 20, 2011, at 10:29 PM, Tim Foster wrote: > On Wed, 2011-04-20 at 22:18 -0400, Rinaldo DiGiorgio wrote: >> I found the cause. A package with lint warnings was loaded into the >> repository. If I check >> in packages without the warnings, the same number of them there is no >> traceback. > > Wow, that's interesting. Can you send a copy of the broken manifest? > > cheers, > tim >
I will try to recreate it tomorrow this is the lint error that I had. RROR pkglint.dupaction001.2 path etc/.java/.systemPrefs/.system.lock is a duplicate delivered by pkg://OracleCorporation/library/java/[email protected],5.11-0.139:20110421T002635Z pkg://OracleCorporation/library/java/[email protected],5.11-0.6:20110421T002209Z declaring overlapping variants variant.arch=i386 ERROR pkglint.dupaction001.2 path etc/.java/.systemPrefs/.system.lock is a duplicate delivered by pkg://OracleCorporation/library/java/[email protected],5.11-0.139:20110421T002635Z pkg://OracleCorporation/library/java/[email protected],5.11-0.6:20110421T002209Z declaring overlapping variants variant.arch=sparc ERROR pkglint.dupaction001.2 path etc/.java/.systemPrefs/.systemRootModFile is a duplicate delivered by pkg://OracleCorporation/library/java/[email protected],5.11-0.139:20110421T002635Z pkg://OracleCorporation/library/java/[email protected],5.11-0.6:20110421T002209Z declaring overlapping variants variant.arch=i386 ERROR pkglint.dupaction001.2 path etc/.java/.systemPrefs/.systemRootModFile is a duplicate delivered by pkg://OracleCorporation/library/java/[email protected],5.11-0.139:20110421T002635Z pkg://OracleCorporation/library/java/[email protected],5.11-0.6:20110421T002209Z declaring overlapping variants variant.arch=sparc 0 15/15 >> >> >> On Apr 20, 2011, at 8:49 PM, Rinaldo DiGiorgio wrote: >> >>> Hi, >>> >>> I have a 32GB system and there is free memory when I issue the pkg >>> reindex .... >>> >>> >>> [20/Apr/2011:20:45:11] ENGINE Bus STARTING >>> [20/Apr/2011:20:45:11] INDEX Checking for updated package data. >>> [20/Apr/2011:20:45:11] ENGINE Started monitor thread '_TimeoutMonitor'. >>> [20/Apr/2011:20:45:11] INDEX Updating search indexes >>> [20/Apr/2011:20:45:11] ENGINE Serving on 0.0.0.0:80 >>> [20/Apr/2011:20:45:11] ENGINE Bus STARTED >>> Exception in thread Thread-1: >>> Traceback (most recent call last): >>> File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner >>> self.run() >>> File "/usr/lib/python2.6/threading.py", line 477, in run >>> self.__target(*self.__args, **self.__kwargs) >>> File "/usr/lib/python2.6/vendor-packages/pkg/server/depot.py", line 2152, >>> in run >>> traceback=True) >>> File "/usr/lib/python2.6/vendor-packages/cherrypy/process/wspbus.py", line >>> 342, in log >>> msg += "\n" + "".join(_traceback.format_exception(*exc)) >>> File "/usr/lib/python2.6/traceback.py", line 142, in format_exception >>> list = list + format_tb(tb, limit) >>> File "/usr/lib/python2.6/traceback.py", line 76, in format_tb >>> return format_list(extract_tb(tb, limit)) >>> File "/usr/lib/python2.6/traceback.py", line 101, in extract_tb >>> line = linecache.getline(filename, lineno, f.f_globals) >>> File "/usr/lib/python2.6/linecache.py", line 14, in getline >>> lines = getlines(filename, module_globals) >>> File "/usr/lib/python2.6/linecache.py", line 40, in getlines >>> return updatecache(filename, module_globals) >>> File "/usr/lib/python2.6/linecache.py", line 131, in updatecache >>> lines = fp.readlines() >>> MemoryError >>> >>> >>> Rinaldo >>> >>> >>> >>> _______________________________________________ >>> pkg-discuss mailing list >>> [email protected] >>> http://mail.opensolaris.org/mailman/listinfo/pkg-discuss >> >> _______________________________________________ >> pkg-discuss mailing list >> [email protected] >> http://mail.opensolaris.org/mailman/listinfo/pkg-discuss > > _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
