Comment 5 for bug 572271

Revision history for this message
Clayton Kramer (clayton-kramer) wrote :

I was looking around in the /var/lib/likewise-open/db/registry.db file and see what appears to be null entries in the regvalues1 table. Is this correct? I'm wondering if there is a problem with the values getting stored for the CacheEntryExpiry and the lsasd service is just running on magic number defaults.

sqlite> select * from regvalues1 where valuename like '%cache%';
LastUpdated|ParentId|ValueName|Type|Value
1273020388|12|CacheEntryExpiry|4|
1273020388|12|CachePurgeTimeout|4|
1273020388|12|NssGroupMembersQueryCacheOnly|4|
1273020388|12|NssUserMembershipQueryCacheOnly|4|
1273020388|12|DomainManagerUnknownDomainCacheTimeout|4|
1273020388|12|CacheType|1|s
1273020388|12|MemoryCacheSizeCap|4|
1273020389|35|NegativeCacheTimeout|4|<