James Tauber

journeyman of some

blog > 2006 > 11 > 14 >

System Preferences Accounts Empty

Today I went to System Preferences on Mac OS X and clicked on Accounts.

Nothing happened.

The title bar showed "Loading Accounts..." but never came back with anything.

Clicking on Accounts a second time and the window just went blank.

After rebooting and trying various things, I tried

nidump passwd /

in Terminal, which revealed the "problem". An 'oracle' user had been created (by the Oracle installer) without a realname.

So I did

sudo nicl . -create /users/oracle realname "Oracle"

and it fixed the problem.

Surely Apple could make System Preferences...Accounts a little more robust than this!

Categories:
prev « os_x » next

Comments (0)

Created: Nov. 15, 2006
Last Modified: Nov. 15, 2006
Author: James Tauber