Event 106-VMSwitch Error:Available processor sets of the underlying physical NICs belonging to the LBFO team...............

I am Using Hyper-V 2012 R2. and the NIC Teaming mode is "Switch Independent (Dynamic)", I am getting the following Error on NIC Teaming on Both Hyper-V.
Available processor sets of the underlying physical NICs belonging to the LBFO team NIC /DEVICE/{DBC60E38-B514-4752-941F-09E0418E6D87} (Friendly Name: Microsoft Network Adapter Multiplexor Driver) on switch DE3CB5B5-A67F-449F-83E4-A302671D9715 (Friendly
Name: VSwitch) are not configured correctly. Reason: The processor sets overlap when LBFO is configured with sum-queue mode.
Every Hyper-V has 2 NIC with 10GB (Broadcm) Teamed. and Hyper-V Specification is "16 Core , Socket 2, Logical Processor 32.
Can ANy one Helps why I am getting this error and whats the solution to the Error....
Thanksss...

Hi Asfand,
As you mentioned ,every hyper-v has 2 NICs and team mode is sum-queue .
You can try to use following powershell command (if you want to allocate 14,16 LPs for each NIC and 0,1 LP for default queue ) :
Set-NetAdapterVMQ -Name NIC1 -BaseProcessorgroup 0 –BaseProcessorNumber 2 -Enabled $True -MaxProcessorNumber 15 –MaxProcessors 14
Set-NetAdapterVMQ -Name NIC2 -BaseProcessorgroup 0 –BaseProcessorNumber 16 -Enabled $True -MaxProcessorNumber 31 –MaxProcessors 16
Please refer to the similar thread :
http://social.technet.microsoft.com/Forums/en-US/1b320975-eb20-41a4-a06a-98bbff5a85db/hypervvmswitch-event-106?forum=winserverhyperv
Best Regards
Elton Ji
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • DAX error "Formula is invalid" when updating underlying data, but not changing the formula?

    Hello,
    first of all: I use the 64-bit versions of Excel 2010 and PowerPivot on Windows Server 2008 R2.
    I use this formula to calculate the median of my data:
    MINX( FILTER( VALUES( TableName[ColumnName] ),
                  CALCULATE( COUNTROWS( TableName ),
                             TableName[ColumnName] <= EARLIER( TableName[ColumnName]
                  > COUNTROWS( TableName ) * 0.5 ),
          TableName[ColumnName] )
    The data comes from a view on an MS SQL Server and has about 3.5 million rows. With one dataset ("dataset 1"), everything is working out fine and VERY fast ;-). When I change the view on the SQL server to filter for different data ("dataset 2", the result
    set still containing about 3.5 million rows) and update the PowerPivot data and then the pivot table, the status bar reads "Executing OLAP query..." and excel.exe utilizes one CPU core at 100% for a long time and its memory usage increases significantly, but
    nothing happens. If I interrupt that process by pressing Esc, I get the following error (original German text included):
    ============================
    Fehlermeldung: (Error message:)
    ============================
    Ausnahme von HRESULT: 0x800A03EC (Exception from HRESULT: ...)
    Das Median-Feld konnte der PivotTable nicht hinzugefügt werden, weil die Formel ungültig ist. (Could not add the field "Median" to the PivotTable because the formula is invalid.)
    ============================
    Aufrufliste: (Stack trace:)
    ============================
    Server stack trace:
    Exception rethrown at [0]:
       bei System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       bei System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       bei Microsoft.Office.Interop.Excel.PivotTable.AddDataField(Object Field, Object Caption, Object Function)
       bei Microsoft.AnalysisServices.Modeler.FieldList.ExcelInterOpUtil.AddToDataFields(ICalculatedMember calculatedMember, Int32 positionIndex, Boolean isSpecialColumnBasedNamedSetPresent)
       bei Microsoft.AnalysisServices.Modeler.FieldList.ExcelInterOpUtil.AddToDataFields(ICalculatedMember calculatedMember, Int32 positionIndex, Boolean isSpecialColumnBasedNamedSetPresent)
       bei Microsoft.AnalysisServices.Modeler.FieldList.GeminiPivot.SetFieldOrientation(FieldLocation location, IGeminiColumn column, Int32 positionIndex)
       bei Microsoft.AnalysisServices.Modeler.FieldList.GeminiPivot.SetFieldOrientation(FieldLocation location, IGeminiColumn column, Int32 positionIndex)
       bei Microsoft.AnalysisServices.Modeler.FieldList.GeminiPivot.AddField(IGeminiColumn column, Int32 index)
       bei Microsoft.AnalysisServices.Modeler.FieldList.FieldListControl.fieldsTreeView_AfterCheck(Object sender, TreeViewEventArgs e)
    ============================
    I have analyzed the two datasets for differences and found the following ones:
    Dataset 2 has also negative values in its ColumnName column, dataset 1 does not. Filtering dataset 2 (by changing the view on the SQL server) so that the column contains only positive values does not help.
    A displayed column contains text with square brackets in it in dataset 2. Changing the SQL view to replace them with an empty string (replace(column2, '[', '')) does not help.
    I do not know what else to try. Can anybody help me? The two datasets are very large, but if anyone can give a recommendation how to export them in a reasonable size, I can make them available.
    Best regards
    Michael

    Hello Javier,
    I use a new measure (button "New Measure" in the toolbar or option in the context menu of the table). Here are the data samples:
    Dataset 1:
    Probability    RThreshold    SThreshold    vector    value
    0    -1    -1    DHTTestApp: Total GET Success Ratio    0.98
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    0.98
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    Dataset 2:
    Probability    RThreshold    SThreshold    vector    value
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.011353711790393
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.20522161505768
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.12309191295875
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.26926457661881
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.1911946574326
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.066699727250186
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.32597014925373
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.11977454203852
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.24751410911045
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.076218041485769
    In both datasets, probability has a range from 0 to 1, both thresholds from -1 to 1. In dataset 1, value has a range from 0 to 1, in dataset 2, it's -1 to 1.
    Thanks for your help!

  • Hyper-V-VmSwitch event 106

    Hi everybody,
    I have a problem with my nic teaming in Hyper-V.
    In eventlog I do have events with id 106:
    Available processor sets of the underlying physical NICs belonging to the LBFO team NIC /DEVICE/{GUID} (Friendly Name: Microsoft Network Adapter Multiplexor Driver #2) on switch GUID (Friendly Name: HS-vSwitch) are not configured correctly. Reason: The processor sets overlap when LBFO is configured with sum-queue mode.
    I have read the following blogs:
    http://blogs.technet.com/b/networking/archive/2013/09/24/vmq-deep-dive-1-of-3.aspx
    http://blogs.technet.com/b/networking/archive/2013/09/10/vmq-deep-dive-2-of-3.aspx
    http://blogs.technet.com/b/networking/archive/2013/10/22/vmq-deep-dive-3-of-3.aspx
    I do have 2 CPU-Sockets with 12 cores per socket and hyperthreading enabled.
    That makes 48 logical processors.
    My NIC-Team is switchindependent with "Hyper-V Port" load balancing mode.
    As far as I understand I have to configure the VMQs to use seperate logical processors (lp) per NIC.
    I do this with the following commands in powershell:
    Set-NetAdapterVMQ –Name NIC01 –BaseProcessorNumber 0 –MaxProcessors 24
    Set-NetAdapterVMQ –Name NIC02 –BaseProcessorNumber 24 –MaxProcessors 24
    After this command I still get the error in eventlog :(
    I tried a bit after that and used the following commands:
    Set-NetAdapterVMQ –Name NIC01 –BaseProcessorNumber 0 –MaxProcessors 12
    Set-NetAdapterVMQ –Name NIC02 –BaseProcessorNumber 24 –MaxProcessors 12
    There should be no overlapping anymore but error is still there.
    My NICs are VMQ enabled. This is verified with get-netadaptervmq and the above settings are correctly displayed (BaseVmqProcessor and MaxProcessors).
    What am I getting wrong?
    Thanks for your help.
    Greetings from germany,
    torsten

    Thanks for your reply.
    The reboot didn't change anything. Would have been strange if the reboot would have been necessary :-)
    I did some more testing and the following did solve my issue:
    Set-NetAdapterVMQ -Name NIC1 -BaseProcessorgroup 0 –BaseProcessorNumber 2 -Enabled $True -MaxProcessorNumber 9 –MaxProcessors 8
    Set-NetAdapterVMQ -Name NIC2 -BaseProcessorgroup 0 –BaseProcessorNumber 12 -Enabled $True -MaxProcessorNumber 19 –MaxProcessors 8
    The additional parameters are listet as optional but in my case the were necessary.
    Hope this helps someone to save some time.
    greetings from germany,
    torsten

  • How do I run the same process on multiple CPUs  of a processor set?

    Hi,
    I am working on UltraSPARC T1 Processor. My development environment is SunStudio 12 running on Sun Solaris 10 OS.
    I want to run the same process concurrently on 4 hardware threads that belong to one core.
    I used pset_create() for creation of the processor set.
    Later I assigned 4 processors (that belong to one core) using pset_assign().
    I used fork() to create a child process and used execv() to assign a new process.
    I used pset_bind() to bind this new process to processor set created earlier.
    When we are executing the program we observe that the process is running in only the first processor (hardware thread) of the assigned processor set.
    How do we make all the processors of the processor set run the same process?
    Thanks in advance.
    Nesa Rani

    Hi Mark,
    With this communication based on CAN whilst all of the data is available on the network arbitration IDs are still used to address the individual PCs so I believe you will need to explicitly send the data to each PC to get the data across all three.  The other option would be to have one PC acting as a data server making the data available through a network interface such as shared variables.  This may be simpler to implement and also easier should you need to scale it up.
    Regards,
    James Mc
    ========
    CLA and cRIO Fanatic
    wiresmithtech.com/blog

  • Setting 1 dimension in ROLAP mode cause issues, the system try to filter on dynamic set names!

    Hi,
    I suffer a strange behavior.
    I have an SSAS 2014 solution which works fine.
    I do some test to convert 1 dimension in ROLAP mode.
    (all the other dimensions and partitions are MOLAP only)
    after this I cant process any cube!!!
    even a process clear or structure runs forever!!!
    the server call the dimension and try to filter the attributes using the name of dynamic sets setup in my cube! a real non-sense!
    I have a dynamic set in my cube called "SelectedStores"
    and during the process clear or structure, SSAS try to filter my dimension using this dynamic set.
    so for sure this values doesn't exists in my dimension.
    Also a lot of errors like the following are generated:
    OLE DB error: OLE DB or ODBC error: Conversion failed when converting the nvarchar value 'SelectedStores' to data type int.; 22018.
    its a big non-sense!!!
    any idea on the cause for this?
    thanks.

    Hi Willgart,
    According to your description, you get conversion error after you change the storage into ROLAP. Right?
    After you change into ROLAP, it seems there is something (structure/definition) changed in the underlying table. Please use the BIDSHelper to check the issue:
    Dimension Data Type Discrepancy Check
    Dimension Health Check
    In this scenario, does you dynamic set is used in calculated member and involve both MOLAP and ROLAP dimension? It may cause some mismatch issue. Please refer to links below:
    Error Messages during process of ROLAP dimension when using DYNAMIC SET
    in CALCULATE MEMBERs
    SSAS cube failing for storage mode Rolap
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Muse 2014.3 Crash and error message - Image frame thinks it belongs to the page

    I am trying to update an asset in my assets panel, but every time I try to update the asset, relink the asset, or delete the object containing the asset Muse crashes with the following error message:
    "Link updated. Image frame thinks it belongs to the page. but the page disagrees."
    I've sent this file to the Adobe email and linked the forum per requested for this same file, and I've never heard back from Adobe.

    Please send your muse file at [email protected] along with this forum link in subject line. We will try to check the file and will update you over email.
    Thanks,
    Sanjit

  • Install error, failed to set drm interface version

    I upgraded my arch linux, and after that it didn't work anymore
    I decided to install it again and when I tried, I got some error and that I should read my logs files. here is my Xorg.1.log file:
    [ 120.766]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 120.766] X Protocol Version 11, Revision 0
    [ 120.766] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 120.766] Current Operating System: Linux localhost 3.9.2-1-ARCH #1 SMP PREEMPT Sat May 11 20:31:08 CEST 2013 x86_64
    [ 120.766] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e95f3f81-85e3-46cd-b99a-f6c2252cf775 ro quiet
    [ 120.767] Build Date: 17 April 2013 02:37:06PM
    [ 120.767]
    [ 120.767] Current version of pixman: 0.30.0
    [ 120.767] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 120.767] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 120.767] (==) Log file: "/var/log/Xorg.1.log", Time: Tue May 21 05:42:23 2013
    [ 120.767] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 120.767] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 120.767] (==) No Layout section. Using the first Screen section.
    [ 120.767] (**) |-->Screen "Screen0" (0)
    [ 120.767] (**) | |-->Monitor "Monitor0"
    [ 120.767] (**) | |-->Device "Device0"
    [ 120.767] (==) Automatically adding devices
    [ 120.767] (==) Automatically enabling devices
    [ 120.767] (==) Automatically adding GPU devices
    [ 120.768] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 120.768] Entry deleted from font path.
    [ 120.768] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 120.768] Entry deleted from font path.
    [ 120.768] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 120.768] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 120.768] Entry deleted from font path.
    [ 120.768] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 120.768] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 120.768] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 120.768] (**) Extension "Composite" is enabled
    [ 120.768] (**) Extension "RENDER" is enabled
    [ 120.768] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 120.768] (II) Loader magic: 0x7fcc20
    [ 120.768] (II) Module ABI versions:
    [ 120.768] X.Org ANSI C Emulation: 0.4
    [ 120.768] X.Org Video Driver: 14.1
    [ 120.768] X.Org XInput driver : 19.1
    [ 120.768] X.Org Server Extension : 7.0
    [ 120.768] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 120.769] setversion 1.4 failed
    [ 120.770] (--) PCI:*(0:1:0:0) 1002:9480:1028:0447 rev 0, Mem @ 0xc0000000/268435456, 0xfbe20000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 120.770] Initializing built-in extension Generic Event Extension
    [ 120.770] Initializing built-in extension SHAPE
    [ 120.770] Initializing built-in extension MIT-SHM
    [ 120.770] Initializing built-in extension XInputExtension
    [ 120.770] Initializing built-in extension XTEST
    [ 120.770] Initializing built-in extension BIG-REQUESTS
    [ 120.770] Initializing built-in extension SYNC
    [ 120.770] Initializing built-in extension XKEYBOARD
    [ 120.770] Initializing built-in extension XC-MISC
    [ 120.770] Initializing built-in extension SECURITY
    [ 120.770] Initializing built-in extension XINERAMA
    [ 120.770] Initializing built-in extension XFIXES
    [ 120.770] Initializing built-in extension RENDER
    [ 120.770] Initializing built-in extension RANDR
    [ 120.770] Initializing built-in extension COMPOSITE
    [ 120.770] Initializing built-in extension DAMAGE
    [ 120.770] Initializing built-in extension MIT-SCREEN-SAVER
    [ 120.770] Initializing built-in extension DOUBLE-BUFFER
    [ 120.770] Initializing built-in extension RECORD
    [ 120.770] Initializing built-in extension DPMS
    [ 120.770] Initializing built-in extension X-Resource
    [ 120.770] Initializing built-in extension XVideo
    [ 120.770] Initializing built-in extension XVideo-MotionCompensation
    [ 120.770] Initializing built-in extension XFree86-VidModeExtension
    [ 120.770] Initializing built-in extension XFree86-DGA
    [ 120.770] Initializing built-in extension XFree86-DRI
    [ 120.770] Initializing built-in extension DRI2
    [ 120.770] (II) "glx" will be loaded by default.
    [ 120.770] (II) LoadModule: "dri2"
    [ 120.770] (II) Module "dri2" already built-in
    [ 120.770] (II) LoadModule: "glamoregl"
    [ 120.770] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 120.772] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 120.772] compiled for 1.14.0, module version = 0.5.0
    [ 120.772] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 120.772] (II) LoadModule: "glx"
    [ 120.772] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 120.772] (II) Module glx: vendor="X.Org Foundation"
    [ 120.772] compiled for 1.14.1, module version = 1.0.0
    [ 120.772] ABI class: X.Org Server Extension, version 7.0
    [ 120.772] (==) AIGLX enabled
    [ 120.772] Loading extension GLX
    [ 120.772] (II) LoadModule: "radeon"
    [ 120.772] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 120.772] (II) Module radeon: vendor="X.Org Foundation"
    [ 120.772] compiled for 1.14.0, module version = 7.1.0
    [ 120.773] Module class: X.Org Video Driver
    [ 120.773] ABI class: X.Org Video Driver, version 14.1
    [ 120.773] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
    [ 120.778] (++) using VT number 1
    [ 120.778] (II) [KMS] Kernel modesetting enabled.
    [ 120.778] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 120.778] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 120.778] (==) RADEON(0): Default visual is TrueColor
    [ 120.778] (==) RADEON(0): RGB weight 888
    [ 120.778] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 120.778] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 4650" (ChipID = 0x9480)
    [ 120.778] (EE) RADEON(0): [drm] failed to set drm interface version.
    [ 120.778] (EE) RADEON(0): Kernel modesetting setup failed
    [ 120.778] (II) UnloadModule: "radeon"
    [ 120.778] (EE) Screen(s) found, but none have a usable configuration.
    [ 120.778]
    Fatal server error:
    [ 120.778] no screens found
    [ 120.778] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 120.778] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    [ 120.778] (EE)
    [ 120.781] Server terminated with error (1). Closing log file.
    and my Xorg.0.log file:
    [ 118.674]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 118.674] X Protocol Version 11, Revision 0
    [ 118.674] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 118.674] Current Operating System: Linux localhost 3.9.2-1-ARCH #1 SMP PREEMPT Sat May 11 20:31:08 CEST 2013 x86_64
    [ 118.674] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e95f3f81-85e3-46cd-b99a-f6c2252cf775 ro quiet
    [ 118.674] Build Date: 17 April 2013 02:37:06PM
    [ 118.674]
    [ 118.675] Current version of pixman: 0.30.0
    [ 118.675] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 118.675] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 118.675] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 21 05:42:21 2013
    [ 118.778] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 118.778] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 118.839] (==) No Layout section. Using the first Screen section.
    [ 118.839] (**) |-->Screen "Screen0" (0)
    [ 118.839] (**) | |-->Monitor "Monitor0"
    [ 118.839] (**) | |-->Device "Device0"
    [ 118.839] (==) Automatically adding devices
    [ 118.839] (==) Automatically enabling devices
    [ 118.839] (==) Automatically adding GPU devices
    [ 118.874] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 118.874] Entry deleted from font path.
    [ 118.912] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 118.912] Entry deleted from font path.
    [ 118.912] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 118.912] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 118.912] Entry deleted from font path.
    [ 118.912] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 118.912] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 118.912] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 118.912] (**) Extension "Composite" is enabled
    [ 118.912] (**) Extension "RENDER" is enabled
    [ 118.913] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 118.923] (II) Loader magic: 0x7fcc20
    [ 118.923] (II) Module ABI versions:
    [ 118.923] X.Org ANSI C Emulation: 0.4
    [ 118.923] X.Org Video Driver: 14.1
    [ 118.923] X.Org XInput driver : 19.1
    [ 118.923] X.Org Server Extension : 7.0
    [ 118.924] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 118.926] (--) PCI:*(0:1:0:0) 1002:9480:1028:0447 rev 0, Mem @ 0xc0000000/268435456, 0xfbe20000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 118.926] Initializing built-in extension Generic Event Extension
    [ 118.926] Initializing built-in extension SHAPE
    [ 118.927] Initializing built-in extension MIT-SHM
    [ 118.927] Initializing built-in extension XInputExtension
    [ 118.927] Initializing built-in extension XTEST
    [ 118.927] Initializing built-in extension BIG-REQUESTS
    [ 118.927] Initializing built-in extension SYNC
    [ 118.927] Initializing built-in extension XKEYBOARD
    [ 118.927] Initializing built-in extension XC-MISC
    [ 118.927] Initializing built-in extension SECURITY
    [ 118.927] Initializing built-in extension XINERAMA
    [ 118.927] Initializing built-in extension XFIXES
    [ 118.927] Initializing built-in extension RENDER
    [ 118.927] Initializing built-in extension RANDR
    [ 118.927] Initializing built-in extension COMPOSITE
    [ 118.927] Initializing built-in extension DAMAGE
    [ 118.927] Initializing built-in extension MIT-SCREEN-SAVER
    [ 118.927] Initializing built-in extension DOUBLE-BUFFER
    [ 118.927] Initializing built-in extension RECORD
    [ 118.927] Initializing built-in extension DPMS
    [ 118.927] Initializing built-in extension X-Resource
    [ 118.927] Initializing built-in extension XVideo
    [ 118.927] Initializing built-in extension XVideo-MotionCompensation
    [ 118.927] Initializing built-in extension XFree86-VidModeExtension
    [ 118.927] Initializing built-in extension XFree86-DGA
    [ 118.927] Initializing built-in extension XFree86-DRI
    [ 118.927] Initializing built-in extension DRI2
    [ 118.927] (II) "glx" will be loaded by default.
    [ 118.927] (II) LoadModule: "dri2"
    [ 118.927] (II) Module "dri2" already built-in
    [ 118.927] (II) LoadModule: "glamoregl"
    [ 118.939] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 119.298] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 119.298] compiled for 1.14.0, module version = 0.5.0
    [ 119.298] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 119.298] (II) LoadModule: "glx"
    [ 119.335] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 119.357] (II) Module glx: vendor="X.Org Foundation"
    [ 119.357] compiled for 1.14.1, module version = 1.0.0
    [ 119.357] ABI class: X.Org Server Extension, version 7.0
    [ 119.357] (==) AIGLX enabled
    [ 119.357] Loading extension GLX
    [ 119.357] (II) LoadModule: "radeon"
    [ 119.357] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 119.395] (II) Module radeon: vendor="X.Org Foundation"
    [ 119.395] compiled for 1.14.0, module version = 7.1.0
    [ 119.395] Module class: X.Org Video Driver
    [ 119.395] ABI class: X.Org Video Driver, version 14.1
    [ 119.395] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
    [ 119.407] (++) using VT number 1
    [ 119.413] (II) [KMS] Kernel modesetting enabled.
    [ 119.414] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 119.414] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 119.414] (==) RADEON(0): Default visual is TrueColor
    [ 119.414] (==) RADEON(0): RGB weight 888
    [ 119.414] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 119.414] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 4650" (ChipID = 0x9480)
    [ 119.414] (II) Loading sub module "dri2"
    [ 119.414] (II) LoadModule: "dri2"
    [ 119.414] (II) Module "dri2" already built-in
    [ 119.414] (II) Loading sub module "exa"
    [ 119.414] (II) LoadModule: "exa"
    [ 119.414] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 119.419] (II) Module exa: vendor="X.Org Foundation"
    [ 119.419] compiled for 1.14.1, module version = 2.6.0
    [ 119.419] ABI class: X.Org Video Driver, version 14.1
    [ 119.419] (II) RADEON(0): KMS Color Tiling: enabled
    [ 119.419] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 119.419] (II) RADEON(0): KMS Pageflipping: enabled
    [ 119.419] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 119.440] (II) RADEON(0): Output VGA-0 using monitor section Monitor0
    [ 119.442] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 119.442] (II) RADEON(0): Output LVDS has no monitor section
    [ 119.463] (II) RADEON(0): EDID for output VGA-0
    [ 119.466] (II) RADEON(0): EDID for output HDMI-0
    [ 119.466] (II) RADEON(0): EDID for output LVDS
    [ 119.466] (II) RADEON(0): Manufacturer: LGD Model: 266 Serial#: 0
    [ 119.466] (II) RADEON(0): Year: 2009 Week: 0
    [ 119.466] (II) RADEON(0): EDID Version: 1.3
    [ 119.466] (II) RADEON(0): Digital Display Input
    [ 119.466] (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 119.466] (II) RADEON(0): Gamma: 2.20
    [ 119.466] (II) RADEON(0): No DPMS capabilities specified
    [ 119.466] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 119.466] (II) RADEON(0): First detailed timing is preferred mode
    [ 119.466] (II) RADEON(0): redX: 0.607 redY: 0.606 greenX: 0.333 greenY: 0.586
    [ 119.466] (II) RADEON(0): blueX: 0.149 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
    [ 119.466] (II) RADEON(0): Manufacturer's mask: 0
    [ 119.466] (II) RADEON(0): Supported detailed timing:
    [ 119.466] (II) RADEON(0): clock: 69.3 MHz Image Size: 344 x 194 mm
    [ 119.466] (II) RADEON(0): h_active: 1366 h_sync: 1398 h_sync_end 1430 h_blank_end 1486 h_border: 0
    [ 119.466] (II) RADEON(0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 782 v_border: 0
    [ 119.466] (II) RADEON(0): Supported detailed timing:
    [ 119.466] (II) RADEON(0): clock: 69.3 MHz Image Size: 344 x 194 mm
    [ 119.466] (II) RADEON(0): h_active: 1366 h_sync: 1398 h_sync_end 1430 h_blank_end 1486 h_border: 0
    [ 119.466] (II) RADEON(0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 782 v_border: 0
    [ 119.466] (II) RADEON(0): 1K0R2Ä156WH2
    [ 119.466] (II) RADEON(0): Unknown vendor-specific block 0
    [ 119.466] (II) RADEON(0): EDID (in hex):
    [ 119.466] (II) RADEON(0): 00ffffffffffff0030e4660200000000
    [ 119.466] (II) RADEON(0): 00130103802213780a94659b9b559626
    [ 119.466] (II) RADEON(0): 0f505400000001010101010101010101
    [ 119.466] (II) RADEON(0): 010101010101121b567850000e302020
    [ 119.466] (II) RADEON(0): 240058c210000019121b567850000e30
    [ 119.466] (II) RADEON(0): 2020240058c210000019000000fe0031
    [ 119.466] (II) RADEON(0): 4b305232803135365748320a00000000
    [ 119.466] (II) RADEON(0): 00ffffffffffffffff01010a20200070
    [ 119.466] (II) RADEON(0): Printing probed modes for output LVDS
    [ 119.466] (II) RADEON(0): Modeline "1366x768"x59.6 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz eP)
    [ 119.466] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 119.466] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 119.466] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 119.466] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 119.467] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 119.467] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 119.467] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 119.467] (II) RADEON(0): Output VGA-0 disconnected
    [ 119.467] (II) RADEON(0): Output HDMI-0 disconnected
    [ 119.467] (II) RADEON(0): Output LVDS connected
    [ 119.467] (II) RADEON(0): Using exact sizes for initial modes
    [ 119.467] (II) RADEON(0): Output LVDS using initial mode 1366x768
    [ 119.467] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 119.467] (II) RADEON(0): mem size init: gart size :1fdef000 vram size: s:40000000 visible:3fba0000
    [ 119.467] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 119.467] (==) RADEON(0): DPI set to (96, 96)
    [ 119.467] (II) Loading sub module "fb"
    [ 119.467] (II) LoadModule: "fb"
    [ 119.467] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 119.479] (II) Module fb: vendor="X.Org Foundation"
    [ 119.479] compiled for 1.14.1, module version = 1.0.0
    [ 119.479] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 119.479] (II) Loading sub module "ramdac"
    [ 119.479] (II) LoadModule: "ramdac"
    [ 119.479] (II) Module "ramdac" already built-in
    [ 119.479] (--) Depth 24 pixmap format is 32 bpp
    [ 119.479] (II) RADEON(0): [DRI2] Setup complete
    [ 119.479] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 119.479] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 119.479] (II) RADEON(0): Front buffer size: 4224K
    [ 119.479] (II) RADEON(0): VRAM usage limit set to 935856K
    [ 119.505] (==) RADEON(0): Backing store disabled
    [ 119.505] (II) RADEON(0): Direct rendering enabled
    [ 119.505] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 119.505] (II) EXA(0): Driver registered support for the following operations:
    [ 119.505] (II) Solid
    [ 119.505] (II) Copy
    [ 119.505] (II) Composite (RENDER acceleration)
    [ 119.505] (II) UploadToScreen
    [ 119.505] (II) DownloadFromScreen
    [ 119.505] (II) RADEON(0): Acceleration enabled
    [ 119.505] (==) RADEON(0): DPMS enabled
    [ 119.505] (==) RADEON(0): Silken mouse enabled
    [ 119.505] (II) RADEON(0): Set up textured video
    [ 119.505] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 119.505] (II) RADEON(0): [XvMC] Extension initialized.
    [ 119.505] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 119.506] (WW) RADEON(0): Option "DRI" is not used
    [ 119.506] (--) RandR disabled
    [ 120.128] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 120.128] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 120.128] (II) AIGLX: enabled GLX_ARB_create_context
    [ 120.128] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 120.128] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 120.128] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 120.128] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 120.129] (II) AIGLX: Loaded and initialized r600
    [ 120.129] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 120.130] (II) RADEON(0): Setting screen physical size to 361 x 203
    [ 120.502] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 120.502] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 120.502] (**) Power Button: Applying InputClass "system-keyboard"
    [ 120.502] (II) LoadModule: "evdev"
    [ 120.503] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 120.517] (II) Module evdev: vendor="X.Org Foundation"
    [ 120.517] compiled for 1.14.0, module version = 2.8.0
    [ 120.517] Module class: X.Org XInput Driver
    [ 120.517] ABI class: X.Org XInput driver, version 19.1
    [ 120.517] (II) Using input driver 'evdev' for 'Power Button'
    [ 120.517] (**) Power Button: always reports core events
    [ 120.517] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 120.517] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 120.517] (--) evdev: Power Button: Found keys
    [ 120.517] (II) evdev: Power Button: Configuring as keyboard
    [ 120.517] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 120.517] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 120.517] (**) Option "xkb_rules" "evdev"
    [ 120.517] (**) Option "xkb_model" "pc105"
    [ 120.517] (**) Option "xkb_layout" "us"
    [ 120.517] (WW) Option "xkb_variant" requires a string value
    [ 120.517] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.546] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 120.546] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 120.546] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 120.546] (II) Using input driver 'evdev' for 'Video Bus'
    [ 120.546] (**) Video Bus: always reports core events
    [ 120.546] (**) evdev: Video Bus: Device: "/dev/input/event6"
    [ 120.546] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 120.546] (--) evdev: Video Bus: Found keys
    [ 120.546] (II) evdev: Video Bus: Configuring as keyboard
    [ 120.546] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6/event6"
    [ 120.546] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 120.546] (**) Option "xkb_rules" "evdev"
    [ 120.546] (**) Option "xkb_model" "pc105"
    [ 120.546] (**) Option "xkb_layout" "us"
    [ 120.546] (WW) Option "xkb_variant" requires a string value
    [ 120.546] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.547] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 120.547] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 120.547] (**) Power Button: Applying InputClass "system-keyboard"
    [ 120.547] (II) Using input driver 'evdev' for 'Power Button'
    [ 120.547] (**) Power Button: always reports core events
    [ 120.547] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 120.547] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 120.547] (--) evdev: Power Button: Found keys
    [ 120.547] (II) evdev: Power Button: Configuring as keyboard
    [ 120.547] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 120.547] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 120.547] (**) Option "xkb_rules" "evdev"
    [ 120.547] (**) Option "xkb_model" "pc105"
    [ 120.547] (**) Option "xkb_layout" "us"
    [ 120.547] (WW) Option "xkb_variant" requires a string value
    [ 120.547] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.547] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 120.547] (II) No input driver specified, ignoring this device.
    [ 120.547] (II) This device may have been added with another device file.
    [ 120.547] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 120.547] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 120.547] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 120.547] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 120.547] (**) Sleep Button: always reports core events
    [ 120.547] (**) evdev: Sleep Button: Device: "/dev/input/event4"
    [ 120.547] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 120.547] (--) evdev: Sleep Button: Found keys
    [ 120.548] (II) evdev: Sleep Button: Configuring as keyboard
    [ 120.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event4"
    [ 120.548] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 120.548] (**) Option "xkb_rules" "evdev"
    [ 120.548] (**) Option "xkb_model" "pc105"
    [ 120.548] (**) Option "xkb_layout" "us"
    [ 120.548] (WW) Option "xkb_variant" requires a string value
    [ 120.548] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.548] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 120.549] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event14)
    [ 120.549] (II) No input driver specified, ignoring this device.
    [ 120.549] (II) This device may have been added with another device file.
    [ 120.549] (II) config/udev: Adding input device Laptop_Integrated_Webcam_1.3M (/dev/input/event12)
    [ 120.549] (**) Laptop_Integrated_Webcam_1.3M: Applying InputClass "evdev keyboard catchall"
    [ 120.549] (**) Laptop_Integrated_Webcam_1.3M: Applying InputClass "system-keyboard"
    [ 120.549] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_1.3M'
    [ 120.549] (**) Laptop_Integrated_Webcam_1.3M: always reports core events
    [ 120.549] (**) evdev: Laptop_Integrated_Webcam_1.3M: Device: "/dev/input/event12"
    [ 120.549] (--) evdev: Laptop_Integrated_Webcam_1.3M: Vendor 0xc45 Product 0x641d
    [ 120.549] (--) evdev: Laptop_Integrated_Webcam_1.3M: Found keys
    [ 120.549] (II) evdev: Laptop_Integrated_Webcam_1.3M: Configuring as keyboard
    [ 120.549] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input12/event12"
    [ 120.549] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_1.3M" (type: KEYBOARD, id 10)
    [ 120.549] (**) Option "xkb_rules" "evdev"
    [ 120.549] (**) Option "xkb_model" "pc105"
    [ 120.549] (**) Option "xkb_layout" "us"
    [ 120.550] (WW) Option "xkb_variant" requires a string value
    [ 120.550] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.550] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 120.550] (II) No input driver specified, ignoring this device.
    [ 120.550] (II) This device may have been added with another device file.
    [ 120.551] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event10)
    [ 120.551] (II) No input driver specified, ignoring this device.
    [ 120.551] (II) This device may have been added with another device file.
    [ 120.551] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event11)
    [ 120.551] (II) No input driver specified, ignoring this device.
    [ 120.551] (II) This device may have been added with another device file.
    [ 120.552] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/event1)
    [ 120.552] (**) PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
    [ 120.552] (II) Using input driver 'evdev' for 'PS/2+USB Mouse'
    [ 120.552] (**) PS/2+USB Mouse: always reports core events
    [ 120.552] (**) evdev: PS/2+USB Mouse: Device: "/dev/input/event1"
    [ 120.552] (--) evdev: PS/2+USB Mouse: Vendor 0x4f3 Product 0x214
    [ 120.552] (--) evdev: PS/2+USB Mouse: Found 9 mouse buttons
    [ 120.552] (--) evdev: PS/2+USB Mouse: Found scroll wheel(s)
    [ 120.552] (--) evdev: PS/2+USB Mouse: Found relative axes
    [ 120.552] (--) evdev: PS/2+USB Mouse: Found x and y relative axes
    [ 120.552] (II) evdev: PS/2+USB Mouse: Configuring as mouse
    [ 120.552] (II) evdev: PS/2+USB Mouse: Adding scrollwheel support
    [ 120.552] (**) evdev: PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
    [ 120.552] (**) evdev: PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 120.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1/event1"
    [ 120.552] (II) XINPUT: Adding extended input device "PS/2+USB Mouse" (type: MOUSE, id 11)
    [ 120.552] (II) evdev: PS/2+USB Mouse: initialized for relative axes.
    [ 120.552] (**) PS/2+USB Mouse: (accel) keeping acceleration scheme 1
    [ 120.552] (**) PS/2+USB Mouse: (accel) acceleration profile 0
    [ 120.552] (**) PS/2+USB Mouse: (accel) acceleration factor: 2.000
    [ 120.552] (**) PS/2+USB Mouse: (accel) acceleration threshold: 4
    [ 120.553] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/mouse0)
    [ 120.553] (II) No input driver specified, ignoring this device.
    [ 120.553] (II) This device may have been added with another device file.
    [ 120.553] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 120.553] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 120.553] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 120.553] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 120.553] (**) AT Translated Set 2 keyboard: always reports core events
    [ 120.553] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 120.553] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 120.553] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 120.553] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 120.553] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 120.553] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 120.553] (**) Option "xkb_rules" "evdev"
    [ 120.553] (**) Option "xkb_model" "pc105"
    [ 120.554] (**) Option "xkb_layout" "us"
    [ 120.554] (WW) Option "xkb_variant" requires a string value
    [ 120.554] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.554] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    [ 120.554] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 120.554] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 120.554] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 120.554] (II) LoadModule: "synaptics"
    [ 120.555] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 120.568] (II) Module synaptics: vendor="X.Org Foundation"
    [ 120.568] compiled for 1.14.1, module version = 1.7.1
    [ 120.568] Module class: X.Org XInput Driver
    [ 120.568] ABI class: X.Org XInput driver, version 19.1
    [ 120.568] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 120.568] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 120.568] (**) Option "Device" "/dev/input/event13"
    [ 120.590] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5650 (res 51)
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4710 (res 90)
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 120.590] (**) Option "TapButton1" "1"
    [ 120.590] (**) Option "TapButton2" "2"
    [ 120.590] (**) Option "TapButton3" "3"
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 120.590] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 120.593] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event13"
    [ 120.593] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 120.593] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 120.593] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 120.593] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 120.594] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 120.594] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 120.595] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 120.595] (II) No input driver specified, ignoring this device.
    [ 120.595] (II) This device may have been added with another device file.
    [ 120.595] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
    [ 120.595] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 120.596] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
    [ 120.596] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 120.596] (**) Dell WMI hotkeys: always reports core events
    [ 120.596] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event8"
    [ 120.596] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 120.596] (--) evdev: Dell WMI hotkeys: Found keys
    [ 120.596] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 120.596] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
    [ 120.596] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
    [ 120.596] (**) Option "xkb_rules" "evdev"
    [ 120.596] (**) Option "xkb_model" "pc105"
    [ 120.596] (**) Option "xkb_layout" "us"
    [ 120.596] (WW) Option "xkb_variant" requires a string value
    [ 120.596] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.917] (II) evdev: Dell WMI hotkeys: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) UnloadModule: "synaptics"
    [ 120.917] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: PS/2+USB Mouse: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Laptop_Integrated_Webcam_1.3M: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Sleep Button: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Power Button: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Video Bus: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Power Button: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.926] Server terminated successfully (0). Closing log file.
    I also installed the ati-dri-9.1.2-1-x86_64.pkg.tar.xz and xf86-video-ati-1_7.1.0-3-x86_64.pkg.tar.xz package and my config files are as below:
    10-evdev.conf:
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    10-monitor.conf:
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Option "DRI" "true"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1366x768_60.00"
    EndSubSection
    EndSection
    10-quirks.conf:
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    20-keyboards.conf:
    # Keyboard layout - Don't modify! Use keyboardctl instead!
    Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    50-synaptics.conf:
    # Example xorg.conf.d snippet that assigns the touchpad driver
    # to all touchpads. See xorg.conf.d(5) for more information on
    # InputClass.
    # DO NOT EDIT THIS FILE, your distribution will likely overwrite
    # it when updating. Copy (and rename) this file into
    # /etc/X11/xorg.conf.d first.
    # Additional options may be added in the form of
    # Option "OptionName" "value"
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    # This option is recommend on all Linux systems using evdev, but cannot be
    # enabled by default. See the following link for details:
    # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
    MatchDevicePath "/dev/input/event*"
    EndSection
    Section "InputClass"
    Identifier "touchpad ignore duplicates"
    MatchIsTouchpad "on"
    MatchOS "Linux"
    MatchDevicePath "/dev/input/mouse*"
    Option "Ignore" "on"
    EndSection
    # This option enables the bottom right corner to be a right button on
    # non-synaptics clickpads.
    # This option is only interpreted by clickpads.
    Section "InputClass"
    Identifier "Default clickpad buttons"
    MatchDriver "synaptics"
    Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    # To disable the bottom edge area so the buttons only work as buttons,
    # not for movement, set the AreaBottomEdge
    # Option "AreaBottomEdge" "82%"
    EndSection
    # This option disables software buttons on Apple touchpads.
    # Th

    The installation process is probably being interrupted by your antivirus file scanner. Most security apps incorporate such utilities which spring into action as soon as you attempt to install, or uninstall a program. That has the effect of causing the installation to halt at a certain point and you're left somewhere in limbo.
    What I suggest you do here is to find your AV app on this site and then use the instructions to disable it: http://www.bleepingcomputer.com/forums/topic114351.html
    After doing that, download the Flash uninstaller from here: 32-bit Flash Uninstaller When you see the prompt, choose "Save" and save it somewhere you can find it easily afterwards. Do not choose "Run". Close IE8 before you run the uninstaller.
    After the uninstaller terminates, reboot to clear the old Registry entries.
    When the system reboots to the desktop, disable your AV app again, then go here to download the latest version: http://get.adobe.com/flashplayer/
    This time, when you see the prompt, choose "Run" to install it immediately.
    Finally, re-enable your antivirus again.
    Message was edited by: Xircal

  • I've tried to eliminate system errors by performing a clean install of ML. What's the best way to set up my iMac for a singlet user?

    One of my main goals is to be able to run a Windows application on my iMac, purchased in July, 2012, with the Intel 2.5Ghz i5, 4GB RAM, 500GB hard drive. At first I installed Boot Camp and then Win 7, then the application I need to run, and I don't recall having problems. But I tired of the required reboot each time and got greedy and needy - so I installed VMWare Fusion, only to be told that the W7 software I use won't work with Fusion, but it will with Parallels! So, I was able to get Parallels at a discount (because I had Fusion), and decided I would import Boot Camp into Parallels.
    Then the problems began. I suspect I did something I shouldn't have during this process, but to shorten the story I did a clean install of ML, set up iCloud, and monitored Console for problems. And problems there were - lots of them, and they all seemed to reference iCloud in some way. Since I have the ML installer on a thumb drive I thought I'd see what happened if I did another clean install, but this time I'd ignore iCould altogether (yes, I have everything backed up to mypcback.com) and proceeded. As before, the errors streamed down Console's face as if it were my own. I've run OnyX, which seemed to help, but many of the issues persist. I'm at a loss as how to proceed other than invoke Apple Support, which, BTW, is not covered under Warranty.
    I need to have a stable ML platform before I start using W7 and refuse to believe that the OSX is "just buggy." Can someone help. I have no other iDevices that need to be synced, and really don't see the need to set up iCloud. Noone else than I use the iMac. It should be pretty simple to create a stable OSX so I can go where I need to go. I realize 4GB is not a lot of memory and will look into that. For the moment, I can stip down Win 7, and OSX for that matter, to free up memory. I didn't want to included a bunch of log files, but I will if someone thinks that it would be helpful.
    The follow are the latest entries into my system log file, after I lost connection to the internet, and then regained connection after rebooting my cable modem:
    Dec 18 16:03:37 173-22-144-11.client.mchsi.com com.apple.SecurityServer[15]: Succeeded authorizing right 'system.volume.removable.unmount' by client '/usr/sbin/diskarbitrationd' [18] for authorization created by '/System/Library/CoreServices/Finder.app' [142] (100002,0)
    Dec 18 16:04:49 173-22-144-11 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    Dec 18 16:04:50 Marks-iMac.local configd[17]: setting hostname to "Marks-iMac.local"
    Dec 18 16:04:50 Marks-iMac.local configd[17]: network changed: v4(en0-:173.22.144.11) DNS- Proxy- SMB
    Dec 18 16:04:55 Marks-iMac.local digest-service[2296]: label: default
    Dec 18 16:04:55 Marks-iMac.local digest-service[2296]:           dbname: od:/Local/Default
    Dec 18 16:04:55 Marks-iMac.local digest-service[2296]:           mkey_file: /var/db/krb5kdc/m-key
    Dec 18 16:04:55 Marks-iMac.local digest-service[2296]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Dec 18 16:04:55 Marks-iMac.local digest-service[2296]: digest-request: uid=0
    Dec 18 16:04:55 Marks-iMac.local rpcsvchost[2297]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    Dec 18 16:04:55 Marks-iMac.local digest-service[2296]: digest-request: init request
    Dec 18 16:04:55 Marks-iMac.local digest-service[2296]: digest-request: init return domain: 173-22-144-11 server: MARKS-IMAC
    Dec 18 16:08:21 Marks-iMac com.apple.launchd.peruser.89[1579] (com.apple.cfprefsd.xpc.agent[1584]): Exited: Killed: 9
    Dec 18 16:08:21 Marks-iMac kernel[0]: memorystatus_thread: idle exiting pid 1584 [cfprefsd]
    Dec 18 16:08:21 Marks-iMac com.apple.launchd.peruser.89[1579] (com.apple.distnoted.xpc.agent[1582]): Exited: Killed: 9
    Dec 18 16:08:21 Marks-iMac kernel[0]: memorystatus_thread: idle exiting pid 1582 [distnoted]
    Dec 18 16:08:25 Marks-iMac kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    Dec 18 16:08:25 Marks-iMac kernel[0]: macx_swapon SUCCESS
    Dec 18 16:08:26 Marks-iMac.local distnoted[2307]: # distnote server agent  absolute time: 25574.335618917   civil time: Tue Dec 18 16:08:26 2012   pid: 2307 uid: 89  root: no
    Dec 18 16:08:42 Marks-iMac com.apple.launchd.peruser.89[1579] (com.apple.cfprefsd.xpc.agent[2308]): Exited: Killed: 9
    Dec 18 16:08:42 Marks-iMac kernel[0]: memorystatus_thread: idle exiting pid 2308 [cfprefsd]
    Dec 18 16:09:56 Marks-iMac com.apple.launchd.peruser.89[1579] (com.apple.distnoted.xpc.agent[2307]): Exited: Killed: 9
    Dec 18 16:09:56 Marks-iMac kernel[0]: memorystatus_thread: idle exiting pid 2307 [distnoted]
    Dec 18 16:09:58 Marks-iMac com.apple.launchd.peruser.501[127] (com.apple.pbs[194]): Exited: Killed: 9
    Dec 18 16:09:58 Marks-iMac kernel[0]: memorystatus_thread: idle exiting pid 194 [pbs]
    Dec 18 16:10:52 Marks-iMac.local HelpViewer[2304]: : event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future. (line: 0)
    Dec 18 16:11:18 --- last message repeated 9 times ---
    Dec 18 16:11:18 Marks-iMac com.apple.launchd.peruser.501[127] (com.apple.NetworkDiagnostics): The following job tried to hijack the service "com.apple.NetworkDiagnostic.agent" from this job: [0x0-0x12b12b].com.apple.NetworkDiagnostics
    Dec 18 16:11:20 Marks-iMac.local distnoted[2315]: # distnote server agent  absolute time: 25748.275081657   civil time: Tue Dec 18 16:11:20 2012   pid: 2315 uid: 89  root: no
    Dec 18 16:13:08 Marks-iMac kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=2318[GoogleSoftwareUp] clearing CS_VALID
    Dec 18 16:15:30 Marks-iMac kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,0301,0de1,0300,41e1,0000]
    Dec 18 16:15:34 Marks-iMac.local configd[17]: network changed: v4(en0+:192.168.100.2) DNS* Proxy+ SMB
    Dec 18 16:16:31 Marks-iMac.local WindowServer[72]: CoreAnimation: context hosting changed while locked!
    Dec 18 16:16:43 Marks-iMac.local configd[17]: network changed: v4(en0-:192.168.100.2) DNS* Proxy- SMB
    Dec 18 16:16:48 Marks-iMac.local configd[17]: network changed: v4(en0+:173.22.144.11) DNS+ Proxy+ SMB
    Dec 18 16:16:48 173-22-144-11.client.mchsi.com configd[17]: setting hostname to "173-22-144-11.client.mchsi.com"
    Dec 18 16:16:53 173-22-144-11.client.mchsi.com digest-service[2346]: label: default
    Dec 18 16:16:53 173-22-144-11.client.mchsi.com digest-service[2346]:           dbname: od:/Local/Default
    Dec 18 16:16:53 173-22-144-11.client.mchsi.com digest-service[2346]:           mkey_file: /var/db/krb5kdc/m-key
    Dec 18 16:16:53 173-22-144-11.client.mchsi.com digest-service[2346]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Dec 18 16:16:53 173-22-144-11.client.mchsi.com digest-service[2346]: digest-request: uid=0
    Dec 18 16:16:53 173-22-144-11.client.mchsi.com digest-service[2346]: digest-request: init request
    Dec 18 16:16:53 173-22-144-11.client.mchsi.com digest-service[2346]: digest-request: init return domain: MARKS-IMAC server: 173-22-144-11
    Dec 18 16:20:31 173-22-144-11.client.mchsi.com mdwrite[2355]: [ERROR] [0.000s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/mine/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/morkgallagher/Library/Mobile Documents": 2 (No such file or directory)
    Dec 18 16:20:31 173-22-144-11.client.mchsi.com mdwrite[2355]: [ERROR] [0.001s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/mine/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/morkgallagher/Library/Mobile Documents": 2 (No such file or directory)
    Dec 18 16:44:38 173-22-144-11.client.mchsi.com Locum[2366]: Connection with distnoted server was invalidated
    Dec 18 17:02:34 173-22-144-11.client.mchsi.com mtmd[49]: Set snapshot time: 2012-12-18 17:02:36 -0600 (current time: 2012-12-18 17:02:34 -0600)
    Dec 18 17:02:34 173-22-144-11 kernel[0]: nspace-handler-set-snapshot-time: 1355871756
    This DNS change is only the lastest manifestation of what seems like an endless list. Can anybody give me some direction before I have to pay Apple to fix what I think they broke themselvesa?!?  BTW, I am not a tech. Thanking everyone who read this and especially to anyone who can help.

    Linc, thanks for the tips. I knew you'd have a good method. I asked for it because I have learned of some of the myths about OSX and it's need (or lack thereof) to be scrubbed, rinsed, and blown dry; suckering folks into buying all manner of utilities to keep your Mac spiffy at all times, when in fact it rarely needs any intervention at all because of its Unix background. In fact, I rarely shut mine down and I've learned that the system is actually designed to be left running under most circumstances.
    To keep your data secure the three most important things to know is backup, backup, backup. I use a third-party, cloud-based back-up system. It can automatically make backups every hour if that's what I want and I can supplement that anytime by simply dropping a file into the application's desktop interface.
    Since I last posted my Mac has been running smoothly and I've been able to install Parallels and Windows 7, as well as the VantagePoint software I mentioned. Though it crashed once this morning and I submit one line from the log file:
    12/20/12 10:31:00.639 AM appleeventsd[54]: BUG in libdispatch: 12C60 - 1510 - 0x4
    After a reboot, log entries spewed all manner of troubling messages, from those that are osascript-related to broken forks, etc. but as far as I know there were no actual crash logs generated until this afternoon, one being just a few minutes ago. Linc, would you be so kind to take a look and tell me if there's something I need to do?
    Process:    
    mds [434]
    Path:       
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata .framework/Versions/A/Support/mds
    Identifier: 
    mds
    Version:    
    707.3
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:    
    0
    Date/Time:  
    2012-12-20 16:01:07.242 -0600
    OS Version: 
    Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  4  Dispatch queue: com.apple.metadata.spotlightindex
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000bad
    VM Regions Near 0xbad:
    -->
    __TEXT            
    0000000109f9e000-000000010a0be000 [ 1152K] r-x/rwx SM=COW  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Support/mds
    Application Specific Information:
    [0x112562000]/SourceCache/Spotlight_frameworks/Spotlight-707.3/index/ContentInde x/FlatStore.c:169: failed assertion 'pageSize >= pageEnd && pageSize && (__builtin_popcount(pageSize+int_sizeof(*page)) == 1)' /.Spotlight-V100/Store-V2/FA53EC3A-E90C-4259-B76B-4B236308D7CD/live.0.indexArra ys (hfs, t: 0x11, st: 0x1, f: 0x480d000) ps:56, pe:18624, pk:0, po:aac0, ss:20000 se:146c0
    [0x112669000]/SourceCache/Spotlight_frameworks/Spotlight-707.3/index/ContentInde x/PayloadIterator.c:681: failed assertion '!nxtLink |
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x000000010bb7b686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x000000010bb7ac42 mach_msg + 70
    2   com.apple.CoreFoundation 
    0x000000010b1e2803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation 
    0x000000010b1e7ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation 
    0x000000010b1e76b2 CFRunLoopRunSpecific + 290
    5   mds                      
    0x0000000109faca54 0x109f9e000 + 59988
    6   libdyld.dylib            
    0x000000010b9a87e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x000000010bb7dd16 kevent + 10
    1   libdispatch.dylib        
    0x000000010b973dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib        
    0x000000010b9739ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib   
    0x000000010bb7dffa read + 10
    1   mds                      
    0x0000000109fa7ced 0x109f9e000 + 40173
    2   libsystem_c.dylib        
    0x000000010ba0c742 _pthread_start + 327
    3   libsystem_c.dylib        
    0x000000010b9f9181 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib   
    0x000000010bb7d6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x000000010ba0eeec _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x000000010ba0ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x000000010b9f9171 start_wqthread + 13
    Thread 4 Crashed:: Dispatch queue: com.apple.metadata.spotlightindex
    0   com.apple.spotlight.index
    0x000000010a2262b1 mergeEntryFlat + 465
    1   com.apple.spotlight.index
    0x000000010a21cad2 mergeEntryFat + 642
    2   com.apple.spotlight.index
    0x000000010a212410 bt_mergeEntry + 208
    3   com.apple.spotlight.index
    0x000000010a2122d9 bt_mergeCallback + 345
    4   com.apple.spotlight.index
    0x000000010a2131e2 bt_mergeSet + 3346
    5   com.apple.spotlight.index
    0x000000010a22aa80 index_FlushCache + 1088
    6   com.apple.spotlight.index
    0x000000010a232e8c indexPrepareForSync + 220
    7   com.apple.spotlight.index
    0x000000010a220823 indexPrepareForSyncBulk + 493
    8   com.apple.spotlight.index
    0x000000010a22037d _CISyncContextSync + 149
    9   com.apple.spotlight.index
    0x000000010a21fc0c _ContentIndexSyncIndexBulk + 86
    10  com.apple.spotlight.index
    0x000000010a1e18fa syncIndex + 1364
    11  com.apple.spotlight.index
    0x000000010a1e1063 runLoop + 51
    12  com.apple.spotlight.index
    0x000000010a209691 work_fun + 662
    13  libdispatch.dylib        
    0x000000010b9710b6 _dispatch_client_callout + 8
    14  libdispatch.dylib        
    0x000000010b97247f _dispatch_queue_drain + 235
    15  libdispatch.dylib        
    0x000000010b9722f1 _dispatch_queue_invoke + 52
    16  libdispatch.dylib        
    0x000000010b972448 _dispatch_queue_drain + 180
    17  libdispatch.dylib        
    0x000000010b9722f1 _dispatch_queue_invoke + 52
    18  libdispatch.dylib        
    0x000000010b972448 _dispatch_queue_drain + 180
    19  libdispatch.dylib        
    0x000000010b9722f1 _dispatch_queue_invoke + 52
    20  libdispatch.dylib        
    0x000000010b9721c3 _dispatch_worker_thread2 + 249
    21  libsystem_c.dylib        
    0x000000010ba0ecab _pthread_wqthread + 404
    22  libsystem_c.dylib        
    0x000000010b9f9171 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x000000010bb7d6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x000000010ba0eeec _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x000000010ba0ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x000000010b9f9171 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x000000010bb7d6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x000000010ba0eeec _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x000000010ba0ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x000000010b9f9171 start_wqthread + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0xd62a2de7cde283a2  rbx: 0x000000000000aac0  rcx: 0x00000000002f4180  rdx: 0x00000000001430d0
      rdi: 0x0000000112258800  rsi: 0x0000000000000003  rbp: 0x00000001125605a0  rsp: 0x000000011255f450
       r8: 0x0000000000000007   r9: 0x00000000ccd96941  r10: 0x00007f92fb4219d0  r11: 0x00000000381b522a
      r12: 0x000000000000aac0  r13: 0x00007f92f9096650  r14: 0x0000000112560898  r15: 0x0000000000000000
      rip: 0x000000010a2262b1  rfl: 0x0000000000010206  cr2: 0x0000000000000bad
    Logical CPU: 3
    Binary Images:
    0x109f9e000 -   
    0x10a0bdff7  mds (707.3) <1448C11E-D2EC-305E-88C9-C6DAF1FEB535> /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Support/mds
    0x10a110000 -   
    0x10a114ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x10a120000 -   
    0x10a121fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x10a12a000 -   
    0x10a197ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x10a1c9000 -   
    0x10a398fff  com.apple.spotlight.index (10.7.0 - 707.3) <DB706194-BC57-3853-9993-95DC58D3A07C> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/Spotlight Index
    0x10a3fb000 -   
    0x10a3fbfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x10a406000 -   
    0x10a40cfff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x10a419000 -   
    0x10a775fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x10a99d000 -   
    0x10a9b0ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x10a9ba000 -   
    0x10a9ccff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x10a9d4000 -   
    0x10a9daff7  com.apple.MDSChannel (1.2 - 1.2) <05A6F55A-8197-316A-A127-DE6528F9B291> /System/Library/PrivateFrameworks/MDSChannel.framework/Versions/A/MDSChannel
    0x10a9e7000 -   
    0x10aa2aff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x10aa42000 -   
    0x10aa47fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x10aa55000 -   
    0x10ab75fff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x10abeb000 -   
    0x10abeeff7  com.apple.ServerInformation (1.1 - 1) <0F1E39E4-5195-39ED-B91C-CA72BAD74820> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
    0x10abfb000 -   
    0x10abfefff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x10ac0a000 -   
    0x10aedafff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x10b012000 -   
    0x10b020fff  com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x10b02f000 -   
    0x10b050fff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x10b067000 -   
    0x10b068ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
    0x10b075000 -   
    0x10b18d92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x10b1b3000 -   
    0x10b39cfff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x10b4fb000 -   
    0x10b547ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
    0x10b55e000 -   
    0x10b75efff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
    0x10b800000 -   
    0x10b868ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x10b8c6000 -   
    0x10b8ebff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
    0x10b920000 -   
    0x10b925fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x10b92d000 -   
    0x10b93bfff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
    0x10b94a000 -   
    0x10b94ffff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x10b95b000 -   
    0x10b962fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x10b96f000 -   
    0x10b984ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x10b9a0000 -   
    0x10b9a1ff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
    0x10b9a6000 -   
    0x10b9a9ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x10b9b1000 -   
    0x10b9b1fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x10b9b7000 -   
    0x10b9bffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x10b9cc000 -   
    0x10b9d2fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x10b9d9000 -   
    0x10b9dbfff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
    0x10b9e6000 -   
    0x10b9e7ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
    0x10b9f1000 -   
    0x10b9f2fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x10b9f8000 -   
    0x10bac4fe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
    0x10bb0d000 -   
    0x10bb15ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
    0x10bb1c000 -   
    0x10bb52fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x10bb6b000 -   
    0x10bb86ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
    0x10bb9a000 -   
    0x10bbc8ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x10bbd3000 -   
    0x10bbe1ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x10bbf0000 -   
    0x10bbfbfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x10bc0a000 -   
    0x10bc0bff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
    0x10bc11000 -   
    0x10bc13ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x10bc1b000 -   
    0x10bc21ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x10bc2a000 -   
    0x10bc4cff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
    0x10bc68000 -   
    0x10bcb7ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x10bcc9000 -   
    0x10bd32fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x10bd97000 -   
    0x10bda5ff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
    0x10bdaa000 -   
    0x10bdb7fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x10bdc5000 -   
    0x10bf39fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x10bffd000 -   
    0x10c314ff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x10c395000 -   
    0x10c416fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x10c472000 -   
    0x10c518ff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x10c57b000 -   
    0x10c608ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x10c651000 -   
    0x10c6aeff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x10c6de000 -   
    0x10c78ffff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x10c7e6000 -   
    0x10c817ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x10c83c000 -   
    0x10c88dff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x10c8c1000 -   
    0x10c9befff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x10c9d7000 -   
    0x10cad4ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x10cb0a000 -   
    0x10cb19ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x10cb28000 -   
    0x10cb2cfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x10cb37000 -   
    0x10cb37fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
    0x10cb41000 -   
    0x10cb4efff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x10cb55000 -   
    0x10cb5cfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x10cb68000 -   
    0x10cb75ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x10cb82000 -   
    0x10cbeffff  com.apple.datadetectorscore (4.0 - 269.1) <B69645EB-C4BF-3D52-A49B-CB1A1A88512F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x10cc2c000 -   
    0x10cc2dfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x10cc35000 -   
    0x10cc56ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x10cc66000 -   
    0x10cc7dfff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x10cc87000 -   
    0x10cc9efff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x10ccb9000 -   
    0x10cce4fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x10ccf8000 -   
    0x10cd03ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x10cd10000 -   
    0x10cd2fff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x10cd3d000 -   
    0x10cdb5fff  com.apple.DCERPC (1.5 - 53.1.1) <25F4A15A-5252-3C70-A1D0-8145357F78B8> /System/Library/PrivateFrameworks/DCERPC.framework/Versions/A/DCERPC
    0x10cde0000 -   
    0x10ce1afff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x10ce3f000 -   
    0x10ce58ff7  com.apple.SMBClient (1.8 - 1.8) <B30889AB-8E45-3E57-9DC8-1212E2B87A95> /System/Library/PrivateFrameworks/SMBClient.framework/Versions/A/SMBClient
    0x10ce6a000 -   
    0x10ceecfff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x10cf1b000 -   
    0x10cf3aff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x10cf45000 -   
    0x10cf50fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x10cf57000 -   
    0x10cf59fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x10cf63000 -   
    0x10cf70fff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x10cf81000 -   
    0x10cf81fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x10cf88000 -   
    0x10d05aff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x10d0c1000 -   
    0x10d1daff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x10d238000 -   
    0x10dbc8c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x10dcd7000 -   
    0x10dd57ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x10dd84000 -   
    0x10de41ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x10de8a000 -   
    0x10dee0fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x10df18000 -   
    0x10df2bff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x10df3d000 -   
    0x10df97fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x10dfc7000 -   
    0x10e006ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x10e026000 -   
    0x10e03afff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x10e053000 -   
    0x10e057fff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x10e066000 -   
    0x10e066fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x10e06f000 -   
    0x10e17afff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x10e1de000 -   
    0x10e22dff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x10e256000 -   
    0x10e3f1fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x10e418000 -   
    0x10e418fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x10e421000 -   
    0x10e489fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x10e494000 -   
    0x10e52efff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x10e53d000 -   
    0x10e934fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x10e99c000 -   
    0x10eb22fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x10eb50000 -   
    0x10eb78fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x10eb82000 -   
    0x10ebd7ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x10ebea000 -   
    0x10ec0afff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x10ec1a000 -   
    0x10ec1efff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x10ec25000 -   
    0x10ed27fff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x10ed52000 -   
    0x10ed55fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x10ed5a000 -   
    0x10ed9efff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
    0x10edb7000 -   
    0x10edd9ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x10edf3000 -   
    0x10eee8fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x10eefe000 -   
    0x10fb2bff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x110227000 -   
    0x11026afff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x1102a4000 -   
    0x1103f5fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x11047f000 -   
    0x11047fffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x110486000 -   
    0x1106bbff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x1107c3000 -   
    0x110af3ff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x110c4a000 -   
    0x110df8fff  com.apple.QuartzCore (1.8 - 304.0) <897FAA5D-FF13-33FE-878B-B164D684F019> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x110eb1000 -   
    0x110ebbfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x110ec5000 -   
    0x110f8aff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x111002000 -   
    0x11105ffff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x111084000 -   
    0x11109afff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x1110b0000 -   
    0x1110d7ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x1110fd000 -   
    0x11110cff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x111118000 -   
    0x1111f2ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x111279000 -   
    0x1112a0fff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x1112c1000 -   
    0x11135fff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x111397000 -   
    0x1113c1ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x1113dd000 -   
    0x111681fff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x111767000 -   
    0x1117beff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x1117ea000 -   
    0x111834ff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x111844000 -   
    0x11184afff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x111852000 -   
    0x111866fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x11187a000 -   
    0x1118b7fe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x1118c3000 -   
    0x1118c5fff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x1118ca000 -   
    0x1118cefff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x1118d9000 -   
    0x1118e5fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x1118fb000 -   
    0x111951ff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x111967000 -   
    0x111d84fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x111f99000 -   
    0x111f99fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x111fa1000 -   
    0x112020ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x112066000 -   
    0x11206ffff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x11207c000 -   
    0x112116fff  com.apple.CoreSymbolication (3.0 - 87) <3D9CBE8D-F047-3DFA-B067-F9589E2AF8BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x112162000 -   
    0x1121beff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x112201000 -   
    0x112237fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x112698000 -   
    0x1126c6fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
    0x119cd7000 -   
    0x119df0ff7  libmecab.1.0.0.dylib (359.50) <BDE1F58F-ED72-34BB-9027-2A7AA384F82E> /usr/lib/libmecab.1.0.0.dylib
    0x7fff69b9e000 -
    0x7fff69bd293f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 6
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 2082
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=119.0M resident=105.4M(89%) swapped_out_or_unallocated=13.6M(11%)
    Writable regions: Total=200.0M written=37.3M(19%) resident=43.1M(22%) swapped_out=0K(0%) unallocated=156.9M(78%)
    REGION TYPE                 
    VIRTUAL
    ===========                 
    =======
    CoreServices                  
    2568K
    MALLOC                       
    136.6M
    MALLOC guard page               
    96K
    Memory tag=241                 
    392K
    Memory tag=243                
    24.0M
    Memory tag=243 (reserved)     
    6144K   
    reserved VM address space (unallocated)
    Memory tag=244                
    5440K
    Memory tag=246                
    4096K
    Memory tag=246 (reserved)     
    4096K   
    reserved VM address space (unallocated)
    Memory tag=247                
    3072K
    Memory tag=255                 
    288K
    STACK GUARD                   
    56.0M
    Stack                         
    11.0M
    VM_ALLOCATE                    
    424K
    __DATA                        
    10.5M
    __IMAGE                        
    528K
    __LINKEDIT                    
    24.5M
    __TEXT                        
    94.8M
    __UNICODE                      
    544K
    mapped file                  
    249.7M
    shared memory                 
    1136K
    ===========                 
    =======
    TOTAL                        
    635.2M
    TOTAL, minus reserved VM space
    625.2M
    Trust me when I tell you how much I appreciate your help.

  • Error trying to Connect to WSE 2012 R2 with Connector Software - The server is not available

    I had to completely reset my MS Surface Pro 3 due to virus activity, so it was wiped and reinstalled. It had previously connected to the Server without
    hiccup. Ever since doing this I cannot reconnect using the SERVERNAME\Connect process - it continually fails. I have reviewed the forums and web for a week trying different solutions to no avail. I would appreciate it if someone could advise?
    I have:
    Ensured that the Connector Software update is not installed from Installed Updates
    Checked the Bindings in IIS Manager against the WSS Certificate Web Service and it is set to SERVERNAME.
    Ensured my time on the Client is synchronised
    Tried connecting using the original PC-Name and when that didn't work, I have tried a new name and removed the old device from the server.
    I have ensured that I am on a Workgroup.
    The install process finds the server sets up connector and asks for my network user name and password and then continues for a fair time until it
    comes back with the error”:
    "The server is not available/ Try connecting this computer again, of for more information, see Troubleshoot connecting computers to the server.”
    I am not sure how much of the log to include as it all doesn’t fit:
    [1380] 150118.132140.0358: ClientSetup: Start of ClientDeploy
    [1380] 150118.132140.5201: General: Initializing...C:\windows\system32\Essentials\ClientDeploy.exe
    [1380] 150118.132140.5201: ClientSetup: Create client deployment registry subkey if necessary
    [1380] 150118.132140.5358: ClientSetup: The initial launching way: -LaunchedFrom:installer
    [1380] 150118.132140.5358: ClientSetup: The initial state is set
    [1380] 150118.132140.5358: ClientSetup: The initial serverName: 192.168.1.100
    [1380] 150118.132140.5358: ClientSetup: Loading Wizard Data
    [1380] 150118.132140.5670: ClientSetup: Saving Wizard Data
    [1380] 150118.132140.5826: ClientSetup: Current DeploymentStatus=Start
    [1380] 150118.132140.9420: ClientSetup: Showing the Client Deployment Wizard
    [1380] 150118.132141.0670: ClientSetup: Machine name:SURFACE3RUTH, length:12
    [1380] 150118.132141.0983: ClientSetup: The input server name is 192.168.1.100
    [1404] 150118.132141.1295: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1404] 150118.132141.1295: ClientSetup: Running Task with Id=ClientDeploy.PreConfiguration
    [1380] 150118.132141.1295: ClientSetup: InitWizard, The currrent stage is ConnectingToServer
    [1380] 150118.132141.1295: ClientSetup: Set the Deployment Sync Event
    [1404] 150118.132141.1764: ClientSetup: The configuration cab will be downloaded from 192.168.1.100
    [1404] 150118.132141.1920: ClientSetup: Download file Setup.cab from server
    [1404] 150118.132141.2233: ClientSetup: Making web request: https://192.168.1.100//connect/default.aspx?Get=Setup.cab&LanguageId=2057&64bit=1
    [1404] 150118.132141.5358: ClientSetup: Failed to download Setup.cab from server: System.Net.WebException: The underlying connection was closed: Could
    not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
    at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
    at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
    at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.ConnectStream.WriteHeaders(Boolean async)
    --- End of inner exception stack trace ---
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.WindowsServerSolutions.ClientSetup.CSCommon.DownloadFileFromConnectSite(String outputDirectory, Uri serverUrl, String fileName, Int32 languageId, Boolean is64bit)
    [1404] 150118.132141.5358: ClientSetup: Cannot get configuration file with https, will try http...
    [1404] 150118.132141.5358: ClientSetup: Download file Setup.cab from server
    [1404] 150118.132141.5358: ClientSetup: Making web request: http://192.168.1.100//connect/default.aspx?Get=Setup.cab&LanguageId=2057&64bit=1
    [1404] 150118.132141.7233: ClientSetup: Downloaded file C:\windows\Temp\ClientDeploymentTempFiles\Setup.cab
    [1404] 150118.132141.7233: ClientSetup: The configuration cab is downloaded to C:\windows\Temp\ClientDeploymentTempFiles\Setup.cab
    [1404] 150118.132141.9264: ClientSetup: Adding Server Info data in the Product Registry
    [1404] 150118.132142.8170: Networking:DnsEnvironmentDetector: Dns.GetHostAddresses threw exception: System.Net.Sockets.SocketException (0x80004005):
    No such host is known
    at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
    at Microsoft.WindowsServerSolutions.Networking.ServerDiscovery.DnsEnvironmentDetector.GetAddressesFromDns(String machine)
    [1404] 150118.132142.8170: DnsEnvironmentDetector: No result from GetHostAddresses(), normal environment
    [1404] 150118.132142.8170: ClientSetup: Exiting PreConfigTask.Run()
    [1404] 150118.132142.8170: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has TaskStatus=Success
    [1404] 150118.132142.8170: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has RebootStatus=NoReboot
    [1404] 150118.132142.8170: ClientSetup: Exting ConnectorWizardForm.RunTasks
    [1896] 150118.132158.7568: ClientSetup: Running InstallRootCert Task at WizardPage DomainUserCred
    [1896] 150118.132158.7568: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1896] 150118.132158.7568: ClientSetup: Running Task with Id=ClientDeploy.InstallRootCertTask
    [1896] 150118.132158.7880: ClientSetup: Entering InstallRootCertTask.Run
    [1896] 150118.132158.7880: ClientSetup: Install root cert to local trusted store
    [1896] 150118.132158.7880: ClientSetup: Exiting InstallRootCertTask.Run
    [1896] 150118.132158.7880: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has TaskStatus=Success
    [1896] 150118.132158.7880: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has RebootStatus=NoReboot
    [1896] 150118.132158.7880: ClientSetup: Exting ConnectorWizardForm.RunTasks
    [1896] 150118.132158.7880: ClientSetup: Running SetupVPNAndDA Task at WizardPage DomainUserCred
    [1896] 150118.132158.7880: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1896] 150118.132158.7880: ClientSetup: Running Task with Id=ClientDeploy.SetupVpnAndDATask
    [1896] 150118.132158.8193: ClientSetup: Entering SetupVpnAndDATask.Run
    [1896] 150118.132158.8974: ClientSetup: Exting SetupVpnAndDATask.Run
    [1896] 150118.132158.8974: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has TaskStatus=Success
    [1896] 150118.132158.8974: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has RebootStatus=NoReboot
    [1896] 150118.132158.8974: ClientSetup: Exting ConnectorWizardForm.RunTasks
    [1896] 150118.132158.8974: ClientSetup: Running ValidateUser Tasks at WizardPage DomainUserCred
    [1896] 150118.132158.8974: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1896] 150118.132158.8974: ClientSetup: Running Task with Id=ClientDeploy.ValidateUser
    [1896] 150118.132158.9286: ClientSetup: Entering ValidateUserTask.Run
    [1896] 150118.132158.9286: ClientSetup: Validating User
    [1896] 150118.132158.9286: ClientSetup: Call MachineIdentityManager.GetMachineStatus
    [1896] 150118.132200.2412: ClientSetup: Current Machine Join Status: NotExists
    [1896] 150118.132200.2412: ClientSetup: Exiting ValidateUserTask.Run
    [1896] 150118.132200.2412: ClientSetup: Task with Id=ClientDeploy.ValidateUser has TaskStatus=Warning
    [1896] 150118.132200.2412: ClientSetup: Task with Id=ClientDeploy.ValidateUser has RebootStatus=NoReboot
    [1896] 150118.132200.2412: ClientSetup: Exting ConnectorWizardForm.RunTasks
    [1896] 150118.132203.5996: ClientSetup: User has chosen to continue using domain admin credentials
    [1896] 150118.132203.5996: ClientSetup: Running JoinNetwork Tasks at WizardPage DomainUserCred
    [1896] 150118.132203.5996: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1896] 150118.132203.5996: ClientSetup: Running Task with Id=ClientDeploy.JoinDomain
    [1896] 150118.132203.6152: ClientSetup: Entering JoinDomainTask.Run
    [1896] 150118.132203.6152: ClientSetup: Domain Join Client to Server Domain: ClientComputerName=SURFACE3RUTH ServerDomainNetBiosName=AHYICK
    [1896] 150118.132203.6152: ClientSetup: Trying to evaluate if we need to set Local Nic Dns address be the same as server DNS setting.
    [1896] 150118.132204.4590: ClientSetup: DNS failed to resolve server's host name, needs set DNS
    [1896] 150118.132204.4590: ClientSetup: Trying to set DNS setting.
    [1896] 150118.132204.4590: ClientSetup: Configure DNS settings on local NIC
    [1896] 150118.132205.7153: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132206.7787: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132207.8293: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132214.6885: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132224.7076: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132234.7311: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132235.8561: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132236.9186: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132237.9655: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132244.8406: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132254.8601: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132304.8898: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132306.0148: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132307.0461: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132308.1131: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132314.9742: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132324.9961: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132335.0140: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132336.1495: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132337.1888: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132338.2320: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132345.1355: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132355.1699: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132405.2086: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132406.3337: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132407.3883: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132408.4351: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132415.3043: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132425.3696: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132435.4170: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132436.5769: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132437.6137: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132438.6607: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132445.5693: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132455.5861: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132505.6068: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132505.6068: ClientSetup: Could not successfully set the DNS of any client NIC
    [1896] 150118.132505.6068: ClientSetup: Failed to set Local Nic Dns address as the Server IP.
    [1896] 150118.132505.6068: ClientSetup: NetGetJoinInformation (server = [], ...)
    [1896] 150118.132505.6148: ClientSetup: Running Join Domain
    [1896] 150118.132505.6148: ClientSetup: Disconnect any share to the server.
    [1896] 150118.132505.6148: ClientSetup: NetUseEnum (UncServerName = [] )
    [1896] 150118.132505.6304: ClientSetup: NetUseEnum (UncServerName = [] )
    [1896] 150118.132505.6304: ClientSetup: Trying to clear dns cache.
    [1896] 150118.132505.6304: ClientSetup: ComputerMgmt.FlushDnsCache starts
    [1896] 150118.132505.6461: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\windows\system32\ipconfig.exe" /flushdns
    [1404] 150118.132505.6832: ClientSetup: Standard Ouptput:
    [1404] 150118.132505.6832: ClientSetup: Standard Ouptput: Windows IP Configuration
    [1404] 150118.132505.6832: ClientSetup: Standard Ouptput:
    [3964] 150118.132505.6832: ClientSetup: Standard Ouptput: Successfully flushed the DNS Resolver Cache.
    [3964] 150118.132505.6832: ClientSetup: Standard Ouptput:
    [5080] 150118.132505.6832: ClientSetup: Standard Error:
    [1896] 150118.132505.6832: ClientSetup: The exit code of the process (C:\windows\system32\ipconfig.exe) is: 0
    [1896] 150118.132505.6832: ClientSetup: Calling SetPrimaryDnsSuffix.
    [1896] 150118.132505.6832: ClientSetup: SetPrimaryDnsSuffix (AHYICK.local)
    [1896] 150118.132505.6832: ClientSetup: SetComputerNameEx (AHYICK.local)
    [1896] 150118.132505.6832: ClientSetup: Update tcpip Domain parameter with AHYICK.local
    [1896] 150118.132505.6832: ClientSetup: Calling join domain [AHYICK.local] with domain user [AHYICK.local\Basil] credential.
    [1896] 150118.132505.6832: ClientSetup: Joining local machine to domain AHYICK.local
    [1896] 150118.132505.6832: ClientSetup: NetJoinDomain( , AHYICK.local, , AHYICK.local\Basil, *, NetSetupJoinDomain, NetSetupAcctCreate, NetSetupAcctDelete,
    NetSetupDomainJoinIfJoined, NetSetupDeferSpnSet)
    [1896] 150118.132505.7457: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132506.7789: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132507.8248: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132508.8666: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132509.8997: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132510.9440: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132511.9868: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132513.0218: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132514.0673: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132515.0987: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132515.1143: ClientSetup: Join domain fails on the first time, exception: System.ComponentModel.Win32Exception (0x80004005): The specified
    domain either does not exist or could not be contacted
    at Microsoft.WindowsServerSolutions.ClientSetup.NativeMethods.NativeMethodRetryWrapper(NativeMethodInvoker nmi, UInt32 numTries, TimeSpan timeToWaitBetweenRetries, String descriptionForLog, UInt32[] retryableErrorCodes)
    at Microsoft.WindowsServerSolutions.ClientSetup.NativeMethods.NetJoinDomain(String server, String domain, String destinationOuPath, String user, SecureString password, JoinDomainOptions joinOptions)
    at Microsoft.WindowsServerSolutions.ClientSetup.ComputerMgmt.JoinDomain(String domainName, String domainUserName, SecureString domainUserPass, String machineAccountOU)
    at Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.JoinDomainTask.Run(WizData data)
    I am running a Telstra ADSL modem with a separate Cisco router and Netgear Switch.
    I would appreciate any help I can get please as I am a novice and do not understand a lot about the certificate and DNS errors.

    Would you please try manually set the DNS address on client NIC to the IP of your server, then try run the connector again?

  • Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).

    Hi,
    Our Environment is Essbase 11.1.2.2 and working on Essbase EAS and Shared Services components.One of our user tried to run the Cal Script of one Application and faced this error.
    Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).
    I have done some Google and found that we need to add something in Essbase.cfg file like below.
    1012704 Dynamic Calc processor cannot lock more than number ESM blocks during the calculation, please increase CalcLockBlock setting and then retry (a small data cache setting could also cause this problem, please check the data cache size setting).
    Possible Problems
    Analytic Services could not lock enough blocks to perform the calculation.
    Possible Solutions
    Increase the number of blocks that Analytic Services can allocate for a calculation:
    Set the maximum number of blocks that Analytic Services can allocate to at least 500. 
    If you do not have an $ARBORPATH/bin/essbase.cfg file on the server computer, create one using a text editor.
    In the essbase.cfg file on the server computer, set CALCLOCKBLOCKHIGH to 500.
    Stop and restart Analytic Server.
    Add the SET LOCKBLOCK HIGH command to the beginning of the calculation script.
    Set the data cache large enough to hold all the blocks specified in the CALCLOCKBLOCKHIGH setting. 
    Determine the block size.
    Set the data catche size.
    Actually in our Server Config file(essbase.cfg) we dont have below data  added.
    CalcLockBlockHigh 2000
    CalcLockBlockDefault 200
    CalcLockBlocklow 50
    So my doubt is if we edit the Essbase.cfg file and add the above settings and restart the services will it work?  and if so why should we change the Server config file if the problem is with one application Cal Script. Please guide me how to proceed.
    Regards,
    Naveen

    Your calculation needs to hold more blocks in memory than your current set up allows.
    From the docs (quoting so I don't have to write it, not to be a smarta***:
    CALCLOCKBLOCK specifies the number of blocks that can be fixed at each level of the SET LOCKBLOCK HIGH | DEFAULT | LOW calculation script command.
    When a block is calculated, Essbase fixes (gets addressability to) the block along with the blocks containing its children. Essbase calculates the block and then releases it along with the blocks containing its children. By default, Essbase allows up to 100 blocks to be fixed concurrently when calculating a block. This is sufficient for most database calculations. However, you may want to set a number higher than 100 if you are consolidating very large numbers of children in a formula calculation. This ensures that Essbase can fix all the required blocks when calculating a data block and that performance will not be impaired.
    Example
    If the essbase.cfg file contains the following settings:
    CALCLOCKBLOCKHIGH 500  CALCLOCKBLOCKDEFAULT 200  CALCLOCKBLOCKLOW 50 
    then you can use the following SET LOCKBLOCK setting commands in a calculation script:
    SET LOCKBLOCK HIGH; 
    means that Essbase can fix up to 500 data blocks when calculating one block.
    Support doc is saying to change your config file so those settings can be made available for any calc script to use.
    On a side note, if this was working previously and now isn't then it is worth investigating if this is simply due to standard growth or a recent change that has made an unexpected significant impact.

  • Event callback engine error

    I modified the TS 4.0 HMI to where it has a button (in the execution view) that launches (adobe acrobat) a summary .pdf report.  This is not really a callback question, but more of a what am I doing wrong question.  In the attached bitmap, (please pardon the mess, but I kept trying stuff to isolate the problem and didn't clean up)  this callback is called when the user clicks the "LaunchReport" button in the Execution View.  It currently is called when a MouseUp event happens with this button, but that was just an attempt to find the real problem.  Anyway, I've disabled the troublesome code.  If I hard-code a path to a pdf, the button click causes that pdf to open up in adobe. 
    What I need to do, however, is get the sequenceContext so that I can get to a FileGlobal containing the report path and pass that in instead.  I cannot seem to set a breakpoint in this code to find where the error is.  All I know is that if I enable the code, adobe never comes up.  I thought it was possibly in my GetFileGlobal VI, so I commented him out still the same behavior.  In the final code, I'd like to route the reportpath found in fileglobal upto the LaunchExternalViewer 'FilePath' input. 
    As experiments, I kept the hard coded value there, but I tried wiring the Engine reference to the GetUIMessage Node, etc - with and without my GetFileGlobal VI, the code just does nothing.  I'm wondering if there's anything obviously wrong here. 
    Attachments:
    launchReport.PNG ‏40 KB

    Hi,
    Are you sure your FileGlobals is valid ie its available when you are trying to read it?
    As an experiment have you tried using the StationGlobals, if you can get it from there, then  at least you know the mechanism works.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Errors in the high-level relational engine. The data source view does not contain a definition for the table or view. The Source property may not have been set.

    Hi All,
    I have a cube in which i'm using the TIME DIM that i created in the warehouse. But now i wanted a new measure in the cube which is Average over time and when i wanted to created the new measure i got a message that no time dim was defined, so i created a
    new time dimension in the SSAS using wizard. But when i tried to process the new time dimension i'm getting the follwoing error message
    "Errors in the high-level relational engine. The data source view does not contain a definition for "SSASTIMEDIM" the table or view. The Source property may not have been set."
    Can anyone please tell me why i cannot create a new measure average over the time using my time dimension? Also what am i doing wrong with the SSASTIMEDIM, that i'm getting the error.
    Thanks

    Hi PMunshi,
    According to your description, you get the above error when processing the time dimension. Right?
    In this scenario, since you have updated the DSV, it should have no problem on the table existence. One possibility is that table has been specified for tracking in the notifications for proactive caching, but isn't available any more for some
    reason. Please change the setting in Proactive Caching into "MOLAP".
    Reference:
    How To Implement Proactive Caching in SQL Server Analysis Services SSAS
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • HT2497 I just purchased the 2TB TC and set it up on bridge mode to my att verse which is connected via ethernet cable.  The TC is continually blinking amber and an error message states that a wireless network cannot be found but the uverse is functioning

    I just purchased the 2TB TC and set it up on bridge mode to my att verse which is connected via ethernet cable.  The TC is continually blinking amber and an error message states that a wireless network cannot be found but the uverse is functioning great.  The network name I assigned to the TC is also not appearing among available networks.  How do I remedy this, please?

    What OS on the computer you are using to setup the TC?
    Did you turn on ipv6 for wireless to link-local... this is essential for network access now??
    Try power cycling the network.. start up in correct order.. uverse.. 2min wait.. TC.. 2min wait.. computer.
    No luck factory reset and start over. Use ethernet cable as well to the computer to help it.
    No luck I can show you manual method.

  • While Installation of 11g database creation time error ORA-28056: Writing audit records to Windows Event Log failed Error

    Hi Friends,
    OS = Windows XP 3
    Database = Oracle 11g R2 32 bit
    Processor= intel p4 2.86 Ghz
    Ram = 2 gb
    Virtual memory = 4gb
    I was able to install the oracle 11g successfully, but during installation at the time of database creation I got the following error many times and I ignored it many times... but at 55% finally My installation was hanged nothing was happening after it..... 
    ORA-28056: Writing audit records to Windows Event Log failed Error  and at 55% my Installation got hung,,,, I end the installation and tried to create the database afterward by DBCA but same thing happened....
    Please some one help me out, as i need to install on the same machine .....
    Thanks and Regards

    AAP wrote:
    Thanks Now I am able to Create a database , but with one error,
    When I created a database using DBCA, at the last stage I got this error,
    Database Configuration Assistant : Warning
    Enterprise Manager Configuration Failed due to the Following error Listener is not up or database service is not registered with it.  Start the listener & Registered database service & run EM Configuration Assistant again....
    But when I checked the listener was up.....
    Now what was the problem,  I am able to connect and work through sqlplus,
    But  I didnt got the link of EM and when try to create a new connection in sql developer it is giving error ( Status : failure - Test Failed the Network Adapter could not establish the connection )
    Thanks & Regards
    Creation of the dbcontrol requires a connection via the listener.  When configuring the dbcontrol as part of database creation, it appears that the dbcontrol creation step runs before the dynamic registration of the databsase with the listener is complete.  Now that the database itself is completed and enough time (really, just a minute or two) has passed to allow the instance to register, use dbca or emca to create the dbcontrol.
    Are you able to get a sqlplus connection via the listener (sqlplus scott/tiger@orcl)?  That needs to be the first order of business.

  • TS4337 How do you stop the incessant error message when calendar can't update or delete an event on my Exchange, even though I have hit every option and even deleted the exchange and the calendars.  I'm ready to never use the computer again with the const

    Calendar is incessantly posting error messages that it cannot change or delete an event on my Exchange calendar.  I have tried the "revert to server, try again, and ignore" more times than I can count.  I even deleted the exchange from my connection and reinstalled without help.  Even when I have deleted the Exchange, it continues to have this error window every 60 seconds.  I am ready to stop using the computer just for the stress of it.  Any suggestions or help before this screen winds up with a shoe in it?

    To prevent Firefox from displaying form autocomplete suggestions, you can turn off that feature using the about:config page.
    In the address bar, type or paste '''about:config''' and tap the Enter/Return key.
    I suggest bookmarking this for easier future access.
    In the search box, type or paste '''formf''' and tap the Enter/Return key.
    Scroll down to '''browser.formfill.enable''' and tap the Toggle button to switch it from true to false.
    That's it. Does it work on Facebook?
    ''The about:config preferences editor in the mobile version is similar in principle to the desktop version but many of the preferences available on the desktop version have no effect in mobile. This one I only tested on one site, but it seems to work.''

Maybe you are looking for

  • HT204053 How to setup iCloud on iPad

    Each time I enter iCloud.com, it refers me to a website. I select my iPad and it doesn't load the iCloud manager. How do I load icloudbon my iPad to mirror my iPhone4S? Thank you.

  • Embedded Quicktime question

    I have recently updated my site with new QT movies. The previous one's began playing before they were fully downloaded which I prefer, but for some reason the new ones download completely before they play so there is a long wait before they begin. I

  • Disable cache in IE adn Firefox using JSP

    hi all my requirement is, i am in a page. request goes to the next page and when i press back the page session should expire. i am using response.setDateHeader("Expires", 0); response.setHeader("Cache-Control","no-store"); //HTTP 1.1 response.setHead

  • Wifi icon dont show when 24hours time is off

    Pls  anyone  knows this problem ihave iphone 5 updated to ios 704  my problem is when the time 24 hours ste to off  wifi icon dont show  when time start at 01 up to 09  but when start at 10 upto 12 itst show again . But if i turn on the 24 hours time

  • Aperture automatically starts exporting while processing

    I just updated my Aperture 3 with the newes update, and it seems to have an issue with processing image adjustments. When I apply a couple of adjustments without waiting for one adjustment to stop "processing" before applying the next, the text autom