[JS IDCS5 Server] app.menuActions.item("Go to Item").invoke();

I've the following script applies xml attributes values to graphic scale, frame size and offset:
#include "glue code.jsx";
main();
function main(){
var myDoc = app.activeDocument;
var myRuleSet = new Array (
new findObjAttribute("//Afbeelding")
with(myDoc){
var elements = xmlElements;
__processRuleSet(elements.item(0), myRuleSet);
function findObjAttribute(XPATH){
this.name = "Afbeelding";
this.xpath = XPATH;
this.apply = function(myElement, myRuleProcessor)
with(myElement){
try {
var myXmove=myElement.xmlAttributes.itemByName("yoffset").value;
var myYmove=myElement.xmlAttributes.itemByName("xoffset").value;
var myHeight=parseInt(myElement.xmlAttributes.itemByName("height").value);
var myWidth=parseInt(myElement.xmlAttributes.itemByName("width").value);
var myScale=parseInt(myElement.xmlAttributes.itemByName("scale").value);
          app.select(myElement);
            try {
                app.menuActions.item("Go to Item").invoke();
                }catch(e){};
                app.selection[0].graphics[0].move(undefined, [myYmove, myXmove]);
                app.selection[0].geometricBounds = [0, 0, myHeight, myWidth];
                app.selection[0].graphics[0].horizontalScale = myScale;
                app.selection[0].graphics[0].verticalScale = myScale;
            app.selection = null;
catch(e){};
return true;
On InDesign Desktop it is working fine. On InDesign Server it is not working!?
app.menuActions.item("Go to Item").invoke();
Is the above line not working on InDesign Server because it has no interface? And how to script it to make it work?
Regards, Sjoerd

Instead, operate directly on myElement:
myElement.graphics[0].move(undefined, [myYmove, myXmove]);
Thanks John, this is the script I use:
#include "glue code.jsx"
main();
function main(){
if (app.documents.length != 0){
var myDoc = app.activeDocument;
var myRuleSet = new Array (
new findObjAttribute("//image[@scale]")
with(myDoc){
var elements = xmlElements;
__processRuleSet(elements.item(0), myRuleSet);
else{
alert("You have no document open!");
exit();
function findObjAttribute(XPATH){
this.name = "findObjAttribute";
this.xpath = XPATH;
this.apply = function(myElement, myRuleProcessor)
//Just to check whether the collect element is selected
var elmName=myElement.markupTag.name;
var myScale=parseInt(myElement.xmlAttributes.itemByName("scale").value);
with(myScale){
var myRectangle = myElement.xmlContent.parent;
try {
myRectangle.graphics[0].horizontalScale = myScale;
     } catch(e){};
return true;

Similar Messages

  • Is there any way to get the server app other that through the app store. We do not have our system conneted to a network. I typical downloaded items on a non-apple system.

    is there any way to get the server app other than through the app store. The system that I need it on are not connected to the internet.
    We run a closed-loop network of apple systems and I tipically downloaded updates on a non-apple system that was on the internet.
    Any ideas?

    I did buy the server app, went to the app store to download it. This system I'm using for downloads is Snow Leopard 10.6.8, it shows that I can download it but only as an Install which says I need 10.8. I can't seem to find a way for it to just download as a package or .dmg file so that I can copy it to DVD/CD or flash drive.

  • Why do server.app crash sometimes? Can I use it this way as a router?

    Hi everyone!
    I have a problem, sometimes the server.app crash, I don't know why.
    The Mac OS system do not crash, It's just the server.app.
    You can se the crash logg in the buttom of this post, I have three logg files.
    I also have an other quastion, I want to use the mac mini as a router but in a special way.
    It's importen that all of my devices can access the mac mini server.
    I thinking of buying an thunderbolt -> ethernet adapter so I can use the mac mini as a router.
    I got 1000Mbit internet connection and my router can just get like 600mbit passtrough from wan -> lan port.
    If I set it up likes this, shod it work?
    Internet ---> Mac mini ---> every device I use with eithernet cable, like 10 devices.
                        |
                        --> Router --> Wifi devices like iPhone / iPad.
    If I set it up like that can every device access the mac mini in the same network?
    Here is the latest crash logg file from the mac mini:
    Process:         Server [6500]
    Path:            /Applications/Server.app/Contents/MacOS/Server
    Identifier:      com.apple.Server.v2
    Version:         2.2.1 (169)
    Build Info:      ServerApp-169000000000000~10
    App Item ID:     537441259
    App External ID: 13084043
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [240]
    User ID:         501
    Date/Time:       2013-04-21 20:13:59.523 +0200
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          12161 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  12158 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      2FFFE2B9-6914-FEFC-A7D4-577091C18671
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
    VM Regions Near 0x10:
    -->
        __TEXT                 00000001020d5000-00000001021b6000 [  900K] r-x/rwx SM=COW  /Applications/Server.app/Contents/MacOS/Server
    Application Specific Information:
    objc_msgSend() selector name: setEnabled:forSegment:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff88ed8250 objc_msgSend + 16
    1   com.apple.Server.Services.DHCP          0x0000000104fb4164 0x104fb2000 + 8548
    2   com.apple.Foundation                    0x00007fff848f6d8f -[NSKeyValueObservance observeValueForKeyPath:ofObject:change:context:] + 304
    3   com.apple.Foundation                    0x00007fff848f6d8f -[NSKeyValueObservance observeValueForKeyPath:ofObject:change:context:] + 304
    4   com.apple.Foundation                    0x00007fff848f4e40 NSKeyValueNotifyObserver + 390
    5   com.apple.Foundation                    0x00007fff848f6859 NSKeyValueDidChange + 456
    6   com.apple.Foundation                    0x00007fff848b1dbf -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 130
    7   com.apple.frameworks.Server             0x000000010232cd37 __38-[SEServer actionToGetNetworkServices]_block_invoke_0 + 1046
    8   com.apple.frameworks.server.foundation          0x00000001024a2530 -[XSAction performCallbacks:] + 456
    9   com.apple.frameworks.server.foundation          0x00000001024a4cd9 -[XSAction unthreadedFinish] + 101
    10  com.apple.frameworks.server.foundation          0x00000001024b195d -[XSAdminTransaction _gotResponse] + 180
    11  com.apple.Foundation                    0x00007fff848fbd3a __NSThreadPerformPerform + 225
    12  com.apple.CoreFoundation                0x00007fff8deceb31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    13  com.apple.CoreFoundation                0x00007fff8dece455 __CFRunLoopDoSources0 + 245
    14  com.apple.CoreFoundation                0x00007fff8def17f5 __CFRunLoopRun + 789
    15  com.apple.CoreFoundation                0x00007fff8def10e2 CFRunLoopRunSpecific + 290
    16  com.apple.HIToolbox                     0x00007fff860b7eb4 RunCurrentEventLoopInMode + 209
    17  com.apple.HIToolbox                     0x00007fff860b7c52 ReceiveNextEventCommon + 356
    18  com.apple.HIToolbox                     0x00007fff860b7ae3 BlockUntilNextEventMatchingListInMode + 62
    19  com.apple.AppKit                        0x00007fff84d1c563 _DPSNextEvent + 685
    20  com.apple.AppKit                        0x00007fff84d1be22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    21  com.apple.AppKit                        0x00007fff84d131d3 -[NSApplication run] + 517
    22  com.apple.AppKit                        0x00007fff84cb7c06 NSApplicationMain + 869
    23  libdyld.dylib                           0x00007fff85e737e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff87169d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff9015ddea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff9015d9ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff87169322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8df30f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8fdf27a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8fddf1e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff87167686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87166c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8deec233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def1916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def10e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff84903f5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.frameworks.Server             0x000000010238babb -[SEAccountsManager runRunLoop] + 262
    7   com.apple.Foundation                    0x00007fff848fecd2 __NSThread__main__ + 1345
    8   libsystem_c.dylib                       0x00007fff8fdf27a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8fddf1e1 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff87167686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87166c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8deec233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def1916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def10e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff848a0b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff848fecd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8fdf27a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8fddf1e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff871696d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fdf4f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fdf4d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff871696d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fdf4f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fdf4d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 7:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_c.dylib                       0x00007fff8fde0cf4 OSAtomicCompareAndSwap64Barrier$VARIANT$mp + 0
    1   com.apple.CoreFoundation                0x00007fff8debec52 _CFRetain + 226
    2   com.apple.CoreFoundation                0x00007fff8df0060d CFRunLoopSourceInvalidate + 77
    3   com.apple.CFNetwork                     0x00007fff8fcba934 __block_global_1 + 24
    4   com.apple.CFNetwork                     0x00007fff8fd091c1 __block_global_0 + 19
    5   libdispatch.dylib                       0x00007fff9015ef01 _dispatch_call_block_and_release + 15
    6   libdispatch.dylib                       0x00007fff9015b0b6 _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff9015c1fa _dispatch_worker_thread2 + 304
    8   libsystem_c.dylib                       0x00007fff8fdf4d0b _pthread_wqthread + 404
    9   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff871696d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fdf4f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fdf4d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000001  rbx: 0x00007f9d30cd7e80  rcx: 0x0000000000000000  rdx: 0x0000000000000001
      rdi: 0x00007f9d32885f90  rsi: 0x00007fff85591255  rbp: 0x00007fff5db29080  rsp: 0x00007fff5db29030
       r8: 0xffff8062cbd3719f   r9: 0x00000000000007ff  r10: 0x00007f9d311b6000  r11: 0x0000000000000000
      r12: 0x00007fff88ed8240  r13: 0x0000000104fcb8b8  r14: 0x0000000104fcb350  r15: 0x00007f9d32885f90
      rip: 0x00007fff88ed8250  rfl: 0x0000000000010246  cr2: 0x0000000000000010
    Logical CPU: 1
    Binary Images:
           0x1020d5000 -        0x1021b5ff7  com.apple.Server.v2 (2.2.1 - 169) <C092FFA4-AE6A-34E2-B087-60EAD5BF6D71> /Applications/Server.app/Contents/MacOS/Server
           0x10220d000 -        0x1022affff  com.apple.PackageKit (3.0 - 260) <B9C3BB80-C2A3-3E9E-A9C0-EB58B5F42512> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x10231f000 -        0x1023f3fff  com.apple.frameworks.Server (10.8.0 - 169) <1A09D0B2-AE67-34D2-B3C1-E550F845A059> /Applications/Server.app/Contents/Frameworks/Server.framework/Versions/A/Server
           0x10248a000 -        0x10248eff7  com.apple.ServerInformation (1.1 - 1) <D6AE4CD1-D329-3F33-A344-9DEA690F95F6> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
           0x102498000 -        0x10251cfff  com.apple.frameworks.server.foundation (10.8 - 248) <7F07FC59-87BC-3511-B18E-E39BCDEB2B00> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverFoundation.framework/Versions/A/ServerFoundation
           0x102582000 -        0x1025fdfff  com.apple.frameworks.server.kit (10.8.0 - 208) <07D40475-03BF-313C-B5C8-68FD08FF8C5D> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverKit.framework/Versions/A/ServerKit
           0x10265c000 -        0x1026bbff7  com.apple.SoftwareUpdate.framework (6 - 472) <2F625407-A316-35E6-83F8-2B2DF5BE53E6> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
           0x102707000 -        0x102719ff7  com.apple.PlatformHardwareManagement (2.0.1 - 2.0.1) <F35F6029-2C12-3587-AE32-EDB2E1D0C403> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
           0x10272b000 -        0x102761fff  com.apple.frameworks.CoreDaemon (1.1 - 1.1) <FA51F181-C2A4-3817-B6FC-93EF0CDEF6F6> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
           0x102777000 -        0x102781ff7  com.apple.AppleSRP (5.0 - 1) <16B1431A-295A-386B-9159-A396877D6FE3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x10278e000 -        0x1027adff7  com.apple.DistributionKit (700 - 735) <CDB189A0-F913-3D68-9747-CE3097B25D7E> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
           0x102882000 -        0x102882ff9 +cl_kernels (???) <9A67F1FB-B86B-45B8-8CDF-472B0DDA2EB3> cl_kernels
           0x1029c1000 -        0x1029c2ffb +cl_kernels (???) <D13B02E6-54BB-4DF7-BDAD-034BD678BCA6> cl_kernels
           0x1029d5000 -        0x1029d6ffa +cl_kernels (???) <F868D1EC-2452-41C4-A13C-03A00F4CE014> cl_kernels
           0x104609000 -        0x104609ffb +cl_kernels (???) <EB6FEB2B-ABC9-4CDD-813D-CC08E14F15D3> cl_kernels
           0x104615000 -        0x104616ffb +cl_kernels (???) <39562A57-1259-42F2-A6EB-E40EF7285A14> cl_kernels
           0x10465a000 -        0x10465aff9 +cl_kernels (???) <8C8EA2F8-4081-4E85-88BF-4D5E1AF01A5A> cl_kernels
           0x104662000 -        0x104662ff1 +cl_kernels (???) <2641EDA6-4990-4126-B295-2B2FE9173E34> cl_kernels
           0x1048e5000 -        0x104b50ff7  com.apple.RawCamera.bundle (4.05 - 690) <6E4B6BE9-A512-3B8E-91DE-2D12966B5636> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x104e98000 -        0x104ea5ff7  com.apple.Server.Services.Calendar (10.8.0 - 169) <E8D60E94-2027-39FF-87D9-9F8A60414612> /Applications/Server.app/Contents/PlugIns/Calendar.bundle/Contents/MacOS/Calend ar
           0x104fa3000 -        0x104fa6ff7  com.apple.Server.Services.Contacts (10.8.0 - 169) <0FE7B3BB-C447-3A9B-BFF9-146A559B072B> /Applications/Server.app/Contents/PlugIns/Contacts.bundle/Contents/MacOS/Contac ts
           0x104fb2000 -        0x104fc6fff  com.apple.Server.Services.DHCP (10.8.0 - 169) <9F7F453D-AFB4-3729-9A1F-D8B3C5C3A742> /Applications/Server.app/Contents/PlugIns/DHCP.bundle/Contents/MacOS/DHCP
           0x104fdc000 -        0x104fddffe +cl_kernels (???) <2CCE82B4-B283-4301-9861-0CC0AF30B3E6> cl_kernels
           0x104fe3000 -        0x105003fff  com.apple.Server.Services.DNS (10.8.0 - 169) <65D2E142-4206-3A32-89F3-C12C81322BBE> /Applications/Server.app/Contents/PlugIns/DNS.bundle/Contents/MacOS/DNS
           0x105020000 -        0x10502dff7  com.apple.Server.Services.EdgeCache (10.8.0 - 169) <2834FDF8-9DC5-36E7-A0E2-884A418A2800> /Applications/Server.app/Contents/PlugIns/EdgeCacheService.bundle/Contents/MacO S/EdgeCacheService
           0x105078000 -        0x10507eff7  com.apple.Server.Services.FTP (10.8.0 - 169) <A1769EE2-3698-30F8-859F-F6625FA1A139> /Applications/Server.app/Contents/PlugIns/FTP.bundle/Contents/MacOS/FTP
           0x1075c7000 -        0x1075e0fff  com.apple.Server.Services.FileSharing (10.8.0 - 169) <B760CD12-CC5D-394F-8E70-3E33B8E47538> /Applications/Server.app/Contents/PlugIns/FileSharing.bundle/Contents/MacOS/Fil eSharing
           0x107a7f000 -        0x107a8efff  com.apple.Server.Services.Mail (10.8.0 - 169) <2ECEEC27-71AE-381E-BAE1-0A5C4FD946B2> /Applications/Server.app/Contents/PlugIns/Mail.bundle/Contents/MacOS/Mail
           0x107ceb000 -        0x107cf1fff  com.apple.Server.Services.Messages (10.8.0 - 169) <E5B9474F-8444-38FE-A2B8-776F642F3386> /Applications/Server.app/Contents/PlugIns/Messages.bundle/Contents/MacOS/Messag es
           0x107de1000 -        0x107df6ff7  com.apple.Server.Services.NetInstall (10.8.0 - 169) <F8E08CD8-313D-362F-9F8A-B1F862E8C123> /Applications/Server.app/Contents/PlugIns/NetInstall.bundle/Contents/MacOS/NetI nstall
           0x107f99000 -        0x107fa4ff7  com.apple.Server.Services.OpenDirectory (10.8.0 - 169) <B443FC8C-3D13-3AA8-8969-2509260A7920> /Applications/Server.app/Contents/PlugIns/OpenDirectory.bundle/Contents/MacOS/O penDirectory
           0x1081cf000 -        0x1081dcfff  com.apple.Server.Services.ProfileManager (10.8.0 - 169) <81B45CDF-9ACF-393C-829E-7477DB8B3045> /Applications/Server.app/Contents/PlugIns/ProfileManager.bundle/Contents/MacOS/ ProfileManager
           0x108205000 -        0x10820fff7  com.apple.Server.Services.SoftwareUpdate (10.8.0 - 169) <2E138C05-06BD-35F0-BA1A-2793A4782C32> /Applications/Server.app/Contents/PlugIns/SoftwareUpdateService.bundle/Contents /MacOS/SoftwareUpdateService
           0x10836c000 -        0x10837bfff  com.apple.Server.Services.TimeMachine (10.8.0 - 169) <820025BE-30BB-38AC-A0CB-167F557022E9> /Applications/Server.app/Contents/PlugIns/TimeMachine.bundle/Contents/MacOS/Tim eMachine
           0x10858a000 -        0x108598ff7  com.apple.Server.Services.VPN (10.8.0 - 169) <5DD8617F-7332-3E4E-BE64-872D8D5E5A7D> /Applications/Server.app/Contents/PlugIns/VPN.bundle/Contents/MacOS/VPN
           0x1085b3000 -        0x1085d4ff7  com.apple.Server.Services.Web (10.8.0 - 169) <5BBFD1F5-34C5-3DC6-B5C3-7898A79A3E70> /Applications/Server.app/Contents/PlugIns/Web.bundle/Contents/MacOS/Web
           0x108743000 -        0x108749ff7  com.apple.Server.Services.Wiki (10.8.0 - 169) <E5663274-040E-33C6-BE06-039A78963523> /Applications/Server.app/Contents/PlugIns/Wiki.bundle/Contents/MacOS/Wiki
           0x10890e000 -        0x108910ff7  com.apple.Server.Services.Xsan (10.8.0 - 169) <EEF409D7-BEA9-3DFD-8D61-FFAA99397752> /Applications/Server.app/Contents/PlugIns/Xsan.bundle/Contents/MacOS/Xsan
           0x108dbd000 -        0x108dc6fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x1096f6000 -        0x109703fff  libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10988d000 -        0x1098b8fff  GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x109e4d000 -        0x10a00bfff  GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10a042000 -        0x10a1b2fff  libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10a1ea000 -        0x10a5a6ff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.10.44 - 8.1.0) <8798BDEE-7685-3301-A926-9DA29BC51B94> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x10ae19000 -        0x10aeb2ff7  unorm8_argb.dylib (2.2.16) <AC4A19D0-44A5-34CB-9248-20996ACA6B06> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb. dylib
           0x10aed1000 -        0x10af6bff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10af8a000 -        0x10b020ff7  unorm8_rgba.dylib (2.2.16) <853BEBC4-AED9-3CE2-B91D-3D666E7C7C8F> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
        0x7fff61cd5000 -     0x7fff61d0993f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff836e1000 -     0x7fff837e3fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff837e4000 -     0x7fff83863ff7  com.apple.securityfoundation (6.0 - 55115.4) <64EDD2F2-4DE2-3DE5-BE57-43D413853CF9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff83864000 -     0x7fff83875ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff83876000 -     0x7fff838c1ff7  com.apple.GraphKit (1.0.5 - 30) <3041F39B-5372-334E-9757-3EBFE0CDA293> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
        0x7fff839ed000 -     0x7fff839fcfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff839fd000 -     0x7fff83a37ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff83b52000 -     0x7fff83b74ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff83b75000 -     0x7fff83bf5ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff83c35000 -     0x7fff83d86fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff83d87000 -     0x7fff83dbbfff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff83dc0000 -     0x7fff83e0dfff  com.apple.CoreMediaIO (307.0 - 4155) <CD826A65-DFE7-3A58-A29E-15B3A9BE0A6D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff83e79000 -     0x7fff83f1fff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83f20000 -     0x7fff84120fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff84121000 -     0x7fff8451afe7  com.apple.MediaToolbox (1.0 - 926.87) <8346DAFC-88E5-350E-90E1-C98B180488C2> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8451b000 -     0x7fff8451dff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8451e000 -     0x7fff8452afff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8454c000 -     0x7fff84863ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff84869000 -     0x7fff84bc6ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84bc7000 -     0x7fff857f4ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff857f5000 -     0x7fff85863fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85864000 -     0x7fff85937ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <9DA3C0A7-0AB9-3DD1-9D84-737BB0014F1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff85938000 -     0x7fff85992ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff85993000 -     0x7fff85a95fff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff85a96000 -     0x7fff85aa1ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff85aa2000 -     0x7fff85af1ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff85bc1000 -     0x7fff85bc5fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff85bc6000 -     0x7fff85bc9fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff85bca000 -     0x7fff85e4aff7  com.apple.AOSKit (1.05 - 152.2) <43361229-45F3-3946-A11A-CC0FF2129F06> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff85e4b000 -     0x7fff85e70ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff85e71000 -     0x7fff85e74ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff85e75000 -     0x7fff85eaffff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff85eb0000 -     0x7fff85edefff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff85edf000 -     0x7fff85ee1fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff85ee2000 -     0x7fff85f4afff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85f4b000 -     0x7fff8603cff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff86058000 -     0x7fff86388fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff86389000 -     0x7fff8638aff7  libSystem.B.dylib (169.3) <FF25248A-574C-32DB-952F-B948C389B2A4> /usr/lib/libSystem.B.dylib
        0x7fff863df000 -     0x7fff863e0ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff863e1000 -     0x7fff863f8fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8642f000 -     0x7fff86431ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff86432000 -     0x7fff864f7ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff864f8000 -     0x7fff86506ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff86507000 -     0x7fff86533ff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff867b8000 -     0x7fff867b9fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff867ba000 -     0x7fff867f7fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff868b2000 -     0x7fff8691bfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8691c000 -     0x7fff869cdfff  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
        0x7fff869ce000 -     0x7fff86a2aff7  com.apple.Symbolication (1.3 - 93) <D5044687-E424-31CF-B120-667143E6B9C1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff86a2e000 -     0x7fff86a35fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff86a36000 -     0x7fff86af3ff7  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
        0x7fff86dca000 -     0x7fff86dcefff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff86dcf000 -     0x7fff86e1eff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff86e98000 -     0x7fff86e98fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff86e99000 -     0x7fff86ef0ff7  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
        0x7fff86ef1000 -     0x7fff86f4afff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-3964-87C6-1936460FDF8C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff86f4b000 -     0x7fff86f6cff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff86f6d000 -     0x7fff8706afff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8706b000 -     0x7fff87145fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff87157000 -     0x7fff87172ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff87173000 -     0x7fff87192ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff87193000 -     0x7fff8719efff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8719f000 -     0x7fff871a1fff  com.apple.securityhi (4.0 - 55002) <9B6CBA92-123F-3307-A2D7-D77A8D3BF87E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff871a2000 -     0x7fff871acfff  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
        0x7fff871ad000 -     0x7fff8724aff7  com.apple.PDFKit (2.7.3 - 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8724b000 -     0x7fff8727cff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff87699000 -     0x7fff880296ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff888e0000 -     0x7fff88923ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff88964000 -     0x7fff88970fff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff88971000 -     0x7fff8899fff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff889a0000 -     0x7fff889f7ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff889f8000 -     0x7fff88a89fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff88a8a000 -     0x7fff88ad2fff  com.apple.DiskManagement (5.2 - 665) <FE8FA1AF-BE4E-3D1B-9C0D-B02CC354C4F2> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff88ad8000 -     0x7fff88d9bff7  com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff88d9c000 -     0x7fff88e1eff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88e1f000 -     0x7fff88e3cff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff88e3d000 -     0x7fff88e3ffff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff88e40000 -     0x7fff88e61fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff88e65000 -     0x7fff88e67fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff88ec5000 -     0x7fff88ec9ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff88eca000 -     0x7fff88ed1fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff88ed2000 -     0x7fff88fea92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff88feb000 -     0x7fff88fedff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff88fee000 -     0x7fff89031ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff89032000 -     0x7fff891cdfef  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
        0x7fff891ce000 -     0x7fff891d9ff7  com.apple.aps.framework (3.0 - 3.0) <2041AD84-4279-3ECC-A13E-AC6698BB1A67> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff891e6000 -     0x7fff89344fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8938c000 -     0x7fff893b6ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff893b7000 -     0x7fff89424ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff89441000 -     0x7fff8949dfff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8949e000 -     0x7fff894a4fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff894a5000 -     0x7fff894ddfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff89690000 -     0x7fff8969bfff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8969c000 -     0x7fff8969dfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8969e000 -     0x7fff8969efff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8969f000 -     0x7fff896acfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff89eba000 -     0x7fff89ecdff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff89f10000 -     0x7fff89f15fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff89f18000 -     0x7fff89f25ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff89f26000 -     0x7fff8a181ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8a182000 -     0x7fff8a18fff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8a190000 -     0x7fff8a1c2fff  com.apple.framework.Admin (12.0 - 12.0) <21E02DE3-B255-3A55-8F55-7FC9EE864C06> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8a1c3000 -     0x7fff8a1c4fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8a1c5000 -     0x7fff8a1c5fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8a1c6000 -     0x7fff8a602fff  com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8a603000 -     0x7fff8a723fff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8a724000 -     0x7fff8a743ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8a744000 -     0x7fff8b701fff  com.apple.WebCore (8536 - 8536.28.10) <89CDA119-0FC8-3D0E-87B8-AB96BE6D1A36> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8b702000 -     0x7fff8bb1ffff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8bb22000 -     0x7fff8bb22fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8bb7e000 -     0x7fff8bd09ff7  com.apple.WebKit (8536 - 8536.28.10) <792FA1F3-68F2-36F8-A070-898B3682F5DE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8bd0a000 -     0x7fff8bd0afff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8bd0b000 -     0x7fff8bd1aff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8bd1b000 -     0x7fff8bd21fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8bd22000 -     0x7fff8bd30fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8bd31000 -     0x7fff8bd3dff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <5AA375C4-9FD4-3F4F-849D-0329E0D5DC04> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8bd3e000 -     0x7fff8bfecff7  com.apple.imageKit (2.2 - 670) <F9B50A59-A749-333C-A8D9-C8A92C649AA9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8bfed000 -     0x7fff8c02cff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8c02d000 -     0x7fff8c055fff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8c056000 -     0x7fff8c0a1fff  com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c48e000 -     0x7fff8c58bff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8c58c000 -     0x7fff8c598fff  com.apple.login (2.0 - 2.0) <2CE05B78-5D08-3666-B816-6E1874386407> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff8c599000 -     0x7fff8c5eeff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8c5ef000 -     0x7fff8c5efffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8c5f0000 -     0x7fff8c5f3fff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8c63c000 -     0x7fff8c63cfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8c63d000 -     0x7fff8c669fff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8c7d0000 -     0x7fff8c7d0fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8c7d1000 -     0x7fff8c841fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8c842000 -     0x7fff8c8dcfff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8c921000 -     0x7fff8c9aeff7  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
        0x7fff8c9f4000 -     0x7fff8caf2fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8cafc000 -     0x7fff8cb00fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8cb49000 -     0x7fff8cb7ffff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8cb80000 -     0x7fff8cb8dfff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8cb8e000 -     0x7fff8cb91ff7  com.apple.LoginUICore (2.0 - 2.0) <C1911200-E442-3B99-AB91-C135703D55DF> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8cb92000 -     0x7fff8cbd6fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff8cbd7000 -     0x7fff8cbe5ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8cbe8000 -     0x7fff8cc28ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8cc29000 -     0x7fff8ce5eff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8ce5f000 -     0x7fff8d0fafff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8d0fb000 -     0x7fff8d144fff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8d1a0000 -     0x7fff8d1a8fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8d1a9000 -     0x7fff8d1acfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8d1ad000 -     0x7fff8d1d4ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8d1d5000 -     0x7fff8d2effff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8d2f0000 -     0x7fff8d594ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8d595000 -     0x7fff8d5a7ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8d5a8000 -     0x7fff8d5a9fff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib
        0x7fff8d5aa000 -     0x7fff8d662ff7  com.apple.CoreMessage (1.0 - 1503) <8C8B4C77-6985-3750-A54C-9806550C1C62> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff8d663000 -     0x7fff8d663fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d6c4000 -     0x7fff8d6e4fff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8d6e5000 -     0x7fff8d6eeff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8d6ef000 -     0x7fff8d709fff  com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8d70a000 -     0x7fff8d9dbff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8d9dc000 -     0x7fff8da08fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8da09000 -     0x7fff8da09fff  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
        0x7fff8da0a000 -     0x7fff8da20fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8da21000 -     0x7fff8da3bfff  com.apple.CoreMediaAuthoring (2.1 - 914) <F0E11E75-03DA-3622-B614-2257EBDABF25> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8da3c000 -     0x7fff8dbeafff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8dbeb000 -     0x7fff8dbebfff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8dbec000 -     0x7fff8dbf3fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8dc29000 -     0x7fff8dcfbff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8dd35000 -     0x7fff8debbfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8debc000 -     0x7fff8e0a6ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e0a7000 -     0x7fff8e0b2ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8e0c1000 -     0x7fff8e0c7ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8e0cd000 -     0x7fff8e12afff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8e629000 -     0x7fff8e686ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8e687000 -     0x7fff8e69efff  com.apple.CFOpenDirectory (10.8 - 151.10) <7AD5F6E7-A745-3FF4-B813-9D064A8146EC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8e749000 -     0x7fff8e750fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8e751000 -     0x7fff8e7b0fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8e7b1000 -     0x7fff8e802ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8e853000 -     0x7fff8e89efff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8e89f000 -     0x7fff8e8a3ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8e8a5000 -     0x7fff8e940fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8e941000 -     0x7fff8e99bfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8e99c000 -     0x7fff8e9b1fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8e9b2000 -     0x7fff8e9fcff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8e9fd000 -     0x7fff8ea34ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff8ea3b000 -     0x7fff8ea5dff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8ea8a000 -     0x7fff8ea98fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8eaaa000 -     0x7fff8eaaefff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8eaaf000 -     0x7fff8eab4fff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8eab5000 -     0x7fff8eab6ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8eae9000 -     0x7fff8f290fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8f291000 -     0x7fff8f32fff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8f35a000 -     0x7fff8f4cbff7  com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8f4ef000 -     0x7fff8f8e6fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8f8e7000 -     0x7fff8f902ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8f903000 -     0x7fff8f92efff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FF

    If you have more than one user account, you must be logged in as an administrator to carry out these instructions.
    Triple-click anywhere in the line below to select it:
    sudo serveradmin settings dhcp
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. If you don’t have a login password, you’ll need to set one before you can run the command. You may get a one-time warning not to screw up. Confirm. You don't need to post the warning. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    Post any lines of output that appear below what you entered — the text, please, not a screenshot.

  • [JS] app.menuActions on XMLElement

    Hi,
    I'm trying to apply italics using xml rules and this method : http://forums.adobe.com/thread/744713
    function Italique() {
         this.name = "Italique";
         this.xpath = "//hi[@rend='italic']";
         this.apply = function(myElement, myRuleProcessor){
              with(myElement){
                   app.select(myElement);
                   app.menuActions.itemByID(119611).invoke();
              return true;
    myElement is an XMLElement who contains exactly what I want but at :
    app.menuActions.itemByID(119611).invoke();
    a javascript error occurs : n° 54 at line 78 of the "glue code.jsx" file.
    "Exception Javascript non interceptée : Erreur : Le script n'est pas activé"
    In English : the script isn't activated.
    I don't know what to do.
    Help me please!

    Hi,
    I figured it out by myself : I wasn't selecting the good object.
    With
    myElement.texts.item(0).select();it works fine!

  • Can't connect to server with Server app

    Hye
    When I try to login to my server, it is in the servers list in the 'other mac' page (as jsmini.jorestha.be), but I can't login using that item. I can however log in using Other Mac item, typing in its intranet IP address... I can't connect with the real IP address either. Does this have anything to do with the settings? It used to work fine...
    Thanks in advance,
    Rugen Heidbuchel

    See if the IP addresses and the domain names involved are resolving locally, and without having Server.app involved.  If there are multiple DNS servers listed in the DNS resolving settings of the Mac client, and some are not on the local network, then apparently-weird problems can happen with a variety of tools.

  • Yosemite: Server.app crash trying to modify users permissions

    Hi,
    I have just updated to Yosemite and purchased Yosemite Server App, then migrate from old volume's sys/server.app (osx 10.9.5 - server v. 3.0.3) with Migration Assistant tool.
    Suddenly the application is crashing when I edit users permissions in "Archive" section. Restart is useless. Permissions on boot volume verified with diskutil looks fine.
    Anyone, please, have some suggest?
    Nome modello: Mac Pro
    Identificatore modello: MacPro5,1
    Nome processore: Quad-Core Intel Xeon
    Velocità processore: 3,2 GHz
    Numero di processori: 1
    Numero totale di Core: 4
    Cache L2 (per Core): 256 KB
    Cache L3: 8 MB
    Memoria: 8 GB
    Velocità d'interconnessione processore: 4.8 GT/s
    Versione Boot ROM: MP51.007F.B03
    Versione SMC (sistema): 1.39f11
    Versione SMC (slot processore): 1.39f11
    Below the backtrace :
    Process:               Server [4632]
    Path:                  /Applications/Server.app/Contents/MacOS/Server
    Identifier:            com.apple.Server.v4
    Version:               4 (477)
    Build Info:            ServerApp-477000000000000~4
    App Item ID:           883878097
    App External ID:       594072682
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Server [4632]
    User ID:               502
    Date/Time:             2014-11-22 19:06:59.800 +0100
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        43677528-06C5-305B-054E-CF9A8A7FF3F7
    Time Awake Since Boot: 6500 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000018
    VM Regions Near 0x18:
    -->
        __TEXT                 000000010b412000-000000010b4ec000 [  872K] r-x/rwx SM=COW  /Applications/Server.app/Contents/MacOS/Server
    Application Specific Information:
    objc_msgSend() selector name: outlineView:dataCellForTableColumn:item:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib               0x00007fff902120dd objc_msgSend + 29
    1   com.apple.AppKit               0x00007fff8e35953b -[NSTableView _isFullWidthCellAtRow:] + 111
    2   com.apple.AppKit               0x00007fff8e5142ec -[NSTableView drawRow:clipRect:] + 647
    3   com.apple.AppKit               0x00007fff8e513f05 -[NSTableView drawRowIndexes:clipRect:] + 831
    4   com.apple.AppKit               0x00007fff8e56988e -[NSOutlineView drawRowIndexes:clipRect:] + 113
    5   com.apple.AppKit               0x00007fff8e3f6d6b -[NSTableView drawRect:] + 1559
    6   com.apple.AppKit               0x00007fff8e3dca09 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shoul dChangeFontReferenceColor:] + 1186
    7   com.apple.AppKit               0x00007fff8e3dc458 __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 218
    8   com.apple.AppKit               0x00007fff8e3dc1f1 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2407
    9   com.apple.AppKit               0x00007fff8e3db873 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 108
    10  com.apple.QuartzCore           0x00007fff88eb6153 CABackingStoreUpdate_ + 3306
    11  com.apple.QuartzCore           0x00007fff88eb5463 ___ZN2CA5Layer8display_Ev_block_invoke + 59
    12  com.apple.QuartzCore           0x00007fff88eb541f x_blame_allocations + 81
    13  com.apple.QuartzCore           0x00007fff88eb4f1c CA::Layer::display_() + 1546
    14  com.apple.AppKit               0x00007fff8e3db74f _NSBackingLayerDisplay + 617
    15  com.apple.AppKit               0x00007fff8e3b1506 -[_NSViewBackingLayer display] + 834
    16  com.apple.QuartzCore           0x00007fff88eb4641 CA::Layer::display_if_needed(CA::Transaction*) + 603
    17  com.apple.QuartzCore           0x00007fff88eb3d7d CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35
    18  com.apple.QuartzCore           0x00007fff88eb350e CA::Context::commit_transaction(CA::Transaction*) + 242
    19  com.apple.QuartzCore           0x00007fff88eb3164 CA::Transaction::commit() + 390
    20  com.apple.AppKit               0x00007fff8e40b834 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 1130
    21  com.apple.AppKit               0x00007fff8e9d0cf1 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_ invoke1523 + 46
    22  com.apple.CoreFoundation       0x00007fff87d85d87 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    23  com.apple.CoreFoundation       0x00007fff87d85ce0 __CFRunLoopDoObservers + 368
    24  com.apple.CoreFoundation       0x00007fff87d77de8 __CFRunLoopRun + 872
    25  com.apple.CoreFoundation       0x00007fff87d77838 CFRunLoopRunSpecific + 296
    26  com.apple.HIToolbox           0x00007fff8dc7d43f RunCurrentEventLoopInMode + 235
    27  com.apple.HIToolbox           0x00007fff8dc7d0be ReceiveNextEventCommon + 179
    28  com.apple.HIToolbox           0x00007fff8dc7cffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    29  com.apple.AppKit               0x00007fff8e2ac6d1 _DPSNextEvent + 964
    30  com.apple.AppKit               0x00007fff8e2abe80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    31  com.apple.AppKit               0x00007fff8e29fe23 -[NSApplication run] + 594
    32  com.apple.AppKit               0x00007fff8e28b2d4 NSApplicationMain + 1832
    33  libdyld.dylib                 0x00007fff87cad5c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff86d0722e kevent64 + 10
    1   libdispatch.dylib             0x00007fff8af6ba6a _dispatch_mgr_thread + 52
    Thread 2:: LoggerThread
    0   libsystem_kernel.dylib         0x00007fff86d06132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff8831b400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff883112b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   com.apple.collabd.CSServiceCore 0x000000010fd15106 -[CSLogger loggerThread:] + 244
    4   com.apple.Foundation           0x00007fff88349b7a __NSThread__main__ + 1345
    5   libsystem_pthread.dylib       0x00007fff89d002fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff89d00279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff89cfe4b1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff86d0152e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff86d0069f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff87d78b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff87d77fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff87d77838 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation           0x00007fff8834bab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    6   com.apple.frameworks.Server   0x000000010b5b063c -[SVAccountsQueryDelegate startRunLoop] + 227
    7   com.apple.Foundation           0x00007fff88349b7a __NSThread__main__ + 1345
    8   libsystem_pthread.dylib       0x00007fff89d002fc _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff89d00279 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff89cfe4b1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff86d0152e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff86d0069f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff87d78b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff87d77fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff87d77838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff8e40f7a7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff89d002fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff89d00279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff89cfe4b1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff86d06946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89cfe4a1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff86d06946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89cfe4a1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff902120c0  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x00007fd66e059d80
      rdi: 0x00007fd66e0597e0  rsi: 0x00007fff8ec4d8e5  rbp: 0x00007fff547ea220  rsp: 0x00007fff547ea208
       r8: 0x00006000004b6680   r9: 0x00007fff745af300  r10: 0x00007fff8ec4d8e5  r11: 0x0000000000000000
      r12: 0x00007fff547ea3b0  r13: 0x0000000000000005  r14: 0x0000000000000005  r15: 0x00007fd66e059d80
      rip: 0x00007fff902120dd  rfl: 0x0000000000010246  cr2: 0x0000000000000018
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10b412000 -        0x10b4ebff7  com.apple.Server.v4 (4 - 477) <421AC0AA-BCFF-391C-97C6-B2287D54B69D> /Applications/Server.app/Contents/MacOS/Server
           0x10b550000 -        0x10b55aff7  com.apple.ChartKit (1.0 - 1) <8C4EF47F-D2AA-3873-BB3A-4B61021A7C04> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/C hartKit.framework/Versions/A/ChartKit
           0x10b563000 -        0x10b61dfff  com.apple.frameworks.Server (10.9.0 - 477) <2B9BED4E-6603-32E5-A172-2905979BD3D8> /Applications/Server.app/Contents/Frameworks/Server.framework/Versions/A/Server
           0x10b6c3000 -        0x10b76dffb  com.apple.frameworks.server.foundation (10.9 - 423) <1899A37D-0C35-34AA-ACE1-6FCAA54194D2> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverFoundation.framework/Versions/A/ServerFoundation
           0x10b7fe000 -        0x10b85cff7  com.apple.frameworks.server.kit (10.9.2 - 328) <0700CF22-2FDB-362C-B54E-5AC6DDEBF261> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverKit.framework/Versions/A/ServerKit
           0x10b8b4000 -        0x10b8c3ff7  com.apple.servermgrd.SMDClient (1.0 - 1) <831CBE7B-96C7-3061-9DAE-568C0CC914E1> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S MDClient.framework/Versions/A/SMDClient
           0x10b8d2000 -        0x10b8e1fff  com.apple.PlatformHardwareManagement (3.0.0 - 3.0.0) <FAC94F10-DD72-3404-B71C-32D1BB2368E7> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
           0x10eace000 -        0x10eacefff +cl_kernels (???) <756EBCEA-B1B2-4D2B-BE01-A2D3C87F9333> cl_kernels
           0x10eadd000 -        0x10eaddff5 +cl_kernels (???) <C8C0A778-C90C-4921-9B49-EA2FC7738B5B> cl_kernels
           0x10eadf000 -        0x10ebc5fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10ec62000 -        0x10ec69ff7  com.apple.server.alerts.CertificateAlerts (10.9 - 122) <ACFC810E-887E-3DC9-8E6A-7BAC7B768255> /Applications/Server.app/Contents/ServerRoot/System/Library/Alerts/CertificateA lerts.bundle/Contents/MacOS/CertificateAlerts
           0x10f923000 -        0x10f923ff7 +cl_kernels (???) <2F422D2B-BAEA-4C06-8EF9-0D540C6880BB> cl_kernels
           0x10fafc000 -        0x10fb09ff7  com.apple.Server.Services.Calendar (10.8.0 - 477) <4538263C-3030-3CAF-A701-7DF758843E87> /Applications/Server.app/Contents/PlugIns/Calendar.bundle/Contents/MacOS/Calend ar
           0x10fb15000 -        0x10fb18ff7  com.apple.Server.Services.Contacts (10.8.0 - 477) <7301080B-1598-3AED-A8DF-86101762A09A> /Applications/Server.app/Contents/PlugIns/Contacts.bundle/Contents/MacOS/Contac ts
           0x10fb1f000 -        0x10fb31ff7  com.apple.Server.Services.DHCP (10.8.0 - 477) <ABF36B1E-1CE1-3D8E-92D5-AB7DC8CB2557> /Applications/Server.app/Contents/PlugIns/DHCP.bundle/Contents/MacOS/DHCP
           0x10fb3e000 -        0x10fb5afff  com.apple.Server.Services.DNS (10.8.0 - 477) <C63805B8-3901-322C-BB08-D59C5ED96FFC> /Applications/Server.app/Contents/PlugIns/DNS.bundle/Contents/MacOS/DNS
           0x10fb70000 -        0x10fb86fff  com.apple.Server.Services.EdgeCache (10.8.0 - 477) <AEEBC539-6491-3B5C-BA7F-9A5AEE5BA2E3> /Applications/Server.app/Contents/PlugIns/EdgeCache.bundle/Contents/MacOS/EdgeC ache
           0x10fb96000 -        0x10fbacff7  com.apple.Server.Services.FileSharing (10.8.0 - 477) <EBE1CEF4-02FF-3B43-A0C2-F6E5148D0476> /Applications/Server.app/Contents/PlugIns/FileSharing.bundle/Contents/MacOS/Fil eSharing
           0x10fbbb000 -        0x10fbc1ff7  com.apple.Server.Services.FTP (10.8.0 - 477) <BE65ECB3-7042-395B-8ABA-152D085C6FC0> /Applications/Server.app/Contents/PlugIns/FTP.bundle/Contents/MacOS/FTP
           0x10fbc8000 -        0x10fbe1ff7  com.apple.Server.Services.Mail (10.8.0 - 477) <E37BD963-76F7-394D-8DDD-B920B8E21F70> /Applications/Server.app/Contents/PlugIns/Mail.bundle/Contents/MacOS/Mail
           0x10fbf5000 -        0x10fbfaff7  com.apple.Server.Services.Messages (10.8.0 - 477) <DF515A02-B57F-3EDB-BD07-28F66A4918E6> /Applications/Server.app/Contents/PlugIns/Messages.bundle/Contents/MacOS/Messag es
           0x10fc02000 -        0x10fc13ff7  com.apple.Server.Services.NetInstall (10.8.0 - 477) <E6468F4F-808C-367F-8A92-D1224E842EF0> /Applications/Server.app/Contents/PlugIns/NetInstall.bundle/Contents/MacOS/NetI nstall
           0x10fc24000 -        0x10fc2eff7  com.apple.Server.Services.OpenDirectory (10.8.0 - 477) <E5683D3C-7FCF-3B22-9553-70F30E466C8D> /Applications/Server.app/Contents/PlugIns/OpenDirectory.bundle/Contents/MacOS/O penDirectory
           0x10fc38000 -        0x10fc49fff  com.apple.Server.Services.ProfileManager (10.8.0 - 477) <76BC2D3C-99F7-35C6-8335-A551D586F933> /Applications/Server.app/Contents/PlugIns/ProfileManager.bundle/Contents/MacOS/ ProfileManager
           0x10fc56000 -        0x10fc5ffff  com.apple.Server.Services.SoftwareUpdate (10.8.0 - 477) <1AF10191-E2B3-31BA-8B70-8AD071DD9FFF> /Applications/Server.app/Contents/PlugIns/SoftwareUpdateService.bundle/Contents /MacOS/SoftwareUpdateService
           0x10fc69000 -        0x10fc76ff7  com.apple.Server.Services.TimeMachine (10.8.0 - 477) <76261B05-D565-3EC6-8B7E-7539C41694DC> /Applications/Server.app/Contents/PlugIns/TimeMachine.bundle/Contents/MacOS/Tim eMachine
           0x10fc82000 -        0x10fc8ffff  com.apple.Server.Services.VPN (10.8.0 - 477) <7DABFDF0-0D5C-3273-A9DE-D3EA71815F4B> /Applications/Server.app/Contents/PlugIns/VPN.bundle/Contents/MacOS/VPN
           0x10fc9b000 -        0x10fcb8fff  com.apple.Server.Services.Web (10.8.0 - 477) <A65ABCA7-8536-331E-8F9E-0ED93FB2BBD5> /Applications/Server.app/Contents/PlugIns/Web.bundle/Contents/MacOS/Web
           0x10fccc000 -        0x10fcd1fff  com.apple.Server.Services.Wiki (10.8.0 - 477) <B3B1256F-37FD-3726-916F-753DB149562A> /Applications/Server.app/Contents/PlugIns/Wiki.bundle/Contents/MacOS/Wiki
           0x10fcd9000 -        0x10fcfbff7  com.apple.Server.Services.Xcode (10.8.1 - 477) <20C0000B-81AD-35FD-8D1B-4D98EE9A1192> /Applications/Server.app/Contents/PlugIns/Xcode.bundle/Contents/MacOS/Xcode
           0x10fd11000 -        0x10fd1bff7  com.apple.collabd.CSServiceCore (1.0 - 1) <0D3A44BD-5B16-3457-B465-5B275FB2EA73> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/C SServiceCore.framework/Versions/A/CSServiceCore
           0x10fde9000 -        0x10fe09fff  com.apple.Server.Services.Xsan (10.8.0 - 477) <DDC28853-AD92-3FA7-AF6C-743D9CA6F4F0> /Applications/Server.app/Contents/PlugIns/Xsan.bundle/Contents/MacOS/Xsan
           0x10fe1e000 -        0x10fe2bff7  com.apple.xsan.acfs (1.0 - 1) <804CE6F6-9B36-35BA-A307-87E452621192> /System/Library/PrivateFrameworks/acfs.framework/Versions/A/acfs
           0x113074000 -        0x113074ffe +cl_kernels (???) <3DEB5350-F866-4089-B58C-B4C14E067984> cl_kernels
           0x113078000 -        0x113078fff +cl_kernels (???) <756EBCEA-B1B2-4D2B-BE01-A2D3C87F9333> cl_kernels
           0x11307c000 -        0x11307cffe +cl_kernels (???) <3DEB5350-F866-4089-B58C-B4C14E067984> cl_kernels
           0x113cea000 -        0x113dcaff7  unorm8_rgba.dylib (2.4.5) <A8805102-8A21-3A5E-AE22-63C0DEC8CB6F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
        0x7fff64f80000 -     0x7fff64fb6837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff83792000 -     0x7fff837adff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff83812000 -     0x7fff83813fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff83814000 -     0x7fff8387bff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff838bd000 -     0x7fff83b37fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff83b38000 -     0x7fff83b3aff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff83b60000 -     0x7fff83b68ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff83b69000 -     0x7fff83ed4fff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff83ed5000 -     0x7fff83ed7fff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
        0x7fff83ed8000 -     0x7fff83f0bff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff83f0c000 -     0x7fff83f29ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff84ae1000 -     0x7fff85148fff  com.apple.VectorKit (1.0 - 992.4.8) <137172AC-EA3E-3AEE-9024-36AEF6298AC0> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
        0x7fff8514f000 -     0x7fff851f5fff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff851f6000 -     0x7fff852b9ff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff852ba000 -     0x7fff852deff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff852df000 -     0x7fff8530afff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8530b000 -     0x7fff85316fff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8532c000 -     0x7fff8532dfff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8532e000 -     0x7fff85841ff3  com.apple.JavaScriptCore (10600 - 10600.1.17) <CE5255CC-E13F-3694-B6DD-5285356BFCC0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8586d000 -     0x7fff85870fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff85871000 -     0x7fff85891fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff85892000 -     0x7fff858c9ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff858ca000 -     0x7fff858dfffb  libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff858e0000 -     0x7fff85a6efff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff85a6f000 -     0x7fff85b7effb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff85c6d000 -     0x7fff85c6fff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff85c70000 -     0x7fff85c7ffff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff85c80000 -     0x7fff85c93ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff85d0d000 -     0x7fff85d67ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff85d68000 -     0x7fff85db9ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff85dba000 -     0x7fff85dd8fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <C763B730-D6BC-31D3-951A-898BB49C5A3E> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff85dd9000 -     0x7fff85de0fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff85de6000 -     0x7fff85ebcff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff85ebd000 -     0x7fff85f49fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff85f8c000 -     0x7fff8602dff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff86086000 -     0x7fff8609dfff  com.apple.ScriptingBridge (1.3.2 - 66) <89EF2F7B-077A-3AD4-A92B-C36C74B30CE5> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8609e000 -     0x7fff860aeff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
        0x7fff860af000 -     0x7fff860d6fff  com.apple.shortcut (2.12 - 2.12) <66E6B3FE-3726-376E-95A0-40DAAFBE1AE0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff862b5000 -     0x7fff862baff7  com.apple.ServerInformation (2.0 - 1) <020F4A0E-F1A2-38AE-8F2B-22200CF1FC82> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff862bb000 -     0x7fff862c3fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff8635c000 -     0x7fff86363ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff86364000 -     0x7fff863cbff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff863cc000 -     0x7fff86419ff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8641c000 -     0x7fff86423ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8674c000 -     0x7fff86771ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff86772000 -     0x7fff8678bfff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff86799000 -     0x7fff86cc2ff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff86cc3000 -     0x7fff86cc4ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff86cf0000 -     0x7fff86d0dfff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
        0x7fff86d0e000 -     0x7fff86d97fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8702f000 -     0x7fff87038fff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff87039000 -     0x7fff87061fff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
        0x7fff87062000 -     0x7fff87309ff7  com.apple.RawCamera.bundle (6.01 - 766) <A98D8BA2-EC64-36C2-8B71-CF5B8CDBFC97> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8736b000 -     0x7fff873dfff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff873e0000 -     0x7fff873e5ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff873f3000 -     0x7fff8740fff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff87426000 -     0x7fff8742afff  com.apple.LoginUICore (3.0 - 3.0) <D76AB05B-B627-33EE-BA8A-515D85275DCD> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8743a000 -     0x7fff874bbff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff8750b000 -     0x7fff8757cff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8757d000 -     0x7fff87597ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8768f000 -     0x7fff87699fff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff8769a000 -     0x7fff8769dff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8769e000 -     0x7fff876a9fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8778a000 -     0x7fff878f5ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff878f6000 -     0x7fff87b36ff7  com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff87b37000 -     0x7fff87b49ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff87b63000 -     0x7fff87b7aff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff87b86000 -     0x7fff87b86ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
        0x7fff87b87000 -     0x7fff87b8ffff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff87b90000 -     0x7fff87b96ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff87b97000 -     0x7fff87bc3fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff87bc7000 -     0x7fff87c82ff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff87c9d000 -     0x7fff87ca2ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff87ca3000 -     0x7fff87ca9fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff87caa000 -     0x7fff87cadff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff87cae000 -     0x7fff87caffff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
        0x7fff87cb0000 -     0x7fff87cfcff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff87d02000 -     0x7fff87d05fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87d06000 -     0x7fff8809cfff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff880a0000 -     0x7fff880a9ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff880aa000 -     0x7fff880b7ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff880b8000 -     0x7fff880cdff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff880ce000 -     0x7fff8818dfff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8818e000 -     0x7fff8819aff7  com.apple.HelpData (2.1.4 - 90) <7ACD7E30-8848-36E1-B558-221FDFB42C8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8819b000 -     0x7fff8819ffff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff882e1000 -     0x7fff8860fff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88610000 -     0x7fff88612fff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff88613000 -     0x7fff88645ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff88646000 -     0x7fff88662fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff88663000 -     0x7fff886a3ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff886a4000 -     0x7fff886beff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff886cf000 -     0x7fff886d3ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff886d4000 -     0x7fff886fcffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff886fd000 -     0x7fff888e2ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff888e3000 -     0x7fff88913ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff88955000 -     0x7fff889a8ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff889a9000 -     0x7fff889d9fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff889e3000 -     0x7fff889e3fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff889e4000 -     0x7fff88a32fff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff88a33000 -     0x7fff88a79ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff88b07000 -     0x7fff88bf9fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff88bfa000 -     0x7fff88c33fff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff88c34000 -     0x7fff88ca0fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff88cd7000 -     0x7fff88cd9ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff88cda000 -     0x7fff88cddfff  libCGXCoreImage.A.dylib (772) <6F42EEBA-6FF4-331F-8F8D-37D6B853614D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff88cde000 -     0x7fff88cecfff  com.apple.AddressBook.ContactsFoundation (9.0 - 1499) <1F879F4E-369A-38F7-A768-8B9009617479> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff88ced000 -     0x7fff88d03ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff88d04000 -     0x7fff88d0eff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff88d0f000 -     0x7fff88d12ff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff88d13000 -     0x7fff88d1cff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff88d1d000 -     0x7fff88d2bff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff88daa000 -     0x7fff88dacffb  libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff88dad000 -     0x7fff88e9fff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff88ea0000 -     0x7fff89050ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89051000 -     0x7fff89053fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff89061000 -     0x7fff89063ff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff89064000 -     0x7fff89550fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8957d000 -     0x7fff8959bff7  com.apple.addressbook.vCard (9.0 - 1499) <B1BC7C0A-A783-3574-8248-BC689F43A0A0> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff89635000 -     0x7fff89682fff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff89683000 -     0x7fff89690fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff89691000 -     0x7fff896befff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff896bf000 -     0x7fff897e6fff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff897e7000 -     0x7fff897f2ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff89802000 -     0x7fff8984bff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8984c000 -     0x7fff89989fff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8998a000 -     0x7fff899c5fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff899c6000 -     0x7fff89a17ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff89a1f000 -     0x7fff89b5bffb  com.apple.WebKitLegacy (10600 - 10600.1.25) <EE3A7515-AC7B-30D3-A4DC-EB0D36E88E4B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy
        0x7fff89b5c000 -     0x7fff89c4fff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff89c50000 -     0x7fff89ccdfff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff89cfd000 -     0x7fff89d06fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff89d12000 -     0x7fff8a11fff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8a121000 -     0x7fff8a190fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8a218000 -     0x7fff8a5effe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8a5f0000 -     0x7fff8a5fbff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8a893000 -     0x7fff8a894fff  libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
        0x7fff8a895000 -     0x7fff8a8cfffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8a921000 -     0x7fff8a92cff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
        0x7fff8a92d000 -     0x7fff8a9b1ff7  com.apple.ViewBridge (99.1 - 99.1) <B36779D4-BEAF-36DD-83AF-E67F639BFF36> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff8a9bf000 -     0x7fff8aaf1ff7  com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8aafc000 -     0x7fff8ab56fff  com.apple.Suggestions (4.0 - 165) <34A8FB72-F663-3085-B4D0-6982B0BDCF21> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff8ab57000 -     0x7fff8abd9fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8ac17000 -     0x7fff8ac28fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff8ac29000 -     0x7fff8ac75fff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8ac76000 -     0x7fff8ac9fffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff8aca0000 -     0x7fff8ade4ff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8ae0a000 -     0x7fff8ae65fff  com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8aeab000 -     0x7fff8aeabfff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8aeac000 -     0x7fff8aeb1ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8aeb2000 -     0x7fff8af48ffb  com.apple.CoreMedia (1.0 - 1562.19) <F79E0E9D-4ED1-3ED1-827A-C3C5377DB1D7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8af49000 -     0x7fff8af53ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8af54000 -     0x7fff8af66ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff8af67000 -     0x7fff8af91ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff8af92000 -     0x7fff8b0d4fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff8b1ee000 -     0x7fff8b1efff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
        0x7fff8b1f0000 -     0x7fff8b20ffff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff8b210000 -     0x7fff8b478ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b4e7000 -     0x7fff8b4effff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff8b4f0000 -     0x7fff8b50aff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
        0x7fff8b5bb000 -     0x7fff8b5bffff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff8b5c0000 -     0x7fff8b5effff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8b5fc000 -     0x7fff8b5fefff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8b5ff000 -     0x7fff8c5a3ffb  com.apple.WebCore (10600 - 10600.1.25.2) <B4FEC5E3-C0A9-3E91-93F5-548C001C560E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8c5a4000 -     0x7fff8c5a5ff7  com.apple.AddressBook.ContactsData (9.0 - 1499) <A3D84EBD-3007-3A49-BEE5-F05790DCF38E> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff8c5aa000 -     0x7fff8c649df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8c64a000 -     0x7fff8c676fff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
        0x7fff8c677000 -     0x7fff8c69ffff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff8c6a0000 -     0x7fff8c6d1fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff8c6da000 -     0x7fff8c76bfff  com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
        0x7fff8c76c000 -     0x7fff8c7e2fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
        0x7fff8c7e3000 -     0x7fff8c7e7fff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
        0x7fff8c7e8000 -     0x7fff8c847ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8c848000 -     0x7fff8c888fff  com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
        0x7fff8ca13000 -     0x7fff8ccfaffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8ccfb000 -     0x7fff8cd73ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8cd74000 -     0x7fff8cde2ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8ce98000 -     0x7fff8cedeffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8cedf000 -     0x7fff8cf0aff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff8cf0b000 -     0x7fff8d1bfff7  com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8d1c0000 -     0x7fff8d2e2ff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8d342000 -     0x7fff8d346ff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d347000 -     0x7fff8d362ff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8d363000 -     0x7fff8d36eff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff8d36f000 -     0x7fff8d378fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8d379000 -     0x7fff8d46dff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8d52b000 -     0x7fff8d5b9ff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8d61e000 -     0x7fff8d62fff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff8d634000 -     0x7fff8d640ff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8d641000 -     0x7fff8d974ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
        0x7fff8d975000 -     0x7fff8d98fff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff8d9a5000 -     0x7fff8d9b2fff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff8d9b3000 -     0x7fff8d9bbfe7  libcldcpuengine.dylib (2.4.5) <DF810F9A-1755-3283-82C3-D8192BCD8016> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff8d9bc000 -     0x7fff8dad4ffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8dad5000 -     0x7fff8dae0fdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8dae1000 -     0x7fff8daecff7  com.apple.AppSandbox (4.0 - 238) <BC5EE1CA-764A-303D-9989-4041C1291026> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8daed000 -     0x7fff8db1afff  com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8db1b000 -     0x7fff8db8ffff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8dc4c000 -     0x7fff8dc4dffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff8dc4e000 -     0x7fff8dc4efff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8dc4f000 -     0x7fff8df51fff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8df52000 -     0x7fff8df82ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8df83000 -     0x7fff8e018ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8e07d000 -     0x7fff8e085ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
        0x7fff8e090000 -     0x7fff8e090fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8e091000 - 

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Webmail is turned off. You can turn it on by using the Server app on the server.

    Not sure why this suddenly happened. Nothing has really changed on this server. The web IS on (hence receiving the message above) and I have "Enable PHP web applications" checked. Mail is routing fine. Just not sure why the webmail suddenly quit working. I ran the "/System/Library/ServerSetup/CommonExtras/PostgreSQLExtras/WebmailServerSetup.s h" and it completed but no luck. Is there a script to reset just the webmail?

    So, I've done some more digging. Thank you Apple, for thoughtfully providing documentation on your included software!  All you told me was that to enable webmail I had to check one box in the Server App.
    Sigh.
    Okay, rant off.  It's pretty obvious from the log entries I posted that both a user and a database are missing from postgres.  After some searching I found an INSTALL document, that says this:
    * PostgreSQL
    To use Roundcube with PostgreSQL support you have to follow these
    simple steps, which have to be done as the postgres system user (or
    which ever is the database superuser):
    $ createuser roundcube
    $ createdb -O roundcube -E UNICODE roundcubemail
    $ psql roundcubemail
    roundcubemail =# ALTER USER roundcube WITH PASSWORD 'the_new_password';
    roundcubemail =# \c - roundcube
    roundcubemail => \i SQL/postgres.initial.sql
    All this has been tested with PostgreSQL 8.x and 7.4.x. Older
    versions don't have a -O option for the createdb, so if you are
    using that version you'll have to change ownership of the DB later.
    Okay, good...except it doesn't tell me how to get to the $ prompt for entering the first set of commands.  On a hunch I tried just typing "postgres" at the command prompt and got this:
    postgres does not know where to find the server configuration file.
    You must specify the --config-file or -D invocation option or set the PGDATA environment variable.
    I Googled that whole section as my search item and about the only relevant thing I got was info on how to set one's environment variables--which I already know how to do. What I don't know is where this variable is supposed to point.
    Okay, I'm at my limit, I've run out of fingers to hold on various bullet points. Is there some clear, concise how-to on setting all this up that doesn't assume I already know half this stuff?

  • Server.app shows as uninstalled in App Store

    Hi there,
    I just upgraded a Mac Mini from Snow Leopard Server to Lion Server via the App Store, and as expected, it installed OS X Lion Server (aka Server.app) along with it. However, during the installation some migration failed and I then rebooted into the OS, which seems to work as expected (only use it as time machine, file and DNS server so I guess the lack of migration didn't impact me).
    However, now when I launch the App Store on the brand new Lion Server and go to "Purchased" I get OS X Lion as installed but OS X Lion Server as not installed, even though the app is there in Applications and working fine as far as I can see. When I try to install it from the "Purchased" tab, I get an error: "Server is already installed on this computer. Choose Software Update from the Apple menu to check for available updates". A Software Update gives me no Server.app updates and the "Updates" tab in the App Store is empty.
    Any ideas?
    Thanks!
    Carles

    Hi there,
    Thanks for your reply.
    superstantial wrote:
    I believe this is standard behavior for an installed Lion Server.  If you want to reinstall, I'm afraid you'll have to use the recovery partition, which doesn't like Lion Server and demands that you erase the disk prior to reinstalling.
    Please note that it is the "OS X Lion Server" item in the App Store that shows as uninstalled, not "OS X Lion" itself, which correctly displays as installed. I don't really want to reinstall although I do know I have the option wiht Cmd+R when booting, all I want is for Server.app to show as installed on my App Store given that it _is_ installed and working perfectly.
    I find it strange for this to be standard behavior as you mention, since Server.app is just another App Store item. I have the suspicion that the failed Server components migration just after install marked Server.app as "half installed" or something similar.
    Cheers.

  • Server.app IMAP Problem

    Hi there
    I'm fiddling with Server.app with the idea of setting up a home mail server (I'm aware of how potentially painful this could be) but I seem to be getting stuck with receiving mail.
    I have my DNS setup at an external provider, and MXToolbox tells me my MX record is setup correctly. I have DNS enabled in Server.app in order to route requests to various machines (web requests, mail, VNC, etc).
    I am able to send email (although I'll most likely use a smarthost for SMTP), but wherever I setup the IMAP account, mail is never received. The IMAP log shows clients connecting but nothing anywhere shows mail reaching a recipient. I have a user on the server setup so the account I'm checking is '[email protected]'.
    What seems weird to me is that if I delete the account from the mail client and re-add it somewhere, the 'Sent Items' folder is successfully synced.
    Any advice on how to troubleshoot this issue would be greatly appreciated!
    Toby

    Though you've reported the DNS settings are correct and without intending offense, please confirm the settings manually.  Your external DNS settings must be entirely correct for other SMTP servers to be willing to send to or receive messages from your mail server, and you must be connected on a static IP address from your ISP or using a mail relay service.
    Correct external DNS involves both your DNS provider and usually also your ISP.   Your DNS provider controls the forward translation (host domain name to address), and your ISP controls the reverse translation (address to host domain name).
    There are examples of using the dig command to verify your external DNS settings here and here and here. 
    Dynamic IP assignments will usually cause a mail server to be classed as a spam engine by other mail servers, and TCP ports related to mail servers on dynamic addresses can be firewalled by the ISPs, and the dynamic address pool assignments can be listed in blacklists as some ISPs will reasonably configure them.
    Launch Terminal.app from Applications > Utilities on your server and issue the following (harmless, diagnostic) command:
    sudo changeip -checkhostname
    This command will detect most of the local network and DNS configuration errors that can arise with the server. It will require an adminstrative password to start processing, may report a one-time message concerning the use of the sudo command, and you'll then be presented with some local host network information, and then an indication no changes are required, or a report of any network or DNS issues that were detected.
    Once DNS is sorted and confirmed, you then need to set up the host names that will be receiving mail on your mail server.
    As the next part of continuing to troubleshooting this (once DNS has been verified), check the mail server logs for what messages have arrived on the mail server.  If the messages are not arriving on the mail server, then there's an upstream issue; network, firewall or DNS.  I usually use Console.app (Applications > Utilities) for viewing the logs, as the Server.app log views tend to be small windows into what's happening.

  • Server.app 4 migration_tool.log Errors

    Hi Everybody,
    can somebody say if the STDERR's and missing table's are bad or acceptable?
    hydra:~ root# cat migration_tool.log
    [5118] [2014/10/23 15:14:24.659] -[SULogFileCollection setGlobalLogLevelPrefix:]: YES
    0:: [5118] [2014/10/23 15:14:24.661]
        migration_tool-876.6 (PID:5118, OS:13F34, SERVER:13S5187, ARCH:x86_64) starting
        LA: migration_tool
        Log verbosity level = 3
        UID = 220, EUID = 220
    2:: [5118] [2014/10/23 15:14:24.661] Info.plist = {
            CFBundleDevelopmentRegion = English;
            CFBundleIdentifier = "com.apple.devicemgr";
            CFBundleName = devicemgrd;
            CFBundleShortVersion = "876.6";
            CFBundleShortVersionString = "876.6";
            CFBundleVersion = "876.6";
    2:: [5118] [2014/10/23 15:14:24.728] PSQLCommand RESULT:
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        COMMAND | /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -c select version(); -d template1 -U _devicemgr -h /Library/Server/ProfileManager/Config/var/PostgreSQL
        WD      | /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STATUS  | 2
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDERR  | psql: could not connect to server: No such file or directory
                | Is the server running locally and accepting
                | connections on Unix domain socket "/Library/Server/ProfileManager/Config/var/PostgreSQL/.s.PGSQL.5432"?
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDOUT  |
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:24.728] Waiting for postgres to startup....
    2:: [5118] [2014/10/23 15:14:24.894] PSQLCommand RESULT:
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        COMMAND | /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -c select version(); -d template1 -U _devicemgr -h /Library/Server/ProfileManager/Config/var/PostgreSQL
        WD      | /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STATUS  | 2
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDERR  | psql: could not connect to server: No such file or directory
                | Is the server running locally and accepting
                | connections on Unix domain socket "/Library/Server/ProfileManager/Config/var/PostgreSQL/.s.PGSQL.5432"?
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDOUT  |
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
    3:: [5118] PSQLCommand RESULT:
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        COMMAND | /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -c select version(); -d template1 -U _devicemgr -h /Library/Server/ProfileManager/Config/var/PostgreSQL
        WD      | /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STATUS  | 0
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDERR  |
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDOUT  | version                                                            
                | ---------------------------------------------------------------------------------------------------------------------------------
                |  PostgreSQL 9.3.4 on x86_64-apple-darwin13.0, compiled by Apple LLVM version 5.0 (clang-500.0.68) (based on LLVM 3.3svn), 64-bit
                | (1 row)
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
    3:: [5118] PSQLCommand RESULT:
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        COMMAND | /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -c select version(); -d template1 -U _devicemgr -h /Library/Server/ProfileManager/Config/var/PostgreSQL
        WD      | /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STATUS  | 0
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDERR  |
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDOUT  | version                                                            
                | ---------------------------------------------------------------------------------------------------------------------------------
                |  PostgreSQL 9.3.4 on x86_64-apple-darwin13.0, compiled by Apple LLVM version 5.0 (clang-500.0.68) (based on LLVM 3.3svn), 64-bit
                | (1 row)
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:25.134] +[PGConnection reloadPreferences]: DBDebug = NO, DBLogNotices = YES, DBLogSQL = NO, DBMonitor = NO
    2:: [5118] [2014/10/23 15:14:25.136] Opening new connection to PostgreSQL database 'template1' as user '_devicemgr' on socket '/Library/Server/ProfileManager/Config/var/PostgreSQL'
    2:: [5118] [2014/10/23 15:14:25.141] Created connection [<PGconnObj:0x7f9058c18dd0> connection #1 in pool template1@_devicemgr]
    3:: [5118] Readying connection [<PGconnObj:0x7f9058c18dd0> connection #1 in pool template1@_devicemgr]
    2:: [5118] [2014/10/23 15:14:25.216] PSQLCommand RESULT:
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        COMMAND | /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -c SELECT COUNT(*) FROM pg_tables WHERE schemaname = 'public' AND tablename IN ('dm_schema_information','settings') -d devicemgr_v2m0 -U _devicemgr -h /Library/Server/ProfileManager/Config/var/PostgreSQL -At
        WD      | /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STATUS  | 0
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDERR  |
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDOUT  | 2
        ————————+——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
    2:: [5118] [2014/10/23 15:14:25.280] PSQLCommand RESULT:
        ————————+————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        COMMAND | /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -c SELECT COUNT(*) FROM dm_schema_information CROSS JOIN settings -d devicemgr_v2m0 -U _devicemgr -h /Library/Server/ProfileManager/Config/var/PostgreSQL -At
        WD      | /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr
        ————————+————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STATUS  | 0
        ————————+————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDERR  |
        ————————+————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        STDOUT  | 1
        ————————+————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
    3:: [5118] Returned connection [<PGconnObj:0x7f9058c18dd0> connection #1 in pool template1@_devicemgr]
    0:: [5118] [2014/10/23 15:14:25.283] +[PGConnection reloadPreferences]: DBDebug = NO, DBLogNotices = YES, DBLogSQL = NO, DBMonitor = NO
    3:: [5118] void bunzip2FilePaths(NSString *__strong, NSString *__strong)('/Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/migration/v2m1.dmmd.bz2', '/Library/Server/ProfileManager/Config/ServiceData/Data/tmp/.rdmtemp.fz9bPgAAAAA-Mf9IVGdFi2s.noindex')
    2:: [5118] [2014/10/23 15:14:25.308] Opening new connection to PostgreSQL database 'migration_failed__do_not_manually_rename__you_have_been_warned' as user '_devicemgr' on socket '/Library/Server/ProfileManager/Config/var/PostgreSQL'
    2:: [5118] [2014/10/23 15:14:25.312] Created connection [<PGconnObj:0x7f9058f02ca0> connection #1 in pool migration_failed__do_not_manually_rename__you_have_been_warned@_devicemgr]
    3:: [5118] Readying connection [<PGconnObj:0x7f9058f02ca0> connection #1 in pool migration_failed__do_not_manually_rename__you_have_been_warned@_devicemgr]
    2:: [5118] [2014/10/23 15:14:25.329] Registering PGModel 'LibraryItem' (table 'library_items')
    2:: [5118] [2014/10/23 15:14:25.348] Registering PGModel 'ODLibraryItem' (table 'od_library_items')
    2:: [5118] [2014/10/23 15:14:25.355] Registering PGModel 'AbstractUser' (table 'abstract_users')
    2:: [5118] [2014/10/23 15:14:25.365] Registering PGModel 'User' (table 'users')
    2:: [5118] [2014/10/23 15:14:25.374] Registering PGModel 'AbstractUserGroup' (table 'abstract_user_groups')
    2:: [5118] [2014/10/23 15:14:25.383] Registering PGModel 'JTKnobSets_Printers' (table 'knob_sets_printers')
    2:: [5118] [2014/10/23 15:14:25.391] Registering PGModel 'KnobSet' (table 'knob_sets')
    2:: [5118] [2014/10/23 15:14:25.400] Registering PGModel 'Printer' (table 'printers')
    2:: [5118] [2014/10/23 15:14:25.408] Registering PGModel 'JTUserGroupMemberships' (table 'user_group_memberships')
    2:: [5118] [2014/10/23 15:14:25.416] Registering PGModel 'JTKnobSets_Widgets' (table 'knob_sets_widgets')
    2:: [5118] [2014/10/23 15:14:25.423] Registering PGModel 'Widget' (table 'widgets')
    2:: [5118] [2014/10/23 15:14:25.431] Registering PGModel 'JTInstalledProfiles' (table 'installed_profiles')
    2:: [5118] [2014/10/23 15:14:25.440] Registering PGModel 'MDMTarget' (table 'mdm_targets')
    2:: [5118] [2014/10/23 15:14:25.448] Registering PGModel 'Device' (table 'devices')
    2:: [5118] [2014/10/23 15:14:25.459] Registering PGModel 'LabSession' (table 'lab_sessions')
    2:: [5118] [2014/10/23 15:14:25.468] Registering PGModel 'Profile' (table 'profiles')
    2:: [5118] [2014/10/23 15:14:25.477] Registering PGModel 'ITSAccount' (table 'its_accounts')
    2:: [5118] [2014/10/23 15:14:25.484] Registering PGModel 'InactiveUser' (table 'inactive_users')
    2:: [5118] [2014/10/23 15:14:25.493] Registering PGModel 'DMSchemaInformation' (table 'dm_schema_information')
    2:: [5118] [2014/10/23 15:14:25.501] Registering PGModel 'DynamicAttributesDefaults' (table 'dynamic_attributes_defaults')
    2:: [5118] [2014/10/23 15:14:25.509] Registering PGModel 'JTKnobSets_Assets' (table 'knob_sets_assets')
    2:: [5118] [2014/10/23 15:14:25.516] Registering PGModel 'Asset' (table 'assets')
    2:: [5118] [2014/10/23 15:14:25.524] Registering PGModel 'JTInactiveUserGroups_Users' (table 'inactive_user_groups_users')
    2:: [5118] [2014/10/23 15:14:25.528] Registering PGModel 'DMCertificate' (table 'certificates')
    2:: [5118] [2014/10/23 15:14:25.536] Registering PGModel 'JTAbstractUserGroups_Users' (table 'abstract_user_groups_users')
    2:: [5118] [2014/10/23 15:14:25.540] Registering PGModel 'JTDeviceGroupsFlat' (table 'view_device_groups_flat')
    2:: [5118] [2014/10/23 15:14:25.544] Registering PGModel 'JTKnobSets_Devices' (table 'knob_sets_devices')
    2:: [5118] [2014/10/23 15:14:25.552] Registering PGModel 'PreferencePane' (table 'preference_panes')
    2:: [5118] [2014/10/23 15:14:25.563] Registering PGModel 'JTDeviceGroups_DevicesFlat' (table 'view_device_groups_devices_flat')
    2:: [5118] [2014/10/23 15:14:25.569] Registering PGModel 'JTDeviceGroupMemberships' (table 'device_group_memberships')
    2:: [5118] [2014/10/23 15:14:25.576] Registering PGModel 'ViewNeededDEPProfilesAssignments' (table 'view_needed_dep_profiles_assignments')
    2:: [5118] [2014/10/23 15:14:25.581] Registering PGModel 'ManagedMedia' (table 'managed_media')
    2:: [5118] [2014/10/23 15:14:25.589] Registering PGModel 'Media' (table 'media')
    2:: [5118] [2014/10/23 15:14:25.594] Registering PGModel 'EnterpriseApp' (table 'enterprise_apps')
    2:: [5118] [2014/10/23 15:14:25.602] Registering PGModel 'PGDatabaseNotification' (table 'db_notifications')
    2:: [5118] [2014/10/23 15:14:25.610] Registering PGModel 'JTUserGroups_Users' (table 'user_groups_users')
    2:: [5118] [2014/10/23 15:14:25.616] Registering PGModel 'UserGroup' (table 'user_groups')
    2:: [5118] [2014/10/23 15:14:25.626] Registering PGModel 'JTKnobSets_SystemApplications' (table 'knob_sets_system_applications')
    2:: [5118] [2014/10/23 15:14:25.634] Registering PGModel 'SystemApplication' (table 'system_applications')
    2:: [5118] [2014/10/23 15:14:25.642] Registering PGModel 'TargetTombstone' (table 'target_tombstones')
    2:: [5118] [2014/10/23 15:14:25.650] Registering PGModel 'OwnerLabSession' (table 'owner_lab_sessions')
    2:: [5118] [2014/10/23 15:14:25.659] Registering PGModel 'WorkTask' (table 'work_tasks')
    2:: [5118] [2014/10/23 15:14:25.667] Registering PGModel 'UserTask' (table 'user_tasks')
    2:: [5118] [2014/10/23 15:14:25.675] Registering PGModel 'VppLicense' (table 'vpp_licenses')
    2:: [5118] [2014/10/23 15:14:25.683] Registering PGModel 'VppProduct' (table 'vpp_products')
    2:: [5118] [2014/10/23 15:14:25.692] Registering PGModel 'Book' (table 'ebooks')
    2:: [5118] [2014/10/23 15:14:25.700] Registering PGModel 'DMODNodeRef' (table 'od_nodes')
    2:: [5118] [2014/10/23 15:14:25.707] Registering PGModel 'AutoJoinProfile' (table 'auto_join_profiles')
    2:: [5118] [2014/10/23 15:14:25.715] Registering PGModel 'ViewPendingPushNotifications' (table 'view_pending_push_notifications')
    2:: [5118] [2014/10/23 15:14:25.720] Registering PGModel 'ProvisioningProfile' (table 'provisioning_profiles')
    2:: [5118] [2014/10/23 15:14:25.728] Registering PGModel 'DMInternalTask' (table 'internal_tasks')
    2:: [5118] [2014/10/23 15:14:25.737] Registering PGModel 'DMODSearch' (table 'od_searches')
    2:: [5118] [2014/10/23 15:14:25.745] Registering PGModel 'JTUserGroupsFlat' (table 'view_user_groups_flat')
    2:: [5118] [2014/10/23 15:14:25.749] Registering PGModel 'NetworkLabSession' (table 'network_lab_sessions')
    2:: [5118] [2014/10/23 15:14:25.758] Registering PGModel 'JTInactiveUserGroupMemberships' (table 'inactive_user_group_memberships')
    2:: [5118] [2014/10/23 15:14:25.765] Registering PGModel 'JTLibraryItems_Assets' (table 'library_items_assets')
    2:: [5118] [2014/10/23 15:14:25.774] Registering PGModel 'JTAbstractUserGroupMemberships' (table 'abstract_user_group_memberships')
    2:: [5118] [2014/10/23 15:14:25.779] Registering PGModel 'DeviceGroup' (table 'device_groups')
    2:: [5118] [2014/10/23 15:14:25.789] Registering PGModel 'Settings' (table 'settings')
    2:: [5118] [2014/10/23 15:14:25.800] Registering PGModel 'JTDeviceGroups_Devices' (table 'device_groups_devices')
    2:: [5118] [2014/10/23 15:14:25.808] Registering PGModel 'DeviceEnrollmentSettings' (table 'device_enrollment_settings')
    2:: [5118] [2014/10/23 15:14:25.817] Registering PGModel 'AssetMetadata' (table 'asset_metadata')
    2:: [5118] [2014/10/23 15:14:25.825] Registering PGModel 'JTUserGroups_UsersFlat' (table 'view_user_groups_users_flat')
    2:: [5118] [2014/10/23 15:14:25.830] Registering PGModel 'MDMTask' (table 'mdm_tasks')
    2:: [5118] [2014/10/23 15:14:25.838] Registering PGModel 'ViewActiveUserVPPEmailInvitationTasks' (table 'view_active_user_vpp_email_invitation_tasks')
    2:: [5118] [2014/10/23 15:14:25.843] Registering PGModel 'CompletedTask' (table 'completed_tasks')
    2:: [5118] [2014/10/23 15:14:25.851] Registering PGModel 'DataFile' (table 'data_files')
    2:: [5118] [2014/10/23 15:14:25.859] Registering PGModel 'LibraryItemMetadata' (table 'library_item_metadata')
    2:: [5118] [2014/10/23 15:14:25.866] Registering PGModel 'InactiveUserGroup' (table 'inactive_user_groups')
    2:: [5118] [2014/10/23 15:14:25.874] Registering PGModel 'TargetTask' (table 'view_target_tasks')
    2:: [5118] [2014/10/23 15:14:25.881] Registering PGModel 'InstalledApplication' (table 'installed_applications')
    2:: [5118] [2014/10/23 15:14:25.889] Registering PGModel 'LibraryItemTask' (table 'library_item_tasks')
    3:: [5118] void bunzip2FilePaths(NSString *__strong, NSString *__strong)('/Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/migration/v2m1.dmmd.bz2', '/Library/Server/ProfileManager/Config/ServiceData/Data/tmp/.rdmtemp.fz9bPgAAAAA-Mf9IVMYjezI.noindex')
    0:: [5118] [2014/10/23 15:14:25.929] Dropping views...
    0:: [5118] [2014/10/23 15:14:25.980] PostgreSQL NOTICES:
        ——+——————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 53 other objects
          | DETAIL:  drop cascades to view view_user_groups_users_flat
          | drop cascades to view view_device_ids_by_user_group_ids
          | drop cascades to view view_owner_lab_session_ids_by_user_group_ids
          | drop cascades to view view_active_mdm_targets_by_user_group_ids
          | drop cascades to view view_active_mdm_targets_by_parent_library_items
          | drop cascades to view view_truth_eapps_user_groups
          | drop cascades to view view_truth_eapps
          | drop cascades to view view_needed_eapp_remove_tasks
          | drop cascades to view view_needed_device_eapp_remove_tasks
          | drop cascades to view view_needed_device_group_eapp_remove_tasks
          | drop cascades to view view_needed_user_eapp_remove_tasks
          | drop cascades to view view_needed_eapp_install_tasks
          | drop cascades to view view_needed_eapp_updates
          | drop cascades to view view_installable_user_group_eapps
          | drop cascades to view view_needed_user_group_eapp_install_tasks
          | drop cascades to view view_truth_ebooks_user_groups
          | drop cascades to view view_truth_ebooks
          | drop cascades to view view_needed_ebook_remove_tasks
          | drop cascades to view view_needed_device_ebook_remove_tasks
          | drop cascades to view view_needed_device_group_ebook_remove_tasks
          | drop cascades to view view_needed_user_ebook_remove_tasks
          | drop cascades to view view_needed_ebook_install_tasks
          | drop cascades to view view_needed_ebook_updates
          | drop cascades to view view_installable_user_group_ebooks
          | drop cascades to view view_needed_user_group_ebook_install_tasks
          | drop cascades to view view_truth_profiles_user_groups
          | drop cascades to view view_truth_profiles
          | drop cascades to view view_needed_profile_remove_tasks
          | drop cascades to view view_needed_device_profile_remove_tasks
          | drop cascades to view view_needed_device_group_profile_remove_tasks
          | drop cascades to view view_needed_user_profile_remove_tasks
          | drop cascades to view view_needed_profile_install_tasks
          | drop cascades to view view_needed_profile_updates
          | drop cascades to view view_needed_user_group_profile_install_tasks
          | drop cascades to view view_truth_vpp_licenses
          | drop cascades to view view_vpp_licenses_to_unassign
          | drop cascades to view view_vpp_users_to_register
          | drop cascades to view view_truth_vpp_apps_users
          | drop cascades to view view_truth_vpp_apps_user_groups
          | drop cascades to view view_truth_vpp_apps
          | drop cascades to view view_installable_user_vpp_apps
          | drop cascades to view view_installable_user_group_vpp_apps
          | drop cascades to view view_installable_vpp_apps
          | drop cascades to view view_truth_vpp_books_users
          | drop cascades to view view_truth_vpp_books_user_groups
          | drop cascades to view view_truth_vpp_books
          | drop cascades to view view_installable_user_vpp_books
          | drop cascades to view view_installable_user_group_vpp_books
          | drop cascades to view view_installable_vpp_books
          | drop cascades to view view_needed_user_group_eapp_remove_tasks
          | drop cascades to view view_needed_user_group_ebook_remove_tasks
          | drop cascades to view view_needed_user_group_profile_remove_tasks
          | drop cascades to view view_active_user_group_parents
        ——+——————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:25.985] PostgreSQL NOTICES:
        ——+———————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 4 other objects
          | DETAIL:  drop cascades to view view_all_user_groups_users_flat
          | drop cascades to view view_user_groups_users_counts
          | drop cascades to view view_active_user_parents
          | drop cascades to view view_user_groups_children_counts
        ——+———————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:25.992] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to view view_vpp_invitations_to_email
        ——+—————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.006] PostgreSQL NOTICES:
        ——+———————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 8 other objects
          | DETAIL:  drop cascades to view view_truth_eapps_devices
          | drop cascades to view view_installable_device_eapps
          | drop cascades to view view_needed_device_eapp_install_tasks
          | drop cascades to view view_truth_ebooks_devices
          | drop cascades to view view_installable_device_ebooks
          | drop cascades to view view_needed_device_ebook_install_tasks
          | drop cascades to view view_truth_profiles_devices
          | drop cascades to view view_needed_device_profile_install_tasks
        ——+———————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.013] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 8 other objects
          | DETAIL:  drop cascades to view view_truth_eapps_device_groups
          | drop cascades to view view_installable_device_group_eapps
          | drop cascades to view view_needed_device_group_eapp_install_tasks
          | drop cascades to view view_truth_ebooks_device_groups
          | drop cascades to view view_installable_device_group_ebooks
          | drop cascades to view view_needed_device_group_ebook_install_tasks
          | drop cascades to view view_truth_profiles_device_groups
          | drop cascades to view view_needed_device_group_profile_install_tasks
        ——+—————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.020] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to view view_valid_devices_with_users
        ——+—————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.030] PostgreSQL NOTICES:
        ——+———————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 4 other objects
          | DETAIL:  drop cascades to view view_device_groups_devices_flat
          | drop cascades to view view_truth_dep_profiles_devices
          | drop cascades to view view_needed_dep_profiles_assignments
          | drop cascades to view view_needed_dep_profiles_removals
        ——+———————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.036] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 8 other objects
          | DETAIL:  drop cascades to view view_truth_eapps_users
          | drop cascades to view view_installable_user_eapps
          | drop cascades to view view_needed_user_eapp_install_tasks
          | drop cascades to view view_truth_ebooks_users
          | drop cascades to view view_installable_user_ebooks
          | drop cascades to view view_needed_user_ebook_install_tasks
          | drop cascades to view view_truth_profiles_users
          | drop cascades to view view_needed_user_profile_install_tasks
        ——+—————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.045] PostgreSQL NOTICES:
        ——+————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 2 other objects
          | DETAIL:  drop cascades to view view_vpp_books_users
          | drop cascades to view view_vpp_books_user_groups
        ——+————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.051] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 4 other objects
          | DETAIL:  drop cascades to view view_vpp_enabled_devices_and_invite_tasks
          | drop cascades to view view_vpp_enabled_lab_sessions
          | drop cascades to view view_vpp_enabled_mdm_targets
          | drop cascades to view view_vpp_invitations_to_push
        ——+—————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.062] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to view view_target_tasks
        ——+—————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.067] PostgreSQL NOTICES:
        ——+———————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to view view_pending_push_notifications
        ——+———————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.076] Dropping trigger functions...
    0:: [5118] [2014/10/23 15:14:26.084] PostgreSQL NOTICES:
        ——+————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_deleted_device_groups on table device_groups
        ——+————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.086] PostgreSQL NOTICES:
        ——+———————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_modify_device_groups on table device_groups
        ——+———————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.088] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_before_deleted_device_groups on table device_groups
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.090] PostgreSQL NOTICES:
        ——+————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_before_modify_device_groups on table device_groups
        ——+————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.092] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_update_settings on table settings
        ——+—————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.094] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_delete_device_group_memberships on table device_group_memberships
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.097] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_insert_db_notifications on table db_notifications
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.100] PostgreSQL NOTICES:
        ——+——————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_before_delete_asset_metadata on table asset_metadata
        ——+——————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.104] PostgreSQL NOTICES:
        ——+——————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_before_insert_asset_metadata on table asset_metadata
        ——+——————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.106] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_modify_its_accounts on table its_accounts
        ——+—————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.109] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 7 other objects
          | DETAIL:  drop cascades to trigger dm_trigger_after_delete_auto_join_profiles on table auto_join_profiles
          | drop cascades to trigger dm_trigger_after_delete_library_item_tasks on table library_item_tasks
          | drop cascades to trigger dm_trigger_after_delete_printers on table printers
          | drop cascades to trigger dm_trigger_after_delete_system_applications on table system_applications
          | drop cascades to trigger dm_trigger_after_delete_widgets on table widgets
          | drop cascades to trigger dm_trigger_after_delete_preference_panes on table preference_panes
          | drop cascades to trigger dm_trigger_after_delete_provisioning_profiles on table provisioning_profiles
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.111] PostgreSQL NOTICES:
        ——+———————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_insert_od_searches on table od_searches
        ——+———————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.116] PostgreSQL NOTICES:
        ——+———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to 21 other objects
          | DETAIL:  drop cascades to trigger dm_trigger_before_insert_library_items on table library_items
          | drop cascades to trigger dm_trigger_before_insert_asset on table assets
          | drop cascades to trigger dm_trigger_before_insert_work_tasks on table work_tasks
          | drop cascades to trigger dm_trigger_before_insert_abstract_user_group_memberships on table abstract_user_group_memberships
          | drop cascades to trigger dm_trigger_before_insert_abstract_user_groups_users on table abstract_user_groups_users
          | drop cascades to trigger dm_trigger_before_insert_mdm_targets on table mdm_targets
          | drop cascades to trigger dm_trigger_before_insert_od_library_items on table od_library_items
          | drop cascades to trigger dm_trigger_before_insert_media on table media
          | drop cascades to trigger dm_trigger_before_insert_abstract_users on table abstract_users
          | drop cascades to trigger dm_trigger_before_insert_abstract_user_groups on table abstract_user_groups
          | drop cascades to trigger dm_trigger_before_update_device_group_memberships on table device_group_memberships
          | drop cascades to trigger dm_trigger_before_update_user_group_memberships on table user_group_memberships
          | drop cascades to trigger dm_trigger_before_update_user_groups_users on table user_groups_users
          | drop cascades to trigger dm_trigger_before_update_device_groups_devices on table device_groups_devices
          | drop cascades to trigger dm_trigger_before_update_inactive_user_group_memberships on table inactive_user_group_memberships
          | drop cascades to trigger dm_trigger_before_update_inactive_user_groups_users on table inactive_user_groups_users
          | drop cascades to trigger dm_trigger_before_update_knob_sets_printers on table knob_sets_printers
          | drop cascades to trigger dm_trigger_before_update_knob_sets_system_applications on table knob_sets_system_applications
          | drop cascades to trigger dm_trigger_before_update_knob_sets_widgets on table knob_sets_widgets
          | drop cascades to trigger dm_trigger_before_update_knob_sets_assets on table knob_sets_assets
          | drop cascades to trigger dm_trigger_before_update_library_items_assets on table library_items_assets
        ——+———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.118] PostgreSQL NOTICES:
        ——+——————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_deleted_work_tasks on table work_tasks
        ——+——————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.120] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_update_library_item_tasks on table library_item_tasks
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.122] PostgreSQL NOTICES:
        ——+——————————————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_before_update_library_item_tasks on table library_item_tasks
        ——+——————————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.124] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_update_printers on table printers
        ——+—————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.126] PostgreSQL NOTICES:
        ——+———————————————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_update_system_applications on table system_applications
        ——+———————————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.127] PostgreSQL NOTICES:
        ——+———————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_update_widgets on table widgets
        ——+———————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.129] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_insert_device_group_memberships on table device_group_memberships
        ——+—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.131] PostgreSQL NOTICES:
        ——+—————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_delete_eapps on table enterprise_apps
        ——+—————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.133] PostgreSQL NOTICES:
        ——+————————————————————————————————————————————————————————————————————————————————————————
        0 | NOTICE:  drop cascades to trigger dm_trigger_after_modify_eapp on table enterprise_apps
        ——+————————————————————————————————————————————————————————————————————————————————————————
    0:: [5118] [2014/10/23 15:14:26.135] PostgreSQL NOTICES:
        ——+—————————————————————————————————————

    Hi Patrick,
    It looks like you've got debug logging enabled, and that shows a lot of extra "stuff" in the logs that can look disconcerting. But everything here looks fine, in my experience. The STDERR lines just look like Profile Manager polling to see if its PostgreSQL cluster has started up. Things like this:
    NOTICE:  function _dm_after_library_item_deleted(library_items) does not exist, skipping
    are also not necessarily indicative of problems. As you can see, it has a "NOTICE:" prefix, not "ERROR:". This just means it's sending a command like DROP FUNCTION IF NOT EXISTS and it doesn't exist. The reason to use "IF NOT EXISTS" is to indicate the programmers intent that it's OK if the named item doesn't exist, but PostgreSQL still emits a notice, which gets logged with higher debug levels.
    You might want to turn off the debug logging to keep from generating huge log files. These commands should do it:
    sudo rm /Library/Preferences/com.apple.ProfileManager
    sudo killall -HUP -u _devicemgr

  • HT4814 Server App not compatible with Mountain Lion

    I have just upgraded my station to Mountain Lion and previously copied SERVER App is not compatible. I am not going to upgrade my server to Mountain Lion as yet, therefore I cannot administer my server through 2. from above. Sollutions?
    Station: ML on MacMini. Server MacMiniServer Lion Server

    Right, yes I understood your plan. The worry I have is that even once you copy Server v2 to your workstation, on first launch it will try to install the ML Server components. So....I fired up my virtual machine of ML client to see once again what's that like again. One first launch Server prompts to configure/install the server software. However the menu and menu items are live, e.g. the "Manage"  entry is live. So I suspect you could connect from the workstation to the server and manage it. I just don't know if that "setup" screen will thereby go away, if I'm only using it to manage the server from the workstation. I'm away from my Server, so I cannot at the moment verify what happens.
    I went ahead and bought ML + Server v2. I installed it in a VM to take a look at the changes and to see if services I use functioned o.k. in testing. I took forever to setup my MacMini with Lion Server because I was new to OS X Server, but I've been using Macs for ages and OS X from the very start. So I installed, messed up, reinstalled Lion Server many times before I figured it out. Right when it was pretty much good to go, ML came out. Since my MacMini with Lion Server never got used for anything more than testing, it was a big deal for me to go ahead with ML + Server v2. I'm just using it as a home server, and pretty limited at that: OD, File Sharing, Network Homes, and Profile Manager. ML gives me one share and an easy way to turn on FTP (compared to Lion), so I'm going to use that service too; I have a scanner than doesn't work with Lion and ML's SMB but functions with FTP.
    Some things are missing in ML, DCHP for instance is but isn't there. You might take a look at to get an idea:
    http://arstechnica.com/apple/2012/07/the-server-simplified-a-power-users-guide-t o-os-x-server/
    I always take caution with early releases, I usually test clones made with SuperDuper! or Carbon Copy Cloner. With Mt Lion Server, it was easier, again since I didn't have a "live" Lion server, to make a virtual machines.

  • How do I get my airport extreme to show up under hardware in my Lion server app.

    My airport extreme is not showing up in Hardware in my lion server app. How do i configure the settings on my airport extreme to work with the lion server app?

    Hi there, it's pretty easy, see this link & check back if you have any problems...
    http://email.about.com/od/macosxmailtips/qt/et_gmailosxmail.htm

  • Need help with network user accounts on Mac server App on Yosemite, any tips?

    I've been trying to set up a small network with the Server app on Yosemite. I don't want to do anything crazy with the server, I'd just like to know how I can set up network user accounts so that they can login from other Mac computers on the same network. I already have Open directory set up, the Macs that will be used on the network with the server have already been joined to the server under login options. I have created the network user account, I have also joined the user account to a group that I created. When I try to login to the network account from one of the Macs, it doesn't work. I'm pretty rookie with Mac server, can anyway give me any pointers of what I should be doing? Or if I am doing something wrong. Thanks guys.

    The most important step, once you've got Open Directory and DNS set up, with Local Network Users set up in Server.app, is to make sure that all client Macs are using the server's IP address as the primary DNS server in System Preferences > Network, and that they have joined the Network server in System Preferences > Users and Groups > Login Options.
    Having said all that, I have just spent hours setting this all up only to find out that Mail doesn't currently work with Network Homes in 10.10.3 / Server.app 4.1.
    I will be hoping that Apple recognise the bug, and put out a fix soon.

  • How to get my Drobo FS to mount in Mountain Lion Server.app

    Hello Everyone,
    Thanks in advance for the help. I am struggling with getting my drobo fs connected to my AE to show up in the server.app. I want to use my drobo fs as a mass storage device for the server since the server has a small hard drive. But I cannot seem to figure out how to get it to show up when I try to start the time machine service or include a folder on the drobo in the file sharing service. Does the server.app recognize or see network drives? The drobo connects as a server to the ML server, do I need to install drobo dashboard to get the server to see it as something else? I tried to create a share with the time machine option to see if it would mount as a local drive but it only mounts as a local. I think I'm on the right track, server.app only sees local drives but is there a way to get it to see my network drobo fs? Also, can I connect the drobo to the server (forgive me if this seems confusing), my mac mini via a thunderbolt to ethernet adapter? Would a direct connect change the way the mini mounts the drobo thus enabiling server.app to see the drive as local?
    Thanks again for the help....
    Also, when the drobo is connected to the AE it is assigned an ip 10.0.1.2, I connected it to my mac mini and the mac mini to my AE via wifi and the server.app had a fit because the ip addresses changed. I was unable to get the drobo to mount. I could reset the drobo as I do not have that much information on it. I could backup the drobo and restart anew which, I think, would allow the mac mini to create an ip for the drobo.

    I guess in another forum that I posted this the question is not clear.
    I want the drobo which is basically a NAS to show up when I try to implement the time machine service in the server.app. I have the drobo mounted and all is working fine but when I try to implement time machine in server it only shows me my internal (local) drive and not the drobo. I am wondering if it is due to the drobo connecting to the mac as a server itself (ip address assigned). Would an adapter help me with this? Such as a thunderbolt to ethernet adapter or ethernet to USB 3.0? would that create another ethernet connection on the mac or could I get the mac to see that connection as it is a USB or thunderbolt connected drive?

  • Server app task list not showing up!

    All of a sudden when I try connecting to my Macpro server locally using the Server app. I connect (no error msg's) but the dialog box with the setup boxes, views, task ..etc is not showing up. When I look at the view on menu bar all the features are greyed out. The only thing showing up is "hide accounts'. Working fine couple of days ago, no changes were made Any idea?

    Thanks everyone for the replies. Here is how I corrected the problem. I deleted and installed a fresh Server app, so now I was able to connect and view my profiles, Noticed in the "Alerts" window that my localhost IP has changed from the original one I used to setup the server. I normally use DHCP with manual i/p. The other night I played around with network addressing and changed to DHCP. That's when my problem started. All is good now and again thanks for quick response!

Maybe you are looking for

  • HP OJ Pro 8600 Pro crashes when trying to login to print Google Calendar

    I get a hard reboot crash when I try to login with the correct password using the Google Calendar App.  If I use the incorrect password it handles that gracefully. HP OfficeJet Pro 8600 Pro, brand new out of box I have not hooked the printer up to th

  • Safari and in-page find

    Safari appears not to search within iframe documents if you use the browser command-f (find). The search box is presented but does not find text embedded in an iframe. This appears to be a bug. The case I am testing is a pdf displayed in an iframe. W

  • Blue error screen when starting up HP G60-230US

    Recently, my laptop gave me an error blue screen when trying to start up.  It said something along the lines of "There was an error and the computer was stopped from starting to prevent damage."  After doing some research, I thought the problem was m

  • Encoding of Arabic text

    Hi All, i have a oracle database 9.2, it contains a table with arabic text of datatype char. as im new to oracle im not able to view the data in arabic format, im getting the output in symbols. so how to i view the data in arabic format from my table

  • AFS : Material master to Grid Assignment

    Dear Experts, Need your help on AFS, how to assign Materials to GRID? Thanks in advance