my configuration is lost...

broke

Registered
all I did was a reboot, suddenly all my configuration is lost.

all my applications in the dock is gone. It seems like im running osx for the first time. iphoto can not find my photos, itunes had to organize my music libary again. My PGP disk is gone, even though the encrypted file (disk) is still in "Documents".

Whatever program I run, it seems like I'm running it for the first time. I have to do all the initial config again...

is there an easy way to fix this ?
 
Sounds like you might have some file system damage. It might be best to take it to a Mac specialist that can run some software-level diagnostics on it for repair.

I know that you'd rather fix it yourself, but there's a delicate balance that comes into play -- namely your data. If you're data is more important to you than fixing it yourself, seek professional help.

Otherwise, you could try booting from the installation disk and run Disk Utility's repair function on your hard drive and see what comes up. Then run Disk Warrior and/or TechTool Pro.

The trick is in knowing how to respond to the results of running these tools.
 
It sounds like you re-named your user folder, and OS X created a new user folder because it could not find the old one. What folders do you see in /Users ?
 
I do not think so... All my files are intact. Everything is inside /Users/broke, which is my user account.

Killer-Looks:/Users broke$ ls -la
total 16
drwxrwxr-t 9 root admin 306 Oct 17 10:02 .
drwxrwxr-t 30 root admin 1122 Oct 17 09:59 ..
-rw-rw-r-- 1 broke admin 6148 Aug 8 17:45 .DS_Store
dr-xr-xr-x 3 broke broke 102 Jan 10 2006 .broke
-rw-r--r-- 1 root wheel 0 Mar 21 2005 .localized
drwxrwxrwx 26 FTP FTP 884 Oct 9 21:03 FTP
drwxrwxrwt 5 root wheel 170 May 11 00:06 Shared
drwxr-xr-x 46 broke broke 1666 Oct 15 20:22 broke
drwxr-xr-x 13 marimyhr marimyhr 442 Jul 2 23:20 marimyhre
Killer-Looks:/Users broke$ cd .broke
Killer-Looks:/Users/.broke broke$ ls
broke.sparseimage
 
Well to me, that says there's two home folders there one that is not encrypted and one that is. Perhaps your account lost it's affiliation with the File Vault image for your home folder. I don't use file vault and never have, so I don't have any suggestion as to how to resolve this.

Perhaps you can mount the sparse image and copy all of the contents into your plain home folder and see what happens. If that works, you'll just have to enable File Vault on your home folder again.

But you might want to hold out for better advise from someone who knows File Vault better than I do.
 
I don't think he's using FileVault. At least that's not what he said. He said PGP encrypted disk image... My guess would also be a renaming of the home folder or something like that...
 
Okay, I just conducted a test and found that when I created an account with File Vault on, there was not .username folder in users. Instead, there was the normal user name folder with the File Vault image located inside of it.

That leads me to conclude that somehow your home folder's File Vault image was moved for one reason or another. Here's what I would do:

1) Create a temporary new admin account on your computer, call it "test" if you like
2) Log out as you
3) Log in as test
4) Open the /Users folder. Rename "broke" as "broke.old". Rename ".broke" as "broke" -- you'll likely have to enter the admin username and password to do this.
5) Log in as "broke" and see if all of your stuff is back. If you're not able to log in or your stuff IS NOT there, undo the changes.
6) When finished, you can delete the temporary admin account you created in step 1.
 
Your user folder should always be the exact same as the "short name" listed in the Accounts pane of System Preferences.
 
first of all, my shortname is 'broke', so everything is fine there...

second.. I think .broke just keeps the encrypted version of my home folder, while broke is the decrypted version.

U need to be in console, and time ls -la to see .hidden directories.

since osx is unix, and all unix's have a superuser account called 'root', I did not have to make an additional account.

so what I did was:

open up a console window (terminal)

sudo bash (which gave me a shell with all permissions)
cd /Users
mv broke broke.old
mv .broke broke
exit

Then I logged out, and tried to log in again.

Then I got this message after typing my password "you can not log in at this time"

So I renamed the folders back..

and now I still dont know what the solution to the problem is.

When I start iPhoto, I get this message:

"The photo libary was created with an unreleased version of iPhoto. Please quit and upgrade this libary by opening it in iPhoto 2 or iPhoto 4.

This is pretty annoying...
 
Back
Top