[8.0.1-RC2] account_policy_get tdv_fetch_uint32

Status
Not open for further replies.

rjgould

Dabbler
Joined
May 28, 2011
Messages
32
On booting a fresh FreeNAS 8.0.1-RC2 after configuring some settings (import volume / change host name) I get:
ACCOUNT_POLICY_GET TDB_FETCH_UINT32 failed for type 1
this repeats for type 1 to type 10 but it boots too fast for me to catch all the text.

Any ideas what this might be?
 

martijn

Dabbler
Joined
Jun 10, 2011
Messages
13
I think that message must be in /var/log/console.log

edit:

I found you're error on our NAS (8.0.1 RC2):
Code:
Sep 20 08:20:26 freenas kernel: /etc/rc: WARNING: failed precmd routine for vmware_guestd
Sep 20 08:20:28 freenas kernel: tdbsam_open: Converting version 0.0 database to version 4.0.
Sep 20 08:20:28 freenas kernel: tdbsam_convert_backup: updated /var/etc/private/passdb.tdb file.
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 1 (min password length), returning 0
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 2 (password history), returning 0
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 3 (user must logon to change password), returning 0
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 4 (maximum password age), returning 0
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 5 (minimum password age), returning 0
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 6 (lockout duration), returning 0
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 7 (reset count minutes), returning 0
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 8 (bad lockout attempt), returning 0
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 9 (disconnect time), returning 0
Sep 20 08:20:28 freenas kernel: account_policy_get: tdb_fetch_uint32 failed for type 10 (refuse machine password change), returning 0
 

rjgould

Dabbler
Joined
May 28, 2011
Messages
32
That's the one. I'm not sure it necessary means anything bad however.
 

Durkatlon

Patron
Joined
Aug 19, 2011
Messages
414
Been getting that since day-1. It has something to do with account policies in Samba. From everything I've been able to find about it, it seems perfectly safe to ignore these warnings.
 
Status
Not open for further replies.
Top