Clearing Safari Cache Automatically when it Quits

I work for a school district that uses Safari 2.0.4 on eMac’s running 10.4.7 and 10.4.8 and the students have their network home folders located on a 10.4.8 Server.
I would like to have Safari clear its cache every time a student quits Safari or logs out, but don’t see a way to have this done automatically. Is there a script or utility out there that clears the cache automatically?
Thanks for the help!

Hello again,
Ok, let's give this a go then
Personally, for editing scripts I like to use the command line 'vi' editor, but for starting with that may scare you off so lets use the regular TextEditor application for the time being.
Fire up TextEditor and open a new document. Change the type of the document to be a plain text file. This can be done via the Format menu -> Make Plain Text option (if it says Make Rich Text, then the file is already in plain text mode).
In the editor, copy and paste the following, but remove the line numbers I've added:
1 #!/bin/bash
2
3 logFile=/tmp/SafariCleanerLog.txt
4
5 echo "-----------------" >> $logFile
6 echo `date` >> $logFile
7 echo "" >> $logFile
8 echo "Deleting Safari cache files in: $HOME/Library/Caches/Safari/" >> $logFile 2>&1
9 echo "" >> $logFile
10
11 rm -rf $HOME/Library/Caches/Safari/* >> $logFile 2>&1
Some lines may appear to wrap around in the webpage, so use the line numbers as your guide to know if something is supposed to fit on one line or not.
This is what it does:
- The 1st line indicates what particular shell application to use to execute this script (/bin/bash in this case)
- The 3rd creates a variable that I'm using to store the path to a log file for what this script is doing
- Lines 5 to 9 append some logging information to the logfile we've decided to report to
- Line 11 does the actual deletion of the Safari cache files. rm is short for remove, aka delete, and the -rf means recursively (i.e. all subdirectories in the Safari cache folder) and forceably (i.e. don't askif you are sure for each and every file). The cryptic 2>&1 at the very end is to make any error messages that rm might generate appear in our logfile. If you try out the commands to see how they work, please please please be very careful with rm, once a file has been rm'ed its gone - it doesn't go to the Trashcan
Note that if you want to see more about what each of these commands do, you can use the man pages either from the Terminal itself or here. ('echo' is a built-in command to bash, so you would need to read the bash manpage for information on that)
Ok, so now we have a script. Save that on your Desktop with a name that makes sense for you (e.g. SafariCacheCleaner.sh - sh is the standard extension used to indicate something is a script, it's not required)
Now we need to execute a few Terminal commands to make this work when a student logs out. Fire up the Terminal from /Applications/Utilities/Terminal.app
The first thing we need is somewhere to place the script that is out of bounds to regular users, students, etc. OS X already has an area for scripts in /Library/Scripts/, so you may want to create your own area under this folder. For example, I created a 'Custom' folder via the following:
sudo mkdir /Library/Scripts/Custom
You may want to replace Custom with something else, like SchoolAdmin for instance. sudo is a command that gives the executor temporary administration rights. When you press return after typing the above command, you will be asked for a password - enter the password for your current user account and press return (note that you will not see anything appear in the Terminal while you are typing, this is a security feature).
Next up, we need to copy the script to this location and give it the correct permissions to be executed:
sudo cp ~/Desktop/SafariCacheCleaner.sh /Library/Scripts/Custom/
sudo chmod 755 /Library/Scripts/Custom/SafariCacheCleaner.sh
In this case, sudo will probably not prompt you for the password as it trusts access for a few minutes. If you leave things for, say, 10 minutes, it would ask you for your password again.
cp is the command for copying files/folders.
chmod is used to change permissions on a file. In this case, 7 means the owner of the file can write/read/execute the file, the first 5 means anyone in the same unix group as the owner can read/execute the file and the second 5 means everyone else can read/execute it.
Lastly, we need to tell OS X that we want this script to run everytime a user logs out. This can be done with the following command (this is one long line that the browser may wrap):
sudo defaults write com.apple.loginwindow LogoutHook /Library/Scripts/Custom/SafariCacheReset.sh
Hopefully, that should be it. You can test it out by logging out of your account and logging back in. The /Users/YourUsername/Library/Caches/Safari/ should be sparkling clean now.
I've tried to be a bit verbose to explain what's going on, so it's not as complex as it may look at first.
If you have any questions at all, feel free to ask - it's better to be sure of what you are doing when it comes to the Terminal sometimes.

Similar Messages

  • My keypad keeps disappearing when using google -- but only in the horizontal position.  In vertical, it works fine.  I have powered off and on, checked that Safari Instant is on, and cleared Safari cache.  Any help will be appreciated.

    My keypad keeps disappearing when using google -- but only in the horizontal position.   Vertically, it works fine.  I have powered off and then back on.  I have checked that Safari instant is on, and I have cleared Safari cache.  Nothing has worked so far.

    Okay -- it fixed itself.  Without any intervention, after all else had failed, and I was willing to live evermore with vertical searches.  If only everything else in my house mysteriously recovered from the broken state.
    Have no idea what was/is going on with the disappearing keypad.

  • HT203353 Safari extensions disappear when I quit the program?

    Why do Safari extensions disappear when I quit the program? They are all from the Apple extensions pages.  I started manually adding extensions because the Add This bar disappeared when I clicked the extensions off button and I couldn't find it to get it back. I liked Add This because it added an extra bar below the url box with the extensions in color. I tried to add the Pocket extension to Add This with a supposed installer from the web site but it disappeared when I clicked on it and didn't add it. Now when I add extensions from the Apple Safari extensions pages there are just little grey images on buttons beside the url box. I quit Safari at night and the next morning when I start the program the extensions are gone. They were all enabled which appears to be the default. Also want to know if Add This is no longer supported.

    Back up all data before proceeding.
    Launch the Keychain Access 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 and start typing the name.
    Use the search box in the toolbar of the Keychain Access window to search for an item named "Safari Extensions List". If found, delete it. Quit Keychain Access.
    Quit and relaunch Safari.

  • Query for clearing the caches automatically in the portal?

    Hi There,
    We are using EP Portal 6,currently we are having Oracle Archive logs issue which slows down the system.Now we are clearing the caches in the System Landscape-> Universal Worklist & Workflow->Universal Worklist Administration->Universal Worklist u2013Cache Admin by Manually.
    *Is there any steps to do it automatically which helps a lot?
    Thanks,
    Krishna.

    Hi,
    when you refresh the UWL it will clears the cache explicitly, Default time for UWl refresh is 5 min, You can automatically refresh the cache by changing the properties of UWL ivew (in Portal content) -
    sap_uwl_viewname  : DefaultView
    useNavigationId   : com.sap.pct.erp.mss.Main
    Check this wiki page for more info on cache interval change and more:
    http://wiki.sdn.sap.com/wiki/display/BPX/CompletedtasksdisappearonlyafterarefreshofUWL+cache
    all these work in EP 7 but not sure with EP 6.
    regards,
    Mahesh

  • Clearing Safari cache takes a long time

    I am a heavy Safari user. When I clear the cache, which I do every few days, it can take up to 20 seconds to do that. I don't recall it taking that long before. I have run Yasu to "clean up" my Mac mini but that didn't help with this problem. Or is it a problem? Thanks for any and all suggestions.

    Hi
    In the Finder, go to your User Account>Library>Caches. There, drag the Safari folder to the trash and restart Safari. This will create a new cache file for you. Subsequent "empty cache" via the Safari menu ought to be faster now.

  • Itunes restart automatically when i quit it

    Hello
    I'm running os x Lion 10.7.4 and iTunes last version 10.6.3 on an Imac 24" 2.8GHZ  core 2 duo (4go ram) early 2008
    When i quit itunes, it restart automatically, impossible to stop it. It uses all my cpu too.
    There is no message in the console output
    Please help me 
    Thanks

    The first thing I'd suggest is to get a good antispyware checker and give it a go at your system. Some recent spyware has been reported by other users to shut down iTunes or prevents it from launching. From user reports, Ewido seems to be the best at catching it. You can download a free version of Ewido here.

  • Safari starts automatically when restarting (Snow Leopard)

    Two days ago, Safari began to start automatically when restarting the system (iMac, Snow Leopard). I checked in Accounts>Login Item and it doesn't appear there. I also right-clicked the icon in the dock and the option to open when starting session was disabled.
    ¿Anyone knows how to solve it?
    Thanks in advance.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    As Guest, launch the application(s) and test. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on some Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.) Post the results of steps 1 and 2.

  • Firefox 4 extremely slow at start up, Then after awhile it clears its cache automaticly then its speed up. Please explain whats happening.

    Firefox would slow up when cache builds up. Especially at start ups. Extremely slow. Then a few second later it would go back to normal. Then when i check the cache. It has already been cleared automaticly. Can somebody please explain whats going on. Looks like it has something to do with Automatic cache management system. THank you very much.

    You may want to just get one utility for now.
    At this point, do you need a new graphic card? then you need to upgrade to Leopard. If your software and system won't be a problem regardless of compatibility great, but make sure. Otherwise, Snow Leopard will likely require lots more upgrades and updates.
    But maybe doing an upgrade to Leopard and then test the waters with Leopard and Snow L. makes better sense.
    Only the "Early, Early" 2006-7 1st Gen Mac Pros can run 10.4.11 (or at least install and officially supported).
    The product pages have misleading information but you do need 10.5.7 for the 4870 which is your best graphics upgrade choice. The 3870 came out a year ago and requires 10.5.3+.

  • I'm following Firefox Help for Windows XP on "clear cookies & cache." When I open Firefox & follow the Help steps (click on History, Tools, etc.) these aren't active links. I'm clicking on a Help display; no actions are executed. ???

    (On desktop PC) When I open Firefox & follow the Help steps (click on History, Tools, etc.), these aren't active links. I'm clicking on a Help display; no actions are executed. Cookies & cache aren't cleared.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.org/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"

  • Clear cache automatically using JavaScript in Linux

    Hi,
    I created this Javascript to be executed when an iBot completes (BI Delivers-->Advanced -->Add Action-->Custom Script; and Type:JavaScript)
    I am able to create a Javascript (Purge.js) on Windows and Purge the Cache accordingly like this:
    var nqCmd = "C:\\OracleBI\\server\\Bin\\nQCmd.exe";
    var dsn = "AnalyticsWeb";
    var user = "Administrator";
    var pswd = "Administrator";
    var tempInFileName = "C:\\Purge.txt";
    var tempOutFileName = "C:\\Output.txt";
    var wshShell = new ActiveXObject("WScript.Shell");
    var dosCmd = nqCmd + " -d \"" + dsn + "\" -u \"" + user+ "\" -p \"" + pswd + "\" -s \"" + tempInFileName + "\"" +" -o \"" + tempOutFileName + "\"";
    try
    wshShell.Run(dosCmd, 0, true);
    catch(e)
    throw e;
    Can anyone help me doing the same on Linux Environment?
    As our development server environment is Linux I want to implement the same procedure to clear the cache automatically.
    Hope I explained clearly!
    Thanks in advance.

    What you have there is actually a VBScript script which has even less chances of ever working in Linux than JavaScript. for Linux you can use nqcmd as shown in this post:
    http://obiee101.blogspot.com/2008/03/obiee-manage-cache-part-1.html

  • Safe Practice for Clearing Project Cache in Cap v.5

    Does anyone have a documented safe practice for clearing the Project Cache for Captivate v.5 projects?  Adobe has a fix for clearing cache for multiple projects in one step, but I'm wondering when is the best time to clear cache for a project.  My concern is clearing the project cache and then not being able to recover the project if the file get's corrupt (which is the original purpose for the cache in the first place).
    I've already done this once where I cleared the project cache and then couldn't open the file, then I didn't have the cached project available to recover the project.  Now I'm understandably a little gun-shy when using the Clear Cache option, but the alternative is to deal with a large amount of my computer storage being used for a bunch of files that I probably don't need.
    If anyone has the recommended list of steps and in the correct order, I'd really appreciate it.

    I don't know that there is any "documented safe practice" for when to clear the cache, but if you have Cp5 set to create backup files as well, even if you DO clear your cache, you should be able to recreate your project by renaming the backup file.
    I've been using Cp5 every day since it was in Alpha and I've only ever needed to restore a project from cache once.  In that case, my PC crashed while Cp was open and corrupted a project file.  But Captivate 5 has crashed plenty of times over the past year for one reason or another and yet I've never lost any more than a couple of hours work at worst.
    You are most likely to need this project restore feature if you've made the classic error of working from files stored on a network drive instead of your own hard drive.  If you only work from hard drive, install all the latest patches, keep your drivers and OS up to date, turn on the Cp backup file option, plus keep backups of all project files outside your PC, this is all the documented safe practice you need.
    Clearing the cache seems to solve quite a few otherwise baffling Cp issues.  I think you are more at risk by keeping the cache full than by clearing it.

  • Why often after making updates appears: some files on the server may be missing or incorrect. Clear browser cache and try again.

    Why often after making updates appears: some files on the server may be missing or incorrect. Clear browser cache and try again.

    Hi Gauray
    I can see it well but someone how works at the congress it appears:
    http://www.oeso.org/monaco_conference2015/endorsements.html
    Do you have an updated to clear browser cache automatically in Adobe CC Muse?
    If not, how can I prevent browser cache?
    It is correct if I put in Page Properties for Home Master, in HTML for  ha scritto:
    Why often after making updates appears: some files on the server may be missing or incorrect. Clear browser cache and try again.
    created by Gaurav Sharma in Help with using Adobe Muse CC - View the full discussion
    Hi,
    Could you please provide a URL of the site, so we can check it. Also, take a look to this thread, discussing the same
    Some files on the server may be missing or incorrect
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6767913#6767913
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • System preferences crashes as soon as I try and open it and safari opend automatically as soon as I switch my MacBook on, do I have a bug?

    Whenever I try to open my System Preferences it takes a long time to think about it then crashes, below is the error report.
    Also noticed that Safari opens automatically when I turn my Macbook on. About 6 weeks ago I had trouble with the Macbook picking up our wireless connection at home so I went and fiddled with some things in System Preferences (ill-advised as I know nothing about these things) so have I just unticked something important or do I have a bug? Any help is appreciated!
    System Preferences error report:
    Process:         System Preferences [149]
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Identifier:      com.apple.systempreferences
    Version:         5.2 (5.2)
    Build Info:      SystemPrefsApp-1510800~10
    Code Type:       X86 (Native)
    Parent Process:  launchd [69]
    Interval Since Last Report:          11482 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  166 sec
    Per-App Crashes Since Last Report:   3
    Date/Time:       2011-06-08 10:24:48.804 +0100
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  621296B2-8D25-4AA5-8061-DB68D7F5B8A2
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x0000000015932000
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.apple.ImageIO.framework       0x971a818b _CGImagePluginIdentifyPNG + 6
    1   com.apple.ImageIO.framework       0x971a7eae _CGImageSourceBindToPlugin + 301
    2   com.apple.ImageIO.framework       0x971a84e8 CGImageSourceGetCount + 55
    3   com.apple.AppKit                  0x94004707 +[NSBitmapImageRep _imagesWithData:hfsFileType:extension:zone:expandImageContentNow:includeAllReps :] + 583
    4   com.apple.AppKit                  0x9400449f +[NSBitmapImageRep _imageRepsWithData:hfsFileType:extension:expandImageContentNow:] + 115
    5   com.apple.AppKit                  0x9400408f +[NSImageRep _imageRepsWithContentsOfFile:expandImageContentNow:] + 679
    6   com.apple.AppKit                  0x940068b5 +[NSImageRep imageRepsWithContentsOfFile:] + 49
    7   com.apple.AppKit                  0x94006802 -[NSImage initWithContentsOfFile:] + 52
    8   ....frameworks.preferencepanes    0x000369b0 -[NSPrefPaneBundle icon] + 640
    9   com.apple.systempreferences       0x000052ff 0x1000 + 17151
    10  com.apple.systempreferences       0x00004ac9 0x1000 + 15049
    11  com.apple.systempreferences       0x00004965 0x1000 + 14693
    12  com.apple.systempreferences       0x00004280 0x1000 + 12928
    13  com.apple.systempreferences       0x000038e7 0x1000 + 10471
    14  com.apple.systempreferences       0x0000386b 0x1000 + 10347
    15  com.apple.systempreferences       0x0000346e 0x1000 + 9326
    16  com.apple.systempreferences       0x00007aee 0x1000 + 27374
    17  com.apple.Foundation              0x9361042a _nsnote_callback + 106
    18  com.apple.CoreFoundation          0x94e6d47a __CFXNotificationPost + 362
    19  com.apple.CoreFoundation          0x94e6d753 _CFXNotificationPostNotification + 179
    20  com.apple.Foundation              0x9360d680 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    21  com.apple.Foundation              0x93616ed8 -[NSNotificationCenter postNotificationName:object:] + 56
    22  com.apple.AppKit                  0x93fa2df2 -[NSApplication _postDidFinishNotification] + 125
    23  com.apple.AppKit                  0x93fa2d01 -[NSApplication _sendFinishLaunchingNotification] + 77
    24  com.apple.AppKit                  0x93f1c81b -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 284
    25  com.apple.AppKit                  0x93f1c014 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 98
    26  com.apple.Foundation              0x93635a9f -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 655
    27  com.apple.Foundation              0x936357af _NSAppleEventManagerGenericHandler + 223
    28  com.apple.AE                      0x91c4a648 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 144
    29  com.apple.AE                      0x91c4a57e dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    30  com.apple.AE                      0x91c4a425 aeProcessAppleEvent + 177
    31  com.apple.HIToolbox               0x951ac981 AEProcessAppleEvent + 38
    32  com.apple.AppKit                  0x93f198e9 _DPSNextEvent + 1189
    33  com.apple.AppKit                  0x93f18f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    34  com.apple.AppKit                  0x93f11f9f -[NSApplication run] + 795
    35  com.apple.AppKit                  0x93edf1d8 NSApplicationMain + 574
    36  com.apple.systempreferences       0x00009ba2 0x1000 + 35746
    Thread 1:
    0   libSystem.B.dylib                 0x90255ae2 mmap + 10
    1   com.apple.Foundation              0x93619f16 _NSReadBytesFromFile + 86
    2   com.apple.Foundation              0x93619e62 -[NSData(NSData) initWithContentsOfMappedFile:] + 82
    3   com.apple.AppKit                  0x940042d4 _NSNewDataOnImage + 335
    4   com.apple.AppKit                  0x94004035 +[NSImageRep _imageRepsWithContentsOfFile:expandImageContentNow:] + 589
    5   com.apple.AppKit                  0x940068b5 +[NSImageRep imageRepsWithContentsOfFile:] + 49
    6   com.apple.AppKit                  0x94006802 -[NSImage initWithContentsOfFile:] + 52
    7   ....frameworks.preferencepanes    0x000369b0 -[NSPrefPaneBundle icon] + 640
    8   ....frameworks.preferencepanes    0x0003ec68 -[NSPrefPaneBundle encodeWithCoder:] + 162
    9   com.apple.Foundation              0x9365a69f _encodeObject_old + 303
    10  com.apple.Foundation              0x93653572 -[NSArray(NSArray) encodeWithCoder:] + 562
    11  com.apple.Foundation              0x9365a69f _encodeObject_old + 303
    12  com.apple.Foundation              0x9365239b -[NSDictionary(NSDictionary) encodeWithCoder:] + 219
    13  com.apple.Foundation              0x9365a69f _encodeObject_old + 303
    14  com.apple.Foundation              0x9365a45c -[NSArchiver encodeRootObject:] + 140
    15  com.apple.Foundation              0x93659eed +[NSArchiver archivedDataWithRootObject:] + 125
    16  ....frameworks.preferencepanes    0x0003fb97 -[NSPrefPanesCenter(Private) _writeCacheThread:] + 849
    17  com.apple.Foundation              0x93610dfd -[NSThread main] + 45
    18  com.apple.Foundation              0x936109a4 __NSThread__main__ + 308
    19  libSystem.B.dylib                 0x9027d155 _pthread_start + 321
    20  libSystem.B.dylib                 0x9027d012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x0000d134  ebx: 0x971a84c5  ecx: 0xa0893008  edx: 0x15932000
      edi: 0x00000001  esi: 0xa0893ba0  ebp: 0xbfffe638  esp: 0xbfffe638
       ss: 0x0000001f  efl: 0x00010212  eip: 0x971a818b   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x15932000
    Binary Images:
        0x1000 -    0x17fff  com.apple.systempreferences 5.2 (5.2) <70a1dd0f03e4da0aa37478cdb12c11f4> /Applications/System Preferences.app/Contents/MacOS/System Preferences
       0x33000 -    0x4cfff  com.apple.frameworks.preferencepanes 12.2 (12.2) <0d0707aa41cd68c68302a3af7854e072> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x13dbc000 - 0x1413bff3  com.apple.RawCamera.bundle 3.0.2 (527) <981ab8346c346fa5f88601df06c56609> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90021000 - 0x9005bffe  com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9005c000 - 0x9010dfff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9010e000 - 0x90195ff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x90196000 - 0x90196ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90197000 - 0x90249ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x9024a000 - 0x9024affb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9024b000 - 0x903b2ff3  libSystem.B.dylib ??? (???) <1ebaeaae16eec98939d40cb0db0b1aec> /usr/lib/libSystem.B.dylib
    0x903b3000 - 0x903b7fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90408000 - 0x9040cfff  libGIF.dylib ??? (???) <b0ff75435ef93ab3d5486c78fa82a150> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90483000 - 0x905bcff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x9079c000 - 0x907a8ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x907fb000 - 0x90819fff  libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x9081a000 - 0x908c1feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x908c2000 - 0x90913ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90a7e000 - 0x90a8bfe7  com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90a99000 - 0x90b2cff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90b39000 - 0x90bc6ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90bc7000 - 0x90be2ff3  libPng.dylib ??? (???) <3a01fab3a2d1ae7f7df0821c5af41d87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90be3000 - 0x90be8fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91aea000 - 0x91af5fe7  libCSync.A.dylib ??? (???) <06652e36188190ec04d294f49c68f28a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91afc000 - 0x91afcffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c48000 - 0x91c77fe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91c78000 - 0x91c79ffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x91c7a000 - 0x91c88ffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x91c89000 - 0x91cc8fef  libTIFF.dylib ??? (???) <3b9aceaff5eae70bd19f9dc26e415969> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d01000 - 0x91d03fff  com.apple.securityhi 3.0 (30817) <b3517782ad664a21e4fd60242e92723e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91d04000 - 0x91d28fff  libxslt.1.dylib ??? (???) <adfe90a3d564d824d5ae0fa6df8d6c3f> /usr/lib/libxslt.1.dylib
    0x92108000 - 0x92111fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92503000 - 0x927ddff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x927de000 - 0x927e8feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x927e9000 - 0x929bafef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x929bb000 - 0x929e4fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x92a17000 - 0x92a74ffb  libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x92a78000 - 0x92ab9fe7  libRIP.A.dylib ??? (???) <378694b494a02de1b0c812da572579d2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92b3c000 - 0x92efafea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92efb000 - 0x92f0bffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92f0c000 - 0x92f8bff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92f8c000 - 0x93033fec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93034000 - 0x930fffef  com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93100000 - 0x9311fffa  libJPEG.dylib ??? (???) <3407c6f4869e698d3c4107b46e435119> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93120000 - 0x931b3fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9351d000 - 0x93605ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93606000 - 0x93882fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9398c000 - 0x9398cffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9398d000 - 0x939d6fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x939d7000 - 0x93a51ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93af7000 - 0x93afeff7  libCGATS.A.dylib ??? (???) <29154398dbefc2a1a97715e5af1e3552> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93dc9000 - 0x93dc9fff  com.apple.Carbon 136 (136) <eb3c292d5544512f86e1e4e743c23f8e> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93dca000 - 0x93dcdfff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93dce000 - 0x93dceff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93dcf000 - 0x93dd7fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93ed9000 - 0x946d7fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x946d8000 - 0x94ae8fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94ae9000 - 0x94b45ff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94df9000 - 0x94dfbff5  libRadiance.dylib ??? (???) <a21c033caf69bbd48770cbbbf51b8208> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94e0c000 - 0x94e18ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94e19000 - 0x94f4cfe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94f4d000 - 0x94f69ff3  com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94f6f000 - 0x95036ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95037000 - 0x95117fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x9511e000 - 0x95149fe7  libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x9517a000 - 0x95482fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95483000 - 0x954abff7  com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x954ac000 - 0x954eafff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9555f000 - 0x9555fff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x95560000 - 0x955abfe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x955af000 - 0x95609ff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9560a000 - 0x9561fffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95620000 - 0x95620ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95621000 - 0x95663fef  com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95664000 - 0x95d04fef  com.apple.CoreGraphics 1.409.7 (???) <7b65edcce394f39b6a1954d5e30bc34c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x95d17000 - 0x95d17ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9681b000 - 0x96cecfbe  libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96d80000 - 0x96dfdfeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96dfe000 - 0x96e38fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96e39000 - 0x96e49fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96e4a000 - 0x96e60fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x971a5000 - 0x972eeff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <67d6f9abf5cc16f444052ee93e906d83> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x974e9000 - 0x97516feb  libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x97517000 - 0x9751effe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x9751f000 - 0x978bcfef  com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x978c2000 - 0x978c8fff  com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x978c9000 - 0x97946fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x97947000 - 0x9797efff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9797f000 - 0x97986fe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x97987000 - 0x97a11ff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97a12000 - 0x97a6bff7  libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97a6c000 - 0x97a84fff  com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x97a97000 - 0x97be9ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97bea000 - 0x97ca5fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97ca6000 - 0x97d33ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97d34000 - 0x97e15ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    I've tried the link and deleted com.apple.systempreferences.plist from the various lists such as:
    Users/yourname/Library/Preferences /com.apple.systempreferences.plist
    Users/yourname/Library/Preferences/By Host/com.apple.systempreferences.xxxxx.plist
    Still can't open System Preference still crashes and cannot be opened. Whenever I  spend too long looking around in the Users/yourname/Library/Preferences folder the whole Macbook freezes and I have to force switch it off.
    The reason I asked about QuickLook is because there's something in the Users/yourname/Library/Preferences/ called com.apple.quicklookdaemon.plist that keeps returning evening when you trash it. Thought this might be suspicious.

  • My existing purchases have INSTALL next to them, but when I try click on them it says "There was an error in the App Store. Please try again later. (100)". I've tried restarting, clearing all caches, buying and downloading new apps (which works). Any idea

    Hi - in the app store, I've logged in with no problem, but when I go into my existing purchases and have INSTALL next to everything I've bought, and try to click on them it says;
    "There was an error in the App Store. Please try again later. (100)".
    I've tried restarting, clearing all caches, buying and downloading new apps (which works), and also buying and downloading more music from iTunes too (so I update all T&C's etc too, and update all payment info). But nothing seems to solve this. Any ideas?? Thanks a lot, Greg

    This procedure is a diagnostic test. It makes no changes to your data.
    Please triple-click anywhere in the line below on this page to select it:
    ls -@Oaen L*/Coo* | pbcopy
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    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.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign ($) to appear below what you entered.
    The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message.
    The Terminal window doesn't show the output. Please don't copy anything from there.

  • When I click "Clear now" to clear the cache, nothing happens, no acknowlegement the the cache is cleared, and I need to know whether the function is working.

    login problem at an arts forum... login works at other sites.
    I can't log in. They gave me a new password and were able to log in with it, doesn't work for me. They suggested clearing cache.
    I removed a cookie from that site, and tried to clear the cache, but suspect I was unsuccessful. When I go to the login, after attempting to clear the cache and removing cookie, the login form is immediately filled in with a password, which could be the old one or the new one, they are unfortunately the same number of letters.
    How do I get the cache clear if the edit preferences thing is not working?

    As a quick test for cookie or cache problems you can try to switch Private Browsing mode on to see if that allows to log in.
    You can either use Tools > Start Private Browsing or set a check mark in:
    * Tools > Options > Privacy: [ ] "Automatically start Firefox in a private browsing session"
    To see all the History and Cookie settings, select: Tools > Options > Privacy > History: Firefox will: "Use custom settings for history"<br />
    Do not forget to exit Private Browsing mode after you have finished the login test.

Maybe you are looking for