ITunes, iPhoto and system clock crash after migrating from Snow Leopard

Hello everyone,
I had MacBook Pro with Snow Leopard but had to migrate to older one with 10.5.8 today.
After 4 hours it finished and everything seems fine except 3 things:
1. iTunes crashes on each launch attempt. I even followed an article to uninstall it, got a new one from apple.com but I still have the same issue.
2. iPhoto opens with success and shows folders overview, but when I click to enlarge a photo I get a blank screen. After about 2 minutes the program quits unexpectedly.
3. System clock behaves really strange. It seems to ignore time zone settings completely. I select Melbourne, Australia and quit Sys preferences but when I get there back I still have GMT time. Setting manually gives me nothing - time of email is still GMT.
Anyone have seen similar problems after migrating? My primary guess is that this issues are caused by migrating to older Mac OS version, but maybe it's not the point. Anyway, would be great to have this fixed. Without iPhoto, iTunes and proper times in e-mail inbox my Mac is pretty useless...

I installed this update, restarted but nothing helped. By permissions - what do you exactly mean, how could they change or what could be broken?
I also noticed that what is broken as well are the PYM Player and Quick Time. When I open a movie, I got the sound but no video output at all. It is similar to iPhoto where I see the miniatures but normal size viewing goes blank.
Does anyone has a clue what can be broken that causes such problems?
My Mac is now really just an e-mailing and surfing machine...

Similar Messages

  • Mail "unexpectedly quits" after migration from snow leopard to new iMac running Mountain Lion

    Mail "unexpectedly quits" after migration from snow leopard time machine files to new iMac running Mountain Lion.  I can run connection doctor OK.  But the activity window is blank.   If you try to open message viewer window then mail program crashes.  Would really like to get my old emails back as the old imac is totally dead.  Thanks for any help. 

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter the name of the crashed application or process in the Filter text field. Post the messages from the time of the last crash, if any — the text, please, not a screenshot. 
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • Iphoto wont start after migration from snow leopard to mountain lion

    Hello everyone hope you can help me, I've migrate from Snow Leopard to Mountain Lion and my IPhoto (8.1.2) won't start, I cant reinstall from app store because it came with the copy of Snow Leopard already instaled on my Imac...And I cant find the original Disc, so anyone can help ? felling desperate...

    You should be able to Software Update and that will bring your iPhoto up to date.
    iPhoto was 9.2.3 at 10.6.8, so I don't know why yours was stuck at 8.1.2
    However you can stick the #2 10.6 disk into your machine and should be able to run the bundled app installer.
    If that doesn't work there is Pacifist from CharlesSoft that you can extract iPhoto and replace your corrupted one, then run Software Update to bring it current.
    Once you have replaced iPhoto, rebuild the database
    https://support.apple.com/kb/HT2638
    If your still having problems, perhaps a user account or drive permissions issue
    ..Step by Step to fix your Mac

  • TS1963 DMS Launch error after migration from snow leopard iMac to new Macbook Pro?

    I just purchased a Macbook Pro. I used Migration assistant to transfer my files from my '06 iMac, which was running snow leopard to the Macbook and at start up now get a DMS Launch error every time... any suggestions??
    The error message says check with the developer to make sure DMS Launch works on this version of OS X.  You may need to reinstall the application.
    I have installed all updates as it suggests, to no avail.  I keep getting the error message and report pop up box each time at start up and the only way to be rid of it, is to click ok to send the report - there is no option to stop the report from coming up.
    Does anyone have any suggestions on what I can do to stop the error message appearing and resolve the issue?
    Thanks
    Chelle

    Click Command+shift+G
    Type in the following, one by one- Then delete the **** out of them.
    /Library/LaunchAgents/com.divx.update.agent.plist
    /Library/LaunchAgents/com.divx.dms.agent.plist
      /Library/LaunchAgents/com.divx.update.agent.plist
      /Library/LaunchAgents/com.divx.dms.agent.plist
      /Library/Application\ Support/DivX/
      HOME/Library/Preferences/com.divx.*
    Also search anything "DIVX" while in library. Delete the **** out of that too.

  • Login error after migration from Snow Leopard to Lion

    I went through the migration process to get all settings and data over from my MacBook (10.6.8) to my new Mac Pro (10.7.3). During the migration, I was logged into the old MacBook with my FileVault-enabled account. Migration completed successfully, but when I tried to log into the new Mac Pro, I got this error:
    "You are unable to log in to the FileVault user account "user1" at this time. Log in to the account failed because an error occurred." [OK]
    When I typed a password I knew was incorrect, the login box would do the familiar shaking. When I typed the correct password, I got the behavior above.
    I was able to log in to the new Mac Pro as a different user (user2), even though user2 also had FileVault enabled on the old system.
    When logged in as user2 on the new system, I was able to escalate privileges by authenticating as user1, so I knew the password for user1 was working. I gave user2 admin privileges and saw that user1's data had been copied over, but not as a sparsebundle - presumably because user1 was logged in at the time of migration.
    To fix the login problem, I did the following:
    1) Logged in as user2 on both source and target system, then escalated privs to give  user2 admin rights.
    2) Copied /Users/user1/user1.sparsebundle from source to target system:
         - On target system, in System Preferences -> Sharing, enabled Remote Login for user2
         - On source system, opened Terminal window and typed:
         $ sudo -s
         > [password for user2]
         # cd /Users/user1
         # scp -rp user1.sparsebundle user2@IP_address:
        (where IP address is the actual IP address of the target system)
         > [password for user2]
    3) Moved aside the unencrypted files in user2's home directory:
         - On target system, logged in as user2, in Terminal:
         $ sudo -s
         > [password for user2]
         # chown -R user1 ~/user1.sparsebundle
         # mkdir /tmp/user1
         # chown user1 /tmp/user1
         # cd /Users/user1
         # mv * /tmp/user1
         # mv .[a-zA-Z]* /tmp/user1
    4) Moved the user1.sparsebundle into place (in same Terminal window on target system):
         # chown -R user1 ~/user1.sparsebundle
         # mv ~/user1.sparsebundle /Users/user1
    5) Logged out of user2 account and logged back in as user1
    6) Securely deleted the unencrypted files for user1 (in Terminal window as user1):
         $ srm -rf /tmp/user1
    Many thanks to @neirbowj for the analysis of why the migration failed!

    Go get a powered USB hub and try that. Lion may have issued a fix for devices drawing too much power, by cutting them off.

  • Please help, after migrating to snow leopard Server my VPN is not working

    Hi,
    After migrated to Snow Leopard Server, my VPN settings are not working, My users not able to connect to VPN.
    Please find below log. Please let me know the solution for it.
    2010-01-05 13:19:32 IST Incoming call... Address given to client = 192.168.1.72
    Tue Jan 5 13:19:33 2010 : Directory Services Authentication plugin initialized
    Tue Jan 5 13:19:33 2010 : Directory Services Authorization plugin initialized
    Tue Jan 5 13:19:33 2010 : PPTP incoming call in progress from '95.222.205.164'...
    Tue Jan 5 13:19:33 2010 : PPTP connection established.
    Tue Jan 5 13:19:33 2010 : using link 0
    Tue Jan 5 13:19:33 2010 : Using interface ppp0
    Tue Jan 5 13:19:33 2010 : Connect: ppp0 <--> socket[34:17]
    Tue Jan 5 13:19:33 2010 : sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x2794ebf2> <pcomp> <accomp>]
    Tue Jan 5 13:19:34 2010 : rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x29205274> <pcomp> <accomp>]
    Tue Jan 5 13:19:34 2010 : lcp_reqci: returning CONFACK.
    Tue Jan 5 13:19:34 2010 : sent [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x29205274> <pcomp> <accomp>]
    Tue Jan 5 13:19:36 2010 : sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x2794ebf2> <pcomp> <accomp>]
    Tue Jan 5 13:19:36 2010 : rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x2794ebf2> <pcomp> <accomp>]
    Tue Jan 5 13:19:36 2010 : sent [LCP EchoReq id=0x0 magic=0x2794ebf2]
    Tue Jan 5 13:19:36 2010 : sent [CHAP Challenge id=0x8d <620015595e4967664c1310241b4b3254>, name = "nova.thecoverstory.com"]
    Tue Jan 5 13:19:36 2010 : rcvd [LCP EchoReq id=0x0 magic=0x29205274]
    Tue Jan 5 13:19:36 2010 : sent [LCP EchoRep id=0x0 magic=0x2794ebf2]
    Tue Jan 5 13:19:36 2010 : rcvd [LCP EchoRep id=0x0 magic=0x29205274]
    Tue Jan 5 13:19:39 2010 : sent [CHAP Challenge id=0x8d <620015595e4967664c1310241b4b3254>, name = "nova.thecoverstory.com"]
    Tue Jan 5 13:19:40 2010 : rcvd [CHAP Response id=0x8d <c68742dc9457be5a61e444f00f53371d000000000000000044c6f89fa49ed8bf4c17a2861a2cfd 04ae1e6b9199527f9f00>, name = "jenny"]
    Tue Jan 5 13:19:40 2010 : DSAuth plugin: Error -25300 while retrieving key agent password from the system keychain.
    Tue Jan 5 13:19:40 2010 : DSAuth plugin: Could not retrieve key agent account information.
    Tue Jan 5 13:19:40 2010 : sent [CHAP Success id=0x8d "S=B503F226B4DE4105A4711C0EA2E7C21B1A9A935D M=Access granted"]
    Tue Jan 5 13:19:40 2010 : CHAP peer authentication succeeded for jenny
    Tue Jan 5 13:19:40 2010 : DSAccessControl plugin: User 'jenny' authorized for access
    Tue Jan 5 13:19:40 2010 : MPPE required, but keys are not available. Possible plugin problem?
    Tue Jan 5 13:19:40 2010 : sent [LCP TermReq id=0x2 "MPPE required but not available"]
    Tue Jan 5 13:19:40 2010 : Connection terminated.
    Tue Jan 5 13:19:40 2010 : Connect time 0.2 minutes.
    Tue Jan 5 13:19:40 2010 : Sent 0 bytes, received 0 bytes.
    Tue Jan 5 13:19:40 2010 : PPTP disconnecting...
    Tue Jan 5 13:19:40 2010 : PPTP disconnected
    2010-01-05 13:19:40 IST --> Client with address = 192.168.1.72 has hungup
    Thanks,
    Gulab Pasha

    Great !! save my trouble too
    thanks a lot for the tip.

  • I have a big problem with Lion and PGP. After upgrading from snow leopard to lion I cannot access my PGP drive which was generated under snow leopard. PGP does not start but gives a notion that lion cannot work with my PGP version. Solution?

    After upgrading from Snow Leopard to Lion I cannot access a PGP drive which was generated under snow leopard. PGP does not start. When I try to start I just receive a message that Lion cannot work with PGP. How can I now access important and confifential informatio which I have stored in PGP (snow leopard). Do I have to move back to snow leopard. If so, how can I do this? 

    If you have this product,
    http://www.symantec.com/business/support/index?page=content&id=TECH165159
    you have to go back to Snow Leopard.
    To re-install SL, back up your home directory, format and re-install.

  • Complications migrating from Snow Leopard Server to Mountain Lion Server.

    I'm migrating from Snow Leopard Server to Mountain Lion Server. The article "OS X Server: Upgrade and migration" (http://support.apple.com/kb/HT5381) says
    "Make sure that any DNS or DHCP servers on which your server depends remain running during the upgrade"
    This advice is reinforced by the details of the article "OS X Server: Steps to take before upgrading or migrating the Open Directory database" (http://support.apple.com/kb/HT5300).
    As the server I'm migrating from provides these services it will need to be running during the migration process. This would seem to limit my options to doing the migration from a Time Machine backup (or, making a seperate clone of the server's drive and connecting it externally to the new box)
    My main concern is the seemingly inevitable clash that is going to occur on the network as the new server takes on the roles of the old one - while it is still running.
    What are my options here ?
    This is my second attempt as on my first try I did the migration from the TM backup with the network down - and none of my local network users or their home directories were migrated, although the settings for the mount points were, but there were no actual directories where they pointed to!
    Clear directions on how to procede would be VERY MUCH appreciated
    Thank you.

    Moving from Snow Leopard to Mountain Lion means first installing the client (non-Server) version of Mountain Lion and then install Server.app this means that for at least part of the process you will not be running DNS, DHCP or Open Directory.
    If you are going to end up using the same DNS name and IP address after the change then an approach you could follow would be as follows.
    Destroy any Open Directory replicas
    Archive your Open Directory Master (to make a backup)
    Note down your DNS records in case they get messed up
    Export via Workgroup Manager your users, and groups (you might not need this but better safe than sorry), make sure you do not include the diradmin account
    Keep a full back of the server (you should always have backups)
    Note down your DHCP server settings in case they get messed up
    Note down any other service settings
    Install Mountain Lion
    Install Server.app
    Install Workgroup Manager (extra free download)
    Run Server.app
    Make sure settings for services are as much as possible the same as before
    If your lucky that may be all you need to do, otherwise...
    Restore Open Directory archive, if your lucky that will be all you need to do, otherwise...
    Make new Open Directory Master
    Run Workgroup Manager
    Import users and groups you previously exported
    You will then have to set passwords for each user as these are not preserved via Workgroup Manager export
    When I did this, I was also being forced to change all my IP addresses so I had no choice but to use Workgroup Manager to export and import accounts.

  • Migrating from Snow Leopard to Mountain Lion Server

    Hi all.  I kinda drop in and out of this forum, mostly when I've got a puzzler that I can't figure out.  My journey from Snow Leopard to Mountain Lion was a little slow.  I tried to make the transition from Snow Leopard to Lion and failed, but this time I made it and I thought I'd share a little scratchpad post I wrote to document what I did.  Mostly this is about adding back a few things that I really need.  Here's the list of stuff that I added back:
    Firewall management (IceFloor)
    MySQL
    Webmail, email filtering rules and email aliases (RoundCube)
    "Group" emails (short, multi-recipient email exploders)
    Mailing lists (Mailman)
    I also dramatically improved reliability by adding a lot of memory, and doing nightly-restarts of the machine.
    Here's a link to the post
         http://www.haven2.com/index.php/archives/migrating-from-snow-leopard-server-to-o sx-server-mountain-lion
    I'm happy to report that the new server has been running for a month or so and all seems fine.  Whew.  A long journey.  Thanks to all of you who posted things that helped me along the way.  Hopefully this will return the favor.

    Moving from Snow Leopard to Mountain Lion means first installing the client (non-Server) version of Mountain Lion and then install Server.app this means that for at least part of the process you will not be running DNS, DHCP or Open Directory.
    If you are going to end up using the same DNS name and IP address after the change then an approach you could follow would be as follows.
    Destroy any Open Directory replicas
    Archive your Open Directory Master (to make a backup)
    Note down your DNS records in case they get messed up
    Export via Workgroup Manager your users, and groups (you might not need this but better safe than sorry), make sure you do not include the diradmin account
    Keep a full back of the server (you should always have backups)
    Note down your DHCP server settings in case they get messed up
    Note down any other service settings
    Install Mountain Lion
    Install Server.app
    Install Workgroup Manager (extra free download)
    Run Server.app
    Make sure settings for services are as much as possible the same as before
    If your lucky that may be all you need to do, otherwise...
    Restore Open Directory archive, if your lucky that will be all you need to do, otherwise...
    Make new Open Directory Master
    Run Workgroup Manager
    Import users and groups you previously exported
    You will then have to set passwords for each user as these are not preserved via Workgroup Manager export
    When I did this, I was also being forced to change all my IP addresses so I had no choice but to use Workgroup Manager to export and import accounts.

  • After upgrading from Snow Leopard to Mountain Lion, the text preference, Middle Eastern, causes Photoshop CS6 to slow down.  Can this be fixed?

    After upgrading from Snow Leopard to Mountain Lion, and setting the text preference, Middle Eastern, causes Photoshop CS6 to slow down.  Can this be fixed?

    I'm Win, not Mac, but I do have a couple saved messages
    Mac 10.8.3 Bug w/Encore and BluRay http://forums.adobe.com/thread/1198709
    -create folder not ISO http://forums.adobe.com/thread/1216127

  • Is it possible to migrate from snow leopard to lion?

    My son just received his new Macbook Pro (15 "); he is running Snow Leopard on his 2008 model Macbook Pro.  Is it possible to migrate from Snow Leopard to Lion using the setup assistant or does he have to upgrade to Lion first?

    John Boley wrote:
    CS  and others in his college work and I have read elsewhere it is best to reinstall those programs. 
    True. 10.7 is a different animal and most all software has to be installed from fresh sources preferred. (cleans things up too)
    There is CS6 now for 10.7, just released.
    Check for comptability here, then make the decision if it's worth migrating the programs or not.
    http://roaringapps.com/apps:table
    Will the setup assistant "automatically" try to transfer everything?
    I don't know, I never used it.
    Too hard core old school to use Apple's gimmicky and problematic software.
    I rather clean install a new machine, only manually transfering files from the old one, cleaner setup that way and no hidden surprises or performance issues.

  • I am trying to install Symantec Antivirus and it says I need Rosetta from Snow Leopard-How do I get this?, I am trying to install Symantec Antivirus and it says I need Rosetta from Snow Leopard-How do I get this?

    I am trying to install symantex antivirus and it says I need Rosetta from Snow Leopard. How do I get this?

    wicklows wrote:
    I am trying to install symantex antivirus and it says I need Rosetta from Snow Leopard. How do I get this?
    You have a Retina MacBook Pro, it runs OS X 10.7 or 10.8.
    It won't run Snow Leopard (10.6) and Rosetta is only for Snow Leopard to run older PowerPC processor based programs when Mac's used to have those instead of the Intel processors they all have now.
    So that software your installing is incredibly old, if you bought it, return it for a refund.
    Also you don't need a anti-virus for OS X, Apple installed one for all OS X 10.6.8-10.8 users.
    If you need anti-virus to clean the Windows files of their malware before passing it on, then the free ClamXav does the job.
    http://www.clamxav.com/
    If your worried about real threats, then this is worth reading.
    Security Issues Warning List
    Harden your Mac against malware attacks
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents

  • Where is the best place to get/read information of the pros and cons on updating my OS from Snow Leopard to the current OS?

    Where is the best place to get/read information on the pros and cons of updating my OS from Snow Leopard to the current OS?
    I have an iMac 27" intel, purchased Nov 2009.  I am currently using 10.6.8

    Apple OS 10.9 Mavericks:
    Quick overview:
    https://help.apple.com/osx-mavericks/whats-new-from-mountain-lion
    OS X Mavericks supports the following Macs that are already running a minimum of Snow Leopard:
    iMac (Mid-2007 or later)
    MacBook (13-inch Aluminum, Late 2008), (13-inch, Early 2009 or later)
    MacBook Pro (13-inch, Mid-2009 or later), (15-inch, Mid/Late 2007 or later), (17-inch, Late 2007 or later)
    MacBook Air (Late 2008 or later)
    Mac Mini (Early 2009 or later)
    Mac Pro (Early 2008 or later)
    Xserve (Early 2009)
    Transitioning your Mac from Mountain Lion to Apple's new OS X 10.9 Mavericks
    http://appleinsider.com/articles/13/10/23/transitioning-your-mac-from-mountain-l ion-to-apples-new-os-x-109-mavericks

  • After upgrade from snow leopard to lion, where is application front row?

    After upgrade from snow leopard to lion, where is application front row? i realize it when to use my remote. any one knows about this matter?

    OK - Fixed it. 
    Turns out the cure is to use the Webcal Interface to re-create the delegations.  A bit tedious, but doing this presumably forces a rewrite of the file that previously cannot be accessed.  Means you need to set up the delegation again for each account - but this at least is an improvement over not being able to do anything at all.
    Once fixed, delegation works just fine.
    Hope this helps someone else solve the issue etc.

  • I have paid and downloaded LION and want to update my IMAC, can i just run install and it keep photos settings etc from Snow Leopard or is a full reinstall with wiped hard drive, anyone have any experience of this and do i need to run a backup beforehand?

    I have paid and downloaded LION and want to update my IMAC, can i just run install and it keep photos settings etc from Snow Leopard or is a full reinstall with wiped hard drive, anyone have any experience of this and do i need to run a backup beforehand?

    Always backup your important data before upgrading to a new Mac OS X.
    Lion doesn't erase the drive but better to be safe than sorry.
    And run Disk Utility  (Applications/Utilities). Verify and if necessary repair the startup disk before upgrading.
    Using Disk Utility to verify or repair disks
    Before upgrading read here >  Lion upgrade questions and answers:  Apple Support Communities
    And here >  What applications are not compatible with Mac OS X 10.7 "Lion"? What upgrade or substitute options are available for common incompatible applications? @ EveryMac.com

Maybe you are looking for

  • Having abends issues. Netware 6.5 with Support Pack 8.

    Novell Open Enterprise Server, NetWare 6.5 PVER: 6.50.08 Server POSEIDON halted Wednesday, August 31, 2011 1:49:48.023 pm Abend 1 on P00: Server-5.70.08: Invalid Opcode Processor Exception Registers: CS = 0008 DS = 0023 ES = 0023 FS = 0023 GS = 0023

  • HT1386 Trying to sinc my iphone:says cannot complete b/c comp isn't authorized

    I am trying to sinc my iphone to the same computer i always use - it starts and then stops saying it cannot complete the sinc because the computer is no longer authorized to make purchases. it then tells me how to authorize my computer - but it is...

  • Problem with 'RP-PROVIDE-FROM-LAST' and IT0377(GB)

    Greetings, I have encountered a problem in that we have an interface from SAP to UNIPAY and this interface selects all the paydata from employees and then converts it so that it can be payed via UNIPAY. Now this in itself may sound fairly simple but

  • TA21165 Embedded links not working

    I upgraded OS X and now cannot open web links embedded in emails. Any suggestions?

  • Mac Mini No Booti

    We have a small computer lab full of identical Mac Mini's, one of which now sports a new flashing folder with a "?". I inserted the install disk and booted with the C key pressed (to no avail,) there is nothing to suggest that it realizes that a disk