Recurring directory errors in Time Machine backup

I'll try to make this brief:
Mac Pro 2 x 2.66 GHz Xeon
4 - 500 GB internal drives set up as 2 - striped 1 TB RAIDS
OS X 10.7.3
For years, I have used Time Machine to backup RAID #1 to RAID #2 with no errors at all. Recently, backups have been failing every few days. Disk Warrior rebuilds of the directory on the Time Machine backup RAID fix the problem for a few days.
When the problem was not being solved, I reinitialized and zeroed both drives in RAID #2. S.M.A.R.T. tests show the drives as fully functional. I checked both drives for bad blocks (using TechTool Pro 6.0.4), found none, and recreated RAID #2.
Every few days, the Time Machine backup fails and Disk Warrior finds numerous problems with the directory file on RAID #2, mostly iNode overlaps.
All tests on RAID #1 are clean.
Does anyone have thoughts on what I should try next, short of replacing drives that test out as functioning perfectly?

I'll try to make this brief:
Mac Pro 2 x 2.66 GHz Xeon
4 - 500 GB internal drives set up as 2 - striped 1 TB RAIDS
OS X 10.7.3
For years, I have used Time Machine to backup RAID #1 to RAID #2 with no errors at all. Recently, backups have been failing every few days. Disk Warrior rebuilds of the directory on the Time Machine backup RAID fix the problem for a few days.
When the problem was not being solved, I reinitialized and zeroed both drives in RAID #2. S.M.A.R.T. tests show the drives as fully functional. I checked both drives for bad blocks (using TechTool Pro 6.0.4), found none, and recreated RAID #2.
Every few days, the Time Machine backup fails and Disk Warrior finds numerous problems with the directory file on RAID #2, mostly iNode overlaps.
All tests on RAID #1 are clean.
Does anyone have thoughts on what I should try next, short of replacing drives that test out as functioning perfectly?

Similar Messages

  • "No such file or directory" errors on Time Machine backup volume

    I remotely mounted the Time Machine backup volume onto another Mac and was looking around it in a Terminal window and discovered what appeared to be a funny problem. If I "cd" into some folders (but not all) and do a "ls -la" command, I get a lot of "No such file or directory" errors for all the subfolders, but all the files look fine. Yet if I go log onto the Mac that has the backup volume mounted as a local volume, these errors never appear for the exact same location. Even more weird is that if I do "ls -a" everything appears normal on both systems (no error messages anyway).
    It appears to be the case that the folders that have the problem are folders that Time Machine has created as "hard links" to other folders which is something that Time Machine does and is only available as of Mac OS X 10.5 and is the secret behind how it avoids using up disk space for files that are the same in the different backups.
    I moved the Time Machine disk to the second Mac and mounted the volume locally onto it (the second Mac that was showing the problems), so that now the volume is local to it instead of a remote mounted volume via AFP and the problem goes away, and if I do a remote mount on the first Mac of the Time Machine volume the problem appears on the first Mac system that was OK - so basically by switching the volume the problem switches also on who shows the "no such file or directory" errors.
    Because of the way the problem occurs, ie only when the volume is remote mounted, it would appear to be an issue with AFP mounted volumes that contain these "hard links" to folders.
    There is utility program written by Amit Singh, the fella who wrote the "Mac OS X Internals" book, called hfsdebug (you can get it from his website if you want - just do a web search for "Mac OS X Internals hfsdebug" if you want to find it ). If you use it to get a little bit more info on what's going on, it shows a lot of details about one of the problematic folders. Here is what things look like on the first Mac (mac1) with the Time Machine locally mounted:
    mac1:xxx me$ pwd
    /Volumes/MyBackups/yyy/xxx
    mac1:xxx me$ ls -a
    . .DS_Store D2
    .. Documents D3
    mac1:xxx me$ ls -lai
    total 48
    280678 drwxr-xr-x 5 me staff 204 Jan 20 01:23 .
    282780 drwxr-xr-x 12 me staff 442 Jan 17 14:03 ..
    286678 -rw-r--r--@ 1 me staff 21508 Jan 19 10:43 .DS_Store
    135 drwxrwxrwx 91 me staff 3944 Jan 7 02:53 Documents
    729750 drwx------ 104 me staff 7378 Jan 15 14:17 D2
    728506 drwx------ 19 me staff 850 Jan 14 09:19 D3
    mac1:xxx me$ hfsdebug Documents/ | head
    <Catalog B-Tree node = 12589 (sector 0x18837)>
    path = MyBackups:/yyy/xxx/Documents
    # Catalog File Record
    type = file (alias, directory hard link)
    indirect folder = MyBackups:/.HFS+ Private Directory Data%000d/dir_135
    file ID = 728505
    flags = 0000000000100010
    . File has a thread record in the catalog.
    . File has hardlink chain.
    reserved1 = 0 (first link ID)
    mac1:xxx me$ cd Documents
    mac1:xxx me$ ls -a | head
    .DS_Store
    .localized
    .parallels-vm-directory
    .promptCache
    ACPI
    ActivityMonitor2010-12-1710p32.txt
    ActivityMonitor2010-12-179pxx.txt
    mac1:Documents me$ ls -lai | head
    total 17720
    135 drwxrwxrwx 91 me staff 3944 Jan 7 02:53 .
    280678 drwxr-xr-x 5 me staff 204 Jan 20 01:23 ..
    144 -rw-------@ 1 me staff 39940 Jan 15 14:27 .DS_Store
    145 -rw-r--r-- 1 me staff 0 Oct 20 2008 .localized
    146 drwxr-xr-x 2 me staff 68 Feb 17 2009 .parallels-vm-directory
    147 -rwxr-xr-x 1 me staff 8 Mar 20 2010 .promptCache
    148 drwxr-xr-x 2 me staff 136 Aug 28 2009 ACPI
    151 -rw-r--r-- 1 me staff 6893 Dec 17 10:36 A.txt
    152 -rw-r--r--@ 1 me staff 7717 Dec 17 10:54 A9.txt
    So you can see from the first few lines of the "ls -a" command, it shows some file/folders but you can't tell which yet. The next "ls -la" command shows which names are files and folders - that there are some folders (like ACPI) and some files (like A.txt and A9.txt) and all looks normal. And the "hfsdebug" info shows some details of what is really happening in the "Documents" folder, but more about that in a bit.
    And here are what a "ls -a" and "ls -al" look like for the same locations on the second Mac (mac2) where the Time Machine volume is remote mounted:
    mac2:xxx me$ pwd
    /Volumes/MyBackups/yyy/xxx
    mac2:xxx me$ ls -a
    . .DS_Store D2
    .. Documents D3
    mac2:xxx me$ ls -lai
    total 56
    280678 drwxr-xr-x 6 me staff 264 Jan 20 01:23 .
    282780 drwxr-xr-x 13 me staff 398 Jan 17 14:03 ..
    286678 -rw-r--r--@ 1 me staff 21508 Jan 19 10:43 .DS_Store
    728505 drwxrwxrwx 116 me staff 3900 Jan 7 02:53 Documents
    729750 drwx------ 217 me staff 7334 Jan 15 14:17 D2
    728506 drwx------ 25 me staff 806 Jan 14 09:19 D3
    mac2:xxx me$ cd Documents
    mac2:Documents me$ ls -a | head
    .DS_Store
    .localized
    .parallels-vm-directory
    .promptCache
    ACPI
    ActivityMonitor2010-12-1710p32.txt
    ActivityMonitor2010-12-179pxx.txt
    mac2:Documents me$ ls -lai | head
    ls: .parallels-vm-directory: No such file or directory
    ls: ACPI: No such file or directory
    ... many more "ls: ddd: No such file or directory" error messages appear - there is a one-to-one
    correspondence between the "ddd" folders and the "no such file or directory" error messages
    total 17912
    728505 drwxrwxrwx 116 me staff 3900 Jan 7 02:53 .
    280678 drwxr-xr-x 6 me staff 264 Jan 20 01:23 ..
    144 -rw-------@ 1 me staff 39940 Jan 15 14:27 .DS_Store
    145 -rw-r--r-- 1 me staff 0 Oct 20 2008 .localized
    147 -rwxr-xr-x 1 me staff 8 Mar 20 2010 .promptCache
    151 -rw-r--r-- 1 me staff 6893 Dec 17 10:36 A.txt
    152 -rw-r--r--@ 1 me staff 7717 Dec 17 10:54 A9.txt
    If you look very close a hint as to what is going on is obvious - the inode for the Documents folder is 152 on the local mounted case (the first set of code above for mac1), and it's 728505 in the remote mounted case for mac2. So it appears that these "hard links" to folders have an extra level of folder that is hidden from you and that AFP fails to take into account, and that is what the "hfsdebug" shows even better as you can clearly see the REAL location of the Documents folder is in something called "/.HFS+ Private Directory Data%000d/dir_135" that is not even visible to the shell. And if you look closely in the remote mac2 case, when I did the "cd Documents" I don't go into the inode 135, but into the inode 728505 (look close at the "." entry for the "ls -la" commands on both mac1 and mac2) which is the REAL problem, but have no idea how to get AFP to follow the extra level of indirection.
    Anyone have any ideas how to fix this so that "ls -l" commands don't generate these "no such file or folder" messages?
    I am guessing that the issue is really something to do with AFP (Apple File Protocol) mounted remote volumes. The TimeMachine example is something that I used as an example that anyone could verify the problem. The real problem for me has nothing to do with Time Machine, but has to do with some hard links to folders that I created on another file system totally separate from the Time Machine volume. They exhibit the same problem as these Time Machine created folders, so am pretty sure the problem has nothing to do with how I created hard links to folders which is not doable normally without writing a super simple little 10 line program using the link() system call - do a "man 2 link" if you are curious how it works.
    I'm well aware of the issues and the conditions when they can and can't be used and the potential hazards. I have an issue in which they are the best way to solve a problem. And after the problem was solved, is when I noticed this issue that appears to be a by-product of using them.
    Do not try these hard links to folders on your own without knowing what they're for and how to use them and not use them. They can cause real problems if not used correctly. So if you decide to try them out and you loose some files or your entire drive, don't say I didn't warn you first.
    Thanks ...
    -Bob

    The problem is Mac to Mac - the volume that I'm having the issue with is not related in any way to Time Machine or to TimeCapsule. The reference to TIme Machine is just to illustrate the problem exists outside of my own personal work with hard links to folders on HFS Extended volumes (case-sensitive in this particular case in case that matters).
    I'm not too excited about the idea of snooping AFP protocol to discover anything that might be learned there.
    The most significant clue that I've seen so far has to do with the inode numbers for the two folders shown in the Terminal window snippets in the original post. The local mounted case uses the inode=728505 of the problematic folder which is in turn linked to the hidden original inode of 135 via the super-secret /.HFS+... folder that you can't see unless using something like the "hfsdebug" program I mentioned.
    The remote mounted case uses the inode=728505 but does not make the additional jump to the inode=135 which is where lower level folders appear to be physically stored.
    Hence the behavior that is seen - the local mounted case is happy and shows what would be expected and the remote mounted case shows only files contained in the problem folder but not lower-level folders or their contents.
    From my little knowledge of how these inode entries really work, I think that they are some sort of linked list chain of values, so that you have to follow the entire chain to get at what you're looking for. If the chain is broken somewhere along the line or not followed correctly, things like this can happen. I think this is a case of things not being followed correctly, as if it were a broken chain problem then the local mounted case would have problems also.
    But the information for this link in the chain is there (from 728505 to the magic-135) but for some reason AFP doesn't make this extra jump.
    Yesterday I heard back from Apple tech support and they have confirmed this problem and say that it is a "implementation limitation" with the AFP client. I think it's a bug, but that will have to be up to Apple to decide now that it's been reported. I just finished reporting this as a bug via the Apple Bug Reporter web site -- it's bug id 8926401 if you want to keep track it.
    Thanks for the insights...
    -Bob

  • HT1338 Error preparing Time Machine backup disc- size error usually not being multiples of 512, encryption

    Trying to encrypt Time Machine backup disc getting message  - Error preparing Time Machine backup disc- size error usually not being multiples of 512, encryption.

    I got the same problem.
    But I think it cannot be related to not being a multiple of 512.
    As when I devide the number of bytes 3.000.592.982.016 by 512 is equals 5860533168.
    3.000.592.982.016 / 512 = 5860533168.
    So what could be the real problem?
    With kind Regards

  • Error Dialogue: "Time Machine Backup Disk Can't be Found"

    Hello -
    I am trying to "Enter Time Machine" (which is on a Time Capsule); but when I try this, I am met by the error message "Your Time Machine Backup Disk Can't be Found" with the option given to "Set up My Time Machine".
    Needless to say, my Time Machine has been set up for months. When I look in the preferences, it clearly shows the disk I'm connected to (here's a screenshot of the error dialogue alongside my Time Machine preferences: http://cl.ly/1HGk).
    Any idea what the best course of action is here.
    ADDITIONAL NOTE: notice from the screenshot that Time Machine thinks the earliest backup is only 1 day prior. This is also strange as I have said I've had Time Machine working on this Time Capsule for months. I called Apple about this and was told that a software update had gone out yesterday that reformatted the drives and started the backups all over again. While completely fishy - I don't remember agreeing to any software update dialogue about erasing my Time Capsule - I took them at their word. Not sure if this is related, but thought I should mention it.
    Thanks Crew!

    MattLat wrote:
    Hello -
    I am trying to "Enter Time Machine" (which is on a Time Capsule); but when I try this, I am met by the error message "Your Time Machine Backup Disk Can't be Found" with the option given to "Set up My Time Machine".
    Needless to say, my Time Machine has been set up for months. When I look in the preferences, it clearly shows the disk I'm connected to (here's a screenshot of the error dialogue alongside my Time Machine preferences: http://cl.ly/1HGk).
    Any idea what the best course of action is here.
    The +sparse bundle+ containing your backups may be corrupted. Repair it, per #A5 in Time Machine - Troubleshooting (or use the link in *User Tips* at the top of the +Time Machine+ forum).
    If that doesn't help, try a "full reset" of Time Machine, per #A4 there.
    ADDITIONAL NOTE: notice from the screenshot that Time Machine thinks the earliest backup is only 1 day prior. This is also strange as I have said I've had Time Machine working on this Time Capsule for months. I called Apple about this and was told that a software update had gone out yesterday that reformatted the drives and started the backups all over again.
    That's the first I've heard of that. They may have been referring to the +Time Capsule Backup Update 1.0+ update several weeks ago, that some folks got but others didn't. If it finds a problem, it sends the message in this article: http://support.apple.com/kb/HT4076 The existing sparse bundle is renamed and locked, and a new one made.

  • Error-1 time machine backups after lion upgrade

    I upgraded to Lion on both my computers. My iMac Time Machine Backups are fine - it's connected by firewire to an external hard drive.
    BUT my Macbook Tim Machine Backups are wireless using our Time Capsule and the backups are stored on the Time Capsule.
    Since upgrading, The backups fail &amp; I get this error: The backup disk image “/Volumes/Brunnertime/LittleOne (2).sparsebundle” could not be accessed (error -1).
    Just like so many other unhappy Lion users.
    One positive abberation - Last night, I went into Time Machine Preferences, re-selected the appropriate backup disk (our Time Capsule), entered the password, started a backup and VOILA it backed up fine. All night long, it did hourly backups.
    This morning? Once again, the backups are FAILING with that same error - The backup disk image “/Volumes/Brunnertime/LittleOne (2).sparsebundle” could not be accessed (error -1).
    Plus, now there are NO backups on the disk. Huh?
    At this point we are disgusted that both Lion and iCloud (that's another longer story) were released before they should have been. Too many bugs.

    Hey, finally I found a permanent fix for this issue. I read about it at another Apple Discussions Forum, but right now I don't remember where.
    It worked for me at least. In my case it seems that some Western Digital (WD) software was causing the issue. I just uninstalled WDSmartWare from my iMac using that application's own uninstaller, rebooted my Mac and, finally, after months of calling Apple Support with no luck, it all started to work normally again, so check if you have some WD software running on your Mac. In my case I didn't even need that WD software, as I had it because I used to back up to a WD Drive which I don't use anymore since I bought my Time Capsule.
    Feel free to reply if you require any further assistance.
    Good Luck.

  • Disk Error and Time Machine Backup

    I have a 2011 Mac Book Pro which has been running sluggish recently especially with Final Cut Pro X. I have 8gb memory so couldn't fathom out why.  Yesterday Time Machine also wouldn't backup either automatically or manually. Today I ran Disk Utilities and it told me that I had a disk error which couldn't be rectified meaning that I would have to reformat my disk.  I have read Apple's documentation on reformatting and taken separate backups of important data. However I'm wondering after reformatting is it safe to restore from a TM backup or is it better to reinstall all my apps (and I have a lot installed).  Does the disk error get transferred across to the TM backup as well? 
    Thanking you
    Mitaka27

    The startup drive is failing, or there is some other internal hardware fault.
    Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    Apple also recommends that you deauthorize a device in the iTunes Store before having it serviced.
    *An SSD doesn't need to be zeroed.

  • Recurring Time Machine backup error

    I have a 750-gig external hard drive that I have used as my Time Machine backup source for about year without problems. (I have a Macbook Pro that I bought in late 2008.) A few weeks ago, when I plugged in the USB cable and the backup process had automatically started, after going through several minutes of the usual clickity copying noises it put up an error message saying "Time Machine could not complete the backup because of a formatting error on the backup disk. Please check the disk and try again." (or something similar)
    This error has since happened EVERY time I try to back up the disk, so I have basically had no success creating a backup for a few months now.
    It may be that I need to re-do the original formatting process for the external drive, but I'm worried that would wipe out the stuff I already have there (it serves as more than just a backup drive).
    Additionally, the backup drive is having problems "ejecting." When I click on the Time Machine icon's eject symbol (in several different ways) -- the Mac equivalent of clicking on "Safely Remove Hardware" on a PC -- there is no response. Nada. Nothing happens. Then when I remove the USB cable or turn off the backup disk, I suddenly get messages popping up saying I did not properly eject the disk - !
    Thanks very much for any help,
    Backup-less in D.C.

    Hey w,
    You may not want to, but you're going to have to reformat the external HD. When you do, choose erase, then the option to zero the HD. This will take awhile. And it WILL wipe out all the data on it. If this cannot be accomplished, it may be time for a new HD. Post back.
    If the backup is so important that you want to spend the money on it, you could give Disk Warrior a try. It may be able to repair the external HD's directory. Or it may not, as often times the reason for data corruption is degrading HD hardware components.

  • Errors with Time Machine (not completing backup, and needing to erase the ".inProgress" package)

    I have in a previous discussion been talking about errors with my Time Machine backup.  The errors were with a problem with Indexing a file, it fails and stops the whole backup.  Each time it attemps another backup, it fills my ".inProgress" package with a (nearly) whole backup, filling my Time Machine hard drive, and thus errasing my previous good backups.  The error occurs after about 95% completion.
    In my last post of a similar disscussion, the problem was indexing the Preference Pane files and this caused the whole backup to fail.  This was my last post there:  (below in some additional info of my situation)
    I did exclude the MobileMe.prefPane.  And I got:
    12/16/11 9:24:50.468 PM com.apple.backupd: Starting standard backup
    12/16/11 9:24:50.556 PM com.apple.backupd: Backing up to: /Volumes/3 TB GoFlex Drive/Backups.backupdb
    12/16/11 9:25:14.418 PM com.apple.backupd: Waiting for index to be ready (101)
    12/16/11 9:27:02.366 PM com.apple.backupd: Deep event scan at path:/ reason:must scan subdirs|
    12/16/11 9:27:02.366 PM com.apple.backupd: Finished scan
    12/16/11 9:33:37.119 PM com.apple.backupd: Deep event scan at path:/Volumes/Mac OS Lion GM reason:must scan subdirs|
    12/16/11 9:33:37.119 PM com.apple.backupd: Finished scan
    12/16/11 9:36:15.650 PM com.apple.backupd: 758.92 GB required (including padding), 830.32 GB available
    12/16/11 10:25:14.873 PM com.apple.backupd: Copied 22.8 GB of 630.5 GB, 782749 of 2357620 items
    12/16/11 11:25:15.335 PM com.apple.backupd: Copied 86.6 GB of 630.5 GB, 1167675 of 2357620 items
    12/17/11 12:25:16.227 AM com.apple.backupd: Copied 152.2 GB of 630.5 GB, 1393795 of 2357620 items
    Dec 17 01:25:16 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Copied 305.2 GB of 630.5 GB, 1413946 of 2357620 items
    Dec 17 02:25:16 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Copied 457.1 GB of 630.5 GB, 1419190 of 2357620 items
    Dec 17 03:19:07 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Copied 1736865 files (568.3 GB) from volume Macintosh HD.
    Dec 17 03:25:16 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Copied 572.1 GB of 630.5 GB, 1848939 of 2357620 items
    Dec 17 03:40:33 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Indexing a file failed. Returned 200 for: /Volumes/Mac OS Lion GM/System/Library/PreferencePanes/Mouse.prefPane, /Volumes/3 TB GoFlex Drive/Backups.backupdb/Tom iMac/2011-12-14-171406.inProgress/7DB524DD-EFB9-42A6-8A21-0A2A312EDA6D/Mac OS Lion GM/System/Library/PreferencePanes/Mouse.prefPane
    Dec 17 03:40:33 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Aborting backup because indexing a file failed.
    Dec 17 03:40:33 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Stopping backup.
    Dec 17 03:40:33 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Copied 2164998 files (581.1 GB) from volume Mac OS Lion GM.
    Dec 17 03:40:33 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Copy stage failed with error:11
    Dec 17 03:40:50 Thomas-P-Kellys-iMac com.apple.backupd[99858]: Backup failed with error: 11
    This time it was the Mouse.prefPane that caused the error.  I'd like to exclude the entire PreferencePanes directory.
    This was my error message this time:
    I just realized this was on my small Developers partition.  Perhaps there is an error with the build, OR an error with the initial restore.  I'd like to perhaps exclude the entire /Volumes/Mac OS Lion GM.  I expect that Time Machine is working fine with my main partition and the error happens when it's almost done with the Mac OS Lion GM partition.
    The problem now is that I only have 265 GB of 3 TB available on my Time Machine HDD.  If attempt another backup, it'll surely erase about 410 GB of my past saved backups.  I've already lost 6 months, and I only have two months left of backups.  I need to erase the ".inProgress" package again.  That'll take time, and it's impossible to do from this main partition, even at root access.  This ".inProgress" has a total of two (nearly) full backups; it didn't cleanup the first full backup attempt while starting the second,perhaps it would have had it finished.  But I fear even if I exclude the whole "Mac OS Lion GM" partition,  It'll create a third full backup before cleanup and erase ~400 GB of previous good backups.  Then, I'll have a total of 4 (nearly) full backups!  3 TB is just enough without any past backups.
    Maybe I'll just copy my documentations of my 'errasing the ".inProgress" package'  last time (from the Mac OS Lion GM partition) and do a full restore of just that partition.  Thus erasing the errors all together.  If it doesn't fix the errors then this could be a bug in the build that doesn't allow Time Machine to work.  I've always included this partition in Time Machine before, even with other Lion builds, so I suspect that it was an error in the initial restore.  (I may be answering my own questions, and that the inital restore (of the small partition) is the problem, and I just need to re-restore the small partition)
    Again, I'm going to have to erase the ".inProgress" file to regain 1.53 TB of space before proceeding.
    Also, I gave myself permission to read the ".Backup.345781513.887697.log", the log that was created last night when I first started Time Machine this last time.  It was interesting, but didn't show the error I could see from the console.
    Right now, mds and mdworker appear to be going crazy even after I just now turned off Time Machine.  I think I'll let it go for the rest of the night.  Then I'll work on erasing the ".inProgress" package from the other partition boot up.
    That was my entire last post.  To add some information, I have two OS X partitons, both Mac OS X Lion.  One is my large main partition, the other is one I don't mind testing with.  I recently replaced my internal hard drive in my iMac and restored from Time Machine both partitions.  This appeared to go smoothly.  But I have yet to create a single successful Time Machine backup since.  At first it was doing a Full Backup, which I didn't like, but now it just aborts around 95% completion.  Each, time, it tries it fills the Time Machine hard drive with duplicate (nearly) full backups errasing my older good backups.  I would like to erase the ".inProgress" file to save space.
    My main question in this new discussion is does anyone know of a good way of erasing the ".inProgress" file? This is so I can preseerve my previous backups.  ACLs and other permissions seem to make it impossible to erase from this startup partition, the one I'm running Time Machine from.  Even at root level, if I give myself permission to change permissions or delete a file, it'll say Operation not Permitted instead of Permission Denied.  I have been able to delete this ".inProgress" package before when booting from the other  partition, but with great difficulty.  I have had much help from another Member in this Support Community when it comes to solving my Time Machine problems.  I think I have found the problem (indexing files in my small OS X partition), as stated in my copy& pasted post above, but I really need to delete this inProgress package first to save space before continuing!

    Pondini wrote:
    Gator TPK wrote:
    Now I'll have to fix the small partition?  How's the best way to do this?  There could be thousands of files that won't index fine.
    See if there's anything you haven't done, that applies, in the pink box of #C3 in Time Machine - Troubleshooting
    Otherwise, since most (or all?) of the indexing errors are in OSX, you might want to just reinstall it.  Something may have gone wrong sometime, that damaged those files.
    I reviewed #C3 in Time Machine - Troubleshooting and I have already done most of those things.  I have just learned something new though:
    When I included my Main OS X partition again, I got an indexing error for the first time for that partition.  I might be interesting to note that the _spotlight process was running, and it's running again (the magnifying glass has a dot and it generically says "Indexing Tom's iMac").  mdworker, mds and backupd processes really are working hard, one moment they used over 500% of my CPU.  It's nice to know for once quad core is good for something other than video encoding.  (Now if they could just get the Finder to do more than 100.1%, only 1 thread is doing 100%, I'd like to see file size calculations 8 times quicker!)
    I never got an indexing error once in the past 2 weeks for that large Mac OS X v10.7.2 main volume, and it had appeared to finish that partition backup before running into problems with my smaller test partition.  Also, I had just updated the smaller test partition with a later build of Mac OS X.  But It appears that the beta builds are clearly not the problem.  I thought I could just restore again (from the December 4th backup) the small partition and both would be fine.
    I'll finish reviewing all the suggestions on Time Machine - Troubleshooting and go from there.  Hopefully, the _spotlight indexing simutaniously was the only problem.  It's strange that the indexing hasn't happened since the original restore last week untill I finally got a good clean complete partial Time Machine backup.  Why would the first Time Machine backup trigger indexing again?
    For now, I'm going to exclude the Main Partition again, and let another good backup run.  And try your suggestions.  (And wait till mds, mdworker, etc. to finish!)
    I have the logs of the first two sucsessful backups and the last two failed backups from the last 3 hours, if that would help.?

  • Time Machine backup error message

    I am making a second backup with a new HD. It made the first Time Machine backup, but ever since, I get the error message "unable to complete backup".
    The Time Machine buddy gives me this message:
    Starting standard backup
    Backing up to: /Volumes/DIANE EXT HD 02/Backups.backupdb
    Error: (22) setxattr for key:com.apple.backupd.ModelID path:/Volumes/DIANE EXT HD 02/Backups.backupdb/Diane Tolomeo’s iMac size:7
    Error: (-50) Creating directory 2011-11-03-142638.inProgress
    Failed to make snapshot container.
    Error: (22) setxattr for key:com.apple.backupd.ModelID path:/Volumes/DIANE EXT HD 02/Backups.backupdb/Diane Tolomeo’s iMac size:7
    Backup failed with error: 2
    Can this be fixed? If so, how?

    Take a look here
    https://discussions.apple.com/thread/2142747?threadID=2142747&messageID=10782279 #10782279

  • Time machine backup failed fatal error 54

    I have a brand new hard drive and when started to restore one of my Time Machine backups I kept on getting a Fatal 54 error. I used another hard drive and received the same errors. I tried four different Time Machine backup choices with the same results.
    I took the hard drive out and ran repair disk on it and still received the following errors. Any suggestions so I could restore using my Time Machine backups would be appreciated.
    Feb 14 09:50:06 localhost OSInstaller[149]: [RESTORE] 9: 
    restoring Network
    Feb 14 09:50:06 localhost OSInstaller[149]:
        from source path: /Volumes/Time Machine Backups/Backups.backupdb/J's Computer/2012-01-23-114756/HD/Network
    Feb 14 09:50:06 localhost OSInstaller[149]:
    to destination path: /Volumes/HD
    Feb 14 09:50:06 localhost OSInstaller[149]: [RESTORE] 10: 
    restoring System
    Feb 14 09:50:06 localhost OSInstaller[149]:
        from source path: /Volumes/Time Machine Backups/Backups.backupdb/J's Computer/2012-01-23-114756/HD/System
    Feb 14 09:50:06 localhost OSInstaller[149]:
    to destination path: /Volumes/HD
    Feb 14 09:55:18 localhost OSInstaller[149]: [RESTORE] Fatal error -54 while restoring /Volumes/Time Machine Backups/Backups.backupdb/J's Computer/2012-01-23-114756/HD/System/Library/Frameworks/Python.framework/Versio ns/2.5/lib/python2.5/urllib2.pyo to (null).
    Feb 14 09:55:46 localhost LCA[79]: Child exited with status 11
    Feb 14 09:55:50 localhost Unknown[270]: Launching the Installer Crash Log Viewer
    Feb 14 09:56:14 localhost ReportCrash[269]: Process:         Mac OS X Installer [149]
    Feb 14 09:56:14 localhost ReportCrash[269]: Path:            /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    Feb 14 09:56:14 localhost ReportCrash[269]: Identifier:      Mac OS X Installer
    Feb 14 09:56:14 localhost ReportCrash[269]: Version:         ??? (???)
    Feb 14 09:56:14 localhost ReportCrash[269]: Code Type:       X86-64 (Native)
    Feb 14 09:56:14 localhost ReportCrash[269]: Parent Process:  LCA [79]
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Date/Time:       2012-02-14 09:55:21.879 -0800
    Feb 14 09:56:14 localhost ReportCrash[269]: OS Version:      Mac OS X 10.6 (10A432)
    Feb 14 09:56:14 localhost ReportCrash[269]: Report Version:  6
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Feb 14 09:56:14 localhost ReportCrash[269]: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000012
    Feb 14 09:56:14 localhost ReportCrash[269]: Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Application Specific Information:
    Feb 14 09:56:14 localhost ReportCrash[269]: objc_msgSend() selector name: release
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   libobjc.A.dylib             
    0x000000010057e33c objc_msgSend + 40
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   com.apple.CoreFoundation     
    0x0000000100679656 _CFAutoreleasePoolPop + 230
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   com.apple.Foundation         
    0x00000001008fa3c4 -[NSAutoreleasePool drain] + 158
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   com.apple.AppKit             
    0x0000000100cd6bbd -[NSApplication run] + 543
    Feb 14 09:56:14 localhost ReportCrash[269]: 4   com.apple.AppKit             
    0x0000000100ccf844 NSApplicationMain + 364
    Feb 14 09:56:14 localhost ReportCrash[269]: 5   com.apple.MacOSXInstaller   
    0x000000010000489a 0x100000000 + 18586
    Feb 14 09:56:14 localhost ReportCrash[269]: 6   com.apple.MacOSXInstaller   
    0x0000000100001620 0x100000000 + 5664
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 1:
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   libSystem.B.dylib           
    0x0000000100365ace __semwait_signal + 10
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   libSystem.B.dylib           
    0x000000010036595d nanosleep + 148
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   libSystem.B.dylib           
    0x00000001003b3320 sleep + 61
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   com.apple.installframework   
    0x00000001000b79f4 do_log_watch + 53
    Feb 14 09:56:14 localhost ReportCrash[269]: 4   libSystem.B.dylib           
    0x000000010036406e _pthread_start + 331
    Feb 14 09:56:14 localhost ReportCrash[269]: 5   libSystem.B.dylib           
    0x0000000100363f21 thread_start + 13
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 2:  Dispatch queue: com.apple.libdispatch-manager
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   libSystem.B.dylib           
    0x0000000100343c7e kevent + 10
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   libSystem.B.dylib           
    0x0000000100345b55 _dispatch_mgr_invoke + 154
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   libSystem.B.dylib           
    0x0000000100345824 _dispatch_queue_invoke + 185
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   libSystem.B.dylib           
    0x000000010034534e _dispatch_worker_thread2 + 244
    Feb 14 09:56:14 localhost ReportCrash[269]: 4   libSystem.B.dylib           
    0x0000000100344c80 _pthread_wqthread + 353
    Feb 14 09:56:14 localhost ReportCrash[269]: 5   libSystem.B.dylib           
    0x0000000100344b1d start_wqthread + 13
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 3:
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   libSystem.B.dylib           
    0x000000010032aefa mach_msg_trap + 10
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   libSystem.B.dylib           
    0x000000010032b56d mach_msg + 59
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   com.apple.CoreFoundation     
    0x0000000100690ce2 __CFRunLoopRun + 2002
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   com.apple.CoreFoundation     
    0x000000010069003f CFRunLoopRunSpecific + 575
    Feb 14 09:56:14 localhost ReportCrash[269]: 4   com.apple.Foundation         
    0x000000010096451f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    Feb 14 09:56:14 localhost ReportCrash[269]: 5   com.apple.Foundation         
    0x00000001008e4f65 __NSThread__main__ + 1429
    Feb 14 09:56:14 localhost ReportCrash[269]: 6   libSystem.B.dylib           
    0x000000010036406e _pthread_start + 331
    Feb 14 09:56:14 localhost ReportCrash[269]: 7   libSystem.B.dylib           
    0x0000000100363f21 thread_start + 13
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 4:
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   libSystem.B.dylib           
    0x000000010032af5a semaphore_timedwait_signal_trap + 10
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   libSystem.B.dylib           
    0x00000001003697b2 _pthread_cond_wait + 1015
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   com.apple.Foundation         
    0x000000010091edd3 -[NSCondition waitUntilDate:] + 399
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   com.apple.Foundation         
    0x000000010091212e -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    Feb 14 09:56:14 localhost ReportCrash[269]: 4   com.apple.installframework   
    0x000000010008c452 -[IFSession(Jobs) _runMetaQueueEngine] + 88
    Feb 14 09:56:14 localhost ReportCrash[269]: 5   com.apple.Foundation         
    0x00000001008e4f65 __NSThread__main__ + 1429
    Feb 14 09:56:14 localhost ReportCrash[269]: 6   libSystem.B.dylib           
    0x000000010036406e _pthread_start + 331
    Feb 14 09:56:14 localhost ReportCrash[269]: 7   libSystem.B.dylib           
    0x0000000100363f21 thread_start + 13
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 5:
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   libSystem.B.dylib           
    0x000000010032af5a semaphore_timedwait_signal_trap + 10
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   libSystem.B.dylib           
    0x00000001003697b2 _pthread_cond_wait + 1015
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   com.apple.Foundation         
    0x000000010091edd3 -[NSCondition waitUntilDate:] + 399
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   com.apple.Foundation         
    0x000000010091212e -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    Feb 14 09:56:14 localhost ReportCrash[269]: 4   com.apple.installframework   
    0x000000010007d47c +[IFDTargetController(WorkerThread) _handleTargetRequests] + 774
    Feb 14 09:56:14 localhost ReportCrash[269]: 5   com.apple.Foundation         
    0x00000001008e4f65 __NSThread__main__ + 1429
    Feb 14 09:56:14 localhost ReportCrash[269]: 6   libSystem.B.dylib           
    0x000000010036406e _pthread_start + 331
    Feb 14 09:56:14 localhost ReportCrash[269]: 7   libSystem.B.dylib           
    0x0000000100363f21 thread_start + 13
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 6:
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   libSystem.B.dylib           
    0x0000000100365ace __semwait_signal + 10
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   libSystem.B.dylib           
    0x000000010036595d nanosleep + 148
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   com.apple.Foundation         
    0x0000000100969f8c +[NSThread sleepForTimeInterval:] + 101
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   com.apple.SystemMigration   
    0x0000000101dcd56d -[SMManager _suppressSpotlightThread:] + 104
    Feb 14 09:56:14 localhost ReportCrash[269]: 4   com.apple.Foundation         
    0x00000001008e4f65 __NSThread__main__ + 1429
    Feb 14 09:56:14 localhost ReportCrash[269]: 5   libSystem.B.dylib           
    0x000000010036406e _pthread_start + 331
    Feb 14 09:56:14 localhost ReportCrash[269]: 6   libSystem.B.dylib           
    0x0000000100363f21 thread_start + 13
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 7:
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   libSystem.B.dylib           
    0x000000010036eaae select$DARWIN_EXTSN + 10
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   com.apple.CoreFoundation     
    0x00000001006b2252 __CFSocketManager + 818
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   libSystem.B.dylib           
    0x000000010036406e _pthread_start + 331
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   libSystem.B.dylib           
    0x0000000100363f21 thread_start + 13
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 8:
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   libSystem.B.dylib           
    0x0000000100365ace __semwait_signal + 10
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   libSystem.B.dylib           
    0x000000010036595d nanosleep + 148
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   libSystem.B.dylib           
    0x00000001003658c7 usleep + 57
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   com.apple.DesktopServices   
    0x0000000105b4711f TCopyReader::Finalize() + 211
    Feb 14 09:56:14 localhost ReportCrash[269]: 4   com.apple.DesktopServices   
    0x0000000105b32f5a TFSCopyOperation::CopyToTarget() + 622
    Feb 14 09:56:14 localhost ReportCrash[269]: 5   com.apple.DesktopServices   
    0x0000000105b34e05 TFSCopyOperation::DoCopy(TCountedPtr<TCFURLInfo> const&) + 595
    Feb 14 09:56:14 localhost ReportCrash[269]: 6   com.apple.DesktopServices   
    0x0000000105b2a982 _NodeOperation + 469
    Feb 14 09:56:14 localhost ReportCrash[269]: 7   ...ple.CoreServices.CarbonCore
    0x0000000102aa9520 _FSFileOperationOperate + 438
    Feb 14 09:56:14 localhost ReportCrash[269]: 8   libSystem.B.dylib           
    0x000000010036406e _pthread_start + 331
    Feb 14 09:56:14 localhost ReportCrash[269]: 9   libSystem.B.dylib           
    0x0000000100363f21 thread_start + 13
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 9:
    Feb 14 09:56:14 localhost ReportCrash[269]: 0   com.apple.DesktopServices   
    0x0000000105b59d2a TFSInfo::Delete(bool, bool) + 0
    Feb 14 09:56:14 localhost ReportCrash[269]: 1   com.apple.DesktopServices   
    0x0000000105b3e0e0 TCFURLInfo::Delete(bool, bool) + 116
    Feb 14 09:56:14 localhost ReportCrash[269]: 2   com.apple.DesktopServices   
    0x0000000105b4a8a3 TCopyWriter::WriteDataFork() + 333
    Feb 14 09:56:14 localhost ReportCrash[269]: 3   com.apple.DesktopServices   
    0x0000000105b4b708 TCopyWriter::Write() + 158
    Feb 14 09:56:14 localhost ReportCrash[269]: 4   com.apple.DesktopServices   
    0x0000000105b4b986 TCopyWriter::WriteTaskProc(void*) + 72
    Feb 14 09:56:14 localhost ReportCrash[269]: 5   ...ple.CoreServices.CarbonCore
    0x0000000102a33e2d PrivateMPEntryPoint + 63
    Feb 14 09:56:14 localhost ReportCrash[269]: 6   libSystem.B.dylib           
    0x000000010036406e _pthread_start + 331
    Feb 14 09:56:14 localhost ReportCrash[269]: 7   libSystem.B.dylib           
    0x0000000100363f21 thread_start + 13
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Thread 0 crashed with X86 Thread State (64-bit):
    Feb 14 09:56:14 localhost ReportCrash[269]:   rax: 0x0000000000000400  rbx: 0x000000011e7c8c00  rcx: 0x00007fffffe001c0  rdx: 0x0000000000007748
    Feb 14 09:56:14 localhost ReportCrash[269]:   rdi: 0x000000011e7c8c00  rsi: 0x00000001005951ca  rbp: 0x00007fff5fbffa70  rsp: 0x00007fff5fbffa38
    Feb 14 09:56:14 localhost ReportCrash[269]:    r8: 0x0000000101861c64   r9: 0x0000000000000000  r10: 0x00000001070173d0  r11: 0x0000000000000002
    Feb 14 09:56:14 localhost ReportCrash[269]:   r12: 0x000000010c23dc00  r13: 0x000000010c061c00  r14: 0x00000001007ef380  r15: 0x0000000000000000
    Feb 14 09:56:14 localhost ReportCrash[269]:   rip: 0x000000010057e33c  rfl: 0x0000000000010206  cr2: 0x0000000000000012
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: Binary Images:
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x100000000 -        0x10000eff7  com.apple.MacOSXInstaller 230.1 (255) <4D519D4D-458E-1EB5-B8EC-5D71279B3154> /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x100018000 -        0x10003bff7  com.apple.osinstallframework 518.1 (572) <1F8F9C79-2B8D-F514-0D1D-D21B41F99B1E> /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framew ork/Versions/A/OSInstall
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x100059000 -        0x100059ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10005c000 -        0x100067ff7  com.apple.framework.Assistant 1.6.0 (14) <B3E711E3-998D-7CA8-06A5-8E685069C5BD> /System/Library/PrivateFrameworks/Assistant.framework/Versions/A/Assistant
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x100074000 -        0x100138fef  com.apple.installframework 518.1 (572) <80D1E801-9D44-39D7-9A90-D7296EC1648C> /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1001b9000 -        0x1001d1ff7  com.apple.InstallerPlugins 4.0 (430.1) <8C3A33C1-D98A-6996-EB49-395B2959B7ED> /System/Library/Frameworks/InstallerPlugins.framework/Versions/A/InstallerPlugi ns
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1001e7000 -        0x100228ff7  com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10024b000 -        0x1002a8fef  com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1002ca000 -        0x1002d0ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1002d9000 -        0x10030eff7  com.apple.DiskManagement 3.0 (338) <06BDA03D-A615-5AE8-10F8-5FAABC7FFA89> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10032a000 -        0x1004e9fe7  libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10057a000 -        0x100630fe7  libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x100645000 -        0x1007b8fef  com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1008d1000 -        0x1008d1ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1008d4000 -        0x100b55fe7  com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x100ccd000 -        0x1016bffef  com.apple.AppKit 6.6 (1038) <D4AB61F8-371E-D197-6F3D-DE397D1A717C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x101cb3000 -        0x101ce7fe7  com.apple.framework.Apple80211 6.0 (600.27) <4FFF128A-4F64-01DB-A33A-99A8FF39D1B8> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x101cfb000 -        0x101d35fff  com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x101d45000 -        0x101d92fff  com.apple.PackageKit 1.0 (65) <B6A0FDF7-200B-0A01-E5D7-B5F96711D08A> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x101dc7000 -        0x101e6efff  com.apple.SystemMigration 215.1 (365) <71B6C7DC-7CA5-5322-9127-5FFD7C049288> /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMi gration
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x101f9b000 -        0x101f9bff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x101f9e000 -        0x101fadfff  libxar.1.dylib ??? (???) <0E323815-A88A-E239-973F-2819CED2282E> /usr/lib/libxar.1.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x101fb5000 -        0x102239fff  com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10232f000 -        0x102340fef  libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x102345000 -        0x102353ff7  libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x102357000 -        0x1023a4ff7  libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1023b1000 -        0x10256efff  libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1025dd000 -        0x10265afef  libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1026bb000 -        0x1026bfff7  libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1026c2000 -        0x10277bfff  libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10278b000 -        0x102798ff7  com.apple.AppleFSCompression 1.0 (1.0) <597C8E16-90C0-A7AA-7236-5D1281F20AD0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1027a0000 -        0x1027acfef  libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1027b1000 -        0x1028c8fef  libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1028f1000 -        0x1029bdfff  com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x102a2d000 -        0x102d5ffef  com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x102dd8000 -        0x102e22ff7  com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x102e4c000 -        0x102f08ff7  com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x102f62000 -        0x102ff2fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x103030000 -        0x10306bfef  com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x103085000 -        0x103125fff  com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10316b000 -        0x103193fff  com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1031ad000 -        0x1031c3fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1031cc000 -        0x1031dbfff  com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1031e4000 -        0x10320fff7  libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10321a000 -        0x103329ff7  libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10338e000 -        0x103512fff  com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10357c000 -        0x10357dff7  com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x103581000 -        0x10358cfff  com.apple.CrashReporterSupport 10.6 (237) <7B22FB86-33C7-A775-2F13-0D3356E2B971> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x103599000 -        0x103c8b5d7  com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x103d7b000 -        0x103f35fef  com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x103f9b000 -        0x104018fe7  com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x104056000 -        0x1040f0fe7  com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x104119000 -        0x1041cdfef  com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10420a000 -        0x10425bfe7  com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x104287000 -        0x10429cfff  com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1042aa000 -        0x10432efff  com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x104363000 -        0x1043a3fef  com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1043ba000 -        0x1043ceff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1043df000 -        0x1043dfff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1043e2000 -        0x104431ff7  libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10443e000 -        0x104443fff  libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x104448000 -        0x104466ff7  libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10446e000 -        0x104470fff  libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x104474000 -        0x10449afe7  libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1044a2000 -        0x10457cff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10458b000 -        0x10458bff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10458e000 -        0x1045d4fe7  libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1045dc000 -        0x104646fe7  libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x104650000 -        0x104e5afe7  libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x104ea3000 -        0x1052e6fef  libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x105473000 -        0x10552eff7  libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x105624000 -        0x105659ff7  libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x105668000 -        0x105717fef  edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10573d000 -        0x10575efff  libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x105768000 -        0x10588aff7  com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1058f9000 -        0x1058faff7  com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1058ff000 -        0x105a37ff7  com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x105acd000 -        0x105bb1fe7  com.apple.DesktopServices 1.5.0 (1.5.0) <EA3CDFEC-713D-7291-4015-600336E83EDD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x105c00000 -        0x105efdfef  com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106029000 -        0x1063bdff7  com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1064ea000 -        0x1064f5ff7  com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1064ff000 -        0x106546ff7  com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10656b000 -        0x1065e9fef  com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10661f000 -        0x106620fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106624000 -        0x10663afff  com.apple.MultitouchSupport.framework 200.20 (200.20) <96B8C66E-D84D-863B-CB1D-F7E005569706> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106647000 -        0x106647ff7  com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10664a000 -        0x10669ffef  com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1066bc000 -        0x106771fff  com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1067a4000 -        0x1067c8ff7  com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1067e1000 -        0x1067f0fef  com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1067f8000 -        0x106829fff  libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106830000 -        0x106851ff7  com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x10685a000 -        0x106860ff7  IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106869000 -        0x1068c5fff  libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1068d9000 -        0x1068ecfff  libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1068fc000 -        0x106a01fe7  libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106a24000 -        0x106a27ff7  libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106a2c000 -        0x106a31fff  libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106a36000 -        0x106ac2fef  SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106b06000 -        0x106b0dfff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106b16000 -        0x106b2ffff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106b44000 -        0x106b64fef  com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106b6e000 -        0x106bacfe7  com.apple.MediaKit 10.0 (472) <5C9E6EAA-D074-96B8-81AC-F52D8B6D8AAC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106bbf000 -        0x106c96fef  com.apple.DiscRecording 5.0 (5000.4.6) <34DF0AA3-916C-811D-A32E-0CD8D0C51FFC> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106cf6000 -        0x106d10ff7  com.apple.NetInfo 1.0.0 (???) <65E4F4B7-FE72-E29A-25F4-3B382947793C> /System/Library/PrivateFrameworks/NetInfo.framework/Versions/A/NetInfo
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106d1c000 -        0x106e1cfef  com.apple.DiskImagesFramework 10.6 (281) <8C1B230C-AE15-4F19-F5BB-ADCBFC136E08> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106e79000 -        0x106e79ff7  com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106e7c000 -        0x106eb7fff  libcurl.4.dylib ??? (???) <383AC19D-AEED-9F53-DEA3-FF118BDD3735> /usr/lib/libcurl.4.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106ec5000 -        0x106efcff7  libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106f11000 -        0x106f16ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106f1e000 -        0x106f21fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106f27000 -        0x106f3dfff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106f57000 -        0x106f72ff7  com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106f83000 -        0x106f85fff  com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x106f8a000 -        0x106f8dff7  com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1071de000 -        0x1071ebfff  libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x107583000 -        0x1075c6ff7  libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x107720000 -        0x107724ff7  libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x107748000 -        0x10774efff  libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x1077ae000 -        0x1077dcfff  com.apple.XInstall.InstallAssistant 230.1 (255) <8253263C-82C6-4634-55A9-54CF1E9165FC> /System/Installation/CDIS/Mac OS X Installer.app/Contents/Resources/OSXInstallAssistant.bundle/Contents/MacOS/OSXI nstallAssistant
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x11d5d7000 -        0x11d6a2fe7  ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x11e113000 -        0x11e130fff  com.apple.menuextra.airport 6.0 (600.22) <64E84349-18AA-2A65-45D0-D56E0BF7A158> /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x11e15d000 -        0x11e164fff  com.apple.TIMCore 1.2.0 (1.2.0) <7F44307F-83C0-E67D-90CC-988333109803> /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedSupport/TIMCore.bundle/Contents/MacOS/TIMC ore
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x11e16d000 -        0x11e17eff7  com.apple.TextInputUI 1.0 (1.0) <DA3E36FC-5B69-C471-71CE-6EE50D5FE2CE> /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedFrameworks/TextInputUI.framework/Versions/ A/TextInputUI
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x11e190000 -        0x11e1aafff  com.apple.airport.clientbundle 6.0 (600.22) <C94F0C3A-8BF0-722C-4E56-FF5BC27F5FEE> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/Cli entController.bundle/Contents/MacOS/ClientController
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x11e1bb000 -        0x11e1deff7  com.apple.SystemConfiguration.EAP8021X 10.0.0 (1.0) <46DFFE51-F835-03FE-48E7-ED0A7326B8A1> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x11e1ea000 -        0x11e233ff7  com.apple.securityinterface 4.0 (36981) <F14235A2-8320-1A71-24FE-EB22008483E9> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x11e684000 -        0x11e6c1ff7  libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistry.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:        0x11ed5e000 -        0x11ed8ffef  libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]:     0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    Feb 14 09:56:14 localhost ReportCrash[269]:     0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    Feb 14 09:56:14 localhost ReportCrash[269]: 
    Feb 14 09:56:14 localhost ReportCrash[269]: 

    I ended up installing Snow Leopard and when it offered the option to install a Time Machine backup I choose that option. I know have all of my information back.

  • Time Machine backups fail with no error message

    My Time Machine hasn't successfully completed a backup since 3/19. It starts the backup on schedule, indexes over 2 million objects, goes through the phase of preparing objects, and then just stops. I know that there have been many changes since that time, but it isn't backing them up. Please tell me how to fix this.

    I have the same problem - Time Machine fails to backup with no error message - after a brief foray into Mavericks. Each time it tries to backup, TM creates a new folder in the "in progress" directory but fails to complete.  Otherwise TM looks normal with no obvious errors. I have several HDDs.  I installed Mavericks on an external drive, migrated my data over to it. Booted from it and after a day or two decided I just didn’t' like it and booted from my Snow Leopard partition.  All was fine but apparently, I had forgotten to turn OFF Time Machine while booted into Mavericks.  Thereafter, Time Machine failed to backup.  Here's what I've done and the error logs:
    Deleted the NEW directory that Mavericks created on TM
    Done a full reset of TM (deleted: /Library/Preferences/com.apple.TimeMachine.plist
    Re-entered the exclusions
    Rebuilt the directory structure on the boot disc using DiskWarrior
    Repaired the TM disc using Disc Utility
    Resynced the Spotlight cache on the boot disk
    TM also seems not to do a deep traversal since it just stops after checking files to backup.
    Here are the error logs from the TM Buddy widget:
    Starting standard backup
    Error loading /Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/MacOS/Vir tualPCDiskImagePlugin:  dlopen(/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/Ma cOS/VirtualPCDiskImagePlugin, 262): no suitable image found.  Did find:\n /Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Contents/MacOS/Vir tualPCDiskImagePlugin: mach-o, but wrong architecture
    Cannot find function pointer MacDiskImagePluginFactory for factory 7F1FD83E-6684-11D8-968F-000A957703C0 in CFBundle/CFPlugIn 0x102f00930 </Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle> (bundle, not loaded)
    Backing up to: /Volumes/Time Machine/Backups.backupdb
    Event store UUIDs don't match for volume: Mac Pro Data
    Forcing deep traversal on source: "Mac Pro Data" (mount: '/Volumes/Mac Pro Data' fsUUID: B4BEA50F-15B1-34BB-92F1-B7605139B852 eventDBUUID: BA019CB5-8123-4C99-9806-C9593D4EFA34), {1, 1, 1, 0}
    Event store UUIDs don't match for volume: Music HDD
    Forcing deep traversal on source: "Music HDD" (mount: '/Volumes/Music HDD' fsUUID: FF1EF8F5-30D0-34C0-BC02-ACDB5AD18B3A eventDBUUID: 92A95F63-5F4A-4987-90DB-5444ADF33D40), {1, 1, 1, 0}
    Node requires deep traversal:/ reason:must scan subdirs|
    Error: Flushing index to disk returned an error: 0
    Backup canceled.
    I don't know what to do next.  Any ideas?
    Thanks,
    John

  • Complex problem - Time Machine backup missing "Applications" directory

    OK - I have a 2 or 3 year old iMac - Intel 1.83 mh / 4gb memory OS 10.5.7. System has been working fine and time machine seems to have been backing up fine. Today, we had a strange problem with the HD, probably some weird hit - it wouldn't boot, and I tried multiple times. I finally booted from the CD and used the disc utility to try and examine/repair the disk - no luck. I got an error message. I then went back to the CD and restored the entire system from Time Machine. The restore seem to work fine. The system re-booted OK --- EXCEPT --- there were no apps - and I mean zip. Aside from the finder, there was no Terminal app, couldn't find any apps in spotlight, and I couldn't see the app directory anywhere on Time Machine. I believe all of my data was restored OK. It's difficult for me to tell if somehow the apps were all deleted from time machine or they're there and just not visible.
    Anyway, I then restored the OS (10.5) from my CD, and it has restored the basic apps that come with it - mail, terminal, disk utility etc. However, I still can't see the apps on Time Machine.
    This is somewhat disconcerning since I had assumed that I could do a complete system restore with time machine.
    I'm open to any advice you might have.
    Signed - frustrated with Time Machine

    BaNzOmBiE wrote:
    I also noticed that on the time capsule there are more recent backups that I was not offered to restore by the mac os x boot disk.
    Maybe not. Did you do a full restore, by booting from your Leopard Install disc, and selecting Utilities then +*Restore from Backups+* from the menubar? If so, the list of backups you saw was not shown in your local time zone: it's in *U.S. Pacific Time,* (because you only specify your language when booting from the Leopard Install disc, not your local time zone).
    If you selected the last backup shown, then you got the last one, even if the date & time didn't seem right.
    I don't know what to do.
    Shall I start the recovery process from scratch using the same backup (and wait 13 more hours..)? Or maybe try to manually copy the applications directory on the restored mac and see what happens.
    Are you sure it's not there? I know that sounds silly, but be sure you're signed-on as an Admin user, check the top level of your internal HD, and other places. What happens if you click the Apple icon in your Menubar, then +System Preferences?+ It may be some sort of permissions problem -- if the restore utility can't restore something, it will fail, not just skip things.
    If all else fails, your best bet might be to do an Archive and Install, preserving users and settings, per the *Archive & Install* section of the Glenn Carter - Restoring Your Entire System / Time Machine *User Tip* at the top of this forum.
    Then use the normal Time Machine app to restore the other apps.

  • Time Machine Backup using Active Directory account

    I have two macbook pros (running 10.6.4) using Active Directory accounts and I am trying to backup them up to an Active Directory integrated XServe (running 10.6.4) with a shared Time Machine backup point. I open Time Machine preferences, select the disk, entering username and password, and it starts trying to make the backup disk available. However, it quits and gives me the following error - the network backup disk could not be accessed because there was a problem with the network username and password. The username and password are correct. I have tried three different accounts and they all produce this error.

    This happened to an issue AFP. I had AFP authentication set to use Kerberos. I changed it to use "Any Method" and it is working properly.

  • Time Machine:Backup failed with error: 11

    All of a sudden this weekend my Time Machine backup stopped working.  I just installed a new Time Capsule about 2 months ago and was backing up with no problems until now.  When the backup starts it runs for a few minutes, then throws the following error:
    So I ran Disk Utility on the Time Capsule and I got this:
    Verifying volume “Time Machine Backups”
    Checking file systemChecking Journaled HFS Plus volume.
    Detected a case-sensitive volume.
    Checking extents overflow file.
    Checking catalog file.
    Checking multi-linked files.
    Checking catalog hierarchy.
    Checking extended attributes file.
    Checking multi-linked directories.
    Incorrect number of directory hard links
    Checking volume bitmap.
    Checking volume information.
    The volume Time Machine Backups was found corrupt and needs to be repaired.
    Error: This disk needs to be repaired. Click Repair Disk.
    My question is this, if I run Repair Disk on my Time Capsule, am I going to lose all the data on there?  Granted, I'd be punting 2 months worth of backups, which isn't the worst thing in the world, but if there is any way to save the data I'd prefer that option.

    You have to repair to get the data to copy off.. generally.
    But you can try to copy beforehand.. plug in a USB drive of adequate size and archive off the current backups.. you do this via the v5 utility.. apple simply left it out of v6.
    That means you have to install v5 on Mountain Lion do it thusly.
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. it is very simple.. drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. drill down.. applications utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall 6.1 so don't try.. and you cannot or should not run them both at the same time.. so just ignore the toyland version.. the plastic hammer.. and start using 5.6.. a real tool.
    If the file doesn't copy that is half-expected as it is corrupt.
    Run the repair.
    Do the archive if you want.. of the repaired backup.
    Now do an erase of the TC.. I would recommend a one pass erase which will take several hours as it has to low level format the drive. Any errors means the drive is no longer to be trusted. Take it back to apple and say the drive is corrupt.. that isn't good enough and you want a new one.

  • Time Machine Backup error - The backup disk image "/Volumes/Data/Extreme.sparsebundle" could not be accessed (error -1).

    I am getting a Time Machine backup error "The backup disk image “/Volumes/Data/Extreme.sparsebundle” could not be accessed (error -1)."
    Then a Finder window pops up with the backup directory in it.  When I open it I see all the backups that were completed successfully and then the one there is simply always shows the data and .inProgress.  I thought that maybe if I could delete the one that is perpetually in progress it would start a new one and run fine, but I won't let me delete it.

    Reboot the TC.. or go to the 5.6 utility.. and disconnect all users.. to force it to reconnect.
    C17 in troubleshooting.. to give more specifics to Kappy's comment.
    http://pondini.org/TM/Troubleshooting.html

Maybe you are looking for

  • Is there a way to fix the "carging is not supported with this accessory" warning when I plug my ipod touch into my laptop?

    It's been working fine up til now, but the other day it began coming up as a warning. It also won't let me play music for very long before connectingand disconnecting my ipod multiple times....It's never had this issue before, so I have no idea what'

  • Headings to Bookmarks - w Word 2010 and Acrobat Pro 9

    So Adobe decided to rip us off by denying a fix for the Acrobat Pro Ribbon in  MS Office 2010 We refuse to take part on their money making scheme and spend loads to upgrade to Acrobat X just for that  (sorry Adobe, try not cheating your customers nex

  • Forms 10g runs well in one computer but not others

    Dear gurus, i have installed my application server forms and reports 10g and manage to connect forms using mozilla firefox web browser (IE failed - i guess this one is IE bugs) in my own computer and it works very well in my own computer. Weird case

  • Aspiring photographer.

    Looking to buy a camera for my trip to Europe this summer and I've narrowed my options to the EOS 6D, 7D Mark II, 7D, 70 D, and 60 Da. Which one is the best suit, please provide your reasoning behind your choice.

  • HELP, Ipod nano 4 GB v 1.2 not visible in itunes v7.02.16

    I did the update for Itunes v7.02.16 and after this my ipod nano 4 GB firmware v1.2 was not visible in itunes but in de windows explorer it was shown. I was more then a hour on the phone with a support guy, with the result (his opinion) that it was a