Sriram, Thanks for your quick reply. First is the output from verbose mode. Then I cleared the cache, set to debug mode, and ran again:
[EMAIL PROTECTED] bin]# ./lw-get-log-info Current log settings: ================= LSA Server is logging to syslog Maximum allowed log level: verbose [EMAIL PROTECTED] bin]# ./lw-set-log-level verbose The log level was set successfully Current log settings: ================= LSA Server is logging to syslog Maximum allowed log level: verbose [EMAIL PROTECTED] bin]# ./lw-find-user-by-name domain\\working.user User info (Level-0): ==================== Name: domain\working.user SID: S-1-5-21-1639035433-0123456789-0123456789-1109 Uid: 012345678 Gid: 012345678 Gecos: Working User Shell: /bin/bash Home dir: /home/domain/working.user [EMAIL PROTECTED] bin]# ./lw-find-user-by-name domain\\other.user Failed to locate user. No such user [EMAIL PROTECTED] bin]# tail /var/log/messages Sep 2 07:01:01 server01 lsassd[6021]: 0x452c1940:AD_FindUserByName(root) START Sep 2 07:01:01 server01 lsassd[6021]: 0x452c1940:Failed to find user by name [root] Sep 2 07:17:32 server01 lsassd[6021]: 0x434ae940:Refreshing machine TGT Sep 2 07:17:32 server01 lsassd[6021]: 0x434ae940:Machine TGT was refreshed successfully Sep 2 07:26:03 server01 lsassd[6021]: 0x452c1940:AD_FindUserByName(domain\working.user) START Sep 2 07:26:03 server01 lsassd[6021]: 0x452c1940:Cache entry for sid S-1-5-21-1639035433-1050796604-2114243849-1109 expired 37175 seconds ago Sep 2 07:26:03 server01 lsassd[6021]: 0x452c1940:GSS-API error calling gss_init_context: 1 (The routine must be called again to complete its function) Sep 2 07:26:13 server01 lsassd[6021]: 0x452c1940:AD_FindUserByName(domain\other.user) START Sep 2 07:26:13 server01 lsassd[6021]: 0x452c1940:GSS-API error calling gss_init_context: 1 (The routine must be called again to complete its function) Sep 2 07:26:13 server01 lsassd[6021]: 0x452c1940:Failed to find user by name [domain\other.user] [EMAIL PROTECTED] bin]# service lsassd stop [ OK ] lsassd: [ OK ] [EMAIL PROTECTED] bin]# rm /var/lib/likewise/db/ lsass-adcache.db lsass-local.db netlogon-cache.db pstore.db [EMAIL PROTECTED] bin]# rm /var/lib/likewise/db/lsass* rm: remove regular file `/var/lib/likewise/db/lsass-adcache.db'? y rm: remove regular file `/var/lib/likewise/db/lsass-local.db'? y [EMAIL PROTECTED] bin]# service lsassd start [ OK ] lsassd: [ OK ] [EMAIL PROTECTED] bin]# ./lw-get-log-info Current log settings: ================= LSA Server is logging to syslog Maximum allowed log level: error [EMAIL PROTECTED] bin]# ./lw-set-log-level debug The log level was set successfully Current log settings: ================= LSA Server is logging to syslog Maximum allowed log level: debug [EMAIL PROTECTED] bin]# ./lw-find-user-by-name domain\\working.user User info (Level-0): ==================== Name: domain\working.user SID: S-1-5-21-1639035433-0123456789-0123456789-1109 Uid: 012345678 Gid: 012345678 Gecos: Working User Shell: /bin/bash Home dir: /home/domain/working.user [EMAIL PROTECTED] bin]# ./lw-find-user-by-name domain\\other.user Failed to locate user. No such user [EMAIL PROTECTED] bin]# tail /var/log/messages Sep 2 07:29:26 server01 lsassd[6021]: 0x3b0348c0:Received signal [15] Sep 2 07:29:26 server01 lsassd[6021]: 0x3b0348c0:Lsa main cleaning up Sep 2 07:29:26 server01 lsassd[6021]: 0x434ae940:Machine Password Sync Thread stopping Sep 2 07:29:26 server01 lsassd[6021]: 0x3b0348c0:LSA Service exiting... Sep 2 07:30:21 server01 lsassd[8238]: [LsaProviderLocal_FindUserByName() provider-main.c:393] Error at provider-main.c:393 [code: 32775] Sep 2 07:30:21 server01 lsassd[8238]: 0x4553b940:AD_FindUserByName(domain\working.user) START Sep 2 07:30:21 server01 lsassd[8238]: [ADCacheDB_QueryObject() cachedb.c:2065] Error at cachedb.c:2065 [code: 32784] Sep 2 07:30:21 server01 lsassd[8238]: [ADCacheDB_FindUserByName() cachedb.c:481] Error at cachedb.c:481 [code: 32784] Sep 2 07:30:21 server01 lsassd[8238]: [AD_GetDcNameEx() online.c:149] Using DC 'dc01.domain.local' (10.200.3.10) for domain 'domain.local' Sep 2 07:30:21 server01 lsassd[8238]: [LsaLdapOpenDirectoryInternal() lsaldap.c:237] Using DC 'dc01.domain.local' for domain 'domain.local' Sep 2 07:30:21 server01 lsassd[8238]: 0x4553b940:GSS-API error calling gss_init_context: 1 (The routine must be called again to complete its function) Sep 2 07:30:27 server01 lsassd[8238]: [LsaProviderLocal_FindUserByName() provider-main.c:393] Error at provider-main.c:393 [code: 32775] Sep 2 07:30:27 server01 lsassd[8238]: 0x4553b940:AD_FindUserByName(domain\other.user) START Sep 2 07:30:27 server01 lsassd[8238]: [ADCacheDB_QueryObject() cachedb.c:2065] Error at cachedb.c:2065 [code: 32784] Sep 2 07:30:27 server01 lsassd[8238]: [ADCacheDB_FindUserByName() cachedb.c:481] Error at cachedb.c:481 [code: 32784] Sep 2 07:30:27 server01 lsassd[8238]: [AD_GetDcNameEx() online.c:149] Using DC 'dc01.domain.local' (10.200.3.10) for domain 'domain.local' Sep 2 07:30:27 server01 lsassd[8238]: [LsaLdapOpenDirectoryInternal() lsaldap.c:237] Using DC 'dc01.domain.local' for domain 'domain.local' Sep 2 07:30:27 server01 lsassd[8238]: 0x4553b940:GSS-API error calling gss_init_context: 1 (The routine must be called again to complete its function) Sep 2 07:30:27 server01 lsassd[8238]: [LsaLdapGetUInt32() lsaldap.c:1293] Error at lsaldap.c:1293 [code: 32852] Sep 2 07:30:27 server01 lsassd[8238]: [ADUnprovisionedMarshalToUserCache() ad_marshal_user.c:2633] Error at ad_marshal_user.c:2633 [code: 32852] Sep 2 07:30:27 server01 lsassd[8238]: [ADMarshalToUserCacheEx() ad_marshal_user.c:150] Error at ad_marshal_user.c:150 [code: 32852] Sep 2 07:30:27 server01 lsassd[8238]: [ADFindUserByNameNonAliasHelper() adldap.c:2262] Error at adldap.c:2262 [code: 32852] Sep 2 07:30:27 server01 lsassd[8238]: [ADFindUserByNameNonAlias() adldap.c:1972] Error at adldap.c:1972 [code: 32852] Sep 2 07:30:27 server01 lsassd[8238]: [UnprovisionedModeFindUserByName() unprovisioned-ldap.c:55] Error at unprovisioned-ldap.c:55 [code: 32852] Sep 2 07:30:27 server01 lsassd[8238]: [AD_OnlineFindUserByName() online.c:1770] Error at online.c:1770 [code: 32852] Sep 2 07:30:27 server01 lsassd[8238]: [AD_OnlineFindUserByName() online.c:1815] Failed to find user [error code:32852] Sep 2 07:30:27 server01 lsassd[8238]: [LsaSrvFindUserByName() users.c:83] Error at users.c:83 [code: 32775] Sep 2 07:30:27 server01 lsassd[8238]: 0x4553b940:Failed to find user by name [domain\other.user]
_______________________________________________ Likewise-open-discuss mailing list Likewise-open-discuss@lists.likewisesoftware.com Found a bug? Please file a report: http://lobugs.likewisesoftware.com/