Amavis problem

Hi,
I have updated my server today with security update 2009-001 as well as 10.5.7.
Amavis has crashed as expected but I cannot get it working. Here is the error message:
nemo:~ admin$ amavisd
fetch_modules: error loading required module MIME/Head.pm:
File::Temp version 0.18 required--this is only version 0.16 at /Library/Perl/5.8.8/MIME/Tools.pm line 14.
BEGIN failed--compilation aborted at /Library/Perl/5.8.8/MIME/Tools.pm line 14.
Compilation failed in require at /Library/Perl/5.8.8/MIME/Head.pm line 125.
BEGIN failed--compilation aborted at /Library/Perl/5.8.8/MIME/Head.pm line 125.
Compilation failed in require at /usr/bin/amavisd line 197.
String found where operator expected at /Library/Perl/5.8.8/MIME/Body.pm line 450, near "whine "couldn't unlink ""
(Do you need to predeclare whine?)
fetch_modules: error loading required module MIME/Body.pm:
syntax error at /Library/Perl/5.8.8/MIME/Body.pm line 450, near "whine "couldn't unlink ""
BEGIN not safe after errors--compilation aborted at /Library/Perl/5.8.8/MIME/Body.pm line 485.
Compilation failed in require at /usr/bin/amavisd line 197.
String found where operator expected at /Library/Perl/5.8.8/MIME/Decoder.pm line 204, near "usage "unsupported encoding '$enc': using 'binary'""
(Do you need to predeclare usage?)
fetch_modules: error loading required module MIME/Entity.pm:
syntax error at /Library/Perl/5.8.8/MIME/Decoder.pm line 204, near "usage "unsupported encoding '$enc': using 'binary'""
Compilation failed in require at /Library/Perl/5.8.8/MIME/Entity.pm line 236.
BEGIN failed--compilation aborted at /Library/Perl/5.8.8/MIME/Entity.pm line 236.
Compilation failed in require at /usr/bin/amavisd line 197.
fetch_modules: error loading required module MIME/Parser.pm:
Global symbol "$M_DEBUG" requires explicit package name at /Library/Perl/5.8.8/MIME/Parser/Filer.pm line 291.
Global symbol "$M_WARNING" requires explicit package name at /Library/Perl/5.8.8/MIME/Parser/Filer.pm line 302.
BEGIN not safe after errors--compilation aborted at /Library/Perl/5.8.8/MIME/Parser/Filer.pm line 764.
Compilation failed in require at /Library/Perl/5.8.8/MIME/Parser.pm line 148.
BEGIN failed--compilation aborted at /Library/Perl/5.8.8/MIME/Parser.pm line 148.
Compilation failed in require at /usr/bin/amavisd line 197.
String found where operator expected at /Library/Perl/5.8.8/MIME/Decoder/Base64.pm line 80, near "debug "in = $in; out = $out""
(Do you need to predeclare debug?)
fetch_modules: error loading required module MIME/Decoder/Base64.pm:
syntax error at /Library/Perl/5.8.8/MIME/Decoder/Base64.pm line 80, near "debug "in = $in; out = $out""
Compilation failed in require at /usr/bin/amavisd line 197.
String found where operator expected at /Library/Perl/5.8.8/MIME/Decoder/NBit.pm line 142, near "whine "saw 8-bit data while encoding 7bit""
(Do you need to predeclare whine?)
String found where operator expected at /Library/Perl/5.8.8/MIME/Decoder/NBit.pm line 147, near "whine "saw long line while encoding 7bit/8bit""
(Do you need to predeclare whine?)
fetch_modules: error loading required module MIME/Decoder/NBit.pm:
syntax error at /Library/Perl/5.8.8/MIME/Decoder/NBit.pm line 142, near "whine "saw 8-bit data while encoding 7bit""
syntax error at /Library/Perl/5.8.8/MIME/Decoder/NBit.pm line 147, near "whine "saw long line while encoding 7bit/8bit""
Compilation failed in require at /usr/bin/amavisd line 197.
String found where operator expected at /Library/Perl/5.8.8/MIME/Decoder/UU.pm line 93, near "whine "file incomplete, no end found\n""
(Do you need to predeclare whine?)
fetch_modules: error loading required module MIME/Decoder/UU.pm:
syntax error at /Library/Perl/5.8.8/MIME/Decoder/UU.pm line 93, near "whine "file incomplete, no end found\n""
Compilation failed in require at /usr/bin/amavisd line 197.
String found where operator expected at /Library/Perl/5.8.8/MIME/Decoder/Gzip64.pm line 97, near "whine "Encoding ""
(Do you need to predeclare whine?)
fetch_modules: error loading required module MIME/Decoder/Gzip64.pm:
syntax error at /Library/Perl/5.8.8/MIME/Decoder/Gzip64.pm line 97, near "whine "Encoding ""
Compilation failed in require at /usr/bin/amavisd line 197.
ERROR: MISSING REQUIRED BASIC MODULES:
MIME::Head
MIME::Body
MIME::Entity
MIME::Parser
MIME::Decoder::Base64
MIME::Decoder::NBit
MIME::Decoder::UU
MIME::Decoder::Gzip64
BEGIN failed--compilation aborted at /usr/bin/amavisd line 237.
I have updated the missing required modules via CPAN and all seems to install fine apart from the last line, not sure if this is the key...
cpan[11]> force install MIME::Decoder::Gzip64
Running install for module 'MIME::Decoder::Gzip64'
Running make for D/DO/DONEILL/MIME-tools-5.427.tar.gz
Has already been unwrapped into directory /var/root/.cpan/build/MIME-tools-5.427-lQTfWS
Has already been made
Running make test
Has already been tested successfully
Running make install
Prepending /var/root/.cpan/build/MIME-tools-5.427-lQTfWS/blib/arch /var/root/.cpan/build/MIME-tools-5.427-lQTfWS/blib/lib to PERL5LIB for 'install'
Writing /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level/auto/MIME/tools/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.9/darwin-2level/perllocal.pod
DONEILL/MIME-tools-5.427.tar.gz
make install -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Once all the modules have been installed I tested amavis again and got the same result. Doesn't seem to update or look for the right modules.
Bit lost there...
Thanks in advance
Ben

Ok, seems that Perl is looking at the wrong place. Not sure if that's the correct way to put it but here it is:
nemo:~ admin$ perl -e 'print join("\n", @INC)'
/opt/local/lib/perl5/site_perl/5.8.9/darwin-2level
/opt/local/lib/perl5/site_perl/5.8.9
/opt/local/lib/perl5/site_perl
/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level
/opt/local/lib/perl5/vendor_perl/5.8.9
/opt/local/lib/perl5/vendor_perl
/opt/local/lib/perl5/5.8.9/darwin-2level
/opt/local/lib/perl5/5.8.9
In the logs, it's talking about perl 5.8.8
That should be why it's not working, just need to understand how to get it to look at the right place now...
If anyone...

Similar Messages

  • Mac Pro 2009 with SSD Problems since mavericks

    I am having constant problems with my mac pro early 2009 since Mavericks. It is a standard mac pro but now has a crucial m500 ssd as the main drive.
    I originally put a OWC 120gb SSD in then changed it for a 240gb OWC SSD as I blamed the SSD for my problems. Then recently I blamed OWC so bought a crucial SSD but still having all the same problems.
    My list of problems (these happen 20+ times per day) I'm a web designer so use a lot of browsers and use the computer for 9+ hours per day:
    Firefox is used as main browser. Every so often pages load but without loading the style sheet shortly followed by pages not loading at all. Then if I type an address and hit return it does nothing. Then opening Chrome pages work for a couple of seconds then that stops working too. Sometimes FF and Chrome don't work but safari does sporadically.
    Chrome is unusable really as it crashes all the time.
    During all these events, if I open certain apps (randomly) e.g. openeing system prefs it will 'fail to open' and show the crash report and reopen option which just continues with another crash report. At this stage a reboot is essential
    Possibly related...if I wake computer from sleep, it takes about 5-8 seconds before I can do anything. I can see everything, move mouse etc... but if I try and click on an open tab it won't work until I wait about 8 seconds.
    I don't think it is sleep related though as these browser problems happen after a reboot and no sleep. Hard disk is set to never sleep.
    Here is a recent system prefs crash report.
    Process:    
    System Preferences [3104]
    Path:       
    /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Identifier: 
    com.apple.systempreferences
    Version:    
    13.0 (13.0)
    Build Info: 
    SystemPrefsApp-259001000000000~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [294]
    Responsible:
    System Preferences [3104]
    User ID:    
    501
    Date/Time:  
    2014-03-21 12:24:11.877 +0000
    OS Version: 
    Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  CB69309F-B948-2A01-56E3-C747DA96B67F
    Sleep/Wake UUID: 48D91A2C-8E5B-487B-AE58-DCEF65BC18B8
    Crashed Thread:  4  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_GUARD
    Exception Codes: 0x4000000200000000, 0x00007fff8be3bc48
    Application Specific Information:
    dyld: in dlopen()
    objc[3104]: GC: forcing GC OFF because OBJC_DISABLE_GC is set
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x00007fff8fab6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8fab5d18 mach_msg + 64
    2   com.apple.CoreGraphics   
    0x00007fff972fd24e _CGSGetDisplaySystemState + 102
    3   com.apple.CoreGraphics   
    0x00007fff972fd154 CGSGetDisplaySystemState + 84
    4   com.apple.CoreGraphics   
    0x00007fff972fd07e get_current_display_system_state + 85
    5   com.apple.CoreGraphics   
    0x00007fff972fea30 CGSDisplayMappingChangedSeed + 76
    6   com.apple.AppKit         
    0x00007fff8e04b388 +[NSScreen _screensLocked] + 65
    7   com.apple.AppKit         
    0x00007fff8e04b32b +[NSScreen screens] + 47
    8   com.apple.AppKit         
    0x00007fff8e04b241 +[NSScreen _screenForScreenNumber:] + 76
    9   com.apple.AppKit         
    0x00007fff8e165855 -[NSWindow _setFrameFromString:overrideTopLeft:preferActiveDisplay:constrainFullFrame:force:] + 837
    10  com.apple.AppKit         
    0x00007fff8e26df12 -[NSWindow _setFrameUsingName:domain:force:] + 184
    11  com.apple.AppKit         
    0x00007fff8e26de39 -[NSWindow setFrameUsingName:] + 204
    12  com.apple.AppKit         
    0x00007fff8e2acf65 -[NSWindow _setFrameAutosaveName:changeFrame:] + 780
    13  com.apple.AppKit         
    0x00007fff8e2acc54 -[NSWindow setFrameAutosaveName:] + 22
    14  com.apple.systempreferences  
    0x0000000100114b5c 0x100111000 + 15196
    15  com.apple.systempreferences  
    0x0000000100115bae 0x100111000 + 19374
    16  com.apple.CoreFoundation 
    0x00007fff8c2cfe0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    17  com.apple.CoreFoundation 
    0x00007fff8c1c3a6d _CFXNotificationPost + 2893
    18  com.apple.Foundation     
    0x00007fff97c1c7ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    19  com.apple.AppKit         
    0x00007fff8e037cf9 -[NSApplication _postDidFinishNotification] + 289
    20  com.apple.AppKit         
    0x00007fff8e037a2c -[NSApplication _sendFinishLaunchingNotification] + 195
    21  com.apple.AppKit         
    0x00007fff8e034916 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    22  com.apple.AppKit         
    0x00007fff8e03436b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    23  com.apple.Foundation     
    0x00007fff97c3af0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    24  com.apple.Foundation     
    0x00007fff97c3ad7d _NSAppleEventManagerGenericHandler + 106
    25  com.apple.AE             
    0x00007fff93a6ee1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    26  com.apple.AE             
    0x00007fff93a6ec32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    27  com.apple.AE             
    0x00007fff93a6eb36 aeProcessAppleEvent + 315
    28  com.apple.HIToolbox      
    0x00007fff90640161 AEProcessAppleEvent + 56
    29  com.apple.AppKit         
    0x00007fff8e030246 _DPSNextEvent + 1026
    30  com.apple.AppKit         
    0x00007fff8e02fa2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    31  com.apple.AppKit         
    0x00007fff8e023b2c -[NSApplication run] + 553
    32  com.apple.AppKit         
    0x00007fff8e00e913 NSApplicationMain + 940
    33  libdyld.dylib            
    0x00007fff94b4e5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff8fabae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8da03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8da06fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff8fabb662 kevent64 + 10
    1   libdispatch.dylib        
    0x00007fff8be2943d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib        
    0x00007fff8be29152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff8fabae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8da03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8da06fb9 start_wqthread + 13
    Thread 4 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib   
    0x00007fff8fabb13a dup + 10
    1   com.apple.Foundation     
    0x00007fff97da9cee -[NSConcreteTask launchWithDictionary:] + 2457
    2   com.apple.Foundation     
    0x00007fff97da8d58 +[NSTask launchedTaskWithLaunchPath:arguments:] + 200
    3   com.apple.frameworks.preferencepanes
    0x00007fff8dce6df2 -[NSPrefPanesCenter _checkHWForPreferences:] + 231
    4   libdispatch.dylib        
    0x00007fff8be2a1d7 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib        
    0x00007fff8be272ad _dispatch_client_callout + 8
    6   libdispatch.dylib        
    0x00007fff8be2909e _dispatch_root_queue_drain + 326
    7   libdispatch.dylib        
    0x00007fff8be2a193 _dispatch_worker_thread2 + 40
    8   libsystem_pthread.dylib  
    0x00007fff8da03ef8 _pthread_wqthread + 314
    9   libsystem_pthread.dylib  
    0x00007fff8da06fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff8fabae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8da03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8da06fb9 start_wqthread + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000001  rbx: 0x00000001019d1cb8  rcx: 0x00000001019d1ac8  rdx: 0x00007fd9b2809800
      rdi: 0x0000000000000000  rsi: 0x0000000100167e00  rbp: 0x00000001019d1df0  rsp: 0x00000001019d1ac8
       r8: 0x0000000000000000   r9: 0x0000000000000003  r10: 0x0000000000000000  r11: 0x0000000000000246
      r12: 0x000062800008b040  r13: 0x0000000000000000  r14: 0x00007fff7dbaa458  r15: 0x0000000000000000
      rip: 0x00007fff8fabb13a  rfl: 0x0000000000000247  cr2: 0x00006280000ce000
    Logical CPU:
    0
    Error Code: 
    0x02000029
    Trap Number:
    133
    Binary Images:
    0x100111000 -   
    0x100132ff7  com.apple.systempreferences (13.0 - 13.0) <57B93F86-66C8-39C3-A283-EBD0B667E726> /Applications/System Preferences.app/Contents/MacOS/System Preferences
    0x7fff628be000 -
    0x7fff628f1817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff8b641000 -
    0x7fff8b66fff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff8b6af000 -
    0x7fff8b84bff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8bb73000 -
    0x7fff8bbacff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8bbad000 -
    0x7fff8bbb0fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8bbb1000 -
    0x7fff8bc9bfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff8bd79000 -
    0x7fff8bda9fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8bdaa000 -
    0x7fff8bdf8fff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8bdf9000 -
    0x7fff8be0bff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8be0c000 -
    0x7fff8be11ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff8be12000 -
    0x7fff8be1afff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x7fff8be1b000 -
    0x7fff8be25ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8be26000 -
    0x7fff8be40fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    0x7fff8bf19000 -
    0x7fff8bf5bff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8bf5c000 -
    0x7fff8bf6dff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff8c16e000 -
    0x7fff8c177fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8c1b3000 -
    0x7fff8c398fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8c399000 -
    0x7fff8c451ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8c452000 -
    0x7fff8c458ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff8c460000 -
    0x7fff8c54ffff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8c550000 -
    0x7fff8c557ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff8ca5f000 -
    0x7fff8ca68ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff8cad5000 -
    0x7fff8cf23fff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8cf24000 -
    0x7fff8cf26ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8cf28000 -
    0x7fff8cf32ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
    0x7fff8cf5b000 -
    0x7fff8cfbafff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8cffc000 -
    0x7fff8d023ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff8d024000 -
    0x7fff8d026fff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8d085000 -
    0x7fff8d088fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8d08f000 -
    0x7fff8d093ff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
    0x7fff8d094000 -
    0x7fff8d0ddfff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8d0de000 -
    0x7fff8d0e4ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8d0e5000 -
    0x7fff8d12cfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8d12d000 -
    0x7fff8d17eff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8d17f000 -
    0x7fff8d17ffff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8d9fd000 -
    0x7fff8da00ffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8da01000 -
    0x7fff8da08ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8da09000 -
    0x7fff8da0aff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8da1e000 -
    0x7fff8da2bff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8da2c000 -
    0x7fff8da58fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8db90000 -
    0x7fff8dba9ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8dbaa000 -
    0x7fff8dbaaff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff8dbab000 -
    0x7fff8dbadffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff8dbae000 -
    0x7fff8dc13ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8dc14000 -
    0x7fff8dc2afff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8dc2b000 -
    0x7fff8dc55ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff8dc56000 -
    0x7fff8dce2ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8dce3000 -
    0x7fff8dcfffff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff8e00b000 -
    0x7fff8e00bfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8e00c000 -
    0x7fff8eb82fff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8ebc2000 -
    0x7fff8ebcfff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff8ebdc000 -
    0x7fff8ee35ff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8ee36000 -
    0x7fff8f3a6fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8f3a7000 -
    0x7fff8f3ecffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8f64b000 -
    0x7fff8f6b8fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8f6b9000 -
    0x7fff8f9a3fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8f9a4000 -
    0x7fff8f9cdff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff8f9d0000 -
    0x7fff8fa04fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x7fff8faa5000 -
    0x7fff8fac1ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8fb78000 -
    0x7fff8fb7dfff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8fb7e000 -
    0x7fff8fb80fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8fb81000 -
    0x7fff8fbd4fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8fe66000 -
    0x7fff8fe72ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8fe80000 -
    0x7fff901b6fff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff901b7000 -
    0x7fff901b8fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff90559000 -
    0x7fff905a5ffe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff90605000 -
    0x7fff908afff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff908b0000 -
    0x7fff909dffef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff90abb000 -
    0x7fff90c68f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff90c69000 -
    0x7fff90cb6ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff90cb7000 -
    0x7fff90cc2fff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
    0x7fff90cf5000 -
    0x7fff90cffff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff90d00000 -
    0x7fff90d07ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x7fff90d08000 -
    0x7fff90d60ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff90ec8000 -
    0x7fff90ecefff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff90f79000 -
    0x7fff90f7bfff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff90f7f000 -
    0x7fff90f8dfff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff90fa2000 -
    0x7fff91019fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff9101a000 -
    0x7fff91026ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff91027000 -
    0x7fff91038ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff9108f000 -
    0x7fff91195ff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff91196000 -
    0x7fff9119bff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff91299000 -
    0x7fff912bdfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff912ff000 -
    0x7fff91334ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff9134f000 -
    0x7fff913b3fff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff913b4000 -
    0x7fff91423ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff91445000 -
    0x7fff91575ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff91592000 -
    0x7fff91605fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff91690000 -
    0x7fff91774fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff91775000 -
    0x7fff91a49fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff91a5a000 -
    0x7fff91b1eff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff91b1f000 -
    0x7fff91b3bfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff91b3c000 -
    0x7fff91b3dff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff91b87000 -
    0x7fff91c10ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff91c11000 -
    0x7fff91c77fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff92129000 -
    0x7fff92167ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff92240000 -
    0x7fff92299fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff9229a000 -
    0x7fff922d5fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff922d6000 -
    0x7fff923a7ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff92402000 -
    0x7fff92406ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff92407000 -
    0x7fff92411ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff92412000 -
    0x7fff9244aff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff92455000 -
    0x7fff92459fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff924d4000 -
    0x7fff924f8ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff924f9000 -
    0x7fff92509ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff9250c000 -
    0x7fff92529ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff9252a000 -
    0x7fff9252affd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff9252b000 -
    0x7fff925f6fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff925f7000 -
    0x7fff929d8ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff929de000 -
    0x7fff92b96ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
    0x7fff92bc8000 -
    0x7fff92c58fff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff9319c000 -
    0x7fff931a0fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff931a1000 -
    0x7fff931b9ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff931ba000 -
    0x7fff93245fff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
    0x7fff934d8000 -
    0x7fff934d9ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff9351c000 -
    0x7fff9351dfff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff9351e000 -
    0x7fff9354dfd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff9354e000 -
    0x7fff935feff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff935ff000 -
    0x7fff93601fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff93615000 -
    0x7fff938e5ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff938e6000 -
    0x7fff938f6fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff9398c000 -
    0x7fff939a4ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff939a5000 -
    0x7fff939d6fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff939d7000 -
    0x7fff939d8ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff93a61000 -
    0x7fff93abcffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff93bb8000 -
    0x7fff93bbdfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff93bbe000 -
    0x7fff93bc0fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff93bc1000 -
    0x7fff93be6ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff93f02000 -
    0x7fff94024ff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff94027000 -
    0x7fff940e9ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff949ae000 -
    0x7fff94a11ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff94a12000 -
    0x7fff94a79ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff94a7a000 -
    0x7fff94a7afff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff94a7b000 -
    0x7fff94ac9fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff94aca000 -
    0x7fff94b4afff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff94b4b000 -
    0x7fff94b4eff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x7fff94b4f000 -
    0x7fff94b6aff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff94dfe000 -
    0x7fff94e26ffb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff94e27000 -
    0x7fff94e56ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff94e57000 -
    0x7fff94e7effb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff94e7f000 -
    0x7fff94ea9ff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
    0x7fff950f1000 -
    0x7fff95148fff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff95149000 -
    0x7fff9514aff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff9514b000 -
    0x7fff95154ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff951a1000 -
    0x7fff9522afff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff95261000 -
    0x7fff95261ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff95567000 -
    0x7fff95582ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff955b0000 -
    0x7fff955c7ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff955df000 -
    0x7fff955f1fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff955f2000 -
    0x7fff955f3fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff955f4000 -
    0x7fff955fbfff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff955fc000 -
    0x7fff95606fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff95607000 -
    0x7fff956f8ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff95703000 -
    0x7fff95732ff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff95733000 -
    0x7fff9597bff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff9597c000 -
    0x7fff9597eff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
    0x7fff9597f000 -
    0x7fff9598afff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff9598b000 -
    0x7fff95a54fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff95a55000 -
    0x7fff95a7dffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff95a7e000 -
    0x7fff95a91ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff95af3000 -
    0x7fff95af5ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff95af6000 -
    0x7fff95afeff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff95aff000 -
    0x7fff95b00ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x7fff95b01000 -
    0x7fff95b04fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff95b05000 -
    0x7fff95b09ff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff95b64000 -
    0x7fff95b6fff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff95b70000 -
    0x7fff95b70fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff95d76000 -
    0x7fff95ee6ff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff95ef2000 -
    0x7fff95f3ffff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff95f40000 -
    0x7fff96373ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff96374000 -
    0x7fff964c7ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff96502000 -
    0x7fff96543fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff968a5000 -
    0x7fff96993fff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff969ac000 -
    0x7fff96b1aff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff96b1b000 -
    0x7fff96b24ff7  libcldcpuengine.dylib (2.3.58) <C8785704-6195-3129-86CA-20F0F3C20F15> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff96b6b000 -
    0x7fff96bb0fff  libcurl.4.dylib (78.90.1) <818543D6-0CCE-3F18-9BF1-4D18B81018F3> /usr/lib/libcurl.4.dylib
    0x7fff96d70000 -
    0x7fff96ddaff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff96e09000 -
    0x7fff96e16fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff96e1d000 -
    0x7fff96e36ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff96e9b000 -
    0x7fff96ea8ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff96ea9000 -
    0x7fff96eadff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
    0x7fff96ff2000 -
    0x7fff970d1fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff970d2000 -
    0x7fff971b9ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff971ba000 -
    0x7fff971c2fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff971c3000 -
    0x7fff9720aff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
    0x7fff9720b000 -
    0x7fff9725dfff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff9725e000 -
    0x7fff97265fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff97266000 -
    0x7fff9726effc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff972c2000 -
    0x7fff972caff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff972fa000 -
    0x7fff97c19af3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff97c1a000 -
    0x7fff97f18fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff97f25000 -
    0x7fff97f3cff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff97f3d000 -
    0x7fff97f7cfff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff98dcc000 -
    0x7fff98dfbfff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff98dfc000 -
    0x7fff98e21ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff98e22000 -
    0x7fff98e4bfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff98e4c000 -
    0x7fff98e5bff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff98e5c000 -
    0x7fff98e5fffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff991f9000 -
    0x7fff99214ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff9931a000 -
    0x7fff9931afff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff9931b000 -
    0x7fff99323ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff99324000 -
    0x7fff99324fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 10725
    thread_create: 1
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=179.7M resident=96.8M(54%) swapped_out_or_unallocated=82.9M(46%)
    Writable regions: Total=146.6M written=6728K(4%) resident=26.1M(18%) swapped_out=0K(0%) unallocated=120.6M(82%)
    REGION TYPE                 
    VIRTUAL
    ===========                 
    =======
    CG backing stores             
    2436K
    CG image                        
    44K
    CG raster data                  
    56K
    CG shared images               
    236K
    CoreImage                        
    8K
    Image IO                       
    372K
    Kernel Alloc Once                
    8K
    MALLOC                       
    102.4M
    MALLOC (admin)                  
    32K
    Memory Tag 242                  
    12K
    Memory Tag 251                  
    16K
    OpenCL                          
    20K
    STACK GUARD                   
    56.1M
    Stack                         
    24.8M
    VM_ALLOCATE                   
    16.5M
    __DATA                        
    21.5M
    __IMAGE                        
    528K
    __LINKEDIT                    
    65.6M
    __TEXT                       
    114.1M
    __UNICODE                      
    544K
    mapped file                   
    52.9M
    shared memory                    
    4K
    ===========                 
    =======
    TOTAL                        
    458.2M
    Unable to gather system configuration information.
    And here is a safari crash report which shortly followed:
    Process:    
    com.apple.WebKit.WebContent [3366]
    Path:       
    /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier: 
    com.apple.WebKit.WebContent
    Version:    
    9537 (9537.74.9)
    Build Info: 
    WebKit2-7537074009000000~3
    Code Type:  
    X86-64 (Native)
    Parent Process:  ??? [1]
    Responsible:
    Safari [3246]
    User ID:    
    501
    Date/Time:  
    2014-03-21 12:27:21.095 +0000
    OS Version: 
    Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  CB69309F-B948-2A01-56E3-C747DA96B67F
    Sleep/Wake UUID: 48D91A2C-8E5B-487B-AE58-DCEF65BC18B8
    Crashed Thread:  3  Dispatch queue: CA::CG::Queue
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x00007fff8faba716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8da04c3b _pthread_cond_wait + 727
    2   com.apple.QuartzCore     
    0x00007fff8b7dabe4 CA::CG::Queue::wait_queue(unsigned int) + 58
    3   com.apple.QuartzCore     
    0x00007fff8b7d8c68 CA::CG::IOSurfaceDataProvider::copy_data() + 72
    4   com.apple.QuartzCore     
    0x00007fff8b7d8d5d CA::CG::IOSurfaceDataProvider::get_byte_pointer(void*) + 23
    5   com.apple.CoreGraphics   
    0x00007fff97343fa1 CGDataProviderGetBytePtr + 77
    6   com.apple.CoreGraphics   
    0x00007fff97340871 get_image_pointer + 52
    7   com.apple.CoreGraphics   
    0x00007fff9734355c img_decode_read + 246
    8   com.apple.CoreGraphics   
    0x00007fff97343369 img_colormatch_read + 361
    9   com.apple.CoreGraphics   
    0x00007fff97343191 img_alphamerge_read + 586
    10  com.apple.CoreGraphics   
    0x00007fff97329512 img_data_lock + 7526
    11  com.apple.CoreGraphics   
    0x00007fff97326800 CGSImageDataLock + 149
    12  libRIP.A.dylib           
    0x00007fff94e0bb3c ripc_AcquireImage + 769
    13  libRIP.A.dylib           
    0x00007fff94e0efa0 ripc_DrawImages + 5427
    14  libRIP.A.dylib           
    0x00007fff94e14ac5 build_tile + 3156
    15  libRIP.A.dylib           
    0x00007fff94e05bd3 ripc_GetColor + 5461
    16  libRIP.A.dylib           
    0x00007fff94e043d4 ripc_Render + 156
    17  libRIP.A.dylib           
    0x00007fff94e002e1 ripc_DrawRects + 399
    18  com.apple.CoreGraphics   
    0x00007fff9730f0da CGContextFillRects + 96
    19  com.apple.CoreGraphics   
    0x00007fff9735401a CGContextDrawTiledImage + 1199
    20  com.apple.WebCore        
    0x00007fff981e5d24 WebCore::Image::drawPattern(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::AffineTransform const&, WebCore::FloatPoint const&, WebCore::ColorSpace, WebCore::CompositeOperator, WebCore::FloatRect const&, WebCore::BlendMode) + 1028
    21  com.apple.WebCore        
    0x00007fff98306fb7 WebCore::ImageBuffer::drawPattern(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::AffineTransform const&, WebCore::FloatPoint const&, WebCore::ColorSpace, WebCore::CompositeOperator, WebCore::FloatRect const&) + 167
    22  com.apple.WebCore        
    0x00007fff9832f2a1 WebCore::GeneratorGeneratedImage::drawPattern(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::AffineTransform const&, WebCore::FloatPoint const&, WebCore::ColorSpace, WebCore::CompositeOperator, WebCore::FloatRect const&, WebCore::BlendMode) + 609
    23  com.apple.WebCore        
    0x00007fff98120294 WebCore::Image::drawTiled(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::FloatPoint const&, WebCore::FloatSize const&, WebCore::ColorSpace, WebCore::CompositeOperator, WebCore::BlendMode) + 836
    24  com.apple.WebCore        
    0x00007fff9811ff39 WebCore::GraphicsContext::drawTiledImage(WebCore::Image*, WebCore::ColorSpace, WebCore::IntRect const&, WebCore::IntPoint const&, WebCore::IntSize const&, WebCore::CompositeOperator, bool, WebCore::BlendMode) + 265
    25  com.apple.WebCore        
    0x00007fff980a1ed7 WebCore::RenderBoxModelObject::paintFillLayerExtended(WebCore::PaintInfo const&, WebCore::Color const&, WebCore::FillLayer const*, WebCore::LayoutRect const&, WebCore::BackgroundBleedAvoidance, WebCore::InlineFlowBox*, WebCore::LayoutSize const&, WebCore::CompositeOperator, WebCore::RenderObject*) + 4807
    26  com.apple.WebCore        
    0x00007fff980a0a19 WebCore::RenderBox::paintFillLayers(WebCore::PaintInfo const&, WebCore::Color const&, WebCore::FillLayer const*, WebCore::LayoutRect const&, WebCore::BackgroundBleedAvoidance, WebCore::CompositeOperator, WebCore::RenderObject*) + 633
    27  com.apple.WebCore        
    0x00007fff980a0649 WebCore::RenderBox::paintBackground(WebCore::PaintInfo const&, WebCore::LayoutRect const&, WebCore::BackgroundBleedAvoidance) + 345
    28  com.apple.WebCore        
    0x00007fff9809f4c7 WebCore::RenderBox::paintBoxDecorations(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 407
    29  com.apple.WebCore        
    0x00007fff9809c9cc WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 76
    30  com.apple.WebCore        
    0x00007fff9809f251 WebCore::RenderBox::pushContentsClip(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 129
    31  com.apple.WebCore        
    0x00007fff9809f147 WebCore::RenderBlock::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 247
    32  com.apple.WebCore        
    0x00007fff9809d770 WebCore::RenderBlock::paintChild(WebCore::RenderBox*, WebCore::PaintInfo&, WebCore::LayoutPoint const&, WebCore::PaintInfo&, bool) + 240
    33  com.apple.WebCore        
    0x00007fff9809d658 WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, WebCore::LayoutPoint const&, WebCore::PaintInfo&, bool) + 88
    34  com.apple.WebCore        
    0x00007fff9809d5f4 WebCore::RenderBlock::paintContents(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 228
    35  com.apple.WebCore        
    0x00007fff9809ca83 WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 259
    36  com.apple.WebCore        
    0x00007fff9809f15c WebCore::RenderBlock::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 268
    37  com.apple.WebCore        
    0x00007fff9833393d WebCore::RenderTableSection::paintCell(WebCore::RenderTableCell*, WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 269
    38  com.apple.WebCore        
    0x00007fff98333215 WebCore::RenderTableSection::paintObject(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 2069
    39  com.apple.WebCore        
    0x00007fff983329a4 WebCore::RenderTableSection::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 132
    40  com.apple.WebCore        
    0x00007fff983326e7 WebCore::RenderTable::paintObject(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 295
    41  com.apple.WebCore        
    0x00007fff98225609 WebCore::RenderTable::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 265
    42  com.apple.WebCore        
    0x00007fff9809d488 WebCore::RenderLayer::paintForegroundForFragmentsWithPhase(WebCore::PaintPhase, ***::Vector<WebCore::LayerFragment, 1ul, ***::CrashOnOverflow> const&, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int, WebCore::RenderObject*) + 424
    43  com.apple.WebCore        
    0x00007fff9809d1fd WebCore::RenderLayer::paintForegroundForFragments(***::Vector<WebCore::LayerFragment, 1ul, ***::CrashOnOverflow> const&, WebCore::GraphicsContext*, WebCore::GraphicsContext*, WebCore::LayoutRect const&, bool, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int, WebCore::RenderObject*, bool, bool) + 285
    44  com.apple.WebCore        
    0x00007fff9809ae29 WebCore::RenderLayer::paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 2057
    45  com.apple.WebCore        
    0x00007fff9809a37c WebCore::RenderLayer::paintLayer(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 796
    46  com.apple.WebCore        
    0x00007fff9809d096 WebCore::RenderLayer::paintList(***::Vector<WebCore::RenderLayer*, 0ul, ***::CrashOnOverflow>*, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 150
    47  com.apple.WebCore        
    0x00007fff9809aea2 WebCore::RenderLayer::paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 2178
    48  com.apple.WebCore        
    0x00007fff9809a37c WebCore::RenderLayer::paintLayer(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 796
    49  com.apple.WebCore        
    0x00007fff9809d096 WebCore::RenderLayer::paintList(***::Vector<WebCore::RenderLayer*, 0ul, ***::CrashOnOverflow>*, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 150
    50  com.apple.WebCore        
    0x00007fff9809aea2 WebCore::RenderLayer::paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 2178
    51  com.apple.WebCore        
    0x00007fff9809a37c WebCore::RenderLayer::paintLayer(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 796
    52  com.apple.WebCore        
    0x00007fff9809d096 WebCore::RenderLayer::paintList(***::Vector<WebCore::RenderLayer*, 0ul, ***::CrashOnOverflow>*, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 150
    53  com.apple.WebCore        
    0x00007fff9809aea2 WebCore::RenderLayer::paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int) + 2178
    54  com.apple.WebCore        
    0x00007fff980da258 WebCore::RenderLayerBacking::paintIntoLayer(WebCore::GraphicsLayer const*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, unsigned int) + 312
    55  com.apple.WebCore        
    0x00007fff980da063 WebCore::RenderLayerBacking::paintContents(WebCore::GraphicsLayer const*, WebCore::GraphicsContext&, unsigned int, WebCore::IntRect const&) + 371
    56  com.apple.WebCore        
    0x00007fff980d9ee0 WebCore::GraphicsLayer::paintGraphicsLayerContents(WebCore::GraphicsContext&, WebCore::IntRect const&) + 144
    57  com.apple.WebCore        
    0x00007fff980d9790 drawLayerContents(CGContext*, CALayer*, WebCore::PlatformCALayer*) + 1056
    58  com.apple.WebCore        
    0x00007fff980d9349 WebCore::TileController::drawLayer(WebTileLayer*, CGContext*) + 169
    59  com.apple.WebCore        
    0x00007fff980a2dc2 -[WebTileLayer drawInContext:] + 34
    60  com.apple.QuartzCore     
    0x00007fff8b6c4812 CABackingStoreUpdate_ + 2220
    61  com.apple.QuartzCore     
    0x00007fff8b6c3f60 ___ZN2CA5Layer8display_Ev_block_invoke + 59
    62  com.apple.QuartzCore     
    0x00007fff8b6c3f1c x_blame_allocations + 84
    63  com.apple.QuartzCore     
    0x00007fff8b6c3a2b CA::Layer::display_() + 1539
    64  com.apple.QuartzCore     
    0x00007fff8b6c3162 CA::Layer::display_if_needed(CA::Transaction*) + 590
    65  com.apple.QuartzCore     
    0x00007fff8b6c28b1 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35
    66  com.apple.QuartzCore     
    0x00007fff8b6c233c CA::Context::commit_transaction(CA::Transaction*) + 236
    67  com.apple.QuartzCore     
    0x00007fff8b6c1fd6 CA::Transaction::commit() + 388
    68  com.apple.QuartzCore     
    0x00007fff8b6d2761 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 71
    69  com.apple.CoreFoundation 
    0x00007fff8c231ee7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    70  com.apple.CoreFoundation 
    0x00007fff8c231e57 __CFRunLoopDoObservers + 391
    71  com.apple.CoreFoundation 
    0x00007fff8c2230d4 CFRunLoopRunSpecific + 340
    72  com.apple.HIToolbox      
    0x00007fff90633a0d RunCurrentEventLoopInMode + 226
    73  com.apple.HIToolbox      
    0x00007fff906337b7 ReceiveNextEventCommon + 479
    74  com.apple.HIToolbox      
    0x00007fff906335bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    75  com.apple.AppKit         
    0x00007fff8e0303de _DPSNextEvent + 1434
    76  com.apple.AppKit         
    0x00007fff8e02fa2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    77  com.apple.AppKit         
    0x00007fff8e023b2c -[NSApplication run] + 553
    78  com.apple.AppKit         
    0x00007fff8e00e913 NSApplicationMain + 940
    79  com.apple.XPCService     
    0x00007fff8d0dfc0f _xpc_main + 385
    80  libxpc.dylib             
    0x00007fff912acbde xpc_main + 399
    81  com.apple.WebKit.WebContent  
    0x000000010eff8ba0 0x10eff8000 + 2976
    82  libdyld.dylib            
    0x00007fff94b4e5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff8fabae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8da03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8da06fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff8fabb662 kevent64 + 10
    1   libdispatch.dylib        
    0x00007fff8be2943d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib        
    0x00007fff8be29152 _dispatch_mgr_thread + 52
    Thread 3 Crashed:: Dispatch queue: CA::CG::Queue
    0   libsystem_kernel.dylib   
    0x00007fff8faba866 __pthread_kill + 10
    1   libsystem_pthread.dylib  
    0x00007fff8da0335c pthread_kill + 92
    2   libsystem_c.dylib        
    0x00007fff91be3b1a abort + 125
    3   libGLProgrammability.dylib
    0x00007fff90e14e16 nameTableGet + 2084
    4   libGLProgrammability.dylib
    0x00007fff90e145b3 glpNameTableGetVariableLikeObject + 51
    5   libGLProgrammability.dylib
    0x00007fff90e5b5fa glpSAVariableDeclaration + 226
    6   libGLProgrammability.dylib
    0x00007fff90e568b9 glpSANode + 821
    7   libGLProgrammability.dylib
    0x00007fff90e5c7fd glpSAVariableDeclarationGroup + 121
    8   libGLProgrammability.dylib
    0x00007fff90e568c9 glpSANode + 837
    9   libGLProgrammability.dylib
    0x00007fff90e61025 glpSATopLevel + 155
    10  libGLProgrammability.dylib
    0x00007fff90e56a73 glpSANode + 1263
    11  libGLProgrammability.dylib
    0x00007fff90e04b2d glpCompileShader + 201
    12  libGLProgrammability.dylib
    0x00007fff90e24efe ShCompile + 147
    13  GLEngine                 
    0x00007fff95cce6ed gleShaderParse + 443
    14  GLEngine                 
    0x00007fff95c3a05b glCompileShaderIncludeARB_Exec + 446
    15  com.apple.QuartzCore     
    0x00007fff8b6f22ec CA::OGL::GLContext::create_shader(CA::OGL::ContextState const*, CA::OGL::GLShader const*, int) + 424
    16  com.apple.QuartzCore     
    0x00007fff8b6f20a6 CA::OGL::GLContext::get_shader(CA::OGL::ContextState const*) + 708
    17  com.apple.QuartzCore     
    0x00007fff8b6f15ea CA::OGL::GLContext::update_shader() + 336
    18  com.apple.QuartzCore     
    0x00007fff8b6f117a CA::OGL::GLContext::update_state() + 40
    19  com.apple.QuartzCore     
    0x00007fff8b6f10cf CA::OGL::GLContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 343
    20  com.apple.QuartzCore  

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};/Apple|Genesy|Intel|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; fdesetup status | grep -q On && o=on || o=; Ps "FileVault"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print $3}'`; Ps "Netmask"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in 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.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Macbook Pro is slow, freezing all the time and has Wi-Fi problems

    Hello!
    My Macbook Pro started acting kinda strange a couple of weeks ago. It's slow, freezing all the time and constantly connecting and reconnecting to the Wi-Fi network after around half a minute of usage.
    Here is the story, as far as I know:
    In the start of 2014, pup-up boxes started popping up on my Macbook Pro. They said that I had to enter a password for the Keychain to gain access to a service or something. The odd thing about it was that I had never set up my iCloud Keychain. It just started appearing without me knowing why. Unfortunately, I didn't know the password for this due to the fact that I never set it up. I tried every password combination that could possibly work, but I didn't get through it. I tried different solutions, but nothing worked out. I solved it by simply making a new user account on my Mac. I used this for like 1 month before the whole Mac with all its user started messing itself up.
    It might be worth to notice that this secondary-user didn't require a password to log in, so when I closed my Macbook and re-opened it, it would continue where it was left off. This might have been the reason for the Mac sometimes to get really warm while being in my backpack, which might also have caused the problem. I am not sure though.
    After using the secondary user for a while, the Mac started acting strange again. This time it was something different. One day, my girlfriend started up my Macbook Pro and noticed that it was extremely slow. I assumed it was just in the need of a restart, but that wasn't it. The computer started freezing all the time at first. It froze when I clicked something in an application, and I had to wait like 10 seconds for it to go back to normal. If I was typing anything on Facebook, it would freeze, but I could still use any other tab of the browser without any problems. However, they would freeze to if I did anything special on other websites. Every other program would also freeze for reasons like typing or clicking on anything.
    After a short while, it started being really slow during startup and use. A few days ago, my Macbook Pro also started disconnecting from Wi-Fi networks while trying to load pages. It doesn't disconnect every time, but it does sometimes. It tries to reconnect after that, and if it succeed's, everything is back to normal for a while.
    Additionaly, the battery have been draining faster, and when it reached 0%, the computer turned off and closed all the open programs. Normally it has entered Sleep Mode, but not anymore.
    Do any of you have any clue what the issue might be?
    I have done the following:
    - Reset PRAM
    - Restore to system defaults
    - Installed AVG Antivirus and scanned it
    - Repaired and verified disk in Disk Utility.
    - Uninstalled Adobe Flash Player.
    I hope anyone can help me! I really need my computer for educational use!

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/U.+\/Shared\//b'$'\n''s/(\/Users\/)[^/]+/\1USER/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '1d;/:$/{s/ *:$//;x;s/\n//g;s/\).*/)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};/Apple|Genesy|Intel|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print $3}'`; Ps "Netmask"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in 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.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Problems when updating amavisd-new to 2.5.0

    Hi the list !
    Thanks for the great tips and support we got here. I’m really newbie on mac os x server while it’s now a long time I’m on clients ones.
    I wanted to follow topicdesk.com tutorials to update spamassassin and clamav as I saw here the initial conf by Apple isn’t working.
    Then, I saw before updating SpamAssassin that I had to update amavisd-new first. So, I begin with this tutorial. Here’s what happened (sorry for the long-long post) :
    First installed Xcode 2.4.1.
    Everything was fine until the CPAN Perl Module updates, as I always had the “make had returned bad status, install seems impossible” error. Looking for some info on the net, I then understand that you have to install everything Apple suggests as if you don’t, you’ll have later problems whith “make” command (I know, I first wanted to install only gcc that seemed necessary to me, and when nothing works as expected, I had to go back and install everything ...) In fact, the missing BSD SDK was supsected to be the missing thing, but not only. Then, just install everything and this is fine.
    Updated the whole asked Perl module without any problem, following the tutorial
    Then Reboot the server when asked ; amavisd-new new version 2.5.0 seems OK. Then, the beginning of problems...
    My smtp log which is set in debug mode shows lots of error entries such as
    May 24 13:11:21 xserve postfix/smtpd[302]: connect from xxxx.adsl.hansenet.de[xxx.xxx.xxx.xxx]
    May 24 13:11:22 xserve postfix/smtpd[302]: 0A64A71E1A: client=xxxx.adsl.hansenet.de[xxx.xxx.xxx.xxx]
    May 24 13:11:22 xserve postfix/cleanup[349]: 0A64A71E1A: message-id=<890420070524111120@broilingwhelped>
    May 24 13:11:22 xserve postfix/qmgr[74]: 0A64A71E1A: from=<[email protected]>, size=1188, nrcpt=1 (queue active)
    May 24 13:11:22 xserve postfix/smtp[350]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
    May 24 13:11:22 xserve postfix/smtp[350]: 0A64A71E1A: to=<[email protected]>, relay=none, delay=1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
    May 24 13:11:22 xserve postfix/smtpd[302]: disconnect from xxxx.adsl.hansenet.de[xxx.xxx.xxx.xxx]
    Obviously, amavisd-new isn’t running. Then, trying sudo /usr/bin/amavisd and it say there are mistakes in the conf file. BTW, it’s not really obvious trying to migrate settings from the old conf file to the new one :
    I don't understand how this old conf settings
    @local_domains_acl = ( ".$mydomain" ); # $mydomain and its subdomains
    @local_domains_maps = ( 1 );
    # @local_domains_acl = qw(); # default is empty, no recipient treated as local
    # @local_domains_acl = qw( .example.com );
    # @local_domains_acl = qw( .example.com !host.sub.example.net .sub.example.net );
    # @local_domains_acl = ( ".$mydomain", '.example.com', 'sub.example.net' );
    has to bee changed in the new one way :
    @local_domains_maps = ( [".$mydomain"] ); # $mydomain and its subdomains
    # @local_domains_maps = (); # default is empty list, no recip. considered local
    # @local_domains_maps = # using ACL lookup table
    # ( [ ".$mydomain", 'sub.example.net', '.example.com' ] );
    # @local_domains_maps = # similar, split list elements on whitespace
    # ( [qw( .example.com !host.sub.example.net .sub.example.net )] );
    # @local_domains_maps = ( new_RE( qr'[@.]example\.com$'i ) ); # using regexp
    # @local_domains_maps = ( read_hash("$MYHOME/local_domains") ); # using hash
    # perhaps combined with Postfix: mydestination = /var/amavis/local_domains
    # for debugging purposes: dump_hash($local_domains_maps[0]);
    Anyway, I doubt this is the (real?) reason to my problems
    I correct some of these problems (in fact I forgot to look at amavis.log, but here is what it said) :
    May 24 13:53:30 xserve amavis[1072]: INFO: SA version: 3.0.1, 3.000001, no optional modules: Mail::SpamAssassin::SQLBasedAddrList Net::DNS::RR::SOA Net::DNS::RR::NS Net::DNS::RR::MX Net::DNS::RR::A Net::DNS::RR::AAAA Net::DNS::RR::PTR Net::DNS::RR::CNAME Net::DNS::RR::TXT Net::CIDR::Lite Sys::Hostname::Long DBD::mysql IP::Country::Fast Mail::SPF Mail::SPF::Query Mail::SPF::Mech Mail::SPF::Mech::A Mail::SPF::Mech::All Mail::SPF::Mech::Exists Mail::SPF::Mech::IP4 Mail::SPF::Mech::IP6 Mail::SPF::Mech::Include Mail::SPF::Mech::MX Mail::SPF::Mech::PTR Mail::SPF::Mod Mail::SPF::Mod::Exp Mail::SPF::Mod::Redirect Mail::SPF::SenderIPAddrMech Mail::SPF::v1::Record Mail::SPF::v2::Record
    May 24 13:53:30 xserve amavis[1072]: SpamControl: init_pre_chroot done
    May 24 13:53:30 xserve amavis[1072]: Net::Server: 2007/05/24-13:53:30 Amavis (type Net::Server::PreForkSimple) starting! pid(1072)
    May 24 13:53:30 xserve amavis[1072]: Net::Server: Binding to UNIX socket file /var/amavis/amavisd.sock using SOCK_STREAM
    May 24 13:53:30 xserve amavis[1072]: Net::Server: Binding to TCP port 10024 on host 127.0.0.1
    May 24 13:53:30 xserve amavis[1072]: Net::Server: Setting gid to "82 82"
    May 24 13:53:30 xserve amavis[1072]: Net::Server: Setting uid to "82"
    May 24 13:53:30 xserve amavis[1072]: Module Amavis::Conf 2.086
    May 24 13:53:30 xserve amavis[1072]: Module Archive::Zip 1.18
    May 24 13:53:30 xserve amavis[1072]: Module BerkeleyDB 0.26
    May 24 13:53:30 xserve amavis[1072]: Module Compress::Zlib 2.004
    May 24 13:53:30 xserve amavis[1072]: Module Convert::TNEF 0.17
    May 24 13:53:30 xserve amavis[1072]: Module Convert::UUlib 1.08
    May 24 13:53:30 xserve amavis[1072]: Module DB_File 1.810
    May 24 13:53:30 xserve amavis[1072]: Module Digest::MD5 2.36
    May 24 13:53:30 xserve amavis[1072]: Module MIME::Entity 5.420
    May 24 13:53:30 xserve amavis[1072]: Module MIME::Parser 5.420
    May 24 13:53:30 xserve amavis[1072]: Module MIME::Tools 5.420
    May 24 13:53:30 xserve amavis[1072]: Module Mail::Header 1.77
    May 24 13:53:30 xserve amavis[1072]: Module Mail::Internet 1.77
    May 24 13:53:30 xserve amavis[1072]: Module Mail::SpamAssassin 3.000001
    May 24 13:53:30 xserve amavis[1072]: Module Net::Server 0.96
    May 24 13:53:30 xserve amavis[1072]: Module Net::Server::PreFork 0.96
    May 24 13:53:30 xserve amavis[1072]: Module Net::Server::PreForkSimple 0.96
    May 24 13:53:30 xserve amavis[1072]: Module Time::HiRes 1.9707
    May 24 13:53:30 xserve amavis[1072]: Module URI 1.35
    May 24 13:53:30 xserve amavis[1072]: Module Unix::Syslog 0.99
    May 24 13:53:30 xserve amavis[1072]: Amavis::DB code loaded
    May 24 13:53:30 xserve amavis[1072]: Amavis::Cache code loaded
    May 24 13:53:30 xserve amavis[1072]: SQL base code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: SQL::Log code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: SQL::Quarantine NOT loaded
    May 24 13:53:30 xserve amavis[1072]: Lookup::SQL code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: Lookup::LDAP code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: AM.PDP-in proto code loaded
    May 24 13:53:30 xserve amavis[1072]: SMTP-in proto code loaded
    May 24 13:53:30 xserve amavis[1072]: Courier proto code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: SMTP-out proto code loaded
    May 24 13:53:30 xserve amavis[1072]: Pipe-out proto code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: BSMTP-out proto code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: Local-out proto code loaded
    May 24 13:53:30 xserve amavis[1072]: OS_Fingerprint code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: ANTI-VIRUS code loaded
    May 24 13:53:30 xserve amavis[1072]: ANTI-SPAM code loaded
    May 24 13:53:30 xserve amavis[1072]: ANTI-SPAM-SA code loaded
    May 24 13:53:30 xserve amavis[1072]: Unpackers code loaded
    May 24 13:53:30 xserve amavis[1072]: Found $file at /usr/bin/file
    May 24 13:53:30 xserve amavis[1072]: No $dspam, not using it
    May 24 13:53:30 xserve amavis[1072]: No $altermime, not using it
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .mail
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .asc
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .uue
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .hqx
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .ync
    May 24 13:53:30 xserve amavis[1072]: No decoder for .F tried: unfreeze, freeze -d, melt, fcat
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .Z at /usr/bin/uncompress
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .gz at /usr/bin/gzip -d
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .gz (backup, not used)
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .bz2 at /usr/bin/bzip2 -d
    May 24 13:53:30 xserve amavis[1072]: No decoder for .lzo tried: lzop -d
    May 24 13:53:30 xserve amavis[1072]: No decoder for .rpm tried: rpm2cpio.pl, rpm2cpio
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .cpio at /bin/pax
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .tar at /bin/pax
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .deb at /usr/bin/ar
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .zip
    May 24 13:53:30 xserve amavis[1072]: No decoder for .7z tried: 7zr, 7za, 7z
    May 24 13:53:30 xserve amavis[1072]: No decoder for .rar tried: rar, unrar
    May 24 13:53:30 xserve amavis[1072]: No decoder for .arj tried: arj, unarj
    May 24 13:53:30 xserve amavis[1072]: No decoder for .arc tried: nomarch, arc
    May 24 13:53:30 xserve amavis[1072]: No decoder for .zoo tried: zoo, unzoo
    May 24 13:53:30 xserve amavis[1072]: No decoder for .lha tried: lha
    May 24 13:53:30 xserve amavis[1072]: No decoder for .cab tried: cabextract
    May 24 13:53:30 xserve amavis[1072]: No decoder for .tnef tried: tnef
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .tnef
    May 24 13:53:30 xserve amavis[1072]: No decoder for .exe tried: rar, unrar; lha; arj, unarj
    May 24 13:53:30 xserve amavis[1072]: Found secondary av scanner ClamAV-clamscan at /usr/bin/clamscan
    May 24 13:53:30 xserve amavis[1072]: (!!)TROUBLE in pre_loop_hook: Please create an empty directory /var/amavis/db to hold a database (config variable $db_home)
    I created the directory, then it says
    May 24 13:58:12 xserve amavis[1133]: (!!)TROUBLE in pre_loop_hook: db_home directory is not writable: /var/amavis/db at /usr/bin/amavisd line 7783.
    I changed CHMOD to 777 (just see later to be more restricitve)
    And then it seems OK
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: starting. /usr/bin/amavisd at localhost amavisd-new-2.2.0 (20041102), Unicode aware
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: user=, EUID: 0 (0); group=, EGID: 0 0 (0 0)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Perl version 5.008006
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: 2007/05/24-14:11:49 Amavis (type Net::Server::PreForkSimple) starting! pid(44)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: Binding to UNIX socket file /var/amavis/amavisd.sock using SOCK_STREAM
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: Binding to TCP port 10024 on host 127.0.0.1
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: Setting gid to "82 82"
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: Setting uid to "82"
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Amavis::Conf 2.033
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Archive::Tar 1.22
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Archive::Zip 1.18
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Compress::Zlib 2.004
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Convert::TNEF 0.17
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Convert::UUlib 1.08
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module DB_File 1.810
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module MIME::Entity 5.420
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module MIME::Parser 5.420
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module MIME::Tools 5.420
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Mail::Header 1.77
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Mail::Internet 1.77
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Mail::SpamAssassin 3.000001
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Net::Cmd 2.26
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Net::SMTP 2.29
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Net::Server 0.96
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Time::HiRes 1.9707
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Unix::Syslog 0.99
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Amavis::DB code NOT loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Amavis::Cache code NOT loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Lookup::SQL code NOT loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Lookup::LDAP code NOT loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: AMCL-in protocol code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: SMTP-in protocol code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: ANTI-VIRUS code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: ANTI-SPAM code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Unpackers code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $file at /usr/bin/file
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $arc, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $gzip at /usr/bin/gzip
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $bzip2 at /usr/bin/bzip2
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $lzop, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $lha, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $unarj, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $uncompress at /usr/bin/uncompress
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $unfreeze, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $unrar, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $zoo, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $cpio at /usr/bin/cpio
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $ar, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $rpm2cpio, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $cabextract, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $dspam, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: KasperskyLab AntiViral Toolkit Pro (AVP)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: KasperskyLab AVPDaemonClient
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: H+BEDV AntiVir or CentralCommand Vexira Antivirus
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Command AntiVirus for Linux
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Symantec CarrierScan via Symantec CommandLineScanner
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: DrWeb Antivirus for Linux/FreeBSD/Solaris
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: F-Secure Antivirus
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: CAI InoculateIT
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: MkS_Vir for Linux (beta)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: MkS_Vir daemon
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: ESET Software NOD32
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: ESET Software NOD32 - Client/Server Version
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Norman Virus Control v5 / Linux
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Panda Antivirus for Linux
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: NAI McAfee AntiVirus (uvscan)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: VirusBuster (Client + Daemon)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: CyberSoft VFind
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Ikarus AntiVirus for Linux
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: BitDefender
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found secondary av scanner Clam Antivirus - clamscan at /usr/bin/clamscan
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No secondary av scanner: FRISK F-Prot Antivirus
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No secondary av scanner: Trend Micro FileScanner
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: SpamControl: initializing Mail::SpamAssassin
    May 24 14:11:52 localhost /usr/bin/amavisd[44]: SpamControl: done
    But in fact there's still a problem :
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) ESMTP::10024 /var/amavis/amavis-20070524T141222-00219: <p.estxxxx@xxxxxxx> -> <pacvolley@ xxxxxxx > Received: SIZE=5929 from xserve.xxxxx ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00219-01 for <pacvolley@ xxxxxxx>; Thu, 24 May 2007 14:12:22 +0200 (CEST)
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) body hash: 05f429e5a692012d98323c55a540b730
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) Checking: [82.241.222.174] <p.estxxx@xxxxx> -> <pacvolley@xxxxx>
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) p003 1 Content-Type: multipart/alternative
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) p001 1/1 Content-Type: text/plain, size: 394 B, name:
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) p002 1/2 Content-Type: text/html, size: 3962 B, name:
    May 24 14:12:22 localhost /usr/bin/amavisd[302]: (00219-01) run_command: child process [302]: Can't close main::stdin: Bad file descriptor at /usr/bin/amavisd line 1589.\n
    May 24 14:12:22 localhost /usr/bin/amavisd[302]: (00219-01) SMTP shutdown: tempdir is being removed: /var/amavis/amavis-20070524T141222-00219
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) TROUBLE in check_mail: mime_decode-1 FAILED: parsing file(1) results - missing last 2 results at (eval 40) line 150.
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) PRESERVING EVIDENCE in /var/amavis/amavis-20070524T141222-00219
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) TIMING [total 284 ms] - SMTP EHLO: 21 (7%), SMTP pre-MAIL: 3 (1%), mkdir tempdir: 1 (0%), create email.txt: 2 (1%), SMTP pre-DATA-flush: 8 (3%), SMTP DATA: 5 (2%), body_hash: 2 (1%), mkdir parts: 3 (1%), mime_decode: 57 (20%), rundown: 181 (64%)
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) TROUBLE in process_request: Error writing a SMTP response to the socket: Broken pipe at (eval 36) line 760, <GEN3> line 208.
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) Requesting process rundown after fatal error
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) load: 100 %, total idle 0.001 s, busy 0.287 s
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) SMTP shutdown: Error writing a SMTP response to the socket: Bad file descriptor at (eval 36) line 760.\n
    And in the mail log I get corresponding errors such as :
    May 24 14:30:20 xserve postfix/smtpd[626]: connect from xxxxxx.club-internet.fr[xxx.xxx.xxx.xxx]
    May 24 14:30:20 xserve postfix/smtpd[626]: 5580872531: client= xxxxxx.club-internet.fr[xxx.xxx.xxx.xxx]
    May 24 14:30:20 xserve postfix/cleanup[452]: 5580872531: message-id=<00e301c79dff$49859120$0100a8c0@pcservice>
    May 24 14:30:20 xserve postfix/smtpd[626]: disconnect from xxxxxx.club-internet.fr[xxx.xxx.xxx.xxx]
    May 24 14:30:20 xserve postfix/qmgr[64]: 5580872531: from=<[email protected]>, size=95594, nrcpt=1 (queue active)
    May 24 14:30:20 xserve postfix/smtp[464]: 5580872531: to=<sjoly@ xxxxxx.com>, relay=127.0.0.1[127.0.0.1], delay=0, status=deferred (host 127.0.0.1[127.0.0.1] said: 421 4.3.2 Service shutting down, closing channel (in reply to end of DATA command))
    I first thought mails were lost, and obviously as it won’t be so easy to fix alone without any help (and time is running loosing mails), I decided to come back to the old amavisd-new version, restoring /usr/bin/amavis and amavis.conf, and rebooting computer.
    Then, another problem with Perl modules that were updated so that old amavis seemed also not working. I decided to replace /Library/Perl and System/Library/Perl with new ones from a clean fresh install on my local server. Rebooted, and seems to be OK as before. Then looked for Postfix and understood than flushing will force deferred mails to be processed.
    Anyway, all is to be done again. If anybody here as an idea of what's going wrong, I'll be glad to learn ...
      Mac OS X (10.4.9)  

    well, there you have it – a classical if then loop.
    seems i'm still stuck somewhere in the middle of the amavisd.conf nightmare. had amavisd-new 2.4.5 / spamassassin 3.1.8 up and running after a real nightmare (which had to do with daemonize=1).
    after i tried to get up-to-date with amavisd-new 2.5.1 and spamassassin 3.2.1 i saw the same problems (see below) again, while launchd tried to get amavisd started.
    Jun 15 05:14:11 mail launchd: org.amavis.amavisd: exited with exit code: 2
    Jun 15 05:14:11 mail launchd: org.amavis.amavisd: respawning too quickly! throttling
    Jun 15 05:14:11 mail launchd: org.amavis.amavisd: 9 more failures without living at least 60 seconds will cause job removal
    Jun 15 05:14:11 mail launchd: org.amavis.amavisd: will restart in 10 seconds
    remembering the previous troubles, i double checked all things, which could be set wrong (daemonize, etc.) and all was well. tried a second install and all to no success.
    later i had the idea, it might be the new amavisd.conf, which troubles (why ever) the startup. so i used the v2.4.5 one and lo and behold, it worked. but why? what is so strange/new/different in 2.5.1, that the startup of amavisd gets broken?
    now i read, that they changed a bunch of stuff and i certainly would be using the newer versions conf file, but it seems i don't get it right configured. i'm on the latest updated 10.4.9 server with all fixes installed. every service is working, mail gets in/out and gets even tagged.
    well, i didn't do the setup with the 2 users junkmail/nojunkmail yet. is it really necessary to set them up as local users? can't they be handled as every other user which has mail enabled via wgm?
    anyone can help me here? thx.
    Various   Mac OS X (10.4.9)   Mac OS X Server (10.4.9)

  • 10.5.8 Server, Amavisd 2.6.4 crahing perl, with BerkeleyDB Problem

    By searching the interwebs and discussions here didn't find a solution that worked for me yet.
    System Details: Quad intel Xserve, 10.5.8 Server (Security Update 2009-005 not yet applied.)
    Seems to have started this night around 2am.
    Amavisd-new 2.6.4 will not accept transport anymore. Logs the well known
    Sep 16 15:23:00 mail postfix/qmgr[3853]: warning: connect to transport smtp-amavis: Connection refused
    Sep 16 15:23:12 mail deliver[3869]: connect(/var/imap/socket/lmtp) failed: Connection refused
    messages to the log.
    Tried rebuilding amasid-new and all the needed perl modules. CPAN worked well, yet perl seems to crash anytime amavisd will access a BerkelyDB from cyrus.
    SMTP in seems to work fine, SMTP out as well, transport from postfix to cyrus via amavisd is still broken. My own user account can send and even receive mails without a problem, which stumps me a little. I only have that user for testing purposes, so it doesn't carry any amount of email beyond test mails, counting less than 100 messages.
    I have already checked for privileges and quota problems with the .db.
    Repairing the Database with ServerAdmin hasn't helped, as did a reconstruct with ServerAdmin. I'm still trying to avoid full mailbox rebuilds. I'd prefer rebuilding only the problematic mailboxes and not all mailboxes to have a few as possible users with all their unread status reset.
    For a quick fix, I'd like to be able to deliver mails to the users boxes so they get their mails for the moment, seems they are able to send without problems. This should buy me a little more time until I can fix it all properly.
    Turning off Spam and Virus filtering doesn't help the delivery, which I expected it would. doesn't this time.
    How can I find out which user's mailboxes are corrupted so I can only completely rebuild the ones really needed? I'm willing to jump through substantial hoops to prevent the need to do a full server mailbox rebuild. (ca. 90GB of mails in total… would take a looong time and upset the users.)
    I can test everything and can of course provide any more details you might need to help me.
    This setup is quite modified from Apple's stock setup mostly following pterobyte's excellent recommendations and tutorials for improvement.
    Best regards
    Pepi
    This is what the mail system logs when starting up:
    Clearly there is a problem with the cyrus databases which seem to cause amavisd/perl to crash.
    Sep 16 15:43:29 mail sudo[68375]: radmin : TTY=ttys007 ; PWD=/private/var ; USER=root ; COMMAND=/usr/sbin/serveradmin start mail
    Sep 16 15:43:30 mail master[68377]: process started
    Sep 16 15:43:30 mail postfix/postfix-script[68382]: fatal: the Postfix mail system is not running
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: DBENV->logflush: LSN of 1/62288 past current end-of-log of 1/15979
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: /var/imap/tls_sessions.db: unable to flush page: 0
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: txn_checkpoint: failed to flush the buffer cache Invalid argument
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: PANIC: Invalid argument
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR: critical database situation
    Sep 16 15:43:35 mail master[68377]: process 68379 exited, status 75
    Sep 16 15:43:35 mail idled[68430]: cleaning up corrupted database files in: /var/imap/db
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.001
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.002
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.003
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.004
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.005
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: log.0000000001
    Sep 16 15:43:36 mail master[68377]: Cyrus POP/IMAP Server v2.3.8 ready for work
    Sep 16 15:43:36 mail ctl_cyrusdb[68432]: checkpointing cyrus databases
    Sep 16 15:43:36 mail ctl_cyrusdb[68432]: done checkpointing cyrus databases
    Sep 16 15:44:01 mail sudo[68459]: root : TTY=unknown ; PWD=/ ; USER=_cyrus ; COMMAND=/usr/bin/cyrus/bin/cyrus-quota -r
    This is what is written to the crash report:
    $ cat perl2009-09-16-145012Buzz-Lightyear.crash
    Process: perl [2230]
    Path: /usr/bin/perl
    Identifier: perl
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2009-09-16 14:50:12.683 +0200
    OS Version: Mac OS X Server 10.5.8 (9L34)
    Report Version: 6
    Anonymous UUID: 351B0AD5-FE9F-4556-A043-7FE8E4595D06
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: dbversion
    Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/BerkeleyDB/BerkeleyDB.bundl e
    Expected in: dynamic lookup
    I don't expect it to be of help in this case, but here is my postconf for completeness.
    $ postconf -n
    always_bcc = [email protected]
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter =
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    localrecipientmaps = proxy:unix:passwd.byname $alias_maps
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 20971520
    mydomain = mail.raiffeisenzeitung.at
    mydomain_fallback = localhost
    myhostname = mail.raiffeisenzeitung.at
    mynetworks = 127.0.0.1/32
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permit_mynetworks rejectrblclient zen.spamhaus.org rejectrblclient ix.dnsbl.manitu.net permit
    smtpdenforcetls = no
    smtpdpw_server_securityoptions = gssapi,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,hash:/etc/postfix/rejects,reject_unauth_des tination,reject_unlistedrecipient,permit
    smtpdsasl_authenable = yes
    smtpdtls_certfile = /etc/certificates/mail.raiffeisenzeitung.at.crt
    smtpdtls_keyfile = /etc/certificates/mail.raiffeisenzeitung.at.key
    smtpduse_pwserver = yes
    smtpdusetls = yes
    tlsrandomsource = dev:/dev/urandom
    unknownlocal_recipient_rejectcode = 550
    virtualaliasdomains = hash:/etc/postfix/virtual_domains
    virtualaliasmaps = hash:/etc/postfix/virtual
    virtualmailboxdomains = hash:/etc/postfix/virtualdomainsdummy
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp

    Hi Alex,
    thanks for chiming in!
    I'm quite confident, that nobody installed BerkeleyDB at 2am on that server. Neither on purpose nor accidentally.
    Just for the record… the usual suspects have be checked as well:
    I've checked the filesystem, and it seems to be ok.
    I've repaired privileges, and they seem to be ok.
    I've used mailbfr to rebuild each and every mailbox. (-m)
    I've used mailbfr to repair mail system privs and quota. (-o, -q)
    The system has plenty of freespace on all drives.
    Additional info about the current behavior:
    I've turned off virus and spam filtering for the moment. Mails can be sent and do get delivered for all the accounts I've tested. The ones that are already in the queue do not get delivered. I've even tried to manually flush the queue, though postfix usually never needs that and know best when to do what. Anyway it didn't convince postfix to deliver the queued mails.
    From the logs I can see that cyrus complains about a critical database condition in
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: Log sequence error: page LSN 1 3679; previous LSN 10 7846960
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: Recovery function for LSN 1 3308 failed on forward pass
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: PANIC: Invalid argument
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR: critical database situation
    Sep 16 20:49:47 mail idled[39372]: cleaning up corrupted database files in: /var/imap/db
    These problems persist after a server restart.
    Log Details when I try to activate Spam or virus filtering again:
    Sep 16 21:19:30 mail org.amavis.amavisd[1278]: Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/BerkeleyDB/BerkeleyDB.bundl e
    Sep 16 21:19:30 mail org.amavis.amavisd[1278]: Expected in: dynamic lookup
    Sep 16 21:19:31 mail ReportCrash[1292]: Formulating crash report for process perl[1278]
    Sep 16 21:19:31 mail ReportCrash[1292]: Saved crashreport to /Library/Logs/CrashReporter/perl2009-09-16-211931Buzz-Lightyear.crash using uid: 0 gid: 0, euid: 0 egid: 0
    Sep 16 21:19:31 mail com.apple.launchd[1] (org.amavis.amavisd[1278]): Exited abnormally: Trace/BPT trap
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: dyld: lazy symbol binding failed: Symbol not found: dbversion
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/BerkeleyDB/BerkeleyDB.bundl e
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: Expected in: dynamic lookup
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: dyld: Symbol not found: dbversion
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/BerkeleyDB/BerkeleyDB.bundl e
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: Expected in: dynamic lookup
    Sep 16 21:19:31 mail ReportCrash[1292]: Formulating crash report for process perl[1294]
    Sep 16 21:19:31 mail ReportCrash[1292]: Saved crashreport to /Library/Logs/CrashReporter/perl2009-09-16-211931Buzz-Lightyear.crash using uid: 0 gid: 0, euid: 0 egid: 0
    Sep 16 21:19:31 mail com.apple.launchd[1] (org.amavis.amavisd[1294]): Exited abnormally: Trace/BPT trap
    Sep 16 21:19:31 mail com.apple.launchd[1] (org.amavis.amavisd): Throttling respawn: Will start in 10 seconds
    Sep 16 21:19:34 mail org.clamav.clamd[1204]: Pid file removed.
    Sep 16 21:19:34 mail org.clamav.clamd[1204]: --- Stopped at Wed Sep 16 21:19:34 2009
    Sep 16 21:19:34 mail org.clamav.clamd[1204]: Socket file removed.
    I've already rebuilt amavisd-new 2.6.4 and ClamAV 0.95.2 (with your extras) then rebootet. As expected, the cyrus problems remain. Perl is still crashing as soon as amavisd or ClamAV shall start. Mail delivery directly to cyrus without filtering seems to work fine at the moment. Queued mails stay where they are and do not get delivered.
    Log and status output:
    This is what CPAN tells me about the installed Perl BerkeleyDB Module:
    CPAN: Storable loaded ok (v2.15)
    Going to read '/Users/radmin/.cpan/Metadata'
    Database was generated on Wed, 16 Sep 2009 07:31:39 GMT
    Module id = BerkeleyDB
    DESCRIPTION Interface to Berkeley DB version 2, 3 or 4
    CPAN_USERID PMQS (Paul Marquess <[email protected]>)
    CPAN_VERSION 0.39
    CPAN_FILE P/PM/PMQS/BerkeleyDB-0.39.tar.gz
    UPLOAD_DATE 2009-06-06
    DSLIP_STATUS RdcOp (released,developer,C,object-oriented,Standard-Perl)
    MANPAGE BerkeleyDB - Perl extension for Berkeley DB version 2, 3 or 4
    INST_FILE /Library/Perl/5.8.8/darwin-thread-multi-2level/BerkeleyDB.pm
    INST_VERSION 0.39
    This happens when I start the mail system with spam and virus filtering turned off:
    Sep 16 20:49:37 mail com.apple.launchd[1] (org.postfix.master[35692]): Exited: Terminated
    Sep 16 20:49:37 mail postfix/postfix-script[39262]: fatal: the Postfix mail system is not running
    Sep 16 20:49:40 mail net.clamav.clamd[35631]: Pid file removed.
    Sep 16 20:49:40 mail net.clamav.clamd[35631]: --- Stopped at Wed Sep 16 20:49:40 2009
    Sep 16 20:49:40 mail net.clamav.clamd[35631]: Socket file removed.
    Sep 16 20:49:40 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[35710]): Stray process with PGID equal to this dead job: PID 38979 PPID 1 imapd
    Sep 16 20:49:41 mail master[39317]: process started
    Sep 16 20:49:41 mail postfix/postfix-script[39322]: fatal: the Postfix mail system is not running
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Limits: Global size limit set to 20971520 bytes.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Limits: File size limit set to 15728640 bytes.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Limits: Recursion level limit set to 10.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Limits: Files limit set to 1500.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Archive support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Algorithmic detection enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Portable Executable support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: ELF support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Detection of broken executables enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Mail files support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: OLE2 support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: PDF support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: HTML support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Self checking every 600 seconds.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Set stacksize to 1048576
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: Log sequence error: page LSN 1 3679; previous LSN 10 7846960
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: Recovery function for LSN 1 3308 failed on forward pass
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: PANIC: Invalid argument
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR: critical database situation
    Sep 16 20:49:47 mail master[39317]: process 39320 exited, status 75
    Sep 16 20:49:47 mail idled[39372]: cleaning up corrupted database files in: /var/imap/db
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.001
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.002
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.003
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.004
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.005
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: log.0000000001
    Sep 16 20:49:47 mail master[39317]: Cyrus POP/IMAP Server v2.3.8 ready for work
    Sep 16 20:49:47 mail ctl_cyrusdb[39374]: checkpointing cyrus databases
    Sep 16 20:49:47 mail ctl_cyrusdb[39374]: done checkpointing cyrus databases
    Should I try to use mailbfr -f (and get about 900.000 unread mails)? If there is nothing else I can do to fix this, I'll do it. It takes what it takes.
    Thanks
    Best regards
    Pepi

  • Problem with delivery of outside email

    i am at a complete loss and not sure where to go from here, my problem is i can receive messages internally, but messages that come in from outside are accepted through smtp, go through the filter, sit in the queue, and then disapear, they are not delivered to the account and i am not sure where they go after that any help would be apreciated have been searching through these discussion tried some things but no luck, i have turned the filter off, added stuff to mynetwork things like that
    alias_maps = hash:/etc/aliases
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mydestination = $myhostname,localhost.$mydomain,localhost,ultrarocketaccess.com,mail.ultrarocke taccess.com,10.0.1.253,24.130.71.94
    mydomain = ultrarocketaccess.com
    mydomain_fallback = localhost
    myhostname = mail.ultrarocketaccess.com
    mynetworks = 127.0.0.1/32,10.0.1.253/32
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    ownerrequestspecial = no
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdenforcetls = no
    smtpdpw_server_securityoptions = cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_certfile = /etc/certificates/smtp.crt
    smtpdtls_keyfile = /etc/certificates/smtp.key
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    virtual_transport = lmtp:unix:/Volumes/external disk/mailserver/database/socket/lmtp

    ok i changed my external name to stuff, still the same problem below is my smtp log, and imap log
    smtp:
    Jan 31 14:09:40 ultrarocketaccess postfix/cleanup[13844]: 0F663500FD4: message-id=<[email protected]>
    Jan 31 14:09:40 ultrarocketaccess postfix/qmgr[13819]: 0F663500FD4: from=<[email protected]>, size=1312, nrcpt=1 (queue active)
    Jan 31 14:09:53 ultrarocketaccess postfix/smtpd[13848]: connect from localhost[127.0.0.1]
    Jan 31 14:09:53 ultrarocketaccess postfix/smtpd[13848]: 4EBC3500FEB: client=localhost[127.0.0.1]
    Jan 31 14:09:53 ultrarocketaccess postfix/cleanup[13844]: 4EBC3500FEB: message-id=<[email protected]>
    Jan 31 14:09:53 ultrarocketaccess postfix/qmgr[13819]: 4EBC3500FEB: from=<[email protected]>, size=1780, nrcpt=1 (queue active)
    Jan 31 14:09:53 ultrarocketaccess postfix/smtpd[13848]: disconnect from localhost[127.0.0.1]
    Jan 31 14:09:53 ultrarocketaccess postfix/smtp[13845]: 0F663500FD4: to=<[email protected]>, relay=127.0.0.1[127.0.0.1], delay=17, status=sent (250 2.6.0 Ok, id=13827-01, from MTA: 250 Ok: queued as 4EBC3500FEB)
    Jan 31 14:09:53 ultrarocketaccess postfix/qmgr[13819]: 0F663500FD4: removed
    Jan 31 14:09:55 ultrarocketaccess postfix/pipe[13850]: 4EBC3500FEB: to=<[email protected]>, relay=cyrus, delay=2, status=sent (mail.ultrarocketaccess.com)
    Jan 31 14:09:55 ultrarocketaccess postfix/qmgr[13819]: 4EBC3500FEB: removed
    Jan 31 14:10:11 ultrarocketaccess postfix/smtpd[13840]: disconnect from uproxy.gmail.com[66.249.92.207]
    imap
    Jan 31 14:08:48 ultrarocketaccess imap[13830]: AOD: getting mail attribute for user: houston
    Jan 31 14:08:48 ultrarocketaccess imap[13830]: AOD: mail enabled
    Jan 31 14:08:48 ultrarocketaccess imap[13830]: AOD: mbrcheck_servicemembership with accessallservices
    Jan 31 14:08:48 ultrarocketaccess imap[13830]: AOD: mail service ACL NOT enabled
    Jan 31 14:08:48 ultrarocketaccess imap[13830]: login: ultrarocketaccess.com. [10.0.1.253] houston CRAM-MD5 User logged in
    Jan 31 14:08:48 ultrarocketaccess imap[13830]: quota set to "unlimited" for mailbox user.houston
    Jan 31 14:12:15 ultrarocketaccess imap[13829]: accepted connection
    Jan 31 14:12:15 ultrarocketaccess imap[13829]: AOD: user opts: no-lookup for: houston
    Jan 31 14:12:16 ultrarocketaccess imap[13829]: login: ultrarocketaccess.com. [10.0.1.253] houston CRAM-MD5 User logged in
    Jan 31 14:12:16 ultrarocketaccess imap[13829]: quota set to "unlimited" for mailbox user.houston
    Jan 31 14:12:17 ultrarocketaccess imap[13829]: open: user houston opened INBOX
    Jan 31 14:12:17 ultrarocketaccess imap[13830]: accepted connection
    Jan 31 14:12:17 ultrarocketaccess imap[13830]: AOD: user opts: no-lookup for: houston
    Jan 31 14:12:17 ultrarocketaccess imap[13830]: login: ultrarocketaccess.com. [10.0.1.253] houston CRAM-MD5 User logged in
    Jan 31 14:12:17 ultrarocketaccess imap[13830]: quota set to "unlimited" for mailbox user.houston

  • Problem With Spamassassin after updating

    I recently updated Spamassassin using this link as an excellent guide:
    http://wiki.apache.org/spamassassin/SpamAssassin_on_Mac_OS_X_Server
    I got to point of looking at the --dump magic and I get an error. So I ran the same command with the -D flag:
    [mail:/Users/dude] clamav% sa-learn --dump magic
    ERROR: Bayes dump returned an error, please re-run with -D for more information
    [mail:/Users/dude] clamav% sa-learn -D --dump magic
    I get the following from the dump:
    [18117] dbg: logger: adding facilities: all
    [18117] dbg: logger: logging level is DBG
    [18117] dbg: generic: SpamAssassin version 3.1.7
    [18117] dbg: config: score set 0 chosen.
    [18117] dbg: util: running in taint mode? yes
    [18117] dbg: util: taint mode: deleting unsafe environment variables, resetting PATH
    [18117] dbg: util: PATH included '/bin', keeping
    [18117] dbg: util: PATH included '/sbin', keeping
    [18117] dbg: util: PATH included '/usr/bin', keeping
    [18117] dbg: util: PATH included '/usr/sbin', keeping
    [18117] dbg: util: final PATH set to: /bin:/sbin:/usr/bin:/usr/sbin
    [18117] dbg: message: ---- MIME PARSER START ----
    [18117] dbg: message: main message type: text/plain
    [18117] dbg: message: parsing normal part
    [18117] dbg: message: added part, type: text/plain
    [18117] dbg: message: ---- MIME PARSER END ----
    [18117] dbg: dns: is Net::DNS::Resolver available? yes
    [18117] dbg: dns: Net::DNS version: 0.59
    [18117] dbg: config: using "/etc/mail/spamassassin" for site rules pre files
    [18117] dbg: config: read file /etc/mail/spamassassin/init.pre
    [18117] dbg: config: read file /etc/mail/spamassassin/v310.pre
    [18117] dbg: config: read file /etc/mail/spamassassin/v312.pre
    [18117] dbg: config: using "/usr/local/share/spamassassin" for sys rules pre files
    [18117] dbg: config: using "/usr/local/share/spamassassin" for default rules dir
    [18117] dbg: config: read file /usr/local/share/spamassassin/10_misc.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_advance_fee.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_anti_ratware.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_body_tests.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_compensate.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_dnsbl_tests.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_drugs.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_fake_helo_tests.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_head_tests.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_html_tests.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_meta_tests.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_net_tests.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_phrases.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_****.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_ratware.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/20_uri_tests.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/23_bayes.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_accessdb.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_antivirus.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_body_tests_es.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_body_tests_pl.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_dcc.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_dkim.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_domainkeys.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_hashcash.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_pyzor.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_razor2.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_replace.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_spf.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_textcat.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/25_uribl.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/30_text_de.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/30_text_fr.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/30_text_it.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/30_text_nl.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/30_text_pl.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/30_text_pt_br.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/50_scores.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/60_awl.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/60_whitelist.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_dk.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_dkim.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_spf.cf
    [18117] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_subject.cf
    [18117] dbg: config: using "/etc/mail/spamassassin" for site rules dir
    [18117] dbg: config: read file /etc/mail/spamassassin/local.cf
    [18117] dbg: config: mkdir /var/clamav/.spamassassin failed: mkdir /var/clamav/.spamassassin: File exists at /Library/Perl/5.8.6/Mail/SpamAssassin.pm line 1530
    [18117] dbg: config:
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::URIDNSBL from @INC
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x1acdea0)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::Hashcash from @INC
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::Hashcash=HASH(0x1af68a8)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::SPF=HASH(0x1ae8294)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::Pyzor from @INC
    [18117] dbg: pyzor: network tests on, attempting Pyzor
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::Pyzor=HASH(0x1adf950)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC
    [18117] dbg: razor2: razor2 is not available
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::Razor2=HASH(0x9fe4c)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::SpamCop from @INC
    [18117] dbg: reporter: network tests on, attempting SpamCop
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::SpamCop=HASH(0x1b27cf0)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::AWL from @INC
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::AWL=HASH(0x1ba9c40)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::AutoLearnThreshold from @INC
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::AutoLearnThreshold=HASH(0x1baac70)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::WhiteListSubject from @INC
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::WhiteListSubject=HASH(0x1bad154)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::MIMEHeader from @INC
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::MIMEHeader=HASH(0x1bafcc0)
    [18117] dbg: plugin: loading Mail::SpamAssassin::Plugin::ReplaceTags from @INC
    [18117] dbg: plugin: registered Mail::SpamAssassin::Plugin::ReplaceTags=HASH(0x2db7154)
    [18117] dbg: config: adding redirector regex: /^http:\/\/chkpt\.zdnet\.com\/chkpt\/\w+\/(.*)$/i
    [18117] dbg: config: adding redirector regex: /^http:\/\/www(?:\d+)?\.nate\.com\/r\/\w+\/(.*)$/i
    [18117] dbg: config: adding redirector regex: /^http:\/\/.+\.gov\/(?:.*\/)?externalLink\.jhtml\?.*url=(.*?)(?:&.*)?$/i
    [18117] dbg: config: adding redirector regex: /^http:\/\/redir\.internet\.com\/.+?\/.+?\/(.*)$/i
    [18117] dbg: config: adding redirector regex: /^http:\/\/(?:.*?\.)?adtech\.de\/.*(?:;|\|)link=(.*?)(?:;|$)/i
    [18117] dbg: config: adding redirector regex: m'^http.*?/redirect\.php\?.*(?<=[?&])goto=(.*?)(?:$|[&#])'i
    [18117] dbg: config: adding redirector regex: m'^https?:/*(?:[^/]+\.)?emf\d\.com/r\.cfm.*?&r=(.*)'i
    [18117] dbg: config: adding redirector regex: m'/(?:index.php)?\?.*(?<=[?&])URL=(.*?)(?:$|[&#])'i
    [18117] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/url\?.*?(?<=[?&])q=(.*?)(?:$|[&#]) 'i
    [18117] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/search\?.*?(?<=[?&])q=[^&]*?(?<=%2 0|..[=+\s])site:(.*?)(?:$|%20|[\s+&#])'i
    [18117] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/search\?.*?(?<=[?&])q=[^&]*?(?<=%2 0|..[=+\s])(?:"|%22)(.*?)(?:$|%22|["\s+&#])'i
    [18117] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/translate\?.*?(?<=[?&])u=(.*?)(?:$ |[&#])'i
    [18117] dbg: plugin: Mail::SpamAssassin::Plugin::ReplaceTags=HASH(0x2db7154) implements 'finish_parsing_end'
    [18117] dbg: replacetags: replacing tags
    [18117] dbg: replacetags: done replacing tags
    [18117] dbg: config: mkdir /var/clamav/.spamassassin failed: mkdir /var/clamav/.spamassassin: File exists at /Library/Perl/5.8.6/Mail/SpamAssassin.pm line 1530
    [18117] dbg: config: Too many levels of symbolic links
    [18117] dbg: bayes: no dbs present, cannot tie DB R/O: /var/clamav/.spamassassin/bayes_toks
    [18117] dbg: config: score set 1 chosen.
    [18117] dbg: bayes: no dbs present, cannot tie DB R/O: /var/clamav/.spamassassin/bayes_toks
    ERROR: Bayes dump returned an error, please re-run with -D for more information
    As you may notice, I got a couple of lines that I cannot figure out:
    [18117] dbg: config: read file /etc/mail/spamassassin/local.cf
    [18117] dbg: config: mkdir /var/clamav/.spamassassin failed: mkdir /var/clamav/.spamassassin: File exists at /Library/Perl/5.8.6/Mail/SpamAssassin.pm line 1530
    And:
    [18117] dbg: config: mkdir /var/clamav/.spamassassin failed: mkdir /var/clamav/.spamassassin: File exists at /Library/Perl/5.8.6/Mail/SpamAssassin.pm line 1530
    [18117] dbg: config: Too many levels of symbolic links
    [18117] dbg: bayes: no dbs present, cannot tie DB R/O: /var/clamav/.spamassassin/bayes_toks
    [18117] dbg: config: score set 1 chosen.
    [18117] dbg: bayes: no dbs present, cannot tie DB R/O: /var/clamav/.spamassassin/bayes_toks
    I can't figure out if these are important (which they seem to be) and how to remedy the problem. Can anyone help out?
    <br>
    Mirror Drive Tower   Mac OS X (10.4.8)  

    Here you go:
    mail:~ dude$ ls -l /var/clamav/
    total 14736
    -rw-r--r-- 1 clamav clamav 610351 Nov 30 03:44 daily.cvd
    -rw-rw---- 1 clamav clamav 2 Nov 29 21:44 freshclam.pid
    -rw-r--r-- 1 clamav clamav 6924820 Nov 3 16:31 main.cvd
    and when I do the following:
    mail:~ admin$ ls -l /var/amavis/
    ls: : Permission denied
    So I tried the same command as root:
    mail:~ dude$ ls -l /var/amavis/
    ls: : Permission denied
    mail:~ dude$ sudo ls -l /var/amavis/
    Password:
    total 24
    lrwxr-xr-x 1 root clamav 33 Aug 12 10:38 .spamassassin -> /private/var/clamav/.spamassassin
    drwxr-x--- 4 clamav clamav 136 Sep 11 13:05 amavis-20060911T130530-11951
    drwxr-x--- 4 clamav clamav 136 Sep 11 13:26 amavis-20060911T132643-12041
    drwxr-x--- 4 clamav clamav 136 Nov 30 11:46 amavis-20061130T114636-17606
    drwxr-x--- 4 clamav clamav 136 Nov 30 11:49 amavis-20061130T114901-17679
    -rw-r----- 1 clamav clamav 0 Apr 12 2006 amavisd.lock
    -rw-r----- 1 clamav clamav 3 Nov 29 21:44 amavisd.pid
    srwxr-x--- 1 clamav clamav 0 Nov 29 21:44 amavisd.sock
    -rw-r--r-- 1 clamav clamav 3 Mar 20 2005 whitelist_sender
    I see something odd with the symlink in the first row. Is this the problem? If so, then how would I fix it?

  • Error message: a problem connecting to the server "DriveMap"

    I recently uninstalled GoDaddy’s software Workspace, used to manage online storage which I no longer need. Every time I restart my computer, and worse, every time I update an app, put something in the trash, or empty the trash, I get the error message “There was a problem connecting to the server "DriveMap". Workspace (DriveMap) is no longer on my computer; I used GoDaddy’s Workspace uninstaller to remove it. Then I reinstalled and uninstalled again because I was getting that message. I then did a search of my computer for all files with “Starfield” in the title, which is the developer of WorkSpace. I found about a dozen files and deleted them. I’m still getting the message, and GoDaddy support is absolutely useless. I got this reply from them (their 15th reply about this problem).
    It appears that your computer is configured to open a drive, which is occurring during start up.  You will need to edit your computer's drives or start up commands and delete the command that is causing this to occur.  This would not be a file that from Workspace that is causing the issue.  It appears that your local system is still trying a program that no longer exists on the system.  We suggest researching support documentation related to your local system to remove the DriveMap. 
    It has to be a file from Workspace, it seems to me, or a system file that has been altered by Workspace. This didn’t happen before I installed Workspace. It started happening out of the blue... hadn’t added any files to online storage or accessed my online file folder for a month or more, and this event began occurring, at times rendering my computer unusable; that message pops up as fast as I can dismiss it, many many times... Intercepts all key strokes.
    I’ve looked at my account’s startup items; nothing there. And iMacHardDisk/Library/Startupitems has only a backup program in it.
    Has anyone had this problem and found a fix?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    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.
    ☞ If you’re running OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”.
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

  • UserEventAgent won't let me eject my external hard drive, and other problems

    I'm running a MacBook Pro (2008-ish model) running Mountain Lion 10.8.2 with 4Gb of RAM and 750Gb of internal HD (the original 250Gb seriously cramped my style), and UserEventAgent is acting all weird.
    Because of that old 250Gb HD, I was in the habit of storing files I didn't need at the time on an external hard drive, a LaCie 500Gb connected by FW800 (probably not relevant). And lately, whenever I plug it in, I can't eject it without forcing it to eject.
    Using the "list open files" command and searching for that drive [ lsof | grep LaCie ] reveals that UserEvent drops an immediate hook in it for some reason. This connection is immediate, and short of force-quitting UserEventAgent in Activity Monitor at the exact moment I try to eject that drive, I can't disconnect it properly without forcing it or shutting down completely.
    In fact, looking at UserEventAgent's open files and ports in Activity Monitor, something just plain doesn't look right:
    /usr/libexec/UserEventAgent
    /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/M acOS/csparser
    /private/var/folders/td/hnt8krzc8xj63p001s61rg7r0000gn/C/mds/mdsDirectory.db
    /usr/share/icu/icudt49l.dat
    /System/Library/UserEventPlugins/ACRRDaemon.plugin/Contents/MacOS/ACRRDaemon
    /System/Library/KerberosPlugins/KerberosFrameworkPlugins/heimdalodpac.bundle/Con tents/MacOS/heimdalodpac
    /System/Library/KerberosPlugins/KerberosFrameworkPlugins/LKDCLocate.bundle/Conte nts/MacOS/LKDCLocate
    /System/Library/KerberosPlugins/KerberosFrameworkPlugins/Reachability.bundle/Con tents/MacOS/Reachability
    /System/Library/KerberosPlugins/KerberosFrameworkPlugins/SCKerberosConfig.bundle /Contents/MacOS/SCKerberosConfig
    /System/Library/UserEventPlugins/AirPortUserAgent.plugin/Contents/MacOS/AirPortU serAgent
    /System/Library/UserEventPlugins/AppleHIDMouseAgent.plugin/Contents/MacOS/AppleH IDMouseAgent
    /private/var/db/mds/messages/se_SecurityMessages
    /System/Library/UserEventPlugins/AssistantUEA.plugin/Contents/MacOS/AssistantUEA
    /System/Library/UserEventPlugins/AutoTimeZone.plugin/Contents/MacOS/AutoTimeZone
    /System/Library/UserEventPlugins/BTMMPortInUseAgent.plugin/Contents/MacOS/BTMMPo rtInUseAgent
    /System/Library/UserEventPlugins/BluetoothUserAgent-Plugin.plugin/Contents/MacOS /BluetoothUserAgent-Plugin
    /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bund le/Contents/MacOS/AppleHDAHALPlugIn
    /System/Library/UserEventPlugins/BonjourEvents.plugin/Contents/MacOS/BonjourEven ts
    /System/Library/UserEventPlugins/CalendarMonitor.plugin/Contents/MacOS/CalendarM onitor
    /System/Library/UserEventPlugins/CaptiveUserAgent.plugin/Contents/MacOS/CaptiveU serAgent
    /System/Library/UserEventPlugins/DiskUnmountWatcher.plugin/Contents/MacOS/DiskUn mountWatcher
    /System/Library/UserEventPlugins/EAPOLMonitor.plugin/Contents/MacOS/EAPOLMonitor
    /System/Library/UserEventPlugins/GSSNotificationForwarder.plugin/Contents/MacOS/ GSSNotificationForwarder
    /System/Library/UserEventPlugins/LocationMenu.plugin/Contents/MacOS/LocationMenu
    /System/Library/UserEventPlugins/PrinterMonitor.plugin/Contents/MacOS/PrinterMon itor
    /System/Library/UserEventPlugins/SCMonitor.plugin/Contents/MacOS/SCMonitor
    /System/Library/UserEventPlugins/alfUIplugin.plugin/Contents/MacOS/alfUIplugin
    /System/Library/UserEventPlugins/com.apple.SoftwareUpdate.UserNotification.plugi n/Contents/MacOS/com.apple.SoftwareUpdate.UserNotification
    /System/Library/UserEventPlugins/com.apple.TimeMachine.plugin/Contents/MacOS/com .apple.TimeMachine
    /System/Library/UserEventPlugins/com.apple.bonjour.plugin/Contents/MacOS/com.app le.bonjour
    /System/Library/UserEventPlugins/com.apple.cfnotification.plugin/Contents/MacOS/ com.apple.cfnotification
    /System/Library/UserEventPlugins/com.apple.dispatch.vfs.plugin/Contents/MacOS/co m.apple.dispatch.vfs
    /System/Library/UserEventPlugins/com.apple.fsevents.matching.plugin/Contents/Mac OS/com.apple.fsevents.matching
    /System/Library/UserEventPlugins/com.apple.iokit.matching.plugin/Contents/MacOS/ com.apple.iokit.matching
    /System/Library/UserEventPlugins/com.apple.launchd.helper.plugin/Contents/MacOS/ com.apple.launchd.helper
    /System/Library/UserEventPlugins/com.apple.locationd.events.plugin/Contents/MacO S/com.apple.locationd.events
    /System/Library/UserEventPlugins/com.apple.notifyd.matching.plugin/Contents/MacO S/com.apple.notifyd.matching
    /System/Library/UserEventPlugins/com.apple.rcdevent.matching.plugin/Contents/Mac OS/com.apple.rcdevent.matching
    /System/Library/UserEventPlugins/com.apple.time.plugin/Contents/MacOS/com.apple. time
    /System/Library/UserEventPlugins/com.apple.universalaccess.events.plugin/Content s/MacOS/com.apple.universalaccess.events
    /System/Library/UserEventPlugins/com.apple.usernotificationcenter.matching.plugi n/Contents/MacOS/com.apple.usernotificationcenter.matching
    /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Con tents/MacOS/IOHIDLib
    /private/var/folders/td/hnt8krzc8xj63p001s61rg7r0000gn/C/com.apple.LaunchService s-036501.csstore
    /usr/lib/dyld
    /private/var/db/dyld/dyld_shared_cache_x86_64
    /dev/null
    /dev/null
    /dev/null
    count=1, state=0x2
    /dev/io8log
    /Users/<username>/Library/Assistant/sync_flag
    ->0xc1a78b298c30c655
    count=0, state=0
    count=0, state=0
    /private/etc/com.apple.screensharing.agent.launchd
    /private/etc
    /private
    /usr/local/bin
    /usr/local/bin
    /usr/local
    /usr
    count=0, state=0
    /private/var/db/PanicReporter
    /private/var/db
    /private/var
    /private
    count=0, state=0
    /private/var/db/GPURestartReporter
    /private/var/db
    /private/var
    /private
    count=0, state=0
    /private/etc
    /private/etc
    /private
    count=0, state=0
    /Users/<username>/Library/Services
    /Users/<username>/Library
    /Users/<username>
    /Users
    count=0, state=0
    /Library
    /Library
    count=0, state=0
    /Applications
    /Applications/Utilities
    /Applications
    count=0, state=0
    /Library/Caches
    /Library/Caches
    /Library
    count=0, state=0
    /Library/Preferences/com.apple.AirPortBaseStationAgent.launchd
    /Library/Preferences
    /Library
    count=0, state=0
    /Applications/Fun/Steam.app
    /Applications/Fun
    /Applications
    /Volumes
    /Volumes
    The repetitions (I mean seriously, who needs three open connections to /dev/null?), and the multiple instances of "count=0, state=0", suggest that UserEventAgent is getting bad info from somewhere.
    If I can track down what's making UserEventAgent imitate an overly amorous octopus, maybe I can straighten out this mess. But I wouldn't be surprised to find that this list has picked up funky smells and bad habits from all the earlier versions of OS X I've run.
    Help? Please?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    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. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' 
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”. 
    Step 2 
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}' 
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}' 
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null 
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Mail problem after 10.4.8 updates

    Hello,
    Any help will be greatly appreciated.
    I run software update 10.4.8 on my mail server and now i have trouble receiving emails.
    i can only receive email within the network.
    here's my configuration output:
    students:/var/log root# postconf -n
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 10485760
    mydestination = $myhostname,localhost.$mydomain,nese.com,smtp.nese.com
    mydomain = nese.com
    mydomain_fallback = localhost
    myhostname = smtp.nese.com
    mynetworks = 127.0.0.1/32,66.92.90.37/32,smtp.nese.com,nese.com
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdclientrestrictions = permit_mynetworks sbl-xbl.spamhaus.org rejectrblclient sbl-xbl.spamhaus.org rejectrblclient relays.ordb.org permit
    smtpdpw_server_securityoptions = plain
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_keyfile =
    smtpduse_pwserver = yes
    unknownlocal_recipient_rejectcode = 550
    Thank you!
    Jeanny

    Quit server admin and edit /etc/postfix/main.cf with a text editor (not Word)
    change:
    <pre class=command>smtpdclientrestrictions = permit_mynetworks sbl-xbl.spamhaus.org rejectrblclient sbl-xbl.spamhaus.org rejectrblclient relays.ordb.org permit</pre>
    to:
    <pre class=command>smtpdclientrestrictions = permit_mynetworks rejectrblclient zen.spamhaus.org permit</pre>
    Save and issue:
    <pre class=command>sudo postfix reload</pre>
    (The cause of your problem was a duplicate entry.
    Also, even though not part of your problem, ordb.org doesn't exist anymore and sbl-xbl.spamhaus.org will be discontinued and replaced by zen.spamhaus.org, so while you are at it....)

  • Mail Name Problem

    Hi to all.
    I have installed SLS 10.6.2 in a mini Mac.
    My hostname is macsvr.pss.mx
    My domain is pss.mx.
    My primary zone is pss.mx
    When registering a new user his direction of mail appears to me [email protected] instead of [email protected].
    Can you help me with this?.
    I am new in SLS
    Last login: Sat Mar 27 16:44:09 on ttys000
    macsvr:~ admin$ postconf -n
    biff = no
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    header_checks = pcre:/etc/postfix/customheaderchecks
    html_directory = /usr/share/doc/postfix/html
    inet_interfaces = all
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = dovecot
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 10485760
    mydestination = $myhostname, localhost.$mydomain, pss.mx, localhost, $mydomain
    mydomain = pss.mx
    mydomain_fallback = localhost
    myhostname = macsvr.pss.mx
    mynetworks = 127.0.0.0/8,10.10.10.0/24
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permit_mynetworks permitsaslauthenticated permit
    smtpdenforcetls = no
    smtpdhelorequired = yes
    smtpdhelorestrictions = rejectinvalid_helohostname rejectnon_fqdn_helohostname
    smtpdpw_server_securityoptions = gssapi,cram-md5
    smtpdrecipientrestrictions = permitsaslauthenticated permit_mynetworks rejectunauthdestination checkpolicyservice unix:private/policy permit
    smtpdsasl_authenable = yes
    smtpdtlsCAfile = /etc/certificates/macsvr.pss.mx.73F9507520D12ED3F755435F814959F2F83580F3.chain. pem
    smtpdtls_certfile = /etc/certificates/macsvr.pss.mx.73F9507520D12ED3F755435F814959F2F83580F3.cert.p em
    smtpdtls_excludeciphers = SSLv2, aNULL, ADH, eNULL
    smtpdtls_keyfile = /etc/certificates/macsvr.pss.mx.73F9507520D12ED3F755435F814959F2F83580F3.key.pe m
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    virtualaliasmaps =
    macsvr:~ admin$
    Thanks in advance.
    Gassu

    Hi Glenn,
    Thanks a lot for your answer.
    I already tried that, but forgot to mention it. After restarting Mail I could see that a new plist was created (some previous elements of the configuration were reset, like signatures) but the problem persisted.
    I've done it again just to be sure, and the problem is still there.

  • Spamassassin, auto whitelist, backscatter and spam problems.

    My Mail is handled by an XServe with Mac OS X Server 10.5.5.
    I have many email problems. One of them is an email backscatter problem. Sometimes, but not always, when email is identified as spam, an email gets sent back to the "From" address saying it is spam. This email seems to come directly from my servers, which is bad as spammers usually spoof the From addresses. I have modified amavisd.conf as per below. I changed all the D_BOUNCE instances to D_REJECT, yet still emails seeming to come from my server gets sent back to the From address. This is the relevant bit out of amavisd.conf:
    $finalvirusdestiny = D_REJECT;
    $finalbanneddestiny = D_REJECT;
    $finalspamdestiny = D_REJECT;
    $finalbad_headerdestiny = D_PASS;
    I tried testing this by sending lots of emails that with keywords in them that rules are set up for to add enough points so that such emails get blocked, however, these emails seem to come through. At first I thought this was the AWL's doing, but by examining the headers of the email, there is no X-SPAM header as I'd expect, which makes me believe Spamassassin has not checked the email?? What can cause emails to bypass spamassassin and how do I get spamassassin to check every email? This seems to be a cause of my other problem of a lot of SPAM passing through the spam filter.
    I am also having a lot of trouble understanding the SA AWL.
    Is there any way I can change the scores in the AWL database?
    I have tried:
    spamassassin --remove-addr-from-whitelist=[email protected]
    This outputs a message saying it removed an address from the whitelist, but in reality does absolutely nothing. Way I can tell is by using this script which still shows the same entries for the relevant email address:
    http://spamassassin.apache.org/full/3.0.x/dist/tools/check_whitelist
    I'm stumped. Any answers/thoughts/suggestions would be much appreciated. Please help!

    postfix receives the mail, then passes it to amavisd.
    amavisd decides what scanners to use (clamav/spamassassin and possibly others) and performs the scan
    amavisd might not scan the messages if certain criteria are met (size too large, white list, etc), this is all configurable in amavisd.conf. For example, the size threshold by default may be too small, so messages with large graphics may not be scanned.
    after amavis processes the message, depending on the config of amavis, certain actions are performed (add headers, discard, reject, bounce, etc).
    then amavisd passes the mail back to postfix
    postfix delivers any deliverable mail to cyrus/dovecot and/or processes and bounce/rejection.
    a rejection doesn't work in the above scenario because it's already been accepted by postfix.
    best to discard.
    if you would like to learn more about the flow and logic, look at the amavisd config file
    /etc/amavisd.conf
    and check out the docs
    http://www.ijs.si/software/amavisd/
    Jeff

  • Just another ANNOYING problem with internet

    Hello everybody !
    So here we go, I am another user that has problems viewing web pages. To make a long story short I would like to add that though I am not a system administrator by any means, I am an experienced user. So if I say for example "I did nothing but the program stoped working correctly" DOES realy mean that I did nothing at all (therefore it doesnt mean that I occasionaly pushed few buttons while viewing complex settings and then forgot about it).
    PROBLEM : Sometimes (randomly) I am not able to view web pages. The problem may disappear suddenly, but otherwise I have to reboot computer to solve the problem (untill it happens again. And it WILL happen withing ~30min...4 hours, so several times a day)
    I USE : Macbook air 2012 (i7 8gb if it does matter). MacOS 10.8.2.   Everything is up to date, I frequently check the system for updates.
    WHAT HAVE I TRIED TO DO TO SOLVE THE PROBLEM :
    1) I have changed the wireless channel so that nobody around uses the same one
    2) I have changed router and internet provider (well I did not change them, I just use my mba at office, at home and somewhere else. Each place has its own router (d-link at work and apple airport express at home) and its own provider)
    3) I have changed mtu (maximum transmission unit) to 1453 from 1500 by default (System preferences -> network -> advanced )
    4) I have tried different public DNS servers
    5) I did try to request DHCP once again when the problem appears
    6) The last but not least - I have tried different browsers (safari, opera, firefox)
    The only thing that works yet - reboot.
    MY STUPID THOUGHTS ON THAT :
    - This is not a router problem, because I have already tried about 4-5 different models, including D-link, Airport and Asus
    - This is not an internet connection problem generaly (I am able to use skype, teamviewer etc. while the problem occurs)
    - This is not a macbook problem, because if I boot Windows (via bootcamp), it seems like I do not face that problem at all
    As a result : this is a MacOS problem, and I have to look for fix inside it.
    SOME ADDITIONAL INFO :
    It realy happens suddenly: I am browsing webpages, everything is ok. Then bum - and the next page starts to load SLOWLY. Few more pages load SLOWLY (if there are pictures, I find "?" instead of them). And then pages stop loading at some moment. If I try to refresh the page, it might help sometimes. But then, finaly, I just lose opportunity to load web pages by any means.  
    The problem may go away for some time, but it will return for sure. Rebooting every time is incomfortable for me, since I have a lot of stuff opened and rearranged between different spaces (desktops).
    Thank you for your time in advance guys ! Hope some of you have already faced the problem and have found the solution.
    Thank you for your time guys.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    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. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' 
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”. 
    Step 2 
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}' 
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}' 
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null 
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • [SOLVED] Problem w/ lxdream after updating/reinstalling OS.

    Hi,
    Yesterday I've made update on OS and then I've got Kernel panic... So I've recovered data and reinstalled OS (it was the best option for me, because previous system was such a mess). After installing OS I've compiled by myself lxdream and after copying 'bios data' to ~/.lxdream it gaves me "Illegal instruction" ("Bledna instrukcja" in polish). So, I've tried compiling from the AUR and I've got this same result. Before update/reinstall everything was working ok. This is from 'gdb lxdream' and typing 'run':
    Starting program: /(path_to)/lxdream
    [Thread debugging using libthread_db enabled]
    [New Thread 0xb3357b70 (LWP 1745)]
    ALSA lib pcm.c:7236:(snd_pcm_recover) underrun occured
    Program received signal SIGILL, Illegal instruction.
    0x0809547f in gl_reset_state () at drivers/video_gl.c:36
    36 glOrtho( 0, video_width, video_height, 0, 0, 65535 );
    (gdb) _
    My system spec:
    AMD Athlon 2000+ (1.6GHZ)
    512MB RAM in one DDR module (Kingston)
    80GB HDD PATA (Segate)
    Nvidia GeForce FX 5500 AGP (w/ using nvidia-96xx)
    Creative SB16 listed by lspci as Ensoniq 5880B
    I'm using xorg-server 1.7.5.902-1 and nvidia-96xx/nvidia-96xx-utils.
    It's not bug in alsa, because on previous install I've got alsa underrun occured and everything was working ok. Also it have other optional audio drivers (alsa,esd,sdl,null). Even on 'null' it's not working.
    I don't know what a problem is with lxdream, because previously it was working ok with the same drivers and 3rd party applications/libraries.
    It looks that some package after update have broken compatibility. I need this emu, because it's needed for me for Homebrew Development.
    I'll test lxdream on second PC with similiar specs, that have ArchLinux slightly outdated.
    It's my first post and sorry for my English, I'm Polish.
    Thanks a lot.
    // it works okay on second (not mine) pc, it has xorg-server 1.7.5.901 and open source ati radeon drivers (called 'radeon'), I don't know if that helps, if I would know how to debug it...
    Update:
    It looks that it's ia gtk or gl/glx bug, because when I comment this line 'glOrtho( 0, video_width, video_height, 0, 0, 65535 );' it runs, but when I get cursor over GL display it will crash with:
    Program received signal SIGILL, Illegal instruction.
    on_video_window_mouse_motion (widget=0xadff940, event=0xae03c18,
    user_data=0xae94600) at gtkui/gtk_win.c:133
    133 int x = (int)event->x;
    So it's looks that it is a GL/GLX or GTK bug. On that PC gtk version is 2.18.7, mine is 2.20.0.
    Update:
    I think, that it is a GTK 2.20.0 related problem...
    Update:
    Marked with 'SOLVED' flag in the subject.
    Last edited by XionKH10 (2010-04-06 09:35:48)

    Here you go:
    mail:~ dude$ ls -l /var/clamav/
    total 14736
    -rw-r--r-- 1 clamav clamav 610351 Nov 30 03:44 daily.cvd
    -rw-rw---- 1 clamav clamav 2 Nov 29 21:44 freshclam.pid
    -rw-r--r-- 1 clamav clamav 6924820 Nov 3 16:31 main.cvd
    and when I do the following:
    mail:~ admin$ ls -l /var/amavis/
    ls: : Permission denied
    So I tried the same command as root:
    mail:~ dude$ ls -l /var/amavis/
    ls: : Permission denied
    mail:~ dude$ sudo ls -l /var/amavis/
    Password:
    total 24
    lrwxr-xr-x 1 root clamav 33 Aug 12 10:38 .spamassassin -> /private/var/clamav/.spamassassin
    drwxr-x--- 4 clamav clamav 136 Sep 11 13:05 amavis-20060911T130530-11951
    drwxr-x--- 4 clamav clamav 136 Sep 11 13:26 amavis-20060911T132643-12041
    drwxr-x--- 4 clamav clamav 136 Nov 30 11:46 amavis-20061130T114636-17606
    drwxr-x--- 4 clamav clamav 136 Nov 30 11:49 amavis-20061130T114901-17679
    -rw-r----- 1 clamav clamav 0 Apr 12 2006 amavisd.lock
    -rw-r----- 1 clamav clamav 3 Nov 29 21:44 amavisd.pid
    srwxr-x--- 1 clamav clamav 0 Nov 29 21:44 amavisd.sock
    -rw-r--r-- 1 clamav clamav 3 Mar 20 2005 whitelist_sender
    I see something odd with the symlink in the first row. Is this the problem? If so, then how would I fix it?

  • Mac mini restart problem

    when i push restart and it never restart itself it will always show the white screen and you can see it is processing but it take very long and it seems never restart, you have to turn off the power and turn on again then you can start your computer
    how can solve this problem?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    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.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”.
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

Maybe you are looking for

  • How do i watch a purchased movie from the cloud on mac without having to download it

    I have downloaded the movies to my mac air, due to the limited capacity I have deleted them. they are now available on the cloud. so in order to watch them now, i need to download them, this takes time. so i would like to know if there is a possibili

  • Acces to protected network files in java

    Hi, I need to access files on a network (private LAN) via a java program. I need to provide a username and a password in order to access these files, becouse they are not accessible by guests (Microsoft Windows 2000 network). I saw Authenticator clas

  • Crazy selections with Preview "Select" tool.

    I recently installed Lion OS and Adobe Acrobat X as default pdf viewer.  Then I prefered Preview better and reset Preview to be the default pdf viewer.  Now I cannot use the "Select" tool to copy-paste a piece of a pdf to Word--it copies a random par

  • Lightroom 5 upgrade by downloading.

    I upgraded my Lightroom 4 to lightroom 5 , but by a mistake i used the serial number from my lightroom 3 upgrade disc, so now i have Lightroom 5 without the Lightroom 4 futures and i miss all my work from lightroom 4. Is it possible to re-upgrade.

  • External SWF rate

    I am using loadMovieNum to place an external swf on the stage. it is unloaded via an on (release). another button loads the external swf again. when it is reloaded a second time the external swf seems to play faster. the external swf has the followin