Unable to be Promoted

So, the admin/creator of a group chat that I'm in is tryign to promote me to the rank of MASTER but for some reason my role only shows as USER and I have no MASTER permissions. It's a P2P chat that we're in and he's tried promoting me twice with no effect. This is also happenign to one other member of the group whom he wishes to promote. Does anyone know why this might be happening? Is there a maximum number of MASTERs that are allowed in a chat or something? Any help appreciated. Cheers.

There may be some issue with your mic. I'd go to an Apple store

Similar Messages

  • Creating Infopath forms programmatically - unable to update promoted columns in the library

    I referred to the following article and was able to create the forms successfully.
    http://www.codeproject.com/Articles/33228/Programmatically-create-a-browser-enabled-InfoPath
    But, I noticed that the generated Xml looks a bit different than if I'm creating the document through Sharepoint directly,
    for example, a snippet of the generated Xml (through Sharepoint) looks like:
    <my:Employee>
              <my:LastName>Test</my:LastName>
              <my:GivenName>Test</my:GivenName>
              <my:EmployeeNumber>1</my:EmployeeNumber>
    </my:Employee>
    but it looks like the following when I create the document from my C# code:
    <Employee>
          <LastName>Test</LastName>
          <GivenName>Test</GivenName>
          <EmployeeNumber>1</EmployeeNumber>
    </Employee>
    The issue that I'm noticing is that if I chose to publish some of columns (when I publish the form to the sharepoint site) then
    the columns will not show the values (I'm guessing that is due to the missing "my" before the fields).
    Is there a way to work-around that? or am I doing something incorrect on my side?
    Thank you,

    Here is a complete method for creating a new infopath form and updating some columns of the new form using sharepoint client object model:
            public string AddNewForm(string WebUrl, string NewTitle)
                string strMsg = "";
                if (string.IsNullOrEmpty(WebUrl))
                    return "Empty URL!";
                try
                    // Starting with ClientContext, the constructor requires a URL to the server running SharePoint.
                    using (ClientContext client = new ClientContext(WebUrl))
                        //client.Credentials = System.Net.CredentialCache.DefaultCredentials;
                        // Assume that the web site has a library named "FormLibrary".
                        var formLib = client.Web.Lists.GetByTitle("FormLibrary");
                        client.Load(formLib.RootFolder);
                        client.ExecuteQuery();
                        // FormTemplate path, The path should be on the local machine/server !
                        string fileName = @"D:\Projects\FormTemplate.xml";
                        var fileUrl = "";
                        //Craete FormTemplate and save in the library.
                        using (var fs = new FileStream(fileName, FileMode.Open))
                            var fi = new FileInfo("newForm.xml");
                            fileUrl = String.Format("{0}/{1}", formLib.RootFolder.ServerRelativeUrl, fi.Name);
                            Microsoft.SharePoint.Client.File.SaveBinaryDirect(client, fileUrl, fs, true);
                            client.ExecuteQuery();
                        // Now we are going to update new form fields.
                        // Get library columns collection.
                        var libFields = formLib.Fields;
                        client.Load(libFields);
                        client.ExecuteQuery();
                        Microsoft.SharePoint.Client.File newFile = client.Web.GetFileByServerRelativeUrl(fileUrl);
                        ListItem item = newFile.ListItemAllFields;
                        // Here the index of Title column is 9, you may use this form to update any column (even promoted fields).
                        // To find the index of interested column you should inspect libFields at debug mode, look in the libFields.Fields collection to find the index!
                        item[libFields[9].StaticName] = NewTitle ;
                        item.Update();
                        client.ExecuteQuery();
                catch (Exception ex)
                    strMsg = ex.Message;
                return strMsg;

  • Not able to create Promotions

    Hi All,
    I am working with ATG 10.1.1. Currently I am unable to create promotions through BCC. The issue is because it is not listing any promotion templates. Without selecting a template I can't create a promotion.
    Please let me know how I can resolve this issue?
    Regards,
    Kamarudin

    Hi,
    Can you please verify whether the "createableTypesList" has all the template types in PromotionsBrowseTabConfiguration component in CA server?
    Also, please verify whether this PromotionsBrowseTabConfiguration mapping is properly done in taskConfiguration.xml?
    Just to be clear, you are seeing the "Promotions" in the Editor drop down, but you are not seeing any template types right? If that's the case, can you please verify the creatabletypesList?

  • ATG10.1 - Unable to confirm an order with Order Discount type promotion

    Hi,
    I have created a promotion in ATG10.1. The promotion is an Order Discount type and i have configured a %off on the offer. Starting ATG10 we need to choose a template for configuring the promotion and then apply the rules and offer on it. I chose the Advanced condition and offer template and configured the rules and the offer.
    Our requirement is to access the discountType property of the promotion applied on the order in a processor that gets executed in the processOrder pipeline. We have additional business logic in the processor depending on the discountType offered in the promotion. When we try to access the property we get an illegal argument exception. This is because the promotion that is being created is of super-type Order Discount whereas the discountType property is at the sub-type level.
    We are accessing the property as below.
    List<PricingAdjustment> pricingAdjustments = pOrder.getPriceInfo().getAdjustments();
    for (PricingAdjustment pricingAdjustment : pricingAdjustments) {
    RepositoryItem promotion = pricingAdjustment.getPricingModel();
    String discountType = promotion.getPropertyValue("discountType");
    Exception:
    java.lang.IllegalArgumentException: Attempt to get a property value named discountType from item-descriptor type Order Discount
    Any pointers or suggestions to fix this error would be helpful.
    Thanks,
    Srikanth

    Yes, you are correct that discountType is defined at sub-type level. But if there is an entry in sub-type level, there is also an entry in the main "promotion" item-descriptor. PricingModel is nothing but main promotion repository item.
    From the promotion ( pricingModel) repositoryItem, get the type ( type is a property defined at super level which says if this item is of type order discount, item dsicount or shipping discount. This type is not discountType ). Once you get the type value, call catalogRepository for that sub-type of promotion to get sub-type's repository item which contains the actual discountType.
    From ATG 10 onwards, merchandising UI changed completely and sub types are not present. Templates are just for merchandising UI. But that should not effect your piece of code in the pipeline processors in processOrder pipeline chain. If you look at my above pseudo code, im getting the type, then querying catalog repository to get the sub-type repository item and then getting the discountType.
    -karthik

  • I am unable to use gift cards and promotions on Firefox

    I have been trying for several weeks to use promo cards on Firefox. They are real cards, but they dont' work. I don't know what i need to do in firefox or on my computer to make all gift cards and promo codes work.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Unable to install OSX Mavericks

    Every time it is installing, it comes up with a crash report when there are about 42 minutes left.
    When I look through the crash log, it says there is a problem with "Thread 18"
    Oct 26 05:09:58 localhost opendirectoryd[101]: opendirectoryd (build 339.1.4) launched - installer mode
    Oct 26 05:09:58 localhost opendirectoryd[101]: Logging level limit changed to 'notice'
    Oct 26 05:09:59 localhost opendirectoryd[101]: Initialize trigger support
    Oct 26 05:09:59 localhost opendirectoryd[101]: created endpoint for mach service 'com.apple.private.opendirectoryd.rpc'
    Oct 26 05:09:59 localhost opendirectoryd[101]: set default handler for RPC 'reset_cache'
    Oct 26 05:09:59 localhost opendirectoryd[101]: set default handler for RPC 'reset_statistics'
    Oct 26 05:09:59 localhost opendirectoryd[101]: set default handler for RPC 'show'
    Oct 26 05:09:59 localhost opendirectoryd[101]: starting endpoint for service 'com.apple.private.opendirectoryd.rpc'
    Oct 26 05:09:59 localhost opendirectoryd[101]: no dynamic data found at '/System/Library/OpenDirectory/DynamicData/Configure.plist'
    Oct 26 05:09:59 localhost opendirectoryd[101]: Registered node with name '/Configure' as hidden
    Oct 26 05:09:59 localhost opendirectoryd[101]: no dynamic data found at '/System/Library/OpenDirectory/DynamicData/Local.plist'
    Oct 26 05:09:59 localhost opendirectoryd[101]: Registered node with name '/Local' as hidden
    Oct 26 05:10:10 localhost Unknown[351]: kern.boottime: { sec = 1382789385, usec = 0 } Sat Oct 26 05:09:45 2013
    Oct 26 05:10:10 localhost Unknown[362]: Launching the Language Chooser for an OS Install
    Oct 26 05:10:33 localhost Unknown[364]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
    Oct 26 05:10:33 localhost Unknown[364]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
    Oct 26 05:10:33 localhost Unknown[364]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
    Oct 26 05:10:33 localhost Unknown[364]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
    Oct 26 05:10:33 localhost Language Chooser[363]: Set keyboard to id: 0
    Oct 26 05:10:35 localhost Unknown[364]: Setting boot completed.
    Oct 26 05:10:35 localhost Language Chooser[363]: Found primary language hint "en"
    Oct 26 05:10:35 localhost Language Chooser[363]: Could not write to /var/log/CDIS.custom
    Oct 26 05:10:36 localhost Language Chooser[363]: Launching the Installer using language code "en"
    Oct 26 05:10:37 localhost OSInstaller[379]: LSExceptions [0x7fc9e9d24630] loaded
    Oct 26 05:10:37 localhost OSInstaller[379]: OS X Installer application started
    Oct 26 05:10:37 localhost OSInstaller[379]: 1 display(s) found.
    Oct 26 05:10:37 localhost OSInstaller[379]: Display[1] is NOT using OpenGL acceleration.
    Oct 26 05:10:37 localhost OSInstaller[379]: @(#)PROGRAM:Install  PROJECT:Install-845
    Oct 26 05:10:37 localhost OSInstaller[379]: @(#)PROGRAM:OS X Installer  PROJECT:OSInstaller-524
    Oct 26 05:10:37 localhost OSInstaller[379]: Hardware: MacBookPro8,1 @ 2.80 GHz (x 4), 8192 MB RAM
    Oct 26 05:10:37 localhost OSInstaller[379]: Running OS Build: Mac OS X 10.9 (13A603)
    Oct 26 05:10:37 localhost OSInstaller[379]: Env: __CF_USER_TEXT_ENCODING=0x0:0:0
    Oct 26 05:10:37 localhost OSInstaller[379]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Oct 26 05:10:37 localhost OSInstaller[379]: Env: PWD=/
    Oct 26 05:10:37 localhost OSInstaller[379]: Env: SHLVL=1
    Oct 26 05:10:37 localhost OSInstaller[379]: Env: __OSINSTALL_ENVIRONMENT=1
    Oct 26 05:10:37 localhost OSInstaller[379]: Env: CI_DEFAULT_OPENCL_USAGE=0
    Oct 26 05:10:37 localhost OSInstaller[379]: Env: OS_INSTALL=1
    Oct 26 05:10:37 localhost OSInstaller[379]: Env: _=/System/Library/CoreServices/Language Chooser.app/Contents/MacOS/Language Chooser
    Oct 26 05:10:37 localhost OSInstaller[379]: Env: __CHECKFIX1436934=1
    Oct 26 05:10:38 localhost OSInstaller[379]: Using product PKSecureNetEnabledProduct <file:///Volumes/Macintosh%20HD/OS%20X%20Install%20Data/> at distance 5
    Oct 26 05:10:38 localhost OSInstaller[379]: Opening OSInstall automation file '/Volumes/Macintosh HD/OS X Install Data/minstallconfig.xml'.
    Oct 26 05:10:38 localhost OSInstaller[379]: Got dist path: /System/Installation/Packages/OSInstall.mpkg
    Oct 26 05:10:38 localhost OSInstaller[379]: Using product <OSInstallRootProduct> at distance 5
    Oct 26 05:10:39 localhost OSInstaller[379]: Using product <OSInstallDVDProduct> based on media at /Volumes/Mac OS X Install DVD at distance 5
    Oct 26 05:10:39 localhost configd[113]: subnet_route_if_index: can't get interface name
    Oct 26 05:10:40 192.168.1.3 OSInstaller[379]: /Volumes/Macintosh HD/OS X Install Data/MacOSXInstaller.choiceChanges file found.
    Oct 26 05:10:40 192.168.1.3 OSInstaller[379]: JS: installCheckScript threw exception TypeError: 'null' is not an object (evaluating 'my.target.systemVersion')
    Oct 26 05:10:40 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:10:40 192.168.1.3 OSInstaller[379]: Automated Install: Found requested target at /Volumes/Macintosh HD.
    Oct 26 05:10:40 192.168.1.3 OSInstaller[379]: Applied choice changes from /Volumes/Macintosh HD/OS X Install Data/MacOSXInstaller.choiceChanges.
    Oct 26 05:10:40 192.168.1.3 Unknown[364]: objc[379]: Class SleepTimerCallback is implemented in both /System/Installation/CDIS/OS X Installer.app/Contents/MacOS/OS X Installer and /System/Installation/CDIS/OS X Installer.app/Contents/Resources/OSXInstallAssistant.bundle/Contents/MacOS/OSXI nstallAssistant. One of the two will be used. Which one is undefined.
    Oct 26 05:10:40 192.168.1.3 OSInstaller[379]: Allowing machine sleep.
    Oct 26 05:10:40 192.168.1.3 OSInstaller[379]: Preventing machine sleep.
    Oct 26 05:10:40 192.168.1.3 OSInstaller[379]: InstallerStatusNotifications plugin loaded
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]: =============================================================================== =
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]: Choices selected for installation:
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:           Install: "OS X"
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     BaseSystemBinaries.pkg : com.apple.pkg.BaseSystemBinaries : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     BaseSystemResources.pkg : com.apple.pkg.BaseSystemResources : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     OSInstall.mpkg : com.apple.mpkg.OSInstall : 10.9.0
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     Essentials.pkg : com.apple.pkg.Essentials : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     BSD.pkg : com.apple.pkg.BSD : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     JavaTools.pkg : com.apple.pkg.JavaTools : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     AdditionalEssentials.pkg : com.apple.pkg.AdditionalEssentials : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     AdditionalSpeechVoices.pkg : com.apple.pkg.AdditionalSpeechVoices : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     AsianLanguagesSupport.pkg : com.apple.pkg.AsianLanguagesSupport : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     MediaFiles.pkg : com.apple.pkg.MediaFiles : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     JavaEssentials.pkg : com.apple.pkg.JavaEssentials : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     OxfordDictionaries.pkg : com.apple.pkg.OxfordDictionaries : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     X11redirect.pkg : com.apple.pkg.X11redirect : 10.9.0.1.1.1306847324
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]:                     OSInstall.pkg : com.apple.pkg.OSInstall : 10.9.0.1
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]: =============================================================================== =
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]: It took 0.00 seconds to summarize the package selections.
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]: Memory statistics for 'Installing' pane:
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]: Physical Memory Allocation:   556 MB wired,     4 MB trapped,   384 MB active,   120 MB inactive,  7128 MB free,  7632 MB usable,  8192 MB total
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]: Remote Install Assistant found at :(null)
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]: Memory statistics for 'Install OS X' pane:
    Oct 26 05:10:41 192.168.1.3 OSInstaller[379]: Physical Memory Allocation:   556 MB wired,     4 MB trapped,   385 MB active,   120 MB inactive,  7127 MB free,  7632 MB usable,  8192 MB total
    Oct 26 05:10:41 192.168.1.3 Unknown[364]: 2013-10-26 05:10:41.753 OS X Installer[379:303] *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 26 05:10:41 192.168.1.3 Unknown[364]: 2013-10-26 05:10:41.753 OS X Installer[379:303] *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 26 05:10:46 192.168.1.3 OSInstaller[379]: Failed to delete automation file: The volume “Macintosh HD” is read only.
    Oct 26 05:10:47 192.168.1.3 OSInstaller[379]: LSExceptions [0x7fc9e9d24630] unloaded
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: Dist disk is not root.
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: Set authorization level to root for session
    Oct 26 05:10:52 192.168.1.3 runner[383]: Administrator authorization granted.
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: Recovery system image located at "/Volumes/Mac OS X Install DVD/BaseSystem.dmg"
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/BaseSystemBinaries.pkg (550414336 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/BaseSystemResources.pkg (364147712 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: IF will install package file://localhost/System/Installation/Packages/OSInstall.mpkg (0 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/Essentials.pkg (4686743552 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/BSD.pkg (727634944 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/JavaTools.pkg (94208 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: IF will install package file://localhost/System/Installation/Packages/OSInstall.mpkg (0 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/AdditionalEssentials.pkg (163855360 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/AdditionalSpeechVoices.pkg (293543936 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/AsianLanguagesSupport.pkg (4018176 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/MediaFiles.pkg (235410432 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/JavaEssentials.pkg (6665216 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/OxfordDictionaries.pkg (102556672 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/X11redirect.pkg (3472384 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: PK will install package file://localhost/System/Installation/Packages/OSInstall.pkg (0 b)
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: Setting external root to: /
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: OSI: com.apple.pkg.BaseSystemResources remapped external root path to: /
    Oct 26 05:10:52 192.168.1.3 OSInstaller[379]: Total install size including padding: 8212298752 b + 0 b non-OS collection items
    Oct 26 05:10:53 192.168.1.3 OSInstaller[379]: Can not connect to /var/run/systemkeychaincheck.socket: No such file or directory
    Oct 26 05:10:53 192.168.1.3 OSInstaller[379]: PK will install signed package file:///Volumes/Macintosh%20HD/OS%20X%20Install%20Data/OSX_10_9_IncompatibleApp List.pkg
    Oct 26 05:10:53 192.168.1.3 OSInstaller[379]: PFPackage::packageWithURL - can't instantiate package: /System/Installation/Packages/OSInstall.mpkg
    Oct 26 05:10:53 192.168.1.3 OSInstaller[379]: Error opening package "OSInstall.mpkg".
    Oct 26 05:10:53 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:10:53 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:10:53 192.168.1.3 OSInstaller[379]: Starting installation:
    Oct 26 05:10:53 192.168.1.3 OSInstaller[379]: Performing volume consistency check on 'Macintosh HD'.
    Oct 26 05:10:54 192.168.1.3 OSInstaller[379]: Checking Volume
    Oct 26 05:10:54 192.168.1.3 OSInstaller[379]: Checking file system
    Oct 26 05:10:54 192.168.1.3 OSInstaller[379]: Checking Journaled HFS Plus volume.
    Oct 26 05:10:54 192.168.1.3 OSInstaller[379]: Checking extents overflow file.
    Oct 26 05:10:54 192.168.1.3 OSInstaller[379]: Checking catalog file.
    Oct 26 05:11:23 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:11:23 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:11:39 192.168.1.3 OSInstaller[379]: Checking multi-linked files.
    Oct 26 05:11:40 192.168.1.3 OSInstaller[379]: Checking catalog hierarchy.
    Oct 26 05:11:51 192.168.1.3 OSInstaller[379]: Checking extended attributes file.
    Oct 26 05:11:53 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:11:53 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:12:05 192.168.1.3 OSInstaller[379]: Checking volume bitmap.
    Oct 26 05:12:06 192.168.1.3 OSInstaller[379]: Checking volume information.
    Oct 26 05:12:06 192.168.1.3 OSInstaller[379]: The volume Macintosh HD appears to be OK.
    Oct 26 05:12:07 192.168.1.3 OSInstaller[379]: Volume passed consistency checks.
    Oct 26 05:12:07 192.168.1.3 OSInstaller[379]: Promoting target imgsrc volume /Volumes/Macintosh HD.
    Oct 26 05:12:07 192.168.1.3 OSInstaller[379]: Calculating expected install size requirements
    Oct 26 05:12:07 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:12:07 192.168.1.3 OSInstaller[379]: Reserved for install:    8827.6 MB (0.0 MB non-OS collection items, 615.3 MB recovery system)
    Oct 26 05:12:07 192.168.1.3 OSInstaller[379]: Currently available:     490044.6 MB
    Oct 26 05:12:07 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:12:07 192.168.1.3 Unknown[364]: 2013-10-26 05:12:07.258 OS X Installer[379:756f] Looking for system packages
    Oct 26 05:12:07 192.168.1.3 Unknown[364]: 2013-10-26 05:12:07.535 OS X Installer[379:756f] Finding system files...
    Oct 26 05:12:23 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:12:23 192.168.1.3 OSInstaller[379]: V /Volumes/Macintosh HD: DSDB found.
    Oct 26 05:12:59 192.168.1.3 Language Chooser[363]: Child process exited 10
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default, Options: 0x0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1 - loading configuration for '/Local' from '/System/Library/OpenDirectory/Configurations/Local.plist'
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: Loaded bundle at path '/System/Library/OpenDirectory/Modules/PlistFile.bundle'
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1 - unable to find authentication module 'AppleID'
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1 - unable to find authentication module 'ConfigurationProfiles'
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1 - unable to find service discovery callback for module 'PlistFile'
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: Registering for network changes
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: Registered subnode with name '/Local/Default'
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 101.2 - Block: nodestate '/Local'
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: failed to open local node for internal record copy
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1.3 - Block: nodestate '/Local/Default'
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: Registering for power changes
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 101.2 - nodestate - flagging '/Local' online
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 101.2 - Block completed
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1.3, Module: PlistFile - Node is 10.7 or later
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: Registering for network power changes
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1.3 - nodestate - flagging '/Local/Default' online
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1.3 - Block completed
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1, Node: /Local/Default - node assigned UUID - 2F2AF93C-2EC0-4AE8-B871-A0BB015D8B86
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.1, Node: /Local/Default - ODNodeCreateWithNameAndOptions completed
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.4 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.4 - ODNodeCopyDetails request, NodeID: 2F2AF93C-2EC0-4AE8-B871-A0BB015D8B86, Keys: dsAttrTypeStandard:NodePath
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.4, Node: /Local/Default, Module: PlistFile - ODNodeCopyDetails completed, delivered 1 result
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.5 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.5 - ODNodeRelease request, NodeID: 2F2AF93C-2EC0-4AE8-B871-A0BB015D8B86
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.5, Node: /Local/Default - ODNodeRelease completed
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.6 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.6 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Search, Options: 0x0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.6 - ODNodeCreateWithNameAndOptions failed with error 'Unknown node name' (2000)
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.7 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.7 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Search, Options: 0x0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.7 - ODNodeCreateWithNameAndOptions failed with error 'Unknown node name' (2000)
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.8 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.8 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default, Options: 0x0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.8, Node: /Local/Default - node assigned UUID - E0E783DA-7DD5-4DF1-BE94-16F0D4C8EC64
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.8, Node: /Local/Default - ODNodeCreateWithNameAndOptions completed
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.9 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.9 - ODQueryCreateWithNode request, NodeID: E0E783DA-7DD5-4DF1-BE94-16F0D4C8EC64, RecordType(s): dsRecTypeStandard:Users, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseIgnore, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeStandard:GeneratedUID,dsAttrTypeNative:LinkedIdentity,dsAttrTypeStand ard:RealName,dsAttrTypeStandard:GroupMembership,dsAttrTypeStandard:Picture,dsAtt rTypeStandard:UserCertificate,dsAttrTypeStandard:AppleMetaNodeLocation,dsAttrTyp eStandard:RecordType,dsAttrTypeStandard:Comment,dsAttrTypeStandard:NestedGroups, dsAttrTypeStandard:PrimaryGroupID,dsAttrTypeStandard:AuthenticationAuthority,dsA ttrTypeStandard:Keywords,dsAttrTypeStandard:RecordName,dsAttrTypeStandard:JPEGPh oto,dsAttrTypeNative:_guest,dsAttrTypeStandard:AppleMetaRecordName,dsAttrTypeSta ndard:UserShell,dsAttrTypeStandard:GroupMembers,dsAttrTypeStandard:UniqueID,dsAt trTypeStandard:EMailAddress,dsAttrTypeStandard:NFSHomeDirectory, Max Results: 2147483647
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.9, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed, delivered 76 results
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.10 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.10 - ODNodeRelease request, NodeID: E0E783DA-7DD5-4DF1-BE94-16F0D4C8EC64
    Oct 26 05:12:59 192.168.1.3 opendirectoryd[101]: 391.10, Node: /Local/Default - ODNodeRelease completed
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Process:         OS X Installer [379]
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Path:            /Volumes/VOLUME/*/OS X Installer.app/Contents/MacOS/OS X Installer
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Identifier:      OS X Installer
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Version:         401 (524)
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Code Type:       X86-64 (Native)
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Parent Process:  Language Chooser [363]
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Responsible:     sh [108]
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: User ID:         0
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Date/Time:       2013-10-26 05:12:52.090 -0700
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: OS Version:      Mac OS X 10.9 (13A603)
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Report Version:  11
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Anonymous UUID:  1DA89FD2-9E3C-4644-96BA-DA3BC28CF666
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Crashed Thread:  18
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Exception Codes: 0x000000000000000a, 0x000000011b004a4e
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: VM Regions Near 0x11b004a4e:
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:     mapped file            000000011afea000-000000011aff6000 [   48K] r--/rwx SM=COW  /Volumes/VOLUME/*/*.db
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: --> mapped file            000000011aff6000-000000011b00a000 [   80K] r--/rwx SM=COW  /Volumes/VOLUME/*/*.bom
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:     __TEXT                 000000011b070000-000000011b099000 [  164K] r-x/rwx SM=COW  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 0:: Dispatch queue: com.apple.main-thread
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b4a1a mach_msg_trap + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_kernel.dylib                  0x00000001098b3d18 mach_msg + 64
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.CoreFoundation                0x00000001073a8315 __CFRunLoopServiceMachPort + 181
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.CoreFoundation                0x00000001073a7939 __CFRunLoopRun + 1161
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.CoreFoundation                0x00000001073a7275 CFRunLoopRunSpecific + 309
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   com.apple.HIToolbox                     0x000000010ad59f0d RunCurrentEventLoopInMode + 226
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   com.apple.HIToolbox                     0x000000010ad59cb7 ReceiveNextEventCommon + 479
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   com.apple.HIToolbox                     0x000000010ad59abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 8   com.apple.AppKit                        0x00000001076b428e _DPSNextEvent + 1434
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 9   com.apple.AppKit                        0x00000001076b38db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 10  com.apple.AppKit                        0x00000001076a79cc -[NSApplication run] + 553
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 11  com.apple.AppKit                        0x0000000107692803 NSApplicationMain + 940
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 12  com.apple.MacOSXInstaller               0x0000000105cd5daa 0x105ccf000 + 28074
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 13  libdyld.dylib                           0x000000010970b5fd start + 1
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 1:
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8a3a __semwait_signal + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_c.dylib                       0x0000000109800e60 nanosleep + 200
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   libsystem_c.dylib                       0x0000000109800cbf sleep + 42
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.installframework              0x0000000105ef1d97 do_log_watch + 43
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b9662 kevent64 + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libdispatch.dylib                       0x00000001096d043d _dispatch_mgr_invoke + 239
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   libdispatch.dylib                       0x00000001096d0152 _dispatch_mgr_thread + 52
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 3:: com.apple.NSURLConnectionLoader
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b4a1a mach_msg_trap + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_kernel.dylib                  0x00000001098b3d18 mach_msg + 64
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.CoreFoundation                0x00000001073a8315 __CFRunLoopServiceMachPort + 181
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.CoreFoundation                0x00000001073a7939 __CFRunLoopRun + 1161
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.CoreFoundation                0x00000001073a7275 CFRunLoopRunSpecific + 309
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   com.apple.Foundation                    0x0000000106239907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   com.apple.Foundation                    0x000000010623970b __NSThread__main__ + 1318
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 8   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 9   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 4:
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b4a1a mach_msg_trap + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_kernel.dylib                  0x00000001098b3d18 mach_msg + 64
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.CoreFoundation                0x00000001073a8315 __CFRunLoopServiceMachPort + 181
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.CoreFoundation                0x00000001073a7939 __CFRunLoopRun + 1161
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.CoreFoundation                0x00000001073a7275 CFRunLoopRunSpecific + 309
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   com.apple.Foundation                    0x000000010623ba7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   com.apple.Foundation                    0x000000010628402b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   com.apple.osinstallframework            0x0000000105e18b79 -[OSPreInstallSizingQueueElement run] + 313
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 8   com.apple.installframework              0x0000000105ec15ce -[IFSession(Jobs) _runMetaQueueEngine] + 1342
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 9   com.apple.Foundation                    0x000000010623970b __NSThread__main__ + 1318
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 10  libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 11  libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 12  libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 5:
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8716 __psynch_cvwait + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099c0c77 _pthread_cond_wait + 787
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.Foundation                    0x000000010620a8d0 -[NSCondition waitUntilDate:] + 344
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.Foundation                    0x0000000106201778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.installframework              0x0000000105eb1d11 +[IFDTargetController(WorkerThread) _handleTargetRequests] + 157
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   com.apple.Foundation                    0x000000010623970b __NSThread__main__ + 1318
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 8   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 6:: JavaScriptCore::BlockFree
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8716 __psynch_cvwait + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099c0c3b _pthread_cond_wait + 727
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.JavaScriptCore                0x000000011464e145 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.JavaScriptCore                0x000000011464344f ***::wtfThreadEntryPoint(void*) + 15
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 7:: JavaScriptCore::Marking
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8716 __psynch_cvwait + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099c0c3b _pthread_cond_wait + 727
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.JavaScriptCore                0x000000011464ebb7 JSC::GCThread::waitForNextPhase() + 119
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.JavaScriptCore                0x000000011464ea48 JSC::GCThread::gcThreadMain() + 88
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.JavaScriptCore                0x000000011464344f ***::wtfThreadEntryPoint(void*) + 15
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 8:: JavaScriptCore::Marking
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8716 __psynch_cvwait + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099c0c3b _pthread_cond_wait + 727
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.JavaScriptCore                0x000000011464ebb7 JSC::GCThread::waitForNextPhase() + 119
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.JavaScriptCore                0x000000011464ea48 JSC::GCThread::gcThreadMain() + 88
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.JavaScriptCore                0x000000011464344f ***::wtfThreadEntryPoint(void*) + 15
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 9:: JavaScriptCore::Marking
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8716 __psynch_cvwait + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099c0c3b _pthread_cond_wait + 727
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.JavaScriptCore                0x000000011464ebb7 JSC::GCThread::waitForNextPhase() + 119
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.JavaScriptCore                0x000000011464ea48 JSC::GCThread::gcThreadMain() + 88
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.JavaScriptCore                0x000000011464344f ***::wtfThreadEntryPoint(void*) + 15
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 10:: JavaScriptCore::BlockFree
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8716 __psynch_cvwait + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099c0c3b _pthread_cond_wait + 727
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.JavaScriptCore                0x000000011464e145 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.JavaScriptCore                0x000000011464344f ***::wtfThreadEntryPoint(void*) + 15
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 11:: JavaScriptCore::Marking
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8716 __psynch_cvwait + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099c0c3b _pthread_cond_wait + 727
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.JavaScriptCore                0x000000011464ebb7 JSC::GCThread::waitForNextPhase() + 119
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.JavaScriptCore                0x000000011464ea48 JSC::GCThread::gcThreadMain() + 88
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.JavaScriptCore                0x000000011464344f ***::wtfThreadEntryPoint(void*) + 15
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 12:: JavaScriptCore::Marking
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8716 __psynch_cvwait + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099c0c3b _pthread_cond_wait + 727
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.JavaScriptCore                0x000000011464ebb7 JSC::GCThread::waitForNextPhase() + 119
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.JavaScriptCore                0x000000011464ea48 JSC::GCThread::gcThreadMain() + 88
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.JavaScriptCore                0x000000011464344f ***::wtfThreadEntryPoint(void*) + 15
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 13:: JavaScriptCore::Marking
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8716 __psynch_cvwait + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099c0c3b _pthread_cond_wait + 727
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.JavaScriptCore                0x000000011464ebb7 JSC::GCThread::waitForNextPhase() + 119
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.JavaScriptCore                0x000000011464ea48 JSC::GCThread::gcThreadMain() + 88
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.JavaScriptCore                0x000000011464344f ***::wtfThreadEntryPoint(void*) + 15
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 14:: com.apple.appkit-heartbeat
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8a3a __semwait_signal + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_c.dylib                       0x0000000109800e60 nanosleep + 200
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   libsystem_c.dylib                       0x0000000109800d52 usleep + 54
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.AppKit                        0x00000001079182ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.Foundation                    0x000000010623970b __NSThread__main__ + 1318
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 15:
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b4a1a mach_msg_trap + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_kernel.dylib                  0x00000001098b3d18 mach_msg + 64
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.CoreFoundation                0x00000001073a8315 __CFRunLoopServiceMachPort + 181
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.CoreFoundation                0x00000001073a7939 __CFRunLoopRun + 1161
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.CoreFoundation                0x00000001073a7275 CFRunLoopRunSpecific + 309
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   com.apple.Foundation                    0x000000010623ba7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   com.apple.Foundation                    0x000000010628402b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   com.apple.installframework              0x0000000105ec28f4 -[IFDInstallController(Private) _install] + 1265
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 8   com.apple.osinstallframework            0x0000000105dff328 -[OSInstallController(Private) _install] + 280
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 9   com.apple.Foundation                    0x000000010623970b __NSThread__main__ + 1318
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 10  libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 11  libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 12  libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 16:
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b4a1a mach_msg_trap + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_kernel.dylib                  0x00000001098b3d18 mach_msg + 64
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.CoreFoundation                0x00000001073a8315 __CFRunLoopServiceMachPort + 181
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.CoreFoundation                0x00000001073a7939 __CFRunLoopRun + 1161
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.CoreFoundation                0x00000001073a7275 CFRunLoopRunSpecific + 309
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   com.apple.AppKit                        0x00000001078541ce _NSEventThread + 144
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 8   libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 17:
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   libsystem_kernel.dylib                  0x00000001098b8e6a __workq_kernreturn + 10
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   libsystem_pthread.dylib                 0x00000001099bff08 _pthread_wqthread + 330
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   libsystem_pthread.dylib                 0x00000001099c2fb9 start_wqthread + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 18 Crashed:
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 0   com.apple.bom                           0x000000010d8230c1 BOMStreamReadUInt32 + 110
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 1   com.apple.bom                           0x000000010d8232ef _ReadBlockTable + 28
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 2   com.apple.bom                           0x000000010d822d5d BOMStorageOpenWithSys + 1129
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 3   com.apple.bom                           0x000000010d82872b BOMBomOpenWithSys + 100
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 4   com.apple.PackageKit                    0x000000010efded09 -[PKBOM initWithBOMPath:] + 89
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 5   com.apple.PackageKit                    0x000000010eff0786 -[PKReceipt(Private) _BOM] + 81
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 6   com.apple.PackageKit                    0x000000010eff0811 -[PKReceipt(Private) _directoryEnumerator] + 25
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 7   com.apple.SystemMigration               0x000000010f12a2ba -[SMFindSystemFiles _findSystemPaths] + 1428
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 8   com.apple.SystemMigration               0x000000010f12a982 -[SMFindSystemFiles systemPaths] + 811
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 9   com.apple.SystemMigration               0x000000010f12be96 -[SMPathAnalyzer prunedSystemPathsReturningSize:] + 174
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 10  com.apple.SystemMigration               0x000000010f12bf7e -[SMPathAnalyzer prunedReaperPathsReturningSize:targetSystemVersionString:] + 70
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 11  com.apple.osinstallframework            0x0000000105e1f68d -[OSReapSpaceChecker _calculateSystemPathsAndSize] + 252
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 12  com.apple.osinstallframework            0x0000000105e1f7ad -[OSReapSpaceChecker reapableSpace] + 88
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 13  com.apple.osinstallframework            0x0000000105e1880d -[OSPreInstallSizingQueueElement _run] + 492
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 14  com.apple.Foundation                    0x000000010623970b __NSThread__main__ + 1318
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 15  libsystem_pthread.dylib                 0x00000001099be899 _pthread_body + 138
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 16  libsystem_pthread.dylib                 0x00000001099be72a _pthread_start + 137
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 17  libsystem_pthread.dylib                 0x00000001099c2fc9 thread_start + 13
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Thread 18 crashed with X86 Thread State (64-bit):
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:   rax: 0x000000011b004a4e  rbx: 0x00007fc9ea965000  rcx: 0x000000011b004a52  rdx: 0xffffffffffffffc8
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:   rdi: 0x00007fc9ec97c2f0  rsi: 0x00007fc9ec97c2f0  rbp: 0x00000001198805d0  rsp: 0x00000001198805c0
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:    r8: 0x0000000000000010   r9: 0x0000000000000000  r10: 0x0000000000000001  r11: 0x0000000000000246
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:   r12: 0x00007fc9ea965000  r13: 0x00007fc9ec97c2f0  r14: 0x00007fc9ec97c2f0  r15: 0x00007fc9ec97c2f0
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:   rip: 0x000000010d8230c1  rfl: 0x0000000000010293  cr2: 0x000000011b004a4e
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:  
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Logical CPU:     1
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Error Code:      0x00000004
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Trap Number:     14
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: 
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]: Binary Images:
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x105ccf000 -        0x105cddfff  com.apple.MacOSXInstaller (401 - 524) <6F0A284D-617B-375C-AF7C-309FB2DC7108> /Volumes/VOLUME/*/OS X Installer.app/Contents/MacOS/OS X Installer
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x105cec000 -        0x105d29fff  com.apple.framework.corewlankit (3.0 - 300.35) <BB6A2123-0A23-3EE1-A5A0-2F7FC0959908> /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x105d5c000 -        0x105dbbfff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x105dfd000 -        0x105e54fff  com.apple.osinstallframework (700 - 845) <496BC9A6-0A37-38E6-815F-FCC54C7F1282> /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framew ork/Versions/A/OSInstall
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x105e88000 -        0x105e88fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x105e8c000 -        0x105e94fff  com.apple.framework.Assistant (2.0 - 15.1) <7E28F560-5E73-397F-BF54-2DD8E205A4FC> /System/Library/PrivateFrameworks/Assistant.framework/Versions/A/Assistant
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x105ea8000 -        0x105f4efff  com.apple.installframework (700 - 845) <F4A1AFB1-3F48-3234-9C95-C1ADD0AD9C87> /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x105fd4000 -        0x105fe8fff  com.apple.InstallerPlugins (6.0 - 721) <4C68DDE4-69F1-387C-A519-0EFFFBE77E8B> /System/Library/Frameworks/InstallerPlugins.framework/Versions/A/InstallerPlugi ns
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x105fff000 -        0x106062ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x1060a3000 -        0x10610dff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x106145000 -        0x10614afff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x106155000 -        0x106155fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x106160000 -        0x1061a6ff7  com.apple.DiskManagement (6.0 - 744) <FE9F0616-FFCA-31D2-A0B5-E6C943326543> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x1061d2000 -        0x1064d1fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x106710000 -        0x1068bdf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x1068de000 -        0x1068dffff  com.apple.SIUInstallationProgress (1.2 - 1.2) <1FCC2F45-430C-3483-8AD6-1AA7A1F779BD> /System/Library/CoreServices/InstallerStatusNotifications.bundle/Contents/MacOS /InstallerStatusNotifications
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x1068e3000 -        0x1068e4ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x1068ee000 -        0x10720a05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x107337000 -        0x10751cff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x107690000 -        0x108204ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x10898e000 -        0x108a01ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x108a44000 -        0x108a6eff0  com.apple.SystemConfiguration.EAP8021X (13.0.0 - 13.0) <DC09B518-9F82-38DD-B37D-4A3279E3230D> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x108a8b000 -        0x108ce3ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x108e2e000 -        0x108e5cff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x108e8c000 -        0x108eceff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x108eea000 -        0x108eebff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x108ef3000 -        0x1090abff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x109151000 -        0x109238ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x10926f000 -        0x109280ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x109288000 -        0x1093f8ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x109503000 -        0x109504fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:        0x109509000 -        0x109524ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    Oct 26 05:13:00 192.168.1.3 ReportCrash[391]:  

    Yes. I backed up my computer with time machine. Then, I reinstalled OSX with the built in recovery disk. Then, I recovered my data with time machine. After this, when I tried installing Mavericks it worked properly.
    This is kind of a pain, but when I talked to applecare, their only suggestion was to make an appointment at the Apple Store.

  • Unable to add Addtional DC In Existing Domain

    Hello Team,
    I've three sites configured for replication,there are 3 domain controllers in each site, i demoted one domain controller and now i again i am promoting it as DC but unable to do so .. i gives me error saying could not retrieve domain controllers , system cannot
    find file specified..
    event id 1202 , source : DFSR
    what does that mean.?
    what should i do ?

    Hello Team,
    I've three sites configured for replication,there are 3 domain controllers in each site, i demoted one domain controller and now i again i am promoting it as DC but unable to do so .. i gives me error saying could not retrieve domain controllers , system cannot
    find file specified..
    event id 1202 , source : DFSR
    what does that mean.?
    what should i do ?
    I would recommend that you refer to the IP setting recommendations I shared here: http://www.ahmedmalek.com/web/fr/articles.asp?artid=23
    Also, make sure that the required ports are opened and not filtered.
    You can also use dcdiag and repadmin to make sure that your DCs and AD replication are in a healthy state.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Unable to get Compiz Fusion working...

    I'm aware this isn't a new issue, but the Wiki has so far been unable to solve my queries.
    I've just freshly installed Arch on my new PC: Pentium-D 3.8Ghz, 2Gb of RAM and an ATi Radeon X1950 Pro (PCI-E).
    I've installed Compiz Fusion as suggested via the wiki. When I run the fusion icon and activate compiz, I am left with no window borders and no working compiz. I've followed the troubleshooting section on the wiki to no avail. The problem remains.
    My xorg.conf:
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "gb"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 30-82
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-70
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "** ATI Radeon (generic) [radeon]"
    Driver "radeon"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "** ATI Radeon (generic) [radeon]"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1680x1050" "1280x1024" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    Option "AIGLX" "true"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    What am I doing wrong?
    /izo\

    EvilSide wrote:Edit:
    Just enable wanted effects from ccsm and enjoy
    I can't load CCSM, from either GNOME or KDE. When I attempt to do so, I get this:
    [izo@kether ~]$ ccsm
    (process:2832): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Info: No sexy-python package found, don't worry it's optional.
    Traceback (most recent call last):
    File "/usr/bin/ccsm", line 100, in <module>
    import ccm
    File "/usr/lib/python2.6/site-packages/ccm/__init__.py", line 1, in <module>
    from ccm.Conflicts import *
    File "/usr/lib/python2.6/site-packages/ccm/Conflicts.py", line 27, in <module>
    from ccm.Constants import *
    File "/usr/lib/python2.6/site-packages/ccm/Constants.py", line 88, in <module>
    locale.setlocale(locale.LC_ALL, "")
    File "/usr/lib/python2.6/locale.py", line 494, in setlocale
    return _setlocale(category, locale)
    locale.Error: unsupported locale setting
    /izo\

  • Cancelled promotional code, ridiculous hassle

    On December 11th I got a $25 promotional code for a cancelled order. I felt that was a really generous offer and when an item I had been looking at went on sale, I decided to use it.On 12/21 I price matched the item through a rep by phone and asked if I could use the promotional code, they applied it and everything seemed fine. However they got my address entered incorrectly somehow and my order auto-cancelled seconds after they placed it due to address verification issues. They told me the promotional code would still be valid.
    Go forward about a week, another item is available on BB.com and I decide to use my promo code to order it. It doesn't work, I call in and after nearly an hour on the phone finally get told that I need to call 1-866-308-6166 to get it addressed. I've now called that number probably...6 times? I've had anything from no one answering at all(I've called before 7 pm in any time zone since no one has ever been able to tell me which time zone the 7 pm close time applies to), to being told it is being reissued, to speaking to a supposed manager who just hung up after explaining my issue.
    Today I finally got ahold of someone who says that they have addressed my issue. I have no way of knowing if this is the case or not but good lord this is ridiculously bad customer service. I belong to a forum that Best Buy gets a lot of press on and was told to come here and post a thread and just maybe I could get some resolution.
    Can you do something to help me? I've spent close to 3 hours on the phone and ridiculous CS like this is what makes me want to move my purchases(personal and business) to Amazon when they would have had this fixed in minutes, not weeks. I'm Elite Plus and all that fun stuff.

    Hello reaperztoll-
    I apologize for the lateness of this response and I certainly can understand your frustrations with the time you’ve put in trying to resolve the issue with your $25 digital promotion code.  I’d be happy to look into this further for you.
    I was unable to determine if this was a digital promotion code or if it was an e-gift card that you were given, so I can’t really speak as to whether or not it would have been still active after your order was cancelled.  If it was a digital coupon code, it would not have been active and it would have needed to be re-issued by us when the order was cancelled.  If it was an e-gift card, the funds should have been returned to the card when the order was cancelled, making it available for use again on another order. 
    Based on the notes that I can see from your previous communications, it appears that we are sending you out a physical gift card for $25 to replace this amount.  Generally, those gift cards take about 10-14 business days to be mailed out to you.  They do not have an expiration date and can be used both in our stores and online at BestBuy.com. 
    I hope that this helps clear things up, but if you have any further questions, please let me know.
    Sincerely,
    Bill|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • Deleted failed DC from the domain (Server 2012 R2) - Now after doing metadata and DNS cleanup, I can no longer promote a new DC to the domain

    I work for a university and teach IT courses to undergrad and graduate students. The details below are pertaining an isolated lab environment
    I had a storage failure in my lab and the DCs became corrupt. This is a university lab environment so there isn't anything crucial on here. I just would rather avoid rebuilding the domain/forest and would rather use this as a learning experience with my
    students...
    So after the storage failed and was restored, the VMs hosted became corrupt. I did a NTDSUTIL to basically repair the NDTS.dit file but one of my DCs reverted to a state before DC promotion. Naturally, the domain still had this object in AD. After numerous
    failed attempts at trying to reinstall the DC on the server through the server manager wizard in 2012 R2, I decided that a metadata cleanup of the old failed object was necessary.
    Utilizing this article, I removed all references of the failed DC from both AD and DNS (http://www.petri.com/delete_failed_dcs_from_ad.htm) 
    So now that the failed object is removed completely from the domain and the metadata cleanup was successful, I then proceeded to re-install the necessary AD DS role on the server and re-promote to the existing domain. Pre-Requisites pass but generate some
    warning around DNS Delgation, and Dynamic Updates (delegation is ignored because the lab is isolated from external comms, and dynamic updates are in fact enabled on both my _msdcs and root domain zones).
    Upon the promotion process, I get the following error message (also worth mentioning - the account performing these operations is a member of DA, EA, and Schema Admins)
    The operation failed because:
    Active Directory Domain Services could not create the NTDS Settings object for this Active Directory Domain Controller CN=NTDS Settings,CN=domainVMDC1,CN=Servers,CN=Default-
    First-Site-Name,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu on the remote AD DC domainVMDC2. Ensure the provided network credentials have sufficient permissions.
    "While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync."
    As you can see, this error seems odd considering. Now that I'm down to a single DC and DNS server, the sync should be corrected. I've run a repadmin /syncall and it completed successfully. Since then, I've run dcdiags and dumped those to a text as well and
    here are my results...
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       Home Server = domainVMDC2
       * Identified AD Forest. 
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\domainVMDC2
          Starting test: Connectivity
             ......................... domainVMDC2 passed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\domainVMDC2
          Starting test: Advertising
             ......................... domainVMDC2 passed test Advertising
          Starting test: FrsEvent
             ......................... domainVMDC2 passed test FrsEvent
          Starting test: DFSREvent
             ......................... domainVMDC2 passed test DFSREvent
          Starting test: SysVolCheck
             ......................... domainVMDC2 passed test SysVolCheck
          Starting test: KccEvent
             ......................... domainVMDC2 passed test KccEvent
          Starting test: KnowsOfRoleHolders
             ......................... domainVMDC2 passed test KnowsOfRoleHolders
          Starting test: MachineAccount
             ......................... domainVMDC2 passed test MachineAccount
          Starting test: NCSecDesc
             ......................... domainVMDC2 passed test NCSecDesc
          Starting test: NetLogons
             ......................... domainVMDC2 passed test NetLogons
          Starting test: ObjectsReplicated
             ......................... domainVMDC2 passed test ObjectsReplicated
          Starting test: Replications
             ......................... domainVMDC2 passed test Replications
          Starting test: RidManager
             ......................... domainVMDC2 passed test RidManager
          Starting test: Services
             ......................... domainVMDC2 passed test Services
          Starting test: SystemLog
             A warning event occurred.  EventID: 0x00001795
                Time Generated: 12/18/2014   00:35:03
                Event String:
                The program lsass.exe, with the assigned process ID 476, could not authenticate locally by using the target name ldap/domainvmdc2.domain.school.edu. The target name used is not valid. A target name should
    refer to one of the local computer names, for example, the DNS host name.
             ......................... domainVMDC2 passed test SystemLog
          Starting test: VerifyReferences
             ......................... domainVMDC2 passed test VerifyReferences
       Running partition tests on : ForestDnsZones
          Starting test: CheckSDRefDom
                For the partition
                (DC=ForestDnsZones,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=3098109a-ff99-41d4-8926-0e814ac8efde,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... ForestDnsZones failed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition
                (DC=ForestDnsZones,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=3098109a-ff99-41d4-8926-0e814ac8efde,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... ForestDnsZones failed test
             CrossRefValidation
       Running partition tests on : DomainDnsZones
          Starting test: CheckSDRefDom
                For the partition
                (DC=DomainDnsZones,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=2f0b8ac0-2630-441a-891f-b5fcb91498a8,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... DomainDnsZones failed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition
                (DC=DomainDnsZones,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=2f0b8ac0-2630-441a-891f-b5fcb91498a8,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... DomainDnsZones failed test
             CrossRefValidation
       Running partition tests on : Schema
          Starting test: CheckSDRefDom
             ......................... Schema passed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition
                (CN=Schema,CN=Configuration,DC=domain,DC=school,DC=edu) we
                encountered the following error retrieving the cross-ref's
                (CN=Enterprise Schema,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... Schema failed test CrossRefValidation
       Running partition tests on : Configuration
          Starting test: CheckSDRefDom
             ......................... Configuration passed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition
                (CN=Configuration,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=Enterprise Configuration,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... Configuration failed test CrossRefValidation
       Running partition tests on : domain
          Starting test: CheckSDRefDom
             ......................... domain passed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition (DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=domain,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... domain failed test CrossRefValidation
       Running enterprise tests on : domain.school.edu
          Starting test: LocatorCheck
             ......................... domain.school.edu passed test
             LocatorCheck
          Starting test: Intersite
             ......................... domain.school.edu passed test Intersite
    From what I can gather, there is a definite DNS issue but I don't have any stale records to the old DC stored anywhere. I've tried this with a new server as well and get similar errors... 
    At this rate I'm ready to rebuild the entire forest over again. I'm just reluctant to do so as I want to make this a learning experience for the students. 
    Any help would be greatly appreciated. Thanks!

    As you can see, there seems to be some errors. The one that I did correct was the one around the _msdcs NS record being unable to resolve. For whatever, reason the name wasn't resolving the IP but all other NS tabs and records were. Just that one _msdcs
    sub-zone. Furthermore, the mentioning of any connections to root hint servers can be viewed as false positives. There is no external comms to this lab so no communication with outside IPs can be expected. Lastly, they mentioned a connectivity issue yet mention
    that I should check the firewall settings. All three profiles are disabled in Windows Firewall (as they have been the entire time). Thank you in advance for your help!
    C:\Windows\system32>dcdiag /test:dns /v
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       * Verifying that the local machine domainVMDC2, is a Directory Server.
       Home Server = domainVMDC2
       * Connecting to directory service on server domainVMDC2.
       * Identified AD Forest.
       Collecting AD specific global data
       * Collecting site info.
       Calling ldap_search_init_page(hld,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu,LDAP_SCOPE_SUBTREE,(objectCategory=ntDSSiteSettings),.......
       The previous call succeeded
       Iterating through the sites
       Looking at base site object: CN=NTDS Site Settings,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu
       Getting ISTG and options for the site
       * Identifying all servers.
       Calling ldap_search_init_page(hld,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu,LDAP_SCOPE_SUBTREE,(objectClass=ntDSDsa),.......
       The previous call succeeded....
       The previous call succeeded
       Iterating through the list of servers
       Getting information for the server CN=NTDS Settings,CN=domainVMDC2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu
       objectGuid obtained
       InvocationID obtained
       dnsHostname obtained
       site info obtained
       All the info for the server collected
       * Identifying all NC cross-refs.
       * Found 1 DC(s). Testing 1 of them.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\domainVMDC2
          Starting test: Connectivity
             * Active Directory LDAP Services Check
             The host
             3a38b19c-4bb3-4542-acb6-9e5e97cc15c4._msdcs.domain.school.edu
             could not be resolved to an IP address. Check the DNS server, DHCP,
             server name, etc.
             Got error while checking LDAP and RPC connectivity. Please check your
             firewall settings.
             ......................... domainVMDC2 failed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\domainVMDC2
          Test omitted by user request: Advertising
          Test omitted by user request: CheckSecurityError
          Test omitted by user request: CutoffServers
          Test omitted by user request: FrsEvent
          Test omitted by user request: DFSREvent
          Test omitted by user request: SysVolCheck
          Test omitted by user request: KccEvent
          Test omitted by user request: KnowsOfRoleHolders
          Test omitted by user request: MachineAccount
          Test omitted by user request: NCSecDesc
          Test omitted by user request: NetLogons
          Test omitted by user request: ObjectsReplicated
          Test omitted by user request: OutboundSecureChannels
          Test omitted by user request: Replications
          Test omitted by user request: RidManager
          Test omitted by user request: Services
          Test omitted by user request: SystemLog
          Test omitted by user request: Topology
          Test omitted by user request: VerifyEnterpriseReferences
          Test omitted by user request: VerifyReferences
          Test omitted by user request: VerifyReplicas
          Starting test: DNS
             DNS Tests are running and not hung. Please wait a few minutes...
             See DNS test in enterprise tests section for results
             ......................... domainVMDC2 passed test DNS
       Running partition tests on : ForestDnsZones
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : DomainDnsZones
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : Schema
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : Configuration
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : domain
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running enterprise tests on : domain.school.edu
          Starting test: DNS
             Test results for domain controllers:
                DC: domainVMDC2
                Domain: domain.school.edu
                   TEST: Authentication (Auth)
                      Authentication test: Successfully completed
                   TEST: Basic (Basc)
                      Error: No LDAP connectivity
                      The OS
                      Microsoft Windows Server 2012 R2 Datacenter (Service Pack level: 0.0)
                      is supported.
                      NETLOGON service is running
                      kdc service is running
                      DNSCACHE service is running
                      DNS service is running
                      DC is a DNS server
                      Network adapters information:
                      Adapter [00000010] vmxnet3 Ethernet Adapter:
                         MAC address is 00:50:56:A2:2C:24
                         IP Address is static
                         IP address: *.*.100.26
                         DNS servers:
                            *.*.100.26 (domainVMDC2) [Valid]
                      No host records (A or AAAA) were found for this DC
                      The SOA record for the Active Directory zone was found
                      The Active Directory zone on this DC/DNS server was found primary
                      Root zone on this DC/DNS server was not found
                   TEST: Forwarders/Root hints (Forw)
                      Recursion is enabled
                      Forwarders are not configured on this DNS server
                      Root hint Information:
                         Name: a.root-servers.net. IP: 198.41.0.4 [Invalid (unreachable)]
                         Name: b.root-servers.net. IP: 192.228.79.201 [Invalid (unreachable)]
                         Name: c.root-servers.net. IP: 192.33.4.12 [Invalid (unreachable)]
                         Name: d.root-servers.net. IP: 199.7.91.13 [Invalid (unreachable)]
                         Name: e.root-servers.net. IP: 192.203.230.10 [Invalid (unreachable)]
                         Name: f.root-servers.net. IP: 192.5.5.241 [Invalid (unreachable)]
                         Name: g.root-servers.net. IP: 192.112.36.4 [Invalid (unreachable)]
                         Name: h.root-servers.net. IP: 128.63.2.53 [Invalid (unreachable)]
                         Name: i.root-servers.net. IP: 192.36.148.17 [Invalid (unreachable)]
                         Name: j.root-servers.net. IP: 192.58.128.30 [Invalid (unreachable)]
                         Name: k.root-servers.net. IP: 193.0.14.129 [Invalid (unreachable)]
                         Name: l.root-servers.net. IP: 199.7.83.42 [Invalid (unreachable)]
                         Name: m.root-servers.net. IP: 202.12.27.33 [Invalid (unreachable)]
                      Error: Both root hints and forwarders are not configured or
                      broken. Please make sure at least one of them works.
                   TEST: Delegations (Del)
                      Delegation information for the zone: domain.school.edu.
                         Delegated domain name: _msdcs.domain.school.edu.
                            Error: DNS server: domainvmdc2. IP:<Unavailable>
                            [Missing glue A record]
                            [Error details: 9714 (Type: Win32 - Description: DNS name does not exist.)]
                   TEST: Dynamic update (Dyn)
                      Test record dcdiag-test-record added successfully in zone domain.school.edu
                      Warning: Failed to delete the test record dcdiag-test-record in zone domain.school.edu
                      [Error details: 13 (Type: Win32 - Description: The data is invalid.)]
                   TEST: Records registration (RReg)
                      Network Adapter [00000010] vmxnet3 Ethernet Adapter:
                         Matching CNAME record found at DNS server *.*.100.26:
                         3a38b19c-4bb3-4542-acb6-9e5e97cc15c4._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.a9241004-88ea-422d-a71e-df7b622f0d68.domains._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._tcp.dc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.dc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._tcp.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._udp.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kpasswd._tcp.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.Default-First-Site-Name._sites.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._tcp.Default-First-Site-Name._sites.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.gc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _gc._tcp.Default-First-Site-Name._sites.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.pdc._msdcs.domain.school.edu
                   Error: Record registrations cannot be found for all the network
                   adapters
             Summary of test results for DNS servers used by the above domain
             controllers:
                DNS server: 128.63.2.53 (h.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 128.63.2.53               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.112.36.4 (g.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.112.36.4               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.203.230.10 (e.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.203.230.10               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.228.79.201 (b.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.228.79.201               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.33.4.12 (c.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.33.4.12               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.36.148.17 (i.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.36.148.17               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.5.5.241 (f.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.5.5.241               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.58.128.30 (j.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.58.128.30               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 193.0.14.129 (k.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 193.0.14.129               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 198.41.0.4 (a.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 198.41.0.4               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 199.7.83.42 (l.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 199.7.83.42               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 199.7.91.13 (d.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 199.7.91.13               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 202.12.27.33 (m.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 202.12.27.33               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: *.*.100.26 (domainVMDC2)
                   All tests passed on this DNS server
                   Name resolution is functional._ldap._tcp SRV record for the forest root domain is registered
             Summary of DNS test results:
                                                Auth Basc Forw Del  Dyn  RReg Ext
                Domain: domain.school.edu
                   domainVMDC2                 PASS FAIL FAIL FAIL WARN FAIL n/a
             ......................... domain.school.edu failed test DNS
          Test omitted by user request: LocatorCheck
          Test omitted by user request: Intersite

  • Operations Manager 2007 R2 Failed RMS Promotion

    Forum,
    I am moving our RMS to a 64-bit computer in preparation to upgrade to Operations Manager 2012. I have followed the directions found in the How to Promote a Root Management Server and it seemed successful. After reviewing the event logs, I have found repeating
    21042 and 29106 events. There appears be a problem with my Secure Storage Key. I have tried creating a new key but that doesn't help. I have tried reinstalling my RMS server but I always end up at the same place. The agents are getting the 20070 error and
    are unable to communicate with the server. Is there a way to rebuild the secure storage key?
    RMS OS - Windows 2012R2
    RMS - Ops Manager 2007R2 CU7
    21042 Event
    Operations Manager has discarded 1 items in management group LCC, which came from $$ROOT$$.  These items have been discarded because no valid route exists at this time.  This can happen when new devices are added to the topology but the complete
    topology has not been distributed yet.  The discarded items will be regenerated.
    29106 Event
    The request to synchronize state for OpsMgr Health Service identified by "00745302-047f-944b-0542-544eb4314c22" failed due to the following exception "System.Security.Cryptography.CryptographicException: Error occurred during a cryptographic
    operation.
    Server stack trace:
       at Microsoft.EnterpriseManagement.Mom.Internal.AesNativeTransform.DepadBlock(Byte[] block, Int32 offset, Int32 count)
       at Microsoft.EnterpriseManagement.Mom.Internal.AesNativeTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)
       at Microsoft.EnterpriseManagement.Security.SecureStorageManager.Decrypt(Byte[] value)
       at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.CredentialDocumentHelper.CreateCredentialSectionsForGivenCredentialType(XmlWriter& writer, Result dbRow)
       at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.CredentialDocumentHelper.InsertCredentialInfo(XmlWriter& writer, ReadOnlyCollection`1 requestedGuids, List`1 dbList, TypeOfCredentialDocumentElement elementType)
       at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.CredentialDocumentHelper.GenerateCredentialAndCredentialReferenceDocument()
       at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.RootConnectorMethods.OnRetrieveSecureData(Guid healthServiceId, ReadOnlyCollection`1 addedSecureStorageReferences, ReadOnlyCollection`1 removedSecureStorageReferences, ReadOnlyCollection`1
    modifiedSecureStorageReferences, ReadOnlyCollection`1 addedSecureStorageElements, ReadOnlyCollection`1 removedSecureStorageElements, ReadOnlyCollection`1 modifiedSecureStorageElements)
       at Microsoft.EnterpriseManagement.Mom.Sdk.Service.SDKReceiver.OnRetrieveSecureData(Guid healthServiceId, ReadOnlyCollection`1 addedSecureStorageReferences, ReadOnlyCollection`1 removedSecureStorageReferences, ReadOnlyCollection`1 modifiedSecureStorageReferences,
    ReadOnlyCollection`1 addedSecureStorageElements, ReadOnlyCollection`1 removedSecureStorageElements, ReadOnlyCollection`1 modifiedSecureStorageElements)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.EnterpriseManagement.Mom.Internal.ISdkService.OnRetrieveSecureData(Guid healthServiceId, ReadOnlyCollection`1 addedSecureStorageReferences, ReadOnlyCollection`1 removedSecureStorageReferences, ReadOnlyCollection`1 modifiedSecureStorageReferences,
    ReadOnlyCollection`1 addedSecureStorageElements, ReadOnlyCollection`1 removedSecureStorageElements, ReadOnlyCollection`1 modifiedSecureStorageElements)
       at Microsoft.Mom.ConfigService.Networking.ConnectionFactory.Connection.Sender.OnRetrieveSecureData(Guid healthServiceId, ReadOnlyCollection`1 addedSecureStorageReferences, ReadOnlyCollection`1 removedSecureStorageReferences, ReadOnlyCollection`1
    modifiedSecureStorageReferences, ReadOnlyCollection`1 addedSecureStorageElements, ReadOnlyCollection`1 removedSecureStorageElements, ReadOnlyCollection`1 modifiedSecureStorageElements)
       at Microsoft.Mom.ConfigService.Networking.ConnectionFactory.Connection.OnRetrieveSecureData(Guid healthServiceId, ReadOnlyCollection`1 addedSecureStorageReferences, ReadOnlyCollection`1 removedSecureStorageReferences, ReadOnlyCollection`1 modifiedSecureStorageReferences,
    ReadOnlyCollection`1 addedSecureStorageElements, ReadOnlyCollection`1 removedSecureStorageElements, ReadOnlyCollection`1 modifiedSecureStorageElements)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ResponseWriter.SecureDataWriter.Write(StateSyncResponseMessage response)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ResponseWriter.WriteState(StateSyncResponseMessage response)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ResponseWriter.Write(StateSyncResponseMessage response)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ResponseWriter.Write(StateContext stateContext, ConfigurationItems configurationItems, StateSyncResponseMessage response, IConnection connection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)".
    Agent Event Error 20070
    The OpsMgr Connector connected to RMS ServerName, but the connection was closed immediately after authentication occurred.  The most likely cause of this error is that the agent is not authorized to communicate with the server, or the server
    has not received configuration.  Check the event log on the server for the presence of 20000 events, indicating that agents which are not approved are attempting to connect.
    Thanks,
    Warren

    Hi Warren,
    May be it helps you:
    http://blogs.technet.com/b/kevinholman/archive/2009/11/10/29106-event-on-rms-index-was-out-of-range-wait-what.aspx
    http://scug.be/christopher/2012/08/31/scom-2007-r2-configuration-not-loaded/
    http://anandthearchitect.com/2009/12/02/scom-2007-r2-%E2%80%93-rms-server-not-seeing-the-agents-or-agents-are-not-talking-to-the-server/
    Natalya

  • [rant] Order cancelled and promotion code no longer works despite being told I can reuse it

    I need to get this off my chest, as I see 2 similar posts regarding this same problem.  If bestbuy.com proceeds to take in an order and cancel it, you should also be able to reissue a promotion code.  Particularly because bestbuy.com customer service admits that the order was cancelled because something in your system flagged the credit card, but could not explain why, and said that it looks like all the credit card information was correct.
    I tried to purchase an item with a mover's coupon.  Order went through with the promo code.  Great!  Then I get an email saying that it was cancelled.  I immediately called and spoke with someone for 19 minutes who told me that she couldn't tell why the order was cancelled, but that it looks like all the credit card information was correct despite the system saying credit card could not be verified.  I explicitly asked her about the promo code I applied, and she stated that I could reuse it since the order was cancelled.  She even told me that I could go into a physical store and place the order with a salesperson there to redo the order and use the same credit card if I wanted.  So somehow that credit card won't work online, but it would work in a store.
    I then proceeded to try to reorder online with another credit card.  To my surprise, the promo code was rejected.  My blood started boiling because I had asked about this exact thing.  Cue second phone call to customer support.  This time I was on the phone for 49 minutes, only to get hung up on.  Now, I am livid.
    So, everytime an agent comes on the phone, they ask for my phone number and email address.  How convenient for you to take all that information down, hang up on me, and not call me back.  I'll give you the benefit of the doubt -- maybe you accidently hit the wrong button or had a bad connection, but you should have at least called me back since you were actively working on my case.  After another call to customer service, and being on hold for 5 minutes, I gave up.
    As far as I'm concerned, you are worst than Comcast.

    Good morning apathykillz, 
    Ordering on BestBuy.com with a Movers Coupon is a great way to save time and money while shopping for your latest device! It is discouraging to hear we may have been unable to verify some of your information, leading to your order's cancelation. It is also unfortunate to hear that you may have been provided some misinformation in regards to the Movers Coupon. Sadly, the Movers Coupon is a one-time use coupon, and cannot be refunded or reissued. I apologize for any hassle that this issue may have caused you.
    With that said, I was unable to locate your order using the email address you registered with the forum, and I would like to look further into this with you. Please be aware that I am sending you a private message to gather further information. You may check your private messages by signing into the forum and clicking the envelope icon in the top right corner of the page. 
    Sincerely, 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Not able to complete project in BCC - Unable to check in workspace

    Hi,
    I am using ATG 10.0.3p1. When I am doing 'Accept Production deployment' getting below exception.
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager Error executing action checkInProject[] on process instance 7200002; reverting the process instance to its original state CONTAINER:atg.process.ProcessException; SOURCE:atg.versionmanager.exceptions.VersionException: Unable to check in workspace epub-prj82001.
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.epub.workflow.process.action.CheckinProject.executeAction(CheckinProject.java:81)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.process.action.ActionImpl.execute(ActionImpl.java:397)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.process.ProcessManagerService.executeAction(ProcessManagerService.java:13965)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.process.ProcessManagerService.takeIndividualTransition(ProcessManagerService.java:13372)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.process.ProcessManagerService.takeIndividualTransition(ProcessManagerService.java:13417)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.process.ProcessManagerService.receiveIndividualEventMessage(ProcessManagerService.java:11842)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.process.ProcessManagerService.receiveIndividualEventMessage(ProcessManagerService.java:11537)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11347)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11305)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.patchbay.ElementManager.deliverMessage(ElementManager.java:294)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.patchbay.InputPort.onMessage(InputPort.java:168)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.patchbay.InputDestination.onMessage(InputDestination.java:375)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.local.MessageConsumerImpl.deliverMessage(MessageConsumerImpl.java:274)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.local.TopicImpl.deliverToRecipients(TopicImpl.java:91)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.local.DestinationImpl.deliverMessage(DestinationImpl.java:238)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.local.TopicPublisherImpl.publish(TopicPublisherImpl.java:141)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.patchbay.OutputDestination.sendMessage(OutputDestination.java:181)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.patchbay.OutputPort.sendMessage(OutputPort.java:140)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.dms.patchbay.ElementManager.sendMessage(ElementManager.java:363)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.nucleus.dms.DASMessageSource.fireObjectMessage(DASMessageSource.java:209)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.nucleus.dms.DASMessageSource.fireObjectMessage(DASMessageSource.java:172)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.workflow.WorkflowMessageSource.fireWorkflowMessage(WorkflowMessageSource.java:228)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.workflow.WorkflowMessageSource.fireTaskOutcomeMessage(WorkflowMessageSource.java:134)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.workflow.WorkflowViewImpl.fireTaskOutcome(WorkflowViewImpl.java:1065)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.epub.servlet.FireWorkflowOutcomeFormHandler.handleFireWorkflowOutcome(FireWorkflowOutcomeFormHandler.java:220)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at vodafone.commerce.catalog.VFWorkflowManagerImpl.handleFireWorkflowOutcome(VFWorkflowManagerImpl.java:315)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at sun.reflect.GeneratedMethodAccessor389.invoke(Unknown Source)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at java.lang.reflect.Method.invoke(Method.java:597)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.droplet.EventSender.sendEvent(EventSender.java:582)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.droplet.FormTag.doSendEvents(FormTag.java:800)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.droplet.FormTag.sendEvents(FormTag.java:649)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:566)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:594)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:63)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:87)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurityServlet.java:58)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:655)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2425)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:139)
    **** Warning Fri Oct 26 20:08:53 IST 2012 1351262333792 /atg/epub/workflow/process/WorkflowProcessManager at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)

    It looks like your workflow is corrupted for some reason or may be you have didn't customize it properly.
    Go to ACC and check the workflow if there are any errors in it.
    Otherwise delete the workflow tables and restart the server.'
    Peace
    Shaik

  • Unable to connect: incorrect log on parameters [Database Vendor Code: 1005]

    We have a report that has been in production for some time and ran successfully with no trouble.  However, it now keeps failing with this error and the log on parameters are correct.  The whole error is:
    Error in
    File / usr/local/bobje/data/procSched/mrspas051.reportjobserver/~ tmp2f0ea56e4c88a08d6.rpt: Unable to connect: incorrect log on parameters, Details: [Database Vendor Code: 1005]. 
    Can you tell us why a report suddenly fails with this error?  Thank you.

    We've been having the same issue with scheduled Crystal reports (in BO 3.1).  After much testing, we found that even though reports are set to use the custom database logon credentials, if the name of the original data source changes, it causes the error (Error in File ~tmp1d06ed702daa30.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 1005 ] ).  For example, I publish a report to a production environment.  It has an original data source called "test".  I set it to use the custom database logon.  A user then creates a recurring schedule and it runs successfully.  A developer opens the report in Crystal 2008 and changes the connection to something else, for ex "dev" (in Crystal, this is on the Database menu, select "Set Datasource Location" and pick a different option under My Connections or create a new one), then saves the report to BO.  We promote the report to prod and it overwrites the existing file.  We make sure it's still set to use the custom database connection to prod but the recurring schedules that were set up when the original data source was called "test" immediately begin to fail.  I tried working with support but they didn't really help much.  They had me install the Oracle 11G client on our servers since we were connecting to our 11G repository with the 10G client but that did nothing.  They finally claimed that since our repository database was Oracle 11G R2 (not just 11G), it wasn't supported and they wouldn't go any further.  If anyone's found a solution, I would really appreciate hearing how it was fixed.

  • User In Planning unit Hierarchy unable to see data form in editable mode

    hi all,
    we are facing a problem in planning unit hierarchy in Hyperion planning, where we have 4 users, Hierarchy is define as
    hierarchy: budget approved
    version: approved
    Entity: Finance
    Senario:Budget
    haroon asghar ( owner)
    adeel javid (Reviewer)
    Naeem asghar (Reviewer)
    Imtiaz (Reviewer)
    Issue is that,after start the budget activity (promotional path) by Admin, the data form editable to Owner haroon asghar
    but after completing his work by haroon,when he promote the planning unit ,the next user in Hierarchy "Adeel javid" unable to see data form in respective planning unit in uneditable data form not only for this user but all rest of the users as well,while i think data form should only uneditable(grayed) for user Haroon Asghar who promote the planning unit.
    we have checked all security rights to the users those are "Write access" but still Adeel javid is unable to enter data,so the budget activity is stop due to this problem.
    when i remove the planning unit then i log in with all user one by one and see all data form required version,scenario and entity were editable to all users mention above
    we want to run budget activity with the above planning unit hierarchy.
    plz any one provide the proposed solution of the said issue
    we are using Product Version     11.1.2.0.00
    Regards
    Anwar

    Reviewers will not be able to write data to the intersection. Reviewers can only review the data and follow-up with a Reject, Promote, Sign off, Delegate, Originate or Freeze.
    Please refer Article ID 1226783.1 in MOS.
    HTH-
    Jasmine.

Maybe you are looking for

  • Lion Server for Home use reality check

    Hi All, as many others I had the best intentions buying Lion Server for my home network (5 Macs, 2 iPads, 2 iPhones) to manage everything. It was destined to be a central server for user management, configuration management, home directories, file se

  • JDBC insert with XMLTYPE data type

    Hi, SOAP to JDBC scenario. Oracle 11G as a receiver. Requirement is to  insert whole xml payload message in one of Oracle table fields as a xml string. Target oracle DB table column is defined with XMLTYPE data type, it has capacity to hold xml data

  • "unknown error occured (-42110)"

    I've got the error message "unknown error occured (-42110) at iTunes start-up. can anybody help me ? Thanks Maurizio

  • Dynadock U3 - Ethernet not working - Send/Receive lights flash every 3 secs

    My wife uses a Dynadock with a Spectre XP. The Ethernet worked fine when I first set it up, but I've just noticed the wired connection is not operating (is operating on wireless only). The Send & receive lights on the Dynadock n/w port flash every ~3

  • Which Oracle version required for MDM 5.5 SP05

    Hi guys,      I do have MDM 5.5 SP05 but which Oracle version is required or which is strongly recommended by SAP. I am having Oracle 10g will that work efficently or let me know if any other version is needed or any other patch is needed with this v