Couldn't find root user.  Sleeping and trying again.

Last week I installed an MSO 2004 update on my G5 iMac running 10.4.11.
Then I attempted to repair permissions. The repair permissions process
halted at about half of the progress bar. I let it cook for about two
hours without success, then tried to force quit Disk Utility. I
couldn't force quit it, so I very reluctantly turned off the Mac;
something I've rarely ever done. I waited five minutes and then turned
the Mac back on. The startup sequence progressed to the point where the
system displays the gray apple on the gray background, and the circular
progress indicator or gear begins turning. I let it turn for one hour
and then powered off the iMac, then powered it back up with the same
results.
I powered it off again and then commenced a Safe Boot. Same results as
before.
I powered it off again and then started it in Single User Mode. No
problem. I ran /sbin/fsck -fy. No problem.
I typed "reboot" and it rebooted. This time I start it in Verbose mode.
After the preliminary startup code, the system began repeating the same
message lines:
dsFindDirNodes returned -14071, count = 0 count = 2147483646
Couldn't find root user. Sleeping and trying again.
A Google search produced very few results. I don't have a backup
because I inherited this iMac from my 75 year old semi retired father
who wanted a 20-inch Intel iMac instead. I just goof around with the G5
iMac from time to time, and am considering giving it to my little niece and
nephews. It worked great for about a month. I have customized my
user account and the accounts for the little ones, so I really don't
want to wipe the hard drive and reinstall Tiger again from scratch.
I booted from the suspect internal hard drive into single user mode.
I ran /sbin/fsck -fy on the internal hard drive.
All tests passed.
I ran fsck_hfs on the internal hard drive.
It returned a message that stated that I needed
to add additional information.
I ran fsck_hfs with several switches enabled, but
it continued to return this message.
I performed the procedures in Apple's article 107210
"Mac OS X, Mac OS X Server: How to Replace the NetInfo
Database (Restoring from defaults).
This did not solve the problem.
I booted this computer from my external Firewire hard drive that I use
to create nightly backups on my G4 iMac using SuperDuper!.
I ran Disk Utility Repair Disk Permissions on the
internal hard drive.
There were no permissions errors.
I ran Disk Utility Repair Disk.
All tests passed.
I ran the TechTool Pro Suites --> Advanced Tests on
the internal hard drive.
All tests passed except for "Startup File" which it
listed as " <Not Present>".
The description of this test is:
"This test checks the Startup file. The parameters
within this file contain the information used by
the computer ROM to determine what program will
boot the computer as well as other system-specific
aspects."
I ran the TechTool Pro Performance --> Maintenance
routine on the internal hard drive.
It completed the maintenance successfully.
I ran DiskWarrior on the internal hard drive.
It reported no directory errors, but I replaced it
anyway.
While booted from the external Firewire hard drive, I viewed what
appears to be the proper compliment of folders on the internal hard
drive. Of course, I didn't examine and verify every subfolder in the
hierarchy, however, examining the Applications, Library, System, and
Users folders two deep seemed to indicate that everything was there.
I booted this computer from my Tiger installation disk. I selected
Utilities --> Reset Password... (I think.). It listed only the
Administrator account (root) on the internal hard drive. It did not
list the other three accounts that I created on this hard drive, even
all three respective folders are present in the Users folder. However,
it did list all four accounts on the still attached external Firewire
hard drive.
By every measure, this drive and its directory are sound. I am
concerned that TechTool Pro reported that the Startup File is Not
Present. Beyond the meaning that the words suggest, I'm not sure what
this really means. I checked the Micromat site and found the following:
The Startup File has been defined but not yet
implemented by Apple.
What does the message signify:
dsFindDirNodes returned -14071, count = 0 count = 2147483646
Couldn't find root user. Sleeping and trying again.
Can I effect a simple repair?
Thank you.

I think besides a reinstall, only DiskWarrior from Alsoft...
http://www.alsoft.com/DiskWarrior/
stands a chance of fixing it.

Similar Messages

  • Hi I have a Iphone4 in using. I couldn't find Safary, E-mail and notes from my phone one day. I made this mistake when I want to delete some programe from my phone. Who can help I recovery my phone please.

    Hi
    I have a Iphone4 in using. I couldn't find Safary, E-mail and notes from my phone one day. I made this mistake when I want to delete some programe from my phone. Who can help I recovery my phone please.
    Thanks

    Hello, HenryWang2103.
    Thank you for visiting Apple Support Communities.
    The Safari, Email and Notes applications are native to the iOS and is unable to be deleted.  Since this is the case, they are either in a folder on the iPhone, on another page or Restrictions are enabled.  You can also search for these Apps on the iPhone by touching the screen and sliding your finger down.  Here is some information regarding these features.  The information about folders is located in the user guide below.
    iPhone User Guide
    iOS: Understanding Restrictions (Parental Controls)
    http://support.apple.com/kb/HT4213
    Cheers,
    Jason H.

  • Concern with "File Sharing: On" -- my root user folder (and subfolders) and Macintosh HD is visible

    Hi all,
    When I set up a File Sharing folder in OSX called "Share", I connected from my PC to my Macbook Pro and not only did I see the "Share" folder but I also could see and have total access to my root user folder (all its subfolders too) and my Macintosh HD (hard disk).  Did I miss something?  All I did was check mark "File Sharing" in the Sharing option of System Preferences.  Then I specifically shared only the "Share" folder that I created on the OSX desktop.
    How do I turn of sharing for the root user folder and my Macintosh HD folder?
    Many thanks in advance!

    Yes, I was logging in from my PC laptop to Mac as the Admin.  However, since there is a User called "Everyone" and I, for testing purposes only, turned Read/Write on for "Everyone", I figured I did not have to set up another user (such as "Guest").  I was wrong.  Once I created a new user called "Guest" and specifically checked the Guest account in the SMB option, it worked in the restricted mode I was hoping for.  Thanks!

  • ADF security - prompt for user id and password again on page forward

    Hi,
    I am working with ADF using JDeveloper 10.1.3 with Business Components and ADF Faces.
    I have a Search page and a List page.
    Both pages are based on the same view within the same application module.
    The Search page is using the default Find and Execute Operations.
    The Execute button has an action that navigate to the List screen.
    faces-config.xml
    <navigation-rule>
    <from-view-id>/jspx/search.jspx</from-view-id>
    <navigation-case>
    <from-outcome>search</from-outcome>
    <to-view-id>/jspx/list.jspx</to-view-id>
    <redirect/>
    </navigation-case>
    </navigation-rule>
    <navigation-rule>
    <from-view-id>/jspx/list.jspx</from-view-id>
    <navigation-case>
    <from-outcome>find</from-outcome>
    <to-view-id>/jspx/search.jspx</to-view-id>
    <redirect/>
    </navigation-case>
    </navigation-rule>
    Security (Roles and Users) is based on the jazn-data.xml and web.xml
    URL Patterns for the pages have assigned to the role.
    Login Configuration is HTTP Digest Authentication
    <web-resource-collection>
    <web-resource-name>APP_SUPPORT</web-resource-name>
    <url-pattern>faces/jspx/search.jspx</url-pattern>
    <url-pattern>faces/jspx/list.jspx</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>APP_SUPPORT</role-name>
    </auth-constraint>
    <login-config>
    <auth-method>DIGEST</auth-method>
    </login-config>
    Everything is fine when running the application from JDeveloper,
    but when the application is deployed to the server (OC4J),
    After logging into the system, the Search page prompt for user id and password again
    on click of the Execute button.
    Have anyone experience this problem before?
    Thanks for any help.
    Jim

    Hi,
    does the same thing happen if you change your protected resource from:
    <web-resource-collection>
    <web-resource-name>APP_SUPPORT</web-resource-name>
    <url-pattern>faces/jspx/search.jspx</url-pattern>
    <url-pattern>faces/jspx/list.jspx</url-pattern>
    </web-resource-collection>to:
    <web-resource-collection>
    <web-resource-name>APP_SUPPORT</web-resource-name>
    <url-pattern>/faces/jspx/*</url-pattern>
    </web-resource-collection>Brenden

  • When I try to update creative cloud I get a popup to login, I enter my Adobe password but it doesnt work. I reset my password and tried again but it still doesnt work.

    When I try to update creative cloud I get a popup to login, I enter my Adobe password but it doesnt work. I reset my password and tried again but it still doesnt work.

    Hi,
    Thank you for getting back to me. I was able to locate the opm.db file and delete it. (as instructed below) I go to applications>Adobe Creative Cloud and double click. It prompts me to login, it logs in and says there is an update, I click update and it prompts me to sign in with my password, I enter the same password and it doesn't take it. Also, the opm.db file is back in the OOBE folder. Im I launching Creative Cloud incorrectly?
    Close the Creative Cloud Desktop application.
    Navigate to the OOBE folder.
    Windows: :\Users\[user name]\AppData\Local\Adobe\OOBE
    Mac OS: /Users/[user name]/Library/Application Support/Adobe/OOBE
    Delete the opm.db file.
    Launch Creative Cloud. Try signing in.

  • Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again

    Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again and keep getting the same message.  Please help !

    See Troubleshooting issues with iTunes for Windows updates.
    For downloading issues see the further information area and use a different browser and/or the direct links.
    tt2

  • My ipod touch 4th gen will not turn on, i have held the power and home buttons, i have plugged my ipod into itunes and tried again, yet nothing happens, what should i do?

    My ipod touch 4th gen will not turn on, i have held the power and home buttons, i have plugged my ipod into itunes and tried again, yet nothing happens, what should i do?

    Try:                           
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • My Android Galaxy S5 has locked up and gone into endless loading while trying to update to the Kitkat update. I have set it back to factory settings and tried again and it has locked up again. My phone no longer works. What else can I do?

    My Android Galaxy S5 has locked up and gone into endless loading while trying to update to the Kitkat update. I have set it back to factory settings and tried again and it has locked up again. My phone no longer works. What else can I do?

        Oh goodness,SLEEPER888. We wish you didn't have this problem while trying to complete this update.You have done quite a bit of troubleshooting on your own. If the phone update does not take, we would need to replace it with the warranty. Is it still locked up?
    TamaraH_VZW
    Follow us on Twitter @VZWSupport

  • I'm trying to update to the latest software update, but won't let me do it. I have done a restore and tried again but still no luck. Any advice?

    I'm trying to update to the latest software update 5.0, but won't let me do it. I have done a restore and tried again but still no luck. Any advice?

    The Original update for Apple TV was to 4.4 then a bugfix appeared called 4.4.1  Both of these have issues so Apple Pulled them and currently 4.3 is the current version for Apple TV IOS. In fact there are a number of comments in other threads where people carried out the upgrades only to restore back down to 4.3 because they did not work. Guess we will wait for Apple to send out an update.

  • I've spent 6 hours trying to update my iPad, and it doesn't work. It can't get past trying to back up, and just stops and gives an error code. I've deleted the backup, re-synced, and tried again and still no luck. What do I do now?

    I've spent 6 hours trying to update my iPad, and it doesn't work. It can't get past trying to back up, and just stops and gives an error code. I've deleted the backup, re-synced, and tried again and still no luck. What do I do now?

    I am not running any antivirus software on my Mac, and I have the firewall shut off. Any other ideas? I have not problem downloading all other Apple software updates. I downloaded the latest iTunes software before starting the iPad update process.

  • Hello this is the first time I have ever had a problem. I am trying to down load a movie and it keeps giving me error -50. I have signed out and back in and deleated the download and tryed again and still will not download.

    Hello this is the first time I have ever had a problem. I am trying to down load a movie and it keeps giving me error -50. I have signed out and back in and deleated the download and tryed again and still will not download.

    Perhaps try the "Error -50," "-5000," "8003," "8008," or "-42023" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • I have just installed the latest version of iTunes, now I have no playlists. So I uninstalled and tried again, now I have no songs! Also my account balance has gone down by £5, which incedently happened the last time I installed an update. Please help

    I have just installed the latest version of iTunes version 11.1.5.5, now I have no playlists. So I uninstalled and tried again, now I have no songs also! Also my account balance has gone down by approx £5, which incedently happened the last time I installed an update. Please help

    See Empty/corrupt iTunes library after upgrade/crash.
    tt2

  • HT204161 I was watching a movie on my Apple TV and suddenly it stopped. I noticed I was logged out. Then I tried logging in again and I keep getting a message "cannot connect to iTunes". I restarted the Apple TV three times and tried again each time. I am

    I was watching a movie on my Apple TV and suddenly it stopped. I noticed I was logged out. Then I tried logging in again and I keep getting a message "cannot connect to iTunes". I restarted the Apple TV three times and tried again each time. I am stuck  Help please

    There's an issue currently that a lot of us are experiencing in that we all get the error message "iTunes is currently unavailable; please try later"
    It's an issue with Apple and we're awaiting an update re this
    I've posted a topic in regards to this after having a long conversation with Apple support this morning and will be receiving a call from their tech team tomorrow to run through it further
    As it stands iTunes cannot be accessed via ATV's and nor can it be streamed via AirPlay from iTunes to the ATV
    However I can access all films/iCloud content via my Mac Mini with no issues!

  • When i try to install firefox again it says the computer must be restarted to finish uninstalling previous version, but when rebooted and tried again it says the same thing, What do I do?

    when i try to install firefox again it says the computer must be restarted to finish uninstalling previous version, but when rebooted and tried again it says the same thing, What do I do?

    Please try this: Copy the files formhistory.sqlite (or formhistory) and places.sqlite (or places) if they exist and delete the entire Mozilla folder in %APPDATA% and also the Firefox folder in Program Files. [https://support.mozilla.com/en-US/kb/Backing%20up%20your%20information Please see this.]

  • HT1689 Trying to purchase an app, putting in my passord and saying un known error has occoured? I've reset password and trying again and still no luck?

    Trying to purchase an app, putting in my passord and saying un known error has occoured? I've reset password and trying again and still no luck?

    Check that the email address is correct for your login. You'd be surprised how many times I've seen people see the prompt and just go with a password and not realize that the email address was wrong.
    Aside from that, you can try resetting your password via the iForgot app.
    If you forgot your password, you can easily recover or reset it using iForgot. For security reasons, Apple cannot reset your password for you. To protect yourself against unauthorized purchases to your credit card, do not give out your password to anyone.
    NOTE: If you attempt to sign in to the Apple Online Store numerous times with the wrong password, you will see the following error message: “This Apple ID has been disabled for security reasons." To reset your account, use iForgot.

Maybe you are looking for

  • What's the best substitution of events in the Photos

    Since moments can't be named I was looking for a substitution of events. Albums are not optimal for what I need because many times it's just few pictures in each event and  I don't think albums are meant to be used for that. I may have 4-5 pictures t

  • An unknown error occured (-50).

    A movie I purchased stops downloading almost immediately and the error message above comes up.  The rest of iTunes works properly and my internet connection is fine.  I was downloading numerous TV episodes before and during while this movie was in th

  • Index content fail with dDocTitle has lenght = 250 characters.

    Hi all, I met a problem in index when I create a content item which have title lenght >= 250 characters. Error detail: intradoc.common.ServiceException: !csIndexerMetaOnlyFailed         at intradoc.indexer.IndexerBulkLoader.handleIndexerResults(Index

  • Server Hangs while compiling some EJB in Weblogic 6.1 SP5 on AIX 4.3.3

    Hi, Iam not able to deploy a J2EE application in WebLogic 6.1 SP5 on an AIX 4.3.3 box. CMP is being used and my EJBs are not being compiled( though there are no errors thrown). Iam using IBM DB2 ver 8.0 DB as client and server. While compiling, the s

  • Anyone care to hazard a guess at this printing anomaly?

    What's been standard and repeated for a few years: -- The way I export TIFs and JPGs to a certain client. TIFs are tagged Adobe 1998, JPGs tagged sRGB. -- The client's computer, a Mac G5. Client, a rep at a busy architect firm, has been printing imag