PDA

View Full Version : Cloned disk having problems with Mail and Safari




Bhennies
May 16, 2004, 12:37 PM
Hi, my cloned boot disk is having problems with Mail and Safari. In Safari, whenever I try to enter anything into a text field, it types a letter or two and then the spinning wheel comes up indefinitely. Mail launches invisibly. I tried trashing the prefereces and even cloned the disk again. Anyone have any suggestions?

p.s. Everything works fine when I boot from the internal HD and when i create a new admin account on the external boot disk.

Thanks!



rainman::|:|
May 16, 2004, 02:04 PM
How are you cloning the disk?

did you repair permissions in the cloned disk? if you don't clone right, permissions can be all sorts of messed up.

paul

MarkDouma
May 16, 2004, 08:35 PM
I'm also curious what method you used to do the "cloning".

I recently used the "Restore" tab of Panther's Disk Utility (which uses the 'asr' Apple Software Restore tool) to clone the 7 partitions of one 80 GB to another 80 GB. The end result left many files and folders on my user partition which were owned by root, and which I didn't have access to, until I fixed the permissions on them myself.

You can use the following AppleScript to check for any files in your home folder that have ownership that isn't your own. (Note, I'm using 'sudo'—that's what 'with administrator privileges' equates to—to be able to search inside of any root-owned folders that might ordinarily cause access denied errors.)

--Open this script in a new Script Editor window (applescript://com.apple.scripteditor/?action=new&script=set%20sh_whoami_%20to%20%22whoami%22%20as%20string%0Aset%20short_username_%20to%20(do%20shell %20script%20sh_whoami_)%20as%20string%0Aset%20sh_find_%20to%20%22find%20%7E%20%5C%5C(%20%5C%5C!%20-user%20%22%20%26%20short_username_%20%26%20%22%20%5C%5C)%20-exec%20ls%20-l%20%7B%7D%20%5C%5C%3B%22%20as%20string%0Ado%20shell%20script%20sh_find_%20with%20administrator%20pr ivileges%0A%0A).

set sh_whoami_ to "whoami" as string
set short_username_ to (do shell script sh_whoami_) as string
set sh_find_ to "find ~ \\( \\! -user " & short_username_ & " \\) -exec ls -l {} \\;" as string
do shell script sh_find_ with administrator privileges



If you're using Panther, the link should open up in Script Editor, then just press the green "Play" button and enter your password when prompted.

Hope this helps....
-------------------------
[This script was automatically tagged for color coded syntax by Convert Script to Markup Code (http://homepage.mac.com/jonn8/as/)]

Bhennies
May 17, 2004, 11:42 AM
Hi sorry for taking a minute. I'm using Carbon Copy Cloner.