Stuck in endless loop with File.openDialog

I'm experiencing a new issue for me. One I have never run across in using this same function over the years. I'm using a line like this to locate a file.
var itemOut =  new File.openDialog(editText.text,"", false);
For some reason though, after I select the file, it pops up another dialog and won't ever quit popping another one up after I click OK. I'm running the scripts from the ESTK with AE 12.2.

I think it could be something to do with my UI panel. If I make a simple test script, it doesn't fail. But in my main script it does. Here is  snippet of the code where I'm calling the function and prompt.
            dlg = new Window(alertBuilderResource);
            dlg.locPnl.dataFile.locBtn.onClick = function(){findSomething("file", dlg.locPnl.dataFile.et)};
           return dlg
function findSomething(itemType, editText){
     if(itemType == "file"){
          var itemOut =  new File.openDialog(editText.text,"", false);
          alert(itemOut.name);
          }else{
          var itemOut =  new Folder.selectDialog(stringPrompt);         
        if(itemOut){
        $.writeln(itemOut.toString());
        editText.text = itemOut.toString().replace(/%20/g," ");
        }else{
         var itemOut = "there was an error, please try again";  
        return itemOut

Similar Messages

  • Firefox goes into an endless loop with blue circular cursor at various times when trying to load a file.

    Firefox hangs up at times when I try to download a file. The hangup is evidenced by the Windows 7 spinning blue cursor going into an endless loop. The only way out if it is with "ctrl/alt/del". Sometimes I can cancel, and Firefox will be normal again, and other times I have to go on into "Taskmaster" and stop the process.

    Similar problem. An Email includes a URL, clicking on brings up a message including "click here" to link to an additional site.
    This bring up either the Windows7 rotating cursor and/or the message "stopped".
    I copied the "click here" address (another URL) and pasted it into the IE8 browser, which succeeded in displaying the information. It worked, to my surprise but it is clumsy. Do I have to remove Firefox (3.6.6) and use only IE8?
    Another system on my home network, using XP Home SP2, and FF 3.6.4 works fine in the same circumstances

  • Stuck in a loop with iMovie

    I'm stuck in a loop.  iMovie says it is looking for a certain movie file; says it can't be found and will not play properly and then begins to search again.  I can't seem to bypass this and just open iMovie so I can work on something else.  I don't need the file it is looking for.  I have recently moved all of my movie files to an external hard drive to free up space on my iMAC.  I am just trying to start a new project in iMovie.  Any ideas?

    Sounds like a problem with your library. Go to applications in finder and double click iMovie app while holding down the option key. You should get a dialog box which allows you to choose another library to open. If you don't have another library you can create one here and iMovie should open for you.

  • Mac Mail incoming messages stuck in endless loop

    My Mac Mail (Version 7.3) suddenly went crazy on me this morning - when you check for incoming messages, it will show under mail activity that it is checking but the progress bar will fill 80% of the way then stop, with no messages downloaded. And if you go to check for incoming messages again, the total number of messages will double. On and on like that in an endless loop toward infinity. I was able to see that I do not, in fact, have thousands of e-mails waiting for me by clicking account info -> messages on server. Like a dummy I deleted my account (without backing up my sent and drafts, much to my combined shame and dismay) but that didn't fix the problem. I only have one account, a POP3, in my Mac Mail. OSX version is 10.9.4

    First thing to do is never post your actual email address in the forums; you don't want to get lots of spam as a result of spambots harvesting that address.
    Next, login to the web interface of your .mac account and verify how many messages are actually there, both new Unread messages, and already Read messages. Write those numbers down and then logout.
    Quit Mail and go to Home/Library/Mail and remove the mailbox for your IMAP (.mac) account. Then delete any files that start with Envelope Index.
    Restart Mail and wait for it to download your .mac email again and rebuild your Mail index; then check to see if the problem continues.

  • Stuck in endless loop checking for IMAP mail

    My ISP that I have my domain name on for some reason is having real problems with Mac OS X 10.8.0 that weren't there before:
    Dovecot Exim version 4.80 is my server.
    My Drafts, Drafts Cache, and a subfolder of Drafts all are checking messages through IMAP with no end in sight after 10 minutes on the Activity dialog. Safari, Chrome, and Mail are all that are open.  They claim the server load is all of 5% load.  Would upgrading to 10.8.1, 10.8.2, or 10.8.3 help (after of course backing up)?

    Sure, just as soon as you come round to my house and do the laundry for me ;)
    Alternatively, you could put a bit of effort in and fix the basic errors. You say that you are stuck in an endless loop. That is not possible from the code that you have supplied, there are therefore two possibilities.
    1. You lied i.e. you are actually trying to run the above code, it errors and you want someone to fix it, but thou8ght that somehow implying a different error in the code would get someone to do your work for you.
    2. You Poste d code different to that which you are actuially running and your code does indeed have an infinite loop. In which case, post the code that actually runs but drops into an endless loop.
    GL

  • TimeCapsule backup is stuck in endless loop

    Hi,
    yesterday I updated my MacBook Pro from 10.5.8 to 10.6.3. Today I tried to back up my new system on my TimeCapsule 500. Before it started it did some kind of verification, with seemed to be successful, but now TimeMachine is stuck in a kind of an endless loop. It constantly counts the items to back up, then deletes old backups, then does some "cleaning up", but instead of backing up the new stuff, it starts again with counting items. Weird thing is, that obviously TimeMachine looses contact to the volume in the step of "cleaning up". I recognized that the volume is unmounted in this step and remounted afterwards.
    I'm totally lost in this. Any hint is appreciated.
    Werner

    Werner Kranwetvogel wrote:
    Thanks for the tipp, Pondini. Did exactly as you told me and now it works,
    Yay!
    even if it's a shame that all the old backups are gone.
    They were corrupted, so might have been useless anyway.
    Wonder what happens, when my TimeCapsule will be full again and Time Machine has to delete old backups once more. Do I have to do this hard restart again, or will it work like it should? We'll see about that.
    Unless Time Machine needs to do another full backup, or perhaps a very large one, you should be fine. This was a "perfect storm" of needing to do a full backup and a "deep traversal" at the same time. We've seen that on rare occasions; why it has to repeat the "deep traversal" after deleting each backup is not clear, but at least it's rare.

  • Odd Endless Loop with Explorer 8 (pc)

    I have many of these tags on a site...
    <meta http-equiv="refresh" content="0;page2.php">
    It just goes into an endless loop but stays on the original page - never going to page2.php
    then i see that it seems to work with the absolute URL but not the local relative one...
    <meta http-equiv="refresh" content="0;http://domain.com/page2.php">'
    Q : before I change many of these - is there any other workaround to keep using the relative link instead?

    I found it - adding url= did the trick ---- url=page2.php
    <meta http-equiv="refresh" content="0;url=page2.php">

  • Icloud email stopped, now in endless loop with icloud

    Help! I have a Macbook pro, running, Mac OSX 10.7.5 and browsing with Safari 6.1.6. Earlier today my account started asking me for my password. So I attempted to go to icloud and it asked for the password it said that I needed to change the password. I did so and then went back to icloud and attempted again. It then told me I needed to change the password... ENDLESS LOOP!  Argghhh... Someone please help!

    I don't know whether this is confined to address book entries; I get the same kind of thing with calendar entries, but only on one of my Macs. I regularly sync an iMac G4 at home, an iMac G5 at work, and a PowerMac G4-450 at my daughter's house, and the PowerMac is the only one that has this problem. All 3 systems are running 10.4.10 and have tons of memory and disk space. All systems are set to sync with .Mac once per hour. I sync Calendar, Address Book, Bookmarks, Keychains, Yojimbo, and MacJournal. The symptoms are:
    * The two iMacs stay in sync with no intervention.
    * The PowerMac does not sync automatically as it is supposed to. When I sync it manually, I always get a list of Sync conflicts.
    * When the Conflict Resolver comes up, it always has some conflicts in calendar or address book entries. I tell it to use .Mac for all similar situations, click OK, and then the Conflict Resolver eats all available CPU time and shows in Activity Monitor as non-responsive till I kill it.
    I have tried using Syncrospector to reset the sync state, do a slow sync, etc. on this machine to no avail. Totally baffled... Anyone else see this or know how to break the deadlock?
    JEH

  • Stuck in endless loop for new line logic

    below code return endless output, loop didnot exit.
    pls help..
    DECLARE
    var01 VARCHAR2(1000);
    var02 VARCHAR2(1000);
    var03_error VARCHAR2(1000);
    cnt number(3);
    CURSOR cur is
    SELECT * from temp_merge01
    begin
    FOR i IN cur
    var01 := i.action01;
    LOOP
    var02 := substr(replace(var01,''),1, (instr(replace(var01,''),chr(10))));
    IF var02 IS NOT NULL THEN
    dbms_output.put_line('var02: '|| var02);
    END IF;
    var01 := replace(substr(replace(var01,''),(instr(replace(var01,''),chr(10)))+1),'');
    dbms_output.put_line('var01: '|| var01);
    cnt := instr(var01, '<');
    if cnt <> 0 then
    null;
    else
    dbms_output.put_line('var02: '|| var02);
    end if;
    EXIT WHEN cnt = 0;
    END LOOP;
    EXCEPTION
    WHEN OTHERS THEN
    var03_error := SQLERRM;
    dbms_output.put_line ('Error: ' || var03_error);
    end;

    Sure, just as soon as you come round to my house and do the laundry for me ;)
    Alternatively, you could put a bit of effort in and fix the basic errors. You say that you are stuck in an endless loop. That is not possible from the code that you have supplied, there are therefore two possibilities.
    1. You lied i.e. you are actually trying to run the above code, it errors and you want someone to fix it, but thou8ght that somehow implying a different error in the code would get someone to do your work for you.
    2. You Poste d code different to that which you are actuially running and your code does indeed have an infinite loop. In which case, post the code that actually runs but drops into an endless loop.
    GL

  • Stuck in endless loop after iOS7 upgrade

    I backed up to an iMac using iTunes, latest version, ran the upgrade and now am stuck in an endless loop.
    Power off, restart.
    Hello, slide to setup - done
    Select US region - done
    Choose Wifi - have to enter network info each time
    Set up your iPad - restore from iTunes backup - select restore from backup
    Connected to iTunes screen - connect USB
    On iMac use iTunes Devices:restore from backup:Bruce's iPad
    Select Backup, click Restore button
    Brief display of iOS7 on iPad, then restart, progress bar displays and appears to indicate restore
    Hello, slide to setup
    I cannot get out of this.

    once u have restored from back up it will do the set up assistant as u said, when u get to the part where it asks if u want to set up as new, hit that. it will let u in and ur back up will be there. at least thats the way its suppose to work. if it doesnt u can always erase all content and settings to go back to the loop.

  • Firefox stuck in endless loop asking to restart to finish previous update but does nothing. Can uninstall or install newer version over it. I believe the setup files were erased before reboot by another installer. How do i fix this?

    Anything i try related to firefix gets "Your computer must be restarted to complete a previous upgrade of Firefox" I have tried rebooting no luck, i have tired uninstalling from add remove programs or installing 4.0 over it. At the time I was try to upgrade from 3.0 to 3.6.15. I tried searching for the xpicleanup.dat file but no luck there.
    Any suggestions to get firefox back up and running

    I was having the same problem, so I deleted 'firefox.exe.moz-upgrade' from 'C:\Program Files\Mozilla Firefox' directory, as recommended. Now it no longer says it needs a restart to complete a previous installation. It says it needs a restart to complete a previous uninstall. What do I do now? Help!

  • Firefox gets stuck in a loop with untrusted connections.

    When I try to go to certain sites, like to check my bank account or credit card accounts, Firefox says the connection is untrusted. I tried adding the certificates, but Firefox gets stuck in a never-ending loop of adding the certificates and telling me the sites are untrusted. Other sites only require adding the certificates once, then they work fine. What can I do to be able to log into my accounts on Firefox? I have a Mac with Snow Leopard.
    == URL of affected sites ==
    http://www.chase.com http://www.bankofamerica.com

    See [[Firefox keeps opening many tabs or windows]]
    You can have infinite tabs opening if you have selected Firefox as the application to handle a file if you get an ''Open with'' download window.
    Firefox should not be selected as the application to handle a file and you have to remove the action that is associated with that file type.
    You can delete [http://kb.mozillazine.org/mimeTypes.rdf mimeTypes.rdf] in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] to reset all actions or set that action in Tools > Options > Applications to 'Always Ask'.
    See http://kb.mozillazine.org/File_types_and_download_actions ("File handling in Firefox 3 and SeaMonkey 2" and "Reset Download Actions")

  • Macbook Pro stuck in restart loop with fresh install

    Hello!
    I have a Macbook Pro (Mid 2009) that I have been running Snow Leopard on up until now. I had been meaning to upgrade to Mavericks for a while, but had just never gotten around to it. Over the last month or so, my Macbook has been running really slow, hanging on the spinning beachball every few minutes for a few seconds (sometimes up to a minute or so). So I figured a clean start might be the best way to go, and while I'm at it, I might as well upgrade to Mavericks.
    I backed up all my data, and then I created a Mountain Lion bootable usb (I had trouble making a Mavericks bootable usb from Snow Leopard, and since I had bought Mountain Lion for my desktop, I just decided to do a fresh install of that, and then upgrade to Mavericks). I had no problem booting to the usb, erased my hard drive and did a fresh install of Mountain Lion. However, after the install on the usb, my mac restarted and got stuck in a restart loop. It will chime, show the apple logo and spinning gears for a few seconds, then the gears stop spinning, and then the mac immediately restarts (this time displaying a message saying the mac has recovered from a shutdown in a number of languages), and the same thing happens again.
    I was able to boot into the recovery partition, checked the permissions, found some that needed to be fixed, ran the repair permissions, verified the disk and was told the disk appears okay. Tried to then restart and same thing.
    I have reset SMC, NVRAM, and none of these change anything. I booted in single user mode and ran fsck -fy, and recieved a message saying modifications were made, rebooted, same thing.
    I have booted in verbose mode and the system restarts at the same point every time, right after displaying a message that says
    SMC::smcReadKeyAction Error: (and then something with "BEMB", it goes by really fast so its hard to read exactly)
    I have managed to boot into safe mode, but this has not made a difference. On one of my boots into safe mode, I went ahead and made a Mavericks bootable usb, and restarted the process: wiped the drive, installed mavericks, but I am in the exact same situation. I can still boot into safe mode.
    I have seen some other issues that people have posted, but most involve the system freezing after the apple screen (not restarting) or do not involve freshly formatted HDs.
    I'm just tying to find out if this is a hard drive issue, or if my mac itself needs to be retired. It has had a pretty long life (being 5 years old), and one of the RAM bays doesn't work (it is only running 4GB of ram, not sure if that can cause a problem with the boot cycle).
    Sorry if thats a lot of information, I've been trouble shooting this for a few days. But thanks for any help you can offer!
    A strange note:
    -when booting from the mavericks usb, I got stuck in the restart loop a couple of times. I managed to get past this by clicking the mousepad a few times right after the gears finished spinning. The mouse became visible, the apple screen shifted color a bit (went from a bluish gray tint to an orangish gray tint), the mouse became visible, and I got to the reinstall menu as normal. As far as I can tell the clicking may have been coincidental, but it was the only time I was able to boot the usb, and I wasn't going to risk restarting to test that, and then not be able to boot again.

    Hey, thank you for your reply! I didn't have everything backed up, but I have a lot of my important stuff saved, though, so that's somewhat of a relief..
    As far as my hard drive is concerned, would I have to send it in somewhere to get it fixed or would I just have to get a brand new one? If so, how much? Sorry if I seem a bit amateur, but this computer is my first personal computer, and I'm really lost without it!

  • Time capsule stuck in endless loop after installation of Snow Leopard

    I've done an upgrade to Snow Leopard on my Unibody Macbook.
    Then when I started Time Machine for the first time, it asked me if I wanted to use my existing backup file or make a new one. I went for the existing backup file and it gave me a warning that I wouldn't be able to use it on my old machine anymore. I went for it.
    Then I let it go for something like 15 hours, but it would always get to a certain percentage at "Calculating Changes", but never complete the actual backup. It would somehow restart after a while and start again from the beginning.
    I tried this both wired and wirelessly. Also, I do not have access to my old backups in Time Machine. I just see "today".
    I've looked in Console and filtered the syslog for "backupd". This clearly shows that it stops and starts several times. Problem is that I don't understand why this happens and how to solve it.
    If anyone can shine a light on this, that would be great. Below are a few hours worth of logfile.
    Kind regards,
    Bastian
    Aug 26 00:30:20 BM-MBP101 com.apple.backupd[6589]: Starting pre-backup thinning: 208.82 GB requested (including padding), 5.76 GB available
    Aug 26 00:30:20 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-04-110649
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649: 5.76 GB now available
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-07-115943
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943: 5.76 GB now available
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-08-091634
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634: 5.76 GB now available
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-10-081726
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726: 5.76 GB now available
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-11-094042
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042: 5.76 GB now available
    Aug 26 00:30:21 BM-MBP101 com.apple.backupd[6589]: Stopping backup.
    Aug 26 00:30:22 BM-MBP101 com.apple.backupd[6589]: Backup canceled.
    Aug 26 00:30:24 BM-MBP101 com.apple.backupd[6589]: Ejected Time Machine disk image.
    Aug 26 00:30:24 BM-MBP101 com.apple.backupd[6589]: Compacting backup disk image to recover free space
    Aug 26 00:31:04 BM-MBP101 com.apple.backupd[6589]: Completed backup disk image compaction
    Aug 26 00:31:04 BM-MBP101 com.apple.backupd[6589]: Starting standard backup
    Aug 26 00:31:04 BM-MBP101 com.apple.backupd[6589]: Network destination already mounted at: /Volumes/Bastian Time Capsule
    Aug 26 00:31:07 BM-MBP101 com.apple.backupd[6589]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 00:31:07 BM-MBP101 com.apple.backupd[6589]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 00:31:11 BM-MBP101 com.apple.backupd[6589]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 00:31:11 BM-MBP101 com.apple.backupd[6589]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 00:40:45 BM-MBP101 com.apple.backupd[6589]: Starting pre-backup thinning: 208.82 GB requested (including padding), 5.76 GB available
    Aug 26 00:40:45 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-04-110649
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649: 5.76 GB now available
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-07-115943
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943: 5.76 GB now available
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-08-091634
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634: 5.76 GB now available
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-10-081726
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-11-094042
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726: 5.76 GB now available
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042: 5.76 GB now available
    Aug 26 00:40:46 BM-MBP101 com.apple.backupd[6589]: Stopping backup.
    Aug 26 00:40:47 BM-MBP101 com.apple.backupd[6589]: Backup canceled.
    Aug 26 00:40:49 BM-MBP101 com.apple.backupd[6589]: Ejected Time Machine disk image.
    Aug 26 00:40:49 BM-MBP101 com.apple.backupd[6589]: Compacting backup disk image to recover free space
    Aug 26 00:41:29 BM-MBP101 com.apple.backupd[6589]: Completed backup disk image compaction
    Aug 26 00:41:29 BM-MBP101 com.apple.backupd[6589]: Starting standard backup
    Aug 26 00:41:29 BM-MBP101 com.apple.backupd[6589]: Network destination already mounted at: /Volumes/Bastian Time Capsule
    Aug 26 00:41:32 BM-MBP101 com.apple.backupd[6589]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 00:41:32 BM-MBP101 com.apple.backupd[6589]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 00:41:36 BM-MBP101 com.apple.backupd[6589]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 00:41:37 BM-MBP101 com.apple.backupd[6589]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 00:51:12 BM-MBP101 com.apple.backupd[6589]: Starting pre-backup thinning: 208.82 GB requested (including padding), 5.76 GB available
    Aug 26 00:51:12 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-04-110649
    Aug 26 00:51:12 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649
    Aug 26 00:51:12 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649: 5.76 GB now available
    Aug 26 00:51:12 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-07-115943
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943: 5.76 GB now available
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-08-091634
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634: 5.76 GB now available
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-10-081726
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726: 5.76 GB now available
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-11-094042
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042: 5.76 GB now available
    Aug 26 00:51:13 BM-MBP101 com.apple.backupd[6589]: Stopping backup.
    Aug 26 00:51:14 BM-MBP101 com.apple.backupd[6589]: Backup canceled.
    Aug 26 00:51:16 BM-MBP101 com.apple.backupd[6589]: Ejected Time Machine disk image.
    Aug 26 00:51:16 BM-MBP101 com.apple.backupd[6589]: Compacting backup disk image to recover free space
    Aug 26 00:51:56 BM-MBP101 com.apple.backupd[6589]: Completed backup disk image compaction
    Aug 26 00:51:56 BM-MBP101 com.apple.backupd[6589]: Starting standard backup
    Aug 26 00:51:56 BM-MBP101 com.apple.backupd[6589]: Network destination already mounted at: /Volumes/Bastian Time Capsule
    Aug 26 00:51:59 BM-MBP101 com.apple.backupd[6589]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 00:51:59 BM-MBP101 com.apple.backupd[6589]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 00:52:03 BM-MBP101 com.apple.backupd[6589]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 00:52:03 BM-MBP101 com.apple.backupd[6589]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 01:01:38 BM-MBP101 com.apple.backupd[6589]: Starting pre-backup thinning: 208.82 GB requested (including padding), 5.76 GB available
    Aug 26 01:01:38 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-04-110649
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649: 5.76 GB now available
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-07-115943
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943: 5.76 GB now available
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-08-091634
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634: 5.76 GB now available
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-10-081726
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726: 5.76 GB now available
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Found partially deleted backup - trying again to delete: 2009-03-11-094042
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042: 5.76 GB now available
    Aug 26 01:01:39 BM-MBP101 com.apple.backupd[6589]: Stopping backup.
    Aug 26 01:01:40 BM-MBP101 com.apple.backupd[6589]: Backup canceled.
    Aug 26 01:01:42 BM-MBP101 com.apple.backupd[6589]: Ejected Time Machine disk image.
    Aug 26 01:01:42 BM-MBP101 com.apple.backupd[6589]: Compacting backup disk image to recover free space
    Aug 26 01:02:22 BM-MBP101 com.apple.backupd[6589]: Completed backup disk image compaction
    Aug 26 01:02:22 BM-MBP101 com.apple.backupd[6589]: Starting standard backup
    Aug 26 01:02:22 BM-MBP101 com.apple.backupd[6589]: Network destination already mounted at: /Volumes/Bastian Time Capsule
    Aug 26 01:02:25 BM-MBP101 com.apple.backupd[6589]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 01:02:25 BM-MBP101 com.apple.backupd[6589]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 01:02:30 BM-MBP101 com.apple.backupd[6589]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 01:02:30 BM-MBP101 com.apple.backupd[6589]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 01:12:51 BM-MBP101 com.apple.backupd[6589]: Backup canceled.
    Aug 26 01:12:54 BM-MBP101 com.apple.backupd[6589]: Ejected Time Machine disk image.
    Aug 26 01:12:56 BM-MBP101 com.apple.backupd[6589]: Ejected Time Machine network volume.
    Aug 26 01:29:14 BM-MBP101 com.apple.backupd[7534]: Starting standard backup
    Aug 26 01:29:14 BM-MBP101 com.apple.backupd[7534]: Attempting to mount network destination using URL: afp://Bastian%[email protected]/Bastian%20Time%20Capsule
    Aug 26 01:29:15 BM-MBP101 com.apple.backupd[7534]: Mounted network destination using URL: afp://Bastian%[email protected]/Bastian%20Time%20Capsule
    Aug 26 01:29:17 BM-MBP101 com.apple.backupd[7534]: Failed to mount disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle (DIHLDiskImageAttach returned: 35)
    Aug 26 01:29:17 BM-MBP101 com.apple.backupd[7534]: Waiting 60 seconds and trying again.
    Aug 26 01:29:18 BM-MBP101 com.apple.backupd[7534]: Ejected Time Machine network volume.
    Aug 26 01:30:18 BM-MBP101 com.apple.backupd[7534]: Attempting to mount network destination using URL: afp://Bastian%[email protected]/Bastian%20Time%20Capsule
    Aug 26 01:30:18 BM-MBP101 com.apple.backupd[7534]: Mounted network destination using URL: afp://Bastian%[email protected]/Bastian%20Time%20Capsule
    Aug 26 01:30:19 BM-MBP101 com.apple.backupd[7534]: Failed to mount disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle (DIHLDiskImageAttach returned: 35)
    Aug 26 01:30:19 BM-MBP101 com.apple.backupd[7534]: Waiting 60 seconds and trying again.
    Aug 26 01:30:19 BM-MBP101 com.apple.backupd[7534]: Ejected Time Machine network volume.
    Aug 26 01:31:20 BM-MBP101 com.apple.backupd[7534]: Attempting to mount network destination using URL: afp://Bastian%[email protected]/Bastian%20Time%20Capsule
    Aug 26 01:31:20 BM-MBP101 com.apple.backupd[7534]: Mounted network destination using URL: afp://Bastian%[email protected]/Bastian%20Time%20Capsule
    Aug 26 01:31:21 BM-MBP101 com.apple.backupd[7534]: Failed to mount disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle (DIHLDiskImageAttach returned: 35)
    Aug 26 01:31:21 BM-MBP101 com.apple.backupd[7534]: Giving up after 3 retries.
    Aug 26 01:31:26 BM-MBP101 com.apple.backupd[7534]: Backup failed with error: 31
    Aug 26 01:31:27 BM-MBP101 com.apple.backupd[7534]: Ejected Time Machine network volume.
    Aug 26 01:32:16 BM-MBP101 com.apple.backupd[7534]: Starting standard backup
    Aug 26 01:32:16 BM-MBP101 com.apple.backupd[7534]: Attempting to mount network destination using URL: afp://Bastian%[email protected]/Bastian%20Time%20Capsule
    Aug 26 01:32:16 BM-MBP101 com.apple.backupd[7534]: Mounted network destination using URL: afp://Bastian%[email protected]/Bastian%20Time%20Capsule
    Aug 26 01:32:21 BM-MBP101 com.apple.backupd[7534]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 01:32:21 BM-MBP101 com.apple.backupd[7534]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 01:32:30 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 01:32:30 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 01:54:54 BM-MBP101 com.apple.backupd[7534]: Compacting storage: 208.83 GB requested (including padding), 33.15 GB available before compacting
    Aug 26 01:54:54 BM-MBP101 com.apple.backupd[7534]: Stopping backup.
    Aug 26 01:54:55 BM-MBP101 com.apple.backupd[7534]: Backup canceled.
    Aug 26 01:54:59 BM-MBP101 com.apple.backupd[7534]: Ejected Time Machine disk image.
    Aug 26 01:54:59 BM-MBP101 com.apple.backupd[7534]: Compacting backup disk image to recover free space
    Aug 26 01:55:43 BM-MBP101 com.apple.backupd[7534]: Completed backup disk image compaction
    Aug 26 01:55:43 BM-MBP101 com.apple.backupd[7534]: Starting standard backup
    Aug 26 01:55:44 BM-MBP101 com.apple.backupd[7534]: Network destination already mounted at: /Volumes/Bastian Time Capsule
    Aug 26 01:55:47 BM-MBP101 com.apple.backupd[7534]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 01:55:47 BM-MBP101 com.apple.backupd[7534]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 01:55:55 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 01:55:55 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 02:11:18 BM-MBP101 com.apple.backupd[7534]: Starting pre-backup thinning: 208.83 GB requested (including padding), 33.15 GB available
    Aug 26 02:11:18 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-04-110649
    Aug 26 02:11:18 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649: 33.15 GB now available
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-07-115943
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943: 33.15 GB now available
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-08-091634
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634: 33.15 GB now available
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-10-081726
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726: 33.15 GB now available
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-11-094042
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042: 33.15 GB now available
    Aug 26 02:11:19 BM-MBP101 com.apple.backupd[7534]: Stopping backup.
    Aug 26 02:11:20 BM-MBP101 com.apple.backupd[7534]: Backup canceled.
    Aug 26 02:11:22 BM-MBP101 com.apple.backupd[7534]: Ejected Time Machine disk image.
    Aug 26 02:11:22 BM-MBP101 com.apple.backupd[7534]: Compacting backup disk image to recover free space
    Aug 26 02:12:09 BM-MBP101 com.apple.backupd[7534]: Completed backup disk image compaction
    Aug 26 02:12:09 BM-MBP101 com.apple.backupd[7534]: Starting standard backup
    Aug 26 02:12:09 BM-MBP101 com.apple.backupd[7534]: Network destination already mounted at: /Volumes/Bastian Time Capsule
    Aug 26 02:12:12 BM-MBP101 com.apple.backupd[7534]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 02:12:12 BM-MBP101 com.apple.backupd[7534]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 02:12:16 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 02:12:16 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 02:22:11 BM-MBP101 com.apple.backupd[7534]: Starting pre-backup thinning: 208.83 GB requested (including padding), 33.15 GB available
    Aug 26 02:22:11 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-04-110649
    Aug 26 02:22:12 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649
    Aug 26 02:22:12 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649: 33.15 GB now available
    Aug 26 02:22:12 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-07-115943
    Aug 26 02:22:12 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943
    Aug 26 02:22:12 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943: 33.15 GB now available
    Aug 26 02:22:12 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-08-091634
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634: 33.15 GB now available
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-10-081726
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726: 33.15 GB now available
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-11-094042
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042: 33.15 GB now available
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Stopping backup.
    Aug 26 02:22:13 BM-MBP101 com.apple.backupd[7534]: Backup canceled.
    Aug 26 02:22:16 BM-MBP101 com.apple.backupd[7534]: Ejected Time Machine disk image.
    Aug 26 02:22:16 BM-MBP101 com.apple.backupd[7534]: Compacting backup disk image to recover free space
    Aug 26 02:22:55 BM-MBP101 com.apple.backupd[7534]: Completed backup disk image compaction
    Aug 26 02:22:55 BM-MBP101 com.apple.backupd[7534]: Starting standard backup
    Aug 26 02:22:55 BM-MBP101 com.apple.backupd[7534]: Network destination already mounted at: /Volumes/Bastian Time Capsule
    Aug 26 02:22:58 BM-MBP101 com.apple.backupd[7534]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 02:22:58 BM-MBP101 com.apple.backupd[7534]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 02:23:03 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 02:23:03 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 02:32:35 BM-MBP101 com.apple.backupd[7534]: Starting pre-backup thinning: 208.83 GB requested (including padding), 33.15 GB available
    Aug 26 02:32:35 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-04-110649
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649: 33.15 GB now available
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-07-115943
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-08-091634
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943: 33.15 GB now available
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634: 33.15 GB now available
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-10-081726
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726: 33.15 GB now available
    Aug 26 02:32:36 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-11-094042
    Aug 26 02:32:37 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042
    Aug 26 02:32:37 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042: 33.15 GB now available
    Aug 26 02:32:37 BM-MBP101 com.apple.backupd[7534]: Stopping backup.
    Aug 26 02:32:37 BM-MBP101 com.apple.backupd[7534]: Backup canceled.
    Aug 26 02:32:39 BM-MBP101 com.apple.backupd[7534]: Ejected Time Machine disk image.
    Aug 26 02:32:39 BM-MBP101 com.apple.backupd[7534]: Compacting backup disk image to recover free space
    Aug 26 02:33:20 BM-MBP101 com.apple.backupd[7534]: Completed backup disk image compaction
    Aug 26 02:33:20 BM-MBP101 com.apple.backupd[7534]: Starting standard backup
    Aug 26 02:33:20 BM-MBP101 com.apple.backupd[7534]: Network destination already mounted at: /Volumes/Bastian Time Capsule
    Aug 26 02:33:22 BM-MBP101 com.apple.backupd[7534]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 02:33:23 BM-MBP101 com.apple.backupd[7534]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 02:33:29 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 02:33:29 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 02:43:06 BM-MBP101 com.apple.backupd[7534]: Starting pre-backup thinning: 208.83 GB requested (including padding), 33.15 GB available
    Aug 26 02:43:06 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-04-110649
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649: 33.15 GB now available
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-07-115943
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-08-091634
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943: 33.15 GB now available
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-10-081726
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634: 33.15 GB now available
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726: 33.15 GB now available
    Aug 26 02:43:07 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-11-094042
    Aug 26 02:43:08 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042
    Aug 26 02:43:08 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042: 33.15 GB now available
    Aug 26 02:43:08 BM-MBP101 com.apple.backupd[7534]: Stopping backup.
    Aug 26 02:43:08 BM-MBP101 com.apple.backupd[7534]: Backup canceled.
    Aug 26 02:43:11 BM-MBP101 com.apple.backupd[7534]: Ejected Time Machine disk image.
    Aug 26 02:43:11 BM-MBP101 com.apple.backupd[7534]: Compacting backup disk image to recover free space
    Aug 26 02:43:57 BM-MBP101 com.apple.backupd[7534]: Completed backup disk image compaction
    Aug 26 02:43:57 BM-MBP101 com.apple.backupd[7534]: Starting standard backup
    Aug 26 02:43:57 BM-MBP101 com.apple.backupd[7534]: Network destination already mounted at: /Volumes/Bastian Time Capsule
    Aug 26 02:44:00 BM-MBP101 com.apple.backupd[7534]: Disk image /Volumes/Bastian Time Capsule/BM’s MacBook Pro 15"_0017f2d2f0b3.sparsebundle mounted at: /Volumes/Backup of BM’s MacBook Pro 15"
    Aug 26 02:44:01 BM-MBP101 com.apple.backupd[7534]: Backing up to: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb
    Aug 26 02:44:04 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/ reason:must scan subdirs|
    Aug 26 02:44:04 BM-MBP101 com.apple.backupd[7534]: Node requires deep traversal:/Users/Bastian/Pictures/iPhoto Library reason:must scan subdirs|missed reservation|
    Aug 26 02:53:44 BM-MBP101 com.apple.backupd[7534]: Starting pre-backup thinning: 208.83 GB requested (including padding), 33.15 GB available
    Aug 26 02:53:44 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-04-110649
    Aug 26 02:53:45 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649
    Aug 26 02:53:45 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-04-110649: 33.15 GB now available
    Aug 26 02:53:45 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-07-115943
    Aug 26 02:53:45 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943
    Aug 26 02:53:45 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-07-115943: 33.15 GB now available
    Aug 26 02:53:45 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-08-091634
    Aug 26 02:53:45 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634
    Aug 26 02:53:45 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-08-091634: 33.15 GB now available
    Aug 26 02:53:45 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-10-081726
    Aug 26 02:53:46 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726
    Aug 26 02:53:46 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-10-081726: 33.15 GB now available
    Aug 26 02:53:46 BM-MBP101 com.apple.backupd[7534]: Found partially deleted backup - trying again to delete: 2009-03-11-094042
    Aug 26 02:53:46 BM-MBP101 com.apple.backupd[7534]: Error -47 deleting backup: /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042
    Aug 26 02:53:46 BM-MBP101 com.apple.backupd[7534]: Deleted backup /Volumes/Backup of BM’s MacBook Pro 15"/Backups.backupdb/BM’s MacBook Pro 15" (3)/2009-03-11-094042: 33.15 GB now available
    Aug 26 02:53:46 BM-MBP101 com.apple.backupd[7534]: Stopping backup.
    Aug 26 02:53:46 BM-MBP101 com.apple.backupd[7534]: Backup canceled.
    Aug 26 02:53:49 BM-MBP101 com.apple.backupd[7534]: Ejected Time Machine disk image.
    Aug 26 02:53:49 BM-MBP101 com.apple.backupd[7534]: Compacting backup disk image to recover free space
    Aug 26 02:54:29 BM-MBP101 com.apple.backupd[7534]: Completed backup disk image compaction
    Aug 26 02:54:29 BM-MBP101 com.apple.backupd[7534]: Starting standard backup

    BastianM wrote:
    Thank you for your feedback. I tried repairing in Disk Utility, but it didn't find any problems.
    I think it may have to do with some of the things mentioned in this article about new hardware and time machine backups: http://www.tuaw.com/2009/07/20/mac-301-time-machine-backups-after-your-macs-brai n-surgery/
    Reason is that I changed my Macbook Pro for a new model Unibody one at the same time I upgraded to snow Leopard.
    How did you get the data, etc., from the old Mac to the new one?
    Not sure if these instructions play nice with Snow Leopard, and frankly I'm a bit amazed this doesn't work smoothly out of the box. People must upgrade their machines all the time, and its only logical you'll want to pick up from your last backup.
    If someone who understands about these things tells me there's a good chance that I'll get things working if I'll follow the instructions in the article, I'll give it a go.
    No. Those instructions are for a *completely different* problem: if you have the Logic board replaced. Because the hardware on the Logic board contains your Mac's "Ethernet Address," which TM uses to keep one Mac's backups separate from another's, TM starts a whole new "sequence" of backups. It does not cause what you're seeing.
    Since +*Repair Disk+* didn't find any directory problems, the corruption must be within the backup structure itself -- the multi-links that TM uses. That means your best bet is to erase the disk completely and let TM start fresh, as in my last post.
    Have you ever moved, change, or deleted anything in your backups via the Finder?

  • Endless loop with pop-up window to upgrade Aperture

    I have been using iPhoto and it keep updated.  Using v.9.4.2.  MaxOS is current v.10.7.5.  I have tried Aperture but not really used it and don't keep it updated.  It is v.2.1.4.  Recently I chose a pull-down setting in iPhoto to open photos in Aperture library (or somehting like that, I don't remember, I was just fumbling around).  I got a pop-up window stating:
    "Aperture library needs to be upgraded.
    To open this Aperture library in iPhoto, you need Aperture 3.3 or later.
    Click Update Aperture to buy the latest version of Aperture from the Mac App Store.
    After installing the update, open your library in Aperture to upgrade it."
    The only options on this pop-up window are "Quit" or "Update Aperture".
    If I choose "QUIT", iPhoto closes and I can't open the photos in my iPhoto library.
    If I choose "Upgrade Aperture" I am re-directed to the APP Store where I can purchase Aperture for $79.99.
    I didn't intend to open Aperture and I don't want to upgrade Aperture, either.
    I only want to open iPhoto without the Aperture library.
    I can't figure out a way to get me back to opening my photos in iPhoto without this pop-up window.
    I thought there would be an iPhoto or Aperture preference file ending with ".plist" in iMacHD \ Library \ Preferences.  If so, I would delete it and then try to re-launce the iPhoto application.  I only found one relating to Aperture.  I deleted it and tried re-launching iPhoto and still get the pop-up window asking to upgrade Aperture.
    I would like to remove Aperture and use only iPhoto, if I can.

    Try trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder.
    (On 10.7: Hold the option (or alt) key while clicking on the Go menu in Finder to access the User Library)
    (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    What's the plist file?
    For new users: Every application on your Mac has an accompanying plist file. It records certain User choices. For instance, in your favourite Word Processor it remembers your choice of Default Font, on your Web Browser is remembers things like your choice of Home Page. It even recalls what windows you had open last if your app allows you to pick up from where you left off last. The iPhoto plist file remembers things like the location of the Library, your choice of background colour, whether you are running a Referenced or Managed Library, what preferences you have for autosplitting events and so on. Trashing the plist file forces the app to generate a new one on the next launch, and this restores things to the Factory Defaults. Hence, if you've changed any of these things you'll need to reset them. If you haven't, then no bother. Trashing the plist file is Mac troubleshooting 101.

Maybe you are looking for