Which is weblogic serevr home directory

Hi All
i installed weblogic 10.3 in my system.
i am deploying ADF jdev10.1.3 application on weblogic server.
while installing ADF runtime libraries it is asking for weblogic server home directory.
i gave F:\bea .(which is Bea home directory)
but the wizard is saying that is not a "weblogic server home directory".
Can you help me which path we can call weblogic server home directory.

The [JDev 10.1.3 Guide for Forms/4GL Programmers|http://download.oracle.com/docs/cd/B32110_01/web.1013/b25947/toc.htm] says here that WLS v8.1 SP1 and 9.0 are supported, not 10.3.
This isn't to say it isn't technically possible to install a JDev 10.1.3 app on WLS, however the ADF Runtime Libraries feature in JDev 10.1.3 may not know how to identify previous versions of WLS.
Hope this helps.
CM.

Similar Messages

  • Is there a file in which OSX stores the home directory path, where to find it and how to edit it in Windows 7?

    Hi everyone,
    I have a SSD with the System and Apps on it, and another HDD containing the home directory.
    I made the mistake to rename the Volume the home directory is on whilst being logged in, the system reacted accordingly and prompted some Password requests,
    and I then tried to choose the newly named Volume in the Advanced options dialogue in Users & Groups (example seen below).
    I tried to change the name back to what it was in the hope of it all being back to normal again, but instead it's completely messed up now and I cannot login anymore (prompt: "You are unable to log in to the user account "xxxx" at this time. Logging in to the account failed because an error occurred")
    All I can do now is boot my Windows 7 and try to fix this from there, I can read/write the OSX Volumes thanks to MacDrive.
    So now the big question is:
    IS THERE A FILE containing the path to the home directory (red arrow)?
    IF SO, WHERE can I find it?
    And is there a way to edit it in Windows?
    My guess is that if I rename the Volume, AND change this path to something identical again, it might solve the issue.
    Thanks!

    Download THIS
     Cheers, Tom

  • WebLogic server home location

    I was trying to install WebLogic server 10 g.There I got page where they were asking to enter WebLogic server home location.
    Which ever location i am giving , it is showing not a server home location.
    Can you plz help me out?
    What does WebLogic server home location exactly mean?
    How to install WebLogic server 10 g?

    Hi,
    The WebLogic home is the root directory in which Oracle WebLogic Server is installed. A WebLogic Server home contains installed files necessary to host a WebLogic Server. The WebLogic Server home directory is a peer of Oracle home directories and resides within the directory structure of the Middleware home.
    The WebLogic home directory contains only product binary files that are mostly read only until the files are either patched or upgraded.
    mark if this helps you.
    Regards,
    Kishore

  • Home Directory Permission Fix Sought

    I have a problem with one of my file sharing servers - an XServe running 10.5.4, where all the user's home directories now show owner as _unknown in the POSIX permissions. ACLs appear to be OK. The problem is that users can see each other's files if they go to open and save dialog boxes in applications.
    Someone mentioned a script to fix on Apple Support phone call, but we are unable to Goggle it. fixhomedirperm.sh is the script name. Can someone assist us?

    If you are comfortable with the Terminal, you can ssh to the Share Point and run something like this one-liner:
    for i in `ls -d *`; do chown -R $i:staff $i; chmod -R 700 $i; done
    You should do this as root, or as an administrative user. If done as an administrative user, use "sudo" before the chown and chmod commands:
    for i in `ls -d *`; do sudo chown -R $i:staff $i; sudo chmod -R 700 $i; done
    All this does is list the directories within the share point, which for a User Home Directory folder should be a bunch of folders named with the users' short names. Then, it loops through the directories, changes the owner (chown) of all files within the directory to the user short name (and the group to "staff", the default group), then changes the permissions (chmod) so that only the user can see files within his or her home directory.
    This assumes that a) Your user home directories are all named with the user's short name, and b) That you want the permissions to be set so that no one else can see inside the user's home directory. This nixes things like user dropboxes in their accounts and websites served from the user's home directory.
    I would suggest trying the one-liner on a directory with the same folder structure as the share point for a test.

  • Time to search PATH varies by HOME directory path ?

    I have a rather strange question, as I am running in a somewhat strange environment. I have a SunBlade running Solaris connected via Cisco VPN to my corporate network. After I start the VPN I run a number of mount commands to make my local environment look something like my environment in the office, including mounting my home directory onto my local workstation. I then change the value of the HOME variable to point to the nfs mount for my home directory and update the PATH so that my local (non-remote) bin directories are before the ones on my remote mounts (I use Solaris at work as well).
    I've been running this way for a couple of years and it works well, but all of a sudden trying to start an application from my local system started to take a really long time. I narrowed it down to:
    if I set HOME=/export/home/localuser it works fine
    if I set HOME=/export/home/remoteuser (which is where my home directory is mounted) it does not
    It is not the PATH itself as I have the problem even when i don't change it at all. I have a copy of dtpad in /export/home/localuser/bin and that path is the first value in the PATH variable. With HOME set the first way "time which dtpad" takes 0.269s and with it set the second way it takes 4.530s.
    This does not make any sense to me. Can someone that understands how the PATH searching algorithm works shed some light on this ?
    Thanks

    One more thing. I delete the copy of dtpad in my home directory and let it find the real one using the PATH. With HOME set to the local directory it took 0.527s to find it. With HOME set to the remote directory it took 2.139s. Same PATH in both cases. So how does $HOME fit into the $PATH search ?

  • How to change location for config files in WLS6.0 (like weblogic.home and weblogic.system.home in 5.1)

    Hi,
    I would like to point weblogic to a directory NOT under c:\bea\... for it's configuration.
    I used to do this on WLS 5.1 by setting:
    weblogic.home=/weblogic and weblogic.system.home=/projects/wlsconfig
    This way my config was NOT coupled to the weblogic install.
    I want to do the same thing, and have the config directory located in /projects/domainconfig
    for example.
    weblogic.system.home etc doesn't seem to do anything. The
    only variable that does anything is bea.home, but I need weblogic to find it's
    libs etc in /bea, but ONLY the config should be elsewhere.
    Any help would be great.
    Thanks,
    Dion

    From SP1 and beyond, you can use
    -Dweblogic.RootDirectory=<dirname>
    * The property for specifying configuration location:
    * The directory name of the domain from which to load the specified
    * configuration. The default is ".".
    * -Dweblogic.RootDirectory=<dirname>
    * The directory must exist.
    Dion Almaer wrote:
    Hi,
    I would like to point weblogic to a directory NOT under c:\bea\... for it's configuration.
    I used to do this on WLS 5.1 by setting:
    weblogic.home=/weblogic and weblogic.system.home=/projects/wlsconfig
    This way my config was NOT coupled to the weblogic install.
    I want to do the same thing, and have the config directory located in /projects/domainconfig
    for example.
    weblogic.system.home etc doesn't seem to do anything. The
    only variable that does anything is bea.home, but I need weblogic to find it's
    libs etc in /bea, but ONLY the config should be elsewhere.
    Any help would be great.
    Thanks,
    Dion[att1.html]

  • Use of weblogic.system.home property

    Hi,
    I am working on Windows 2000, with weblogic 6.0.
    I am trying to launch the default weblogic server with the
    script startWebLogic.cmd, but I modified the original script
    to set the current directory as the script directory.
    So I commented the cd ..\.. command and set the weblogic.system.home on the java
    weblogic.Server, as it is
    written in the adminguide page 2-6
    But it seems that weblogic can no longer find the config.xml file.
    In fact the exception I got is the following "weblogic.management.configuration.ConfigurationException:
    XmlRepository directory .\config does not exist" and the startup.log file contains
    the following warning : "####<Feb 10, 2001 12:12:51 PM EST> <Warning> <Management>
    <nicolas> <myserver> <main> <> <> <000000> <Unrecognized property: system.home>"
    So I am just wondering if the system.home property is still supported or if it is
    a documentation mistake (or misunderstanding)
    Else is there any way to start a weblogic server with the home dir different than
    the installation root.
    Thanks
    But

    "-Dweblogic.RootDirectory=c:\bea\wlserver6.0sp1" . . . Thank you Vijay at BEA
    "David Brown" <[email protected]> wrote:
    >
    Does any have any more information regarding using the new 'ServerMBean.RootDirectory'
    property ? I really need to find a way to tell weblogic 6.0sp1 where
    to find
    it's XmlRepository. (./config)
    In our instalaltion, "./config" is under c:\bea\wlserver6.0sp1\, but
    we are launching
    the JVM from a directory outside of c:\bea\wlserver6.0sp1, so I need
    to tell the
    VM where to look for ./config
    Thanks,
    David
    "Sanjeev Chopra" <[email protected]> wrote:
    Nicolas GANDRIAU <[email protected]> wrote in message
    news:3a859168$[email protected]..
    Hi,
    I am working on Windows 2000, with weblogic 6.0.
    I am trying to launch the default weblogic server with the
    script startWebLogic.cmd, but I modified the original script
    to set the current directory as the script directory.
    So I commented the cd ..\.. command and set the weblogic.system.homeon
    the java
    weblogic.Server, as it is
    written in the adminguide page 2-6
    But it seems that weblogic can no longer find the config.xml file.
    In fact the exception I got is the following"weblogic.management.configuration.ConfigurationException:
    XmlRepository directory .\config does not exist" and the startup.logfile
    contains
    the following warning : "####<Feb 10, 2001 12:12:51 PM EST> <Warning><Management>
    <nicolas> <myserver> <main> <> <> <000000> <Unrecognized property:system.home>"
    So I am just wondering if the system.home property is still supportedor
    if it is
    a documentation mistake (or misunderstanding)This is a bug in 6.0 (system.home does not work).
    This will be fixed for upcoming ServicePack 1, which defines a new
    property - ServerMBean.RootDirectory
    Else is there any way to start a weblogic server with the home dirdifferent than
    the installation root.
    Thanks
    But

  • I am trying to change the liferay home directory

    I followed the installation document for our version of Studio (version 3.0) which says to edit the portal-ext.properties file in the WEB_INF/classes directory of the endeca-portal.3.0.x.war.  This doesn't seem to work though.  If I add the liferay.home={path} in my standard portal-ext.properties file from the current liferay.home  and then cut-n-paste the entire into the endeca-portal.3.0.x.war file, it will start writing the files into the new home directory but I really don't want to have all that stuff in there if I don't have to.  Has anyone else tried to change the liferay.home path?
    Thanks,
    Sandy

    For Studio installed using Weblogic, you need to copy porta-ext.properties to:
    $WEBLOGIC_HOME/user_projects/domains/endeca_studio_domain/eid/studio/
    Remember that you need to restart Studio Weblogic domain after any change on the properties file.

  • Where can I find the Oracle Home Directory

    hi,
    When i try to setup SALT g10R3, I will have to specifiy the oracle home directory. I have a global variable $ORACLE_HOME which contains this path : /produits/oracle/product/10.2.0 !
    I try to validate but this message appears :
    =========================================================================
    Choose Oracle Home Directory
    1- Specify an Oracle Home
    Enter a number: 1
    Specify an Oracle Home directory: /produits/weblogic
    Path must be absolute and have write permission!
    Specify an Oracle Home directory: /produits/oracle/product/10.2.0
    =========================================================================
    Check Prerequisite
    Cannot get registry information from the given Oracle Home Directory:
    /produits/oracle/product/10.2.0
    Tuxedo has not been installed in this directory, or the registry.xml file has
    been manually removed or corrupted.
    Type 'back' to select another Oracle Home Directory
    Type 'quit' to cancel this installation
    [back | quit]: /produits/tuxedo
    Type 'back' to select another Oracle Home Directory
    Type 'quit' to cancel this installation
    [back | quit]: /produits/tuxedo/tuxedo9.1
    Type 'back' to select another Oracle Home Directory
    Type 'quit' to cancel this installation
    [back | quit]: quit
    =========================================================================
    I don't know how can I solve this problem, someone can help me ?
    Thanks

    Hi Todd,
    I see a similar error while installiing TSAM 10gR3. Please find the error below. I have Tuxedo 8.1 installed on a Linux base, where i am trying to also install TSAM 10gR3. But when i give the PATH/Location, where Tuxedo 8.1 is installed, it throws the following error. Can you please advise?
    ===============================================================================
    Choose Tomcat Feature
    Do you want to install the bundled Tomcat Server?
    ->1- Install Tomcat
    2- Do not install Tomcat
    ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:
    ===============================================================================
    Oracle Home directory selection
    Specify Oracle Home directory: /opt/tuxhome/tuxdom2
    registry.xml does not exist in Folder: /opt/tuxhome/tuxdom2
    Specify Oracle Home directory: /opt/tuxedo/v81
    Error:TUXEDO 10gR3 is not found in the specified directory.
    Specify Oracle Home directory:

  • FileSync Failure On Mobile Account Home Directory

    Hardware
    Server
    Mac Mini Mid-2012, OS X 10.9.5, Server 3.1.2, OpenDirectory ON, HomeDirectory: /Volumes/HomeFolders/Users
    Client
    iMac 21.5-inch, Late 2012, OS X 10.9.5, MobileAccount
    Network
    Server exists on a foreign subnet. Client binds to OD Replica on local network. Authentication works without issue. SSH connections to Server work flawlessly. SCP can be used to move files across the network without issue.
    Situation
    User account automatically creates a mobile profile on any system used. This is set in Workgroup Manager for all users of this User's type.
    The local machine has successfully created a Mobile Account for the user, and User is able to use the machine without complication, except that User complains none of his personal files are present.
    Home Sync reports last sync as being "Incomplete".
    Attempted Corrections
    The log file had indicated that the synchronization process was being cancelled by the next synchronization which started automatically after 20 minutes. To correct this problem, I changed the HomeSync settings to start only on "Manual" requests.
    After this change, I observed that the log file that a file was missing.  I ran SCP to duplicate the home folder on the local machine, replacing the home folder that had been already created.  I no longer find the missing file issue.
    I found an article suggesting that deleting the .FileSync folder from the local and remote home folders would force the system to re-evaluate the status of the sync.  I deleted these folders in order to allow the system to recreate them.  The system continues to have Incomplete home sync processes.
    Help Required
    I am unable to interpret the remaining EXCEPTION lines in the log file.  I appreciate any help deciphering the next steps in fixing the Home Sync process.  I appreciate any tips or advice on what causes Home Sync to fail in these situations, and if any person has information on how to create a local mirror that would be referenced for the HomeSync rather than the main server, that information would be greatly appreciated.
    Verbose Log Output - Reduced to Output from a Single Process
    1:: [14/10/10 08:17:53.358] Received SystemLoadAdvisory notification, new state = 2
    1:: [14/10/10 08:17:53.358] System says now is an okay time for automatic syncs. Starting any automatic syncs which were previously skipped.
    0:: [14/10/10 08:17:53.828] Waking from sleep
    1:: [14/10/10 08:17:53.828] -[SSyncSet wakeFromSleep]: scheduling sync of HomeSync_Mirror in 20.0 seconds
    1:: [14/10/10 08:17:53.829] Scheduling next sync of "HomeSync_Mirror" at 2014-10-10 15:18:13 +0000
    0:: [14/10/10 08:18:13.935] EXCEPTION: Cocoa error 134030 <+[SSyncSet commitToDisk] (SyncSet.m:352): "(Error Domain=NSCocoaErrorDomain Code=134030 "An error occurred while saving." UserInfo=0x7fd5a3705f40 {NSFilePath=/Users/drbanks/Library/FileSync/a820661b8a30/SyncSets, NSAffectedStoresErrorKey=(
    0:: [14/10/10 08:18:13.935]     "<NSSQLCore: 0x7fd5a0612680> (URL: file:///Users/drbanks/Library/FileSync/a820661b8a30/SyncSets)"
    0:: [14/10/10 08:18:13.935] ), NSUnderlyingError=0x7fd5a3705ec0 "The file doesn’t exist."})">
    0:: [14/10/10 08:18:13.935] USERINFO: {
    0:: [14/10/10 08:18:13.935]     NSAffectedStoresErrorKey =     (
    0:: [14/10/10 08:18:13.935]         "<NSSQLCore: 0x7fd5a0612680> (URL: file:///Users/drbanks/Library/FileSync/a820661b8a30/SyncSets)"
    0:: [14/10/10 08:18:13.935]     );
    0:: [14/10/10 08:18:13.935]     NSFilePath = "/Users/drbanks/Library/FileSync/a820661b8a30/SyncSets";
    0:: [14/10/10 08:18:13.935]     NSUnderlyingError = "Error Domain=NSCocoaErrorDomain Code=4 \"The file doesn\U2019t exist.\" UserInfo=0x7fd5a3705e80 {NSUnderlyingError=0x7fd5a37004f0 \"The operation couldn\U2019t be completed. No such file or directory\"}";
    0:: [14/10/10 08:18:13.935] }
    0:: [14/10/10 08:18:13.935] BACKTRACE: {
    0:: [14/10/10 08:18:13.935] ? | 0x10b0c7f2b  
    0:: [14/10/10 08:18:13.935] ? | 0x7fff90496a5c
    0:: [14/10/10 08:18:13.935] ? | 0x7fff904968c4
    0:: [14/10/10 08:18:13.935] ? | 0x7fff90539516
    0:: [14/10/10 08:18:13.935] ? | 0x10b0c7c72  
    0:: [14/10/10 08:18:13.935] ? | 0x7fff8be812f8
    0:: [14/10/10 08:18:13.935] ? | 0x10b0c7abd  
    0:: [14/10/10 08:18:13.935] ? | 0x7fff905090f4
    0:: [14/10/10 08:18:13.935] ? | 0x7fff90508ea8
    0:: [14/10/10 08:18:13.935] ? | 0x10b0ce43f  
    0:: [14/10/10 08:18:13.935] ? | 0x7fff8beb50f4
    0:: [14/10/10 08:18:13.935] ? | 0x7fff90512494
    0:: [14/10/10 08:18:13.935] ? | 0x7fff90511fcf
    0:: [14/10/10 08:18:13.935] ? | 0x7fff905835aa
    0:: [14/10/10 08:18:13.935] ? | 0x7fff904cd755
    0:: [14/10/10 08:18:13.935] }
    0:: [14/10/10 08:18:13.935] +[SSyncSet commitToDisk]: exception thrown while saving (+[SSyncSet commitToDisk] (SyncSet.m:352): "(Error Domain=NSCocoaErrorDomain Code=134030 "An error occurred while saving." UserInfo=0x7fd5a3705f40 {NSFilePath=/Users/drbanks/Library/FileSync/a820661b8a30/SyncSets, NSAffectedStoresErrorKey=(
    0:: [14/10/10 08:18:13.935]     "<NSSQLCore: 0x7fd5a0612680> (URL: file:///Users/drbanks/Library/FileSync/a820661b8a30/SyncSets)"
    0:: [14/10/10 08:18:13.935] ), NSUnderlyingError=0x7fd5a3705ec0 "The file doesn’t exist."})").
    1:: [14/10/10 08:18:13.936] ==========================================================
    0:: [14/10/10 08:18:13.936] Starting automatic sync of "HomeSync_Mirror".
    1:: [14/10/10 08:18:13.938] Peer "network" reports changes since last sync.
    1:: [14/10/10 08:18:13.939] [0x7fd5a7500990/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:alias:]: isRemote = NO
    1:: [14/10/10 08:18:13.939] [0x7fd5a7500990/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:rootPath:rootAlias:rootRef:storePath:optionalStoreID:]: peer = <SPeer_FS:0x7fd5a7501500> = local, optionalStoreID = (null), peer.storeIDString = *
    1:: [14/10/10 08:18:13.939] [0x7fd5a7500990/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:rootPath:rootAlias:rootRef:storePath:optionalStoreID:]: rootPath        = /Users/drbanks
    1:: [14/10/10 08:18:13.939] [0x7fd5a7500990/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:rootPath:rootAlias:rootRef:storePath:optionalStoreID:]: storePath       = /Users/drbanks/.FileSync/store.filesyncstatetree
    1:: [14/10/10 08:18:13.939] [0x7fd5a7500990/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:rootPath:rootAlias:rootRef:storePath:optionalStoreID:]: rootAlias       = {path='/Users/drbanks', targetName='drbanks', volumeName='Fish_Office_HD', type=DIR, volumeCreateDate=2014-02-05-16:47:04, targetCreateDate=2014-09-26-09:09:23, parentDirID=156740, nodeID=733788, filesystemID=0000 ('0000'), signature=0x482b ('H+'), isBootVolume=YES, isAutomounted=NO, isEjectable=NO, hasPersistentFileIDs=YES, mounted=YES, url='file:///'}
    1:: [14/10/10 08:18:15.215] -[SStore_FS setupWithAlias:andRef:] (Store-FS.m:447): unlink('/Users/drbanks/.FileSync/.fstemp.CUtmP-mI4X6yMG0c2.noindex')
    1:: [14/10/10 08:18:15.333] -[SStore(protected) cleanupTree]: PHD-L-uCVIYQ8_Ju2-drbanks: required 0.1 seconds to execute
    1:: [14/10/10 08:18:15.645] -[SPeer_FS_PHD mountPeerVolume]: Mounted remote home server at "/Volumes/HomeFolders".
    1:: [14/10/10 08:18:15.867] -[SPeer_FS_PHD mountPeerVolume]: Final path to PHD remote home root = "/Volumes/HomeFolders/drbanks"
    1:: [14/10/10 08:18:16.353] X::...PHD-L-uCVIYQ8_Ju2-drbanks Exclusion/Inclusion pair #1 of 2
    1:: [14/10/10 08:18:16.353] X::Exclusions                                                       | Inclusions                  
    1:: [14/10/10 08:18:16.353] X::---------------------------------------------------------------------------- --------------------
    1:: [14/10/10 08:18:16.353] X::path BEGINSWITH "."                                              |                             
    1:: [14/10/10 08:18:16.353] X::name BEGINSWITH[c] ".afpDeleted"                                 |                             
    1:: [14/10/10 08:18:16.353] X::name BEGINSWITH[c] ".DocumentRevisions"                          |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Documents/Microsoft User Data"                     |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Preferences/com.apple.FileSyncUI.plist"    |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".SymAVQSFile"                                      |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Preferences/com.apple.mcxMenuExtras.plist" |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Logs/FileSyncAgent.log"                    |                             
    1:: [14/10/10 08:18:16.353] X::name LIKE[c] ".com.apple.timemachine.supported"                  |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".Cleanup At Startup"                               |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Preferences/com.apple.homeSync.plist"      |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Mirrors"                                   |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/FileSync"                                  |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".TemporaryItems"                                   |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".fseventsd"                                        |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".Spotlight-V100"                                   |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Logs/MirrorAgent.log"                      |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".FileSync"                                         |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library"                                           |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "NAVMac800QSFile"                                   |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".mcxlc"                                            |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".account"                                          |                             
    1:: [14/10/10 08:18:16.353] X::---not changed---                                                | ---not changed---           
    1:: [14/10/10 08:18:16.353] X::---------------------------------------------------------------------------- --------------------
    1:: [14/10/10 08:18:16.353] X::...PHD-L-uCVIYQ8_Ju2-drbanks Exclusion/Inclusion pair #2 of 2
    1:: [14/10/10 08:18:16.353] X::Exclusions                                                       | Inclusions                  
    1:: [14/10/10 08:18:16.353] X::---------------------------------------------------------------------------- --------------------
    1:: [14/10/10 08:18:16.353] X::name BEGINSWITH[c] ".afpDeleted"                                 | .CFUserTextEncoding         
    1:: [14/10/10 08:18:16.353] X::name BEGINSWITH[c] "EWS-"                                        | .Trash                      
    1:: [14/10/10 08:18:16.353] X::name BEGINSWITH[c] ".DocumentRevisions"                          | .bash_history               
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".account"                                          | .ssh                        
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".fseventsd"                                        | Documents/Microsoft User Data
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Mail/Envelope Index"                       | Library                     
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Safari/Icons.db"                           |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Safari/HistoryIndex.sk"                    |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Mirrors"                                   |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".mcxlc"                                            |                             
    1:: [14/10/10 08:18:16.353] X::name LIKE[c] ".com.apple.timemachine.supported"                  |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Mail/Exchange-*"                           |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/PubSub/Feeds"                              |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Logs/MirrorAgent.log"                      |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".FileSync"                                         |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Calendars/Calendar Cache"                  |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Mail/IMAP-*"                               |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Preferences/com.apple.homeSync.plist"      |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Preferences/com.apple.mcxMenuExtras.plist" |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/FileSync"                                  |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/PubSub/Downloads"                          |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Application Support/SyncServices"          |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Printers"                                  |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Preferences/Macromedia/Flash Player"       |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".Cleanup At Startup"                               |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Logs/FileSyncAgent.log"                    |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".SymAVQSFile"                                      |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Caches"                                    |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".TemporaryItems"                                   |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Documents/Microsoft User Data/Entourage Temp"      |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Preferences/com.apple.FileSyncUI.plist"    |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/iTunes/iPhone Software Updates"            |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/PubSub/Database"                           |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Application Support/MobileSync"            |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Mail/Mac-*"                                |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Logs"                                      |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] ".Spotlight-V100"                                   |                             
    1:: [14/10/10 08:18:16.353] X::path LIKE[c] "Library/Mail/AvailableFeeds"                       |                             
    1:: [14/10/10 08:18:16.353] X::---not changed---                                                | ---not changed---           
    1:: [14/10/10 08:18:16.353] X::---------------------------------------------------------------------------- --------------------
    1:: [14/10/10 08:18:16.353] [0x7fd5a7500990/<SStore_FS:0x7fd5a7d01440>] -[SStore_FS prepareForSync]: PHD-L-uCVIYQ8_Ju2-drbanks: self.wasPrepareForSyncDoneRemotely => NO
    1:: [14/10/10 08:18:16.353] Store "PHD-L-uCVIYQ8_Ju2-drbanks" started prepareForSync with root version (null)
    1:: [14/10/10 08:18:16.431] PHD-L-uCVIYQ8_Ju2-drbanks FSEvents scan
    0:: [14/10/10 08:18:16.650] EXCEPTION: Cocoa error 134030 <+[SSyncSet commitToDisk] (SyncSet.m:352): "(Error Domain=NSCocoaErrorDomain Code=134030 "An error occurred while saving." UserInfo=0x7fd5a370b560 {NSFilePath=/Users/drbanks/Library/FileSync/a820661b8a30/SyncSets, NSAffectedStoresErrorKey=(
    0:: [14/10/10 08:18:16.650]     "<NSSQLCore: 0x7fd5a0612680> (URL: file:///Users/drbanks/Library/FileSync/a820661b8a30/SyncSets)"
    0:: [14/10/10 08:18:16.650] ), NSUnderlyingError=0x7fd5a3707ec0 "The file doesn’t exist."})">
    0:: [14/10/10 08:18:16.650] USERINFO: {
    0:: [14/10/10 08:18:16.650]     NSAffectedStoresErrorKey =     (
    0:: [14/10/10 08:18:16.650]         "<NSSQLCore: 0x7fd5a0612680> (URL: file:///Users/drbanks/Library/FileSync/a820661b8a30/SyncSets)"
    0:: [14/10/10 08:18:16.650]     );
    0:: [14/10/10 08:18:16.650]     NSFilePath = "/Users/drbanks/Library/FileSync/a820661b8a30/SyncSets";
    0:: [14/10/10 08:18:16.650]     NSUnderlyingError = "Error Domain=NSCocoaErrorDomain Code=4 \"The file doesn\U2019t exist.\" UserInfo=0x7fd5a3709440 {NSUnderlyingError=0x7fd5a3797170 \"The operation couldn\U2019t be completed. No such file or directory\"}";
    0:: [14/10/10 08:18:16.650] }
    0:: [14/10/10 08:18:16.650] BACKTRACE: {
    0:: [14/10/10 08:18:16.650] ? | 0x10b0c7f2b  
    0:: [14/10/10 08:18:16.650] ? | 0x7fff90496a5c
    0:: [14/10/10 08:18:16.650] ? | 0x7fff904968c4
    0:: [14/10/10 08:18:16.650] ? | 0x7fff90539516
    0:: [14/10/10 08:18:16.650] ? | 0x10b0c7c72  
    0:: [14/10/10 08:18:16.650] ? | 0x7fff8beb413e
    0:: [14/10/10 08:18:16.650] ? | 0x7fff904dc661
    0:: [14/10/10 08:18:16.650] ? | 0x7fff904cdd12
    0:: [14/10/10 08:18:16.650] ? | 0x7fff904cd49f
    0:: [14/10/10 08:18:16.650] ? | 0x7fff904ccf25
    0:: [14/10/10 08:18:16.650] ? | 0x7fff90582811
    0:: [14/10/10 08:18:16.650] ? | 0x10b0bd950  
    0:: [14/10/10 08:18:16.650] ? | 0x7fff939bd5fd
    0:: [14/10/10 08:18:16.650] }
    0:: [14/10/10 08:18:16.650] +[SSyncSet commitToDisk]: exception thrown while saving (+[SSyncSet commitToDisk] (SyncSet.m:352): "(Error Domain=NSCocoaErrorDomain Code=134030 "An error occurred while saving." UserInfo=0x7fd5a370b560 {NSFilePath=/Users/drbanks/Library/FileSync/a820661b8a30/SyncSets, NSAffectedStoresErrorKey=(
    0:: [14/10/10 08:18:16.650]     "<NSSQLCore: 0x7fd5a0612680> (URL: file:///Users/drbanks/Library/FileSync/a820661b8a30/SyncSets)"
    0:: [14/10/10 08:18:16.650] ), NSUnderlyingError=0x7fd5a3707ec0 "The file doesn’t exist."})").
    1:: [14/10/10 08:18:16.650] -[SPeer_FS_PHD mountPeerVolume]: Remote home located at "/Volumes/HomeFolders/drbanks"
    1:: [14/10/10 08:18:16.650] [0x7fd5a8202970/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:alias:]: isRemote = YES
    1:: [14/10/10 08:18:16.650] [0x7fd5a8202970/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:alias:]: gAttemptRemotePrepareForSync = YES
    1:: [14/10/10 08:18:17.169] PHD-L-uCVIYQ8_Ju2-drbanks FSEvents scan took 0.74 seconds
    1:: [14/10/10 08:18:17.303] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "/"
    1:: [14/10/10 08:18:17.304] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Desktop/"
    1:: [14/10/10 08:18:17.304] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Desktop/Desktop/Desktop/EMR IM Unreadable/"
    1:: [14/10/10 08:18:17.368] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Desktop/Desktop/Desktop/Videos/"
    1:: [14/10/10 08:18:17.371] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'name BEGINSWITH[c] ".afpDeleted"' to 'normalizedName >= ".afpdeleted" AND normalizedName < ".afpdeletee"'
    1:: [14/10/10 08:18:17.371] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'name BEGINSWITH[c] "EWS-"' to 'normalizedName >= "ews-" AND normalizedName < "ews."'
    1:: [14/10/10 08:18:17.371] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'name BEGINSWITH[c] ".DocumentRevisions"' to 'normalizedName >= ".documentrevisions" AND normalizedName < ".documentrevisiont"'
    1:: [14/10/10 08:18:17.371] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".account"' to 'normalizedPath == ".account"'
    1:: [14/10/10 08:18:17.371] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".fseventsd"' to 'normalizedPath == ".fseventsd"'
    1:: [14/10/10 08:18:17.371] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Mail/Envelope Index"' to 'normalizedPath == "library/mail/envelope index"'
    1:: [14/10/10 08:18:17.371] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Safari/Icons.db"' to 'normalizedPath == "library/safari/icons.db"'
    1:: [14/10/10 08:18:17.371] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Safari/HistoryIndex.sk"' to 'normalizedPath == "library/safari/historyindex.sk"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Mirrors"' to 'normalizedPath == "library/mirrors"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".mcxlc"' to 'normalizedPath == ".mcxlc"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'name LIKE[c] ".com.apple.timemachine.supported"' to 'normalizedName == ".com.apple.timemachine.supported"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Mail/Exchange-*"' to 'normalizedPath >= "library/mail/exchange-" AND normalizedPath < "library/mail/exchange."'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/PubSub/Feeds"' to 'normalizedPath == "library/pubsub/feeds"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Logs/MirrorAgent.log"' to 'normalizedPath == "library/logs/mirroragent.log"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".FileSync"' to 'normalizedPath == ".filesync"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Calendars/Calendar Cache"' to 'normalizedPath == "library/calendars/calendar cache"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Mail/IMAP-*"' to 'normalizedPath >= "library/mail/imap-" AND normalizedPath < "library/mail/imap."'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Preferences/com.apple.homeSync.plist"' to 'normalizedPath == "library/preferences/com.apple.homesync.plist"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Preferences/com.apple.mcxMenuExtras.plist"' to 'normalizedPath == "library/preferences/com.apple.mcxmenuextras.plist"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/FileSync"' to 'normalizedPath == "library/filesync"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/PubSub/Downloads"' to 'normalizedPath == "library/pubsub/downloads"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Application Support/SyncServices"' to 'normalizedPath == "library/application support/syncservices"'
    1:: [14/10/10 08:18:17.372] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Printers"' to 'normalizedPath == "library/printers"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Preferences/Macromedia/Flash Player"' to 'normalizedPath == "library/preferences/macromedia/flash player"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".Cleanup At Startup"' to 'normalizedPath == ".cleanup at startup"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Logs/FileSyncAgent.log"' to 'normalizedPath == "library/logs/filesyncagent.log"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".SymAVQSFile"' to 'normalizedPath == ".symavqsfile"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Caches"' to 'normalizedPath == "library/caches"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".TemporaryItems"' to 'normalizedPath == ".temporaryitems"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Documents/Microsoft User Data/Entourage Temp"' to 'normalizedPath == "documents/microsoft user data/entourage temp"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Preferences/com.apple.FileSyncUI.plist"' to 'normalizedPath == "library/preferences/com.apple.filesyncui.plist"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/iTunes/iPhone Software Updates"' to 'normalizedPath == "library/itunes/iphone software updates"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/PubSub/Database"' to 'normalizedPath == "library/pubsub/database"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Application Support/MobileSync"' to 'normalizedPath == "library/application support/mobilesync"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Mail/Mac-*"' to 'normalizedPath >= "library/mail/mac-" AND normalizedPath < "library/mail/mac."'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Logs"' to 'normalizedPath == "library/logs"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".Spotlight-V100"' to 'normalizedPath == ".spotlight-v100"'
    1:: [14/10/10 08:18:17.373] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Mail/AvailableFeeds"' to 'normalizedPath == "library/mail/availablefeeds"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path BEGINSWITH "."' to 'normalizedPath >= "." AND normalizedPath < "/"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'name BEGINSWITH[c] ".afpDeleted"' to 'normalizedName >= ".afpdeleted" AND normalizedName < ".afpdeletee"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'name BEGINSWITH[c] ".DocumentRevisions"' to 'normalizedName >= ".documentrevisions" AND normalizedName < ".documentrevisiont"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Documents/Microsoft User Data"' to 'normalizedPath == "documents/microsoft user data"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Preferences/com.apple.FileSyncUI.plist"' to 'normalizedPath == "library/preferences/com.apple.filesyncui.plist"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".SymAVQSFile"' to 'normalizedPath == ".symavqsfile"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Preferences/com.apple.mcxMenuExtras.plist"' to 'normalizedPath == "library/preferences/com.apple.mcxmenuextras.plist"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Logs/FileSyncAgent.log"' to 'normalizedPath == "library/logs/filesyncagent.log"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'name LIKE[c] ".com.apple.timemachine.supported"' to 'normalizedName == ".com.apple.timemachine.supported"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".Cleanup At Startup"' to 'normalizedPath == ".cleanup at startup"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Preferences/com.apple.homeSync.plist"' to 'normalizedPath == "library/preferences/com.apple.homesync.plist"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Mirrors"' to 'normalizedPath == "library/mirrors"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/FileSync"' to 'normalizedPath == "library/filesync"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".TemporaryItems"' to 'normalizedPath == ".temporaryitems"'
    1:: [14/10/10 08:18:17.374] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".fseventsd"' to 'normalizedPath == ".fseventsd"'
    1:: [14/10/10 08:18:17.375] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".Spotlight-V100"' to 'normalizedPath == ".spotlight-v100"'
    1:: [14/10/10 08:18:17.375] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library/Logs/MirrorAgent.log"' to 'normalizedPath == "library/logs/mirroragent.log"'
    1:: [14/10/10 08:18:17.375] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".FileSync"' to 'normalizedPath == ".filesync"'
    1:: [14/10/10 08:18:17.375] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "Library"' to 'normalizedPath == "library"'
    1:: [14/10/10 08:18:17.375] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] "NAVMac800QSFile"' to 'normalizedPath == "navmac800qsfile"'
    1:: [14/10/10 08:18:17.375] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".mcxlc"' to 'normalizedPath == ".mcxlc"'
    1:: [14/10/10 08:18:17.375] -[NSPredicate(FileSyncAdditions) optimizedPredicate]: Optimized 'path LIKE[c] ".account"' to 'normalizedPath == ".account"'
    1:: [14/10/10 08:18:17.379] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/"
    1:: [14/10/10 08:18:17.381] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Application Support/AddressBook/Metadata/"
    1:: [14/10/10 08:18:17.382] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Application Support/AddressBook/Sources/80E89097-D917-4DE6-8B87-D5ACD34DCBA9/"
    1:: [14/10/10 08:18:17.382] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.383] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Application Support/CrashReporter/"
    1:: [14/10/10 08:18:17.383] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.383] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Application Support/Dock/"
    1:: [14/10/10 08:18:17.384] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Application Support/iCloud/Accounts/"
    1:: [14/10/10 08:18:17.385] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.385] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/"
    1:: [14/10/10 08:18:17.385] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/F3A85C22-7A2C-4D1F-9D43-34720B9AFDCD.caldav/"
    1:: [14/10/10 08:18:17.386] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/F3A85C22-7A2C-4D1F-9D43-34720B9AFDCD.caldav/4B6959F3-F05E-4F 30-891A-C8234667064B.calendar/"
    1:: [14/10/10 08:18:17.387] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/F3A85C22-7A2C-4D1F-9D43-34720B9AFDCD.caldav/6F039F7E-3CC6-4B 94-AE4C-6F17A7C8CA71.calendar/"
    1:: [14/10/10 08:18:17.388] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/F3A85C22-7A2C-4D1F-9D43-34720B9AFDCD.caldav/8A3D1921-C2DE-4F F2-8E0F-0FABED30EE2D.calendar/"
    1:: [14/10/10 08:18:17.389] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/F3A85C22-7A2C-4D1F-9D43-34720B9AFDCD.caldav/18273985-1499-47 77-AAEF-EA6093AF2FE3.calendar/"
    1:: [14/10/10 08:18:17.390] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/F3A85C22-7A2C-4D1F-9D43-34720B9AFDCD.caldav/A8305227-211A-43 D7-9979-38F79A9F24A7.calendar/"
    1:: [14/10/10 08:18:17.391] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/F3A85C22-7A2C-4D1F-9D43-34720B9AFDCD.caldav/B15C90DE-3A13-48 DC-A260-B40B9A40D7E9.calendar/"
    1:: [14/10/10 08:18:17.391] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/F3A85C22-7A2C-4D1F-9D43-34720B9AFDCD.caldav/B092C532-DA51-4F 61-BEDF-1CC5B564667D.calendar/"
    1:: [14/10/10 08:18:17.392] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Calendars/F3A85C22-7A2C-4D1F-9D43-34720B9AFDCD.caldav/F89651C6-3E88-4D 6E-873D-2C2D3A36CD80.calendar/"
    1:: [14/10/10 08:18:17.393] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Containers/com.apple.corerecents.recentsd/"
    1:: [14/10/10 08:18:17.393] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Containers/com.apple.corerecents.recentsd/Data/Library/Recents/"
    1:: [14/10/10 08:18:17.394] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Containers/com.apple.corerecents.recentsd/Data/Library/SyncedPreferenc es/"
    1:: [14/10/10 08:18:17.395] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.395] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.395] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.395] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Cookies/"
    1:: [14/10/10 08:18:17.396] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.396] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Google/"
    1:: [14/10/10 08:18:17.396] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Google/GoogleSoftwareUpdate/"
    1:: [14/10/10 08:18:17.397] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Google/GoogleSoftwareUpdate/TicketStore/"
    1:: [14/10/10 08:18:17.397] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/IdentityServices/"
    1:: [14/10/10 08:18:17.398] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Mail/V2/MailData/"
    1:: [14/10/10 08:18:17.399] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Preferences/"
    1:: [14/10/10 08:18:17.400] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.401] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.401] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.402] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.402] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.402] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.403] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.403] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Preferences/ByHost/"
    1:: [14/10/10 08:18:17.405] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.405] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Safari/"
    1:: [14/10/10 08:18:17.406] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.406] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/Safari/LocalStorage/"
    1:: [14/10/10 08:18:17.408] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.408] PHD-L-uCVIYQ8_Ju2-drbanks Scanning flagged directory "Library/SyncedPreferences/"
    1:: [14/10/10 08:18:17.408] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.409] PHD-L-uCVIYQ8_Ju2-drbanks: -[SStore(protected) checkAndHandleMissingNode:withID:exists:nodeTypeChanged:]: (null): CVV = (null), LVV = (null), converting to breadcrumb
    1:: [14/10/10 08:18:17.552] Store "PHD-L-uCVIYQ8_Ju2-drbanks" finished prepareForSync with root version (null)
    1:: [14/10/10 08:18:17.727] ssh subtask PID:3180
    1:: [14/10/10 08:18:17.732] -[SSHIPCClient handleStderrLineOrEOF:]: [2014-10-10 15:18:17 +0000] 'Pseudo-terminal will not be allocated because stdin is not a terminal.
    1:: [14/10/10 08:18:17.732] '
    1:: [14/10/10 08:18:17.755] -[SSHIPCClient handleStderrLineOrEOF:]: [2014-10-10 15:18:17 +0000] 'ssh: connect to host maidmarian.pediatricheartcenter.org port 2336: Connection refused
    1:: [14/10/10 08:18:17.755] '
    1:: [14/10/10 08:18:17.755] -[SSHIPCClient handleStderrLineOrEOF:]: SSH: 'ssh: connect to host maidmarian.pediatricheartcenter.org port 2336: Connection refused
    1:: [14/10/10 08:18:17.755] '
    1:: [14/10/10 08:18:17.755] -[SSHIPCClient handleStderrLineOrEOF:]: [2014-10-10 15:18:17 +0000] '(null)'
    1:: [14/10/10 08:18:18.031] FS-remote: reusing local DB cache (modDate = 1412893054, size = 677707, local: "/Users/drbanks/Library/Caches/Cleanup At Startup/FileSyncAgent-1032/.FileSync/Store-FS-PHD-network-home.filesyncstatetre e", remote: "/Volumes/HomeFolders/drbanks/.FileSync/Store-FS-PHD-network-home.filesyncstate tree.bz2")
    1:: [14/10/10 08:18:18.031] [0x7fd5a8202970/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:rootPath:rootAlias:rootRef:storePath:optionalStoreID:]: peer = <SPeer_FS_PHD:0x7fd5a8202540> = network, optionalStoreID = (null), peer.storeIDString = *
    1:: [14/10/10 08:18:18.031] [0x7fd5a8202970/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:rootPath:rootAlias:rootRef:storePath:optionalStoreID:]: rootPath        = /Volumes/HomeFolders/drbanks
    1:: [14/10/10 08:18:18.031] [0x7fd5a8202970/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:rootPath:rootAlias:rootRef:storePath:optionalStoreID:]: storePath       = /Users/drbanks/Library/Caches/Cleanup At Startup/FileSyncAgent-1032/.FileSync/Store-FS-PHD-network-home.filesyncstatetre e
    1:: [14/10/10 08:18:18.060] [0x7fd5a8202970/<SStore_FS:0x10b1d94f0>] +[SStore_FS newStore_FSForPeer:rootPath:rootAlias:rootRef:storePath:optionalStoreID:]: rootAlias       = {path='/Volumes/HomeFolders/drbanks', targetName='drbanks', volumeName='HomeFolders', type=DIR, volumeCreateDate=2014-07-12-16:04:02, targetCreateDate=2014-07-14-12:08:33, parentDirID=2, nodeID=39476, filesystemID=0x6173 ('as'), signature=0x482b ('H+'), isBootVolume=NO, isAutomounted=NO, isEjectable=NO, hasPersistentFileIDs=YES, mounted=YES, url='afp://[email protected]/HomeFolders'}
    1:: [14/10/10 08:18:18.092] -[SStore_FS setupWithAlias:andRef:] (Store-FS.m:447): unlink('/Users/drbanks/Library/Caches/Cleanup At Startup/FileSyncAgent-1032/.FileSync/.fstemp.CUtmP-d-LEOKGQ6G5.noindex')
    1:: [14/10/10 08:18:18.203] X::...PHD-R-GX5KJxmEuF6-drbanks Exclusion/Inclusion pair #1 of 2
    1:: [14/10/10 08:18:18.203] X::Exclusions                                                       | Inclusions                  
    1:: [14/10/10 08:18:18.203] X::---------------------------------------------------------------------------- --------------------
    1:: [14/10/10 08:18:18.203] X::path BEGINSWITH "."                                              |                             
    1:: [14/10/10 08:18:18.203] X::name BEGINSWITH[c] ".afpDeleted"                                 |                             
    1:: [14/10/10 08:18:18.203] X::name BEGINSWITH[c] ".DocumentRevisions"                          |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Documents/Microsoft User Data"                     |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Preferences/com.apple.FileSyncUI.plist"    |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".SymAVQSFile"                                      |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Preferences/com.apple.mcxMenuExtras.plist" |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Logs/FileSyncAgent.log"                    |                             
    1:: [14/10/10 08:18:18.203] X::name LIKE[c] ".com.apple.timemachine.supported"                  |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".Cleanup At Startup"                               |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Preferences/com.apple.homeSync.plist"      |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Mirrors"                                   |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/FileSync"                                  |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".TemporaryItems"                                   |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".fseventsd"                                        |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".Spotlight-V100"                                   |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Logs/MirrorAgent.log"                      |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".FileSync"                                         |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library"                                           |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "NAVMac800QSFile"                                   |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".mcxlc"                                            |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".account"                                          |                             
    1:: [14/10/10 08:18:18.203] X::---not changed---                                                | ---not changed---           
    1:: [14/10/10 08:18:18.203] X::---------------------------------------------------------------------------- --------------------
    1:: [14/10/10 08:18:18.203] X::...PHD-R-GX5KJxmEuF6-drbanks Exclusion/Inclusion pair #2 of 2
    1:: [14/10/10 08:18:18.203] X::Exclusions                                                       | Inclusions                  
    1:: [14/10/10 08:18:18.203] X::---------------------------------------------------------------------------- --------------------
    1:: [14/10/10 08:18:18.203] X::name BEGINSWITH[c] ".afpDeleted"                                 | .CFUserTextEncoding         
    1:: [14/10/10 08:18:18.203] X::name BEGINSWITH[c] "EWS-"                                        | .Trash                      
    1:: [14/10/10 08:18:18.203] X::name BEGINSWITH[c] ".DocumentRevisions"                          | .bash_history               
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".account"                                          | .ssh                        
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".fseventsd"                                        | Documents/Microsoft User Data
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Mail/Envelope Index"                       | Library                     
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Safari/Icons.db"                           |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Safari/HistoryIndex.sk"                    |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Mirrors"                                   |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".mcxlc"                                            |                             
    1:: [14/10/10 08:18:18.203] X::name LIKE[c] ".com.apple.timemachine.supported"                  |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Mail/Exchange-*"                           |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/PubSub/Feeds"                              |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Logs/MirrorAgent.log"                      |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".FileSync"                                         |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Calendars/Calendar Cache"                  |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Mail/IMAP-*"                               |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Preferences/com.apple.homeSync.plist"      |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Preferences/com.apple.mcxMenuExtras.plist" |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/FileSync"                                  |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/PubSub/Downloads"                          |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Application Support/SyncServices"          |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Printers"                                  |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Preferences/Macromedia/Flash Player"       |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".Cleanup At Startup"                               |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Logs/FileSyncAgent.log"                    |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".SymAVQSFile"                                      |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Caches"                                    |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".TemporaryItems"                                   |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Documents/Microsoft User Data/Entourage Temp"      |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Preferences/com.apple.FileSyncUI.plist"    |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/iTunes/iPhone Software Updates"            |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/PubSub/Database"                           |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Application Support/MobileSync"            |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Mail/Mac-*"                                |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Logs"                                      |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] ".Spotlight-V100"                                   |                             
    1:: [14/10/10 08:18:18.203] X::path LIKE[c] "Library/Mail/AvailableFeeds"                       |                             
    1:: [14/10/10 08:18:18.203] X::---not changed---                                                | ---not changed---           
    1:: [14/10/10 08:18:18.203] X::---------------------------------------------------------------------------- --------------------
    1:: [14/10/10 08:18:18.203] [0x7fd5a8202970/<SStore_FS:0x7fd5a05d7ad0>] -[SStore_FS prepareForSync]: PHD-R-GX5KJxmEuF6-drbanks: self.wasPrepareForSyncDoneRemotely => NO
    1:: [14/10/10 08:18:18.203] Store "PHD-R-GX5KJxmEuF6-drbanks" started prepareForSync with root version (null)
    1:: [14/10/10 08:18:18.333] PHD-R-GX5KJxmEuF6-drbanks Full scan

    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock those files and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Back up all data before proceeding.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window (triple-click, copy, and paste):
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button
    Select
               ▹ Restart
    from the menu bar.

  • How do I enable opening firefox from two different computers sharing the same home directory without having to delete a lock file (linux).

    I just don't want to have to delete a lock file - which has a purpose - in order to use firefox simultaneously from two locations on the network - where the home directory, i.e. .mozilla directory - is located

    You need to use two separate profiles if you want to have two Firefox instances open at the same time.
    See also http://www.mozilla.org/unix/remote.html

  • Home directory is not being backed up in Time Machine

    Problem: It turns out my home directory does not have any backups in Time Machine for the last year.  I've never received any error message indicating it wasn't doing the full backup.
    Goal: I'd like to get Time Machine to back up my home folder (which contains 100% of the content I care about) again, ideally in a way where I can keep my history from the last time it backed up successfully.
    How I found out:
    - I opened Time Machine and realized all the "pink bars" were dimmed all the way back up to Sept. 2011 when I navigated to my home folder or any folder within it.
    - I cloned a file within my home folder, did a manual Time Machine back up, opened Time Machine and verified that the backup volume did not contain the cloned file.
    - I did this again while watching the Console and verified that it did not make a large enough backup to include the cloned file.
    - I explored all the backups in Finder and realized that indeed all the backups that corresponded to the dimmed pink bars in Time Machine had no home folder.
    - I did an "ls -a" in the backup volume in Terminal and realized that it was not the case that the home directory was present but merely hidden.
    What I've tried:
    - I created a new admin account, logged into that and did a manual Time Machine backup from there.  The new account was backed up, while the original home directory still wasn't.  This continues to be true in subsequent backups made while logged into the main account.
    - I examined the exclusions list in Time Machine preferences.  The only items were the backup volume itself and another partition of that external drive I use for other backups, as expected.
    - I did a "Full Reset of Time Machine" (http://pondini.org/TM/A4.html), with a reboot before re-enabling Time Machine.  The plist file did change to become much simpler, but the home folder is still not being backed up.
    Other notes:
    - I run Dropbox, and have those contents in a folder one level under the home directory
    - I run Git
    - The existing backups have only used 500GB or so of a 1TB partition, so it's not filling up.
    - I ran Verify Disk in Disk Utility on both my backup volume and the mac's HD.  The backup volume appeared OK, but the mac HD was "found corrupt and needs to be repaired".  I could boot into the Recovery HD and repair it, but I feel like this is a risk and I'd like to have a working backup before I do that (I don't have another external HD around to make a temporary backup).  Could the corrupted drive be the reason Time Machine has been silently skipping the home folder?
    - My home folder is named "apple".  Might this be a problem?  I'd rename it, but that's a risk and I'd like a verified backup before doing that.
    - The Time Machine plist file in /Library/Preferences is pretty hard to read in pico, TextEdit, etc (maybe this is normal?)
    I've scoured the forums and pondini's very thorough troubleshooting pages to no avail.  Please let me know if anyone has ideas.  Thanks.

    Latest update: Bought a new external harddrive, set that up as the new Time Machine volume, but got the exact same results (all but my main user directory are backed up).  This is after another Time Machine reset (deleting the .plist), starting up in Safe Mode, and trying to initiate the backup from both the account that doesn't get backed up and another administrator account.
    Here is some of the output from the Console when filtering messages for "backupd":
    10/5/12 2:51:23.572 AM com.apple.backupd[13529]: Backup content size: 481.57 GB excluded items size: 11.31 GB for volume Macintosh HD
    10/5/12 2:51:23.572 AM com.apple.backupd[13529]: Found 1437613 files (470.25 GB) needing backup
    10/5/12 2:51:23.573 AM com.apple.backupd[13529]: 564.3 GB required (including padding), 1.5 TB available
    10/5/12 2:51:23.581 AM com.apple.backupd[13529]: Waiting for index to be ready (100)
    10/5/12 3:40:33.297 AM com.apple.backupd[13529]: Copied 763432 files (21.54 GB) from volume Macintosh HD.
    Put the relevant parts in bold.  No messages about why it only backed up 21.54GB when it found 470.25GB that needed to get backed up.
    Does this make sense to anyone??

  • Home directory is not created and cannot log from client computer

    I am trying to set up MacOsX server. I already have another server which is my DNS server. I am trying to create an Open Directory Master server.
    Server was updated to 10.4.8 MacOsX from the beginning of existence.
    I created couple of users in Open directory domain for testing purposes.
    So, the first problem is, that when I am trying to create a user home directory server does not create it and does not give any errors about that. I tried in bash createhomedir utility, it did not work either, again, no error messages.
    Another problem:
    I set up Open Directory master with LDAP. It was set up correctly, no error messages. At least I did not see any.
    The I tried to connect to the server from my client iMac computer which has 10.4.8 MacOsX as well. So I set up LDAP there in Directory services, it was able to find my server and bind to it. Then when I am trying to login with username and password in Open Directory on the server, it does nor recognize it. No error messages in logs as well.
    However, if I am trying to use ssh from client machine to connect to Server using the names which are in Open Directory on the server it allows me to do so. But of course it says no home directory defined.
    Than you very much for responce!

    An Open Directory Master requires DNS running somewhere. You could have a scenario involving 4 servers where: DNS is provided by Server A, Server B is a Web & Mail Server, Server C providing FTP Services and Server D providing LDAP services with managed preferences and automounting Home Directories (ODM). In this scenario DNS is provide by Server A and any other server requiring DNS using Server A’s DNS. You could expand this scenario if you wanted and have replica (fallover) servers for Servers A, B C or D, or if you are the frugal sort just one replica server replicating the 4 primary servers. You can do all of this pretty much in 10.4 GUI with some additional configuration using Terminal
      Mac OS X (10.4.8)  
      Mac OS X (10.4.8)  
      Mac OS X (10.4.8)  

  • "Mail cannot update your mailboxes because your home directory is full"

    I have a 250 GB hard disk, 4.34 GB of which is in my "Home" folder. (Total HD usage is about 27 GB.) This happened suddenly after Mail had been working fine for eons. I deleted a bunch of files (107 MB) in a "Drafts" folder (none show up in the Mail app's "Drafts" icon), but it made no difference. I re-installed the Mac OS X 10.4.11 combo update... no difference. Mail version is 2.1.3.
    Any help here? I cannot use Mail at all.
    Message was edited by: Bill Strohm

    Hey there,
    Have you had a chance to look at this Apple support document relating directly to this issue. Hope it helps.
    [Mac OS X 10.4: "Mail cannot update your mailboxes because your home directory is full" alert|http://support.apple.com/kb/TA24486?viewlocale=en_US]
    B-rock

  • Home directory is full - how do i delete?  It doesn't look full

    After my problems last week - i was able to reindex mail, but now I'm getting doubles of each email and then mail won't work because "my home directory is full"
    How do i delete? Does it mean my home folder on my mailbox account, or my iBook?
    Thanks, guys

    How did you reindex your mail?
    This error message indicates a problem with the Envelope Index file for the Mail.app.
    With the Mail.app quit and using the Finder go to Home > Library > Mail > Envelope Index.
    Delete the Envelope Index file and empty the Trash.
    Copy the Mail folder (which contained the Envelope index file) and place the copy on the Desktop for backup purposes.
    Launch Mail and you will be prompted to import all mailboxes in the Mail folder at Home > Library > Mail.
    Select OK and allow the import process to complete. This isn't really importing anything but replacing the deleted Envelope Index file and reindexing all mailboxes.
    This should resolve the "home directory is full" problem and after confirming all mailboxes and messages are available, you can delete the backup copy of the Mail folder placed on the Desktop.

Maybe you are looking for

  • How do I change what website opens up when I click on a new tab?

    I unintentionally downloaded a Yahoo toolbar which was installed into my Firefox browser. I uninstalled the toolbar however when I click on a new tab, it opens up to the Yahoo search engine. I want to have it open up to a different page. When I click

  • Plasma TV Compatibility

    I just got Apple TV and it doesn't work with my 42" Plasma Philips Match Line (2004). I get black screen. It works with a more modern LG TV. Anybody knows if that Philips model is not compatible. I've checked the specs and it is supposed to be a HD P

  • IMovie file to Quick Time

    I just got done editing my video podcast using iMovie. Does anyone know how to change the file from an iMovie file, to a Quick Time file? I have tried Open document with... Quick Time was not listed. Changing the ending to .mov This made a folder, of

  • Fusion order  issue+(SQLException) ORA-01882: timezone region  not found

    hi, i have created entities,viewObjects and AM with help of Business Components from tables after creating the wizard when i run the AM i am getting the below error please any one help oracle.jbo.JboException) JBO-29000: Unexpected exception caught:

  • Trace or debug the IP module

    Hi, I develop a ethernet device driver with streams and dlpi. I don't know when I send a message upstream which module will receive this message. Is there any possibility to trace or debug a streams connection between a ethernet device-module an the