Strange Locked Folder Problem

Hello,
I have a folder on my main hard drive that contains all my digital photos (30 gigs worth). Inside this folder are dozens and dozens of folders (named by date) that contain the images. I normally do a manual backup by just picking up the main folder and dropping on my external harddrive, thus erasing the previous version of this folder.
This has stopped working because somehow, many images are now in a locked status. If I hit apple I and look at the info panel, they are locked. At least 100-200 images have suddenly become locked. It is VERY hard to find where these images are amongst the 30 gigs of photos.
Is there a command that I can use to unlock the entire folder of photos?
And does anyone have any idea how these photos got locked without me doing it?
Thanks!

And does anyone have any idea how these photos got locked without me doing it?
No, I don't.
Let's try this.
Launch your Script Editor (Applications>AppleScript>Script Editor) and paste the (blue) code below into it.
Then click Run.
set lockeditems to {}
set chosenfolder to choose folder with prompt "Choose the folder whose contents you'd like to unlock:"
tell application "Finder" to set folderitems to (items of (entire contents of chosenfolder) whose locked is true)
set lockeditems to chosenfolder & folderitems
tell application "Finder"
repeat with i from 1 to (count of lockeditems)
set lockeditem to item i of lockeditems
try
set locked of lockeditem to false
on error e_ number n_
display dialog e_ & return & return & n_
end try
end repeat
end tell
set s_ to "s were"
if ((count of lockeditems) = 1) then set s_ to " was"
display dialog ((count of lockeditems) as string) & " item" & s_ & " unlocked."
I hope it does the trick!
Tom

Similar Messages

  • File sharing problem with a PC . locked Folder Icons and funny things

    Help was running Tiger fine then upgraded to leopard now my Macbook pro wont shut down properly unless i disconnect all the external USB devices that are attached.
    I also used to be able to write to my shared folder on my Windows PC, this comes up on my mac Book pro now with a locked disk icon on it and i cant save to it. the folders inside it also start changing there icon appearance at will. and some times when i try to save a file to it it keeps telling me the file name is too long even if i change it to only one or two characters .
    would not mind too much but this is my business thats being effected by this . I have tried it on 2 Imac
    Dual core flat panel machine's which still run in tiger and everything is fine with both of these so i know its Leopard that has caused these faults. anyone with any help please let me know .
    ian

    *Same problem* here: MacBook on Tiger was fine, after installing Leo, unable to write on shared pc-folders (lock-icon).
    There are 2 work-arounds I found:
    1. uncheck the "protected" box in the info-panel (Mac) of a locked folder,
    2. if the pc-folder had a custom icon, resetting to standard will unlock the write protection as well. In both cases, the folders on the pc will change their icons... I have to agree that this is a Leopard issue.
    As I use the Mac for work and often have to exchange docs from and to pc's this "bug" is annoying me.
    casp.

  • Safari problem - lock folder

    My brother in law has a Safari problem with his MacBook. When launching Safari in the main account, it will lauch, open a window and quickly crash. After it crashed, a folder named "Lock" is created in the Users>(Main account)>Library>Safari folder. We tried deleted this folder and relaunching Safari, but Safari crashed upon launch and this lock folder is recreated. Safari works just fine in the other account, so it is definitely something unique to the main user file. Here a copy of the crash log, if that helps:
    Host Name: curt-bratchers-computer
    Date/Time: 2006-12-25 13:19:31.625 -0500
    OS Version: 10.4.8 (Build 8L2127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [2996]
    Version: 2.0.4 (419.3)
    Build Version: 7
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 3226
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x14c5b2ed
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x90835fe9 __CFBinaryPlistCreateObject + 3708
    1 com.apple.CoreFoundation 0x9082c6f3 __CFTryParseBinaryPlist + 177
    2 com.apple.CoreFoundation 0x9082ba60 _CFPropertyListCreateFromXMLData + 150
    3 com.apple.Foundation 0x92643159 +[NSPropertyListSerialization propertyListFromData:mutabilityOption:format:errorDescription:] + 89
    4 com.apple.WebKit 0x94ca7621 -[WebHistoryPrivate _loadHistoryGuts:URL:error:] + 177
    5 com.apple.WebKit 0x94ca7559 -[WebHistoryPrivate loadFromURL:error:] + 62
    6 com.apple.WebKit 0x94ca74d3 -[WebHistory loadFromURL:error:] + 51
    7 com.apple.Safari 0x0001e754 0x1000 + 120660
    8 com.apple.Safari 0x0001e6bb 0x1000 + 120507
    9 com.apple.Safari 0x0001e3ac 0x1000 + 119724
    10 com.apple.Foundation 0x925e5207 nsnotecallback + 230
    11 com.apple.CoreFoundation 0x908533f6 __CFXNotificationPost + 345
    12 com.apple.CoreFoundation 0x9084ac11 _CFXNotificationPostNotification + 600
    13 com.apple.Foundation 0x925dd860 -[NSNotificationCenter postNotificationName:object:userInfo:] + 121
    14 com.apple.Foundation 0x925e4755 -[NSNotificationCenter postNotificationName:object:] + 55
    15 com.apple.AppKit 0x93250e94 -[NSApplication _postDidFinishNotification] + 124
    16 com.apple.AppKit 0x93250d7e -[NSApplication _sendFinishLaunchingNotification] + 67
    17 com.apple.AppKit 0x9325087d -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 273
    18 com.apple.AppKit 0x93250448 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 96
    19 com.apple.Foundation 0x925eaef1 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 447
    20 com.apple.Foundation 0x925ead1b _NSAppleEventManagerGenericHandler + 91
    21 com.apple.AE 0x91516fb5 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 147
    22 com.apple.AE 0x91516ee6 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    23 com.apple.AE 0x91516db2 aeProcessAppleEvent + 190
    24 com.apple.HIToolbox 0x92dcc340 AEProcessAppleEvent + 37
    25 com.apple.AppKit 0x9324e63d _DPSNextEvent + 1044
    26 com.apple.AppKit 0x9324e056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    27 com.apple.Safari 0x00006cea 0x1000 + 23786
    28 com.apple.AppKit 0x93247ddb -[NSApplication run] + 512
    29 com.apple.AppKit 0x9323bd2f NSApplicationMain + 573
    30 com.apple.Safari 0x0005f54a 0x1000 + 386378
    31 com.apple.Safari 0x0005f471 0x1000 + 386161
    Thread 1:
    0 libSystem.B.dylib 0x90009857 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082a2f3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x90829b0e CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92622dc6 -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.Foundation 0x92622cc2 -[NSRunLoop run] + 75
    5 com.apple.WebKit 0x94c9864d +[WebFileDatabase _syncLoop:] + 198
    6 com.apple.Foundation 0x925ed36c forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90009857 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082a2f3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x90829b0e CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92622a9b +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x925ed36c forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90009857 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082a2f3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x90829b0e CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92649c4e +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x925ed36c forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90019d3c select + 12
    1 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00002628 ebx: 0x9083517e ecx: 0x00000000 edx: 0x14c5b2ed
    edi: 0x14c5b2ed esi: 0x00000000 ebp: 0xbfffee08 esp: 0xbfffe8c0
    ss: 0x0000001f efl: 0x00010256 eip: 0x90835fe9 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0xdbfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
    0x90000000 - 0x9016ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901bf000 - 0x901c1fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c3000 - 0x90200fff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90227000 - 0x902fdfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031d000 - 0x90771fff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90808000 - 0x908d0fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9090e000 - 0x9090efff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90910000 - 0x90a03fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a53000 - 0x90ad2fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afb000 - 0x90b5ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bce000 - 0x90bd5fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bda000 - 0x90c4dfff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c62000 - 0x90c74fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7a000 - 0x90f20fff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f63000 - 0x90fcbfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91003000 - 0x91041fff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91054000 - 0x91064fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9106f000 - 0x910edfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91122000 - 0x91140fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9114c000 - 0x9115afff libz.1.dylib /usr/lib/libz.1.dylib
    0x9115d000 - 0x912fcfff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913fa000 - 0x91402fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91409000 - 0x9142ffff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91441000 - 0x91448fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9144c000 - 0x914c2fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91513000 - 0x91513fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91515000 - 0x91540fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91553000 - 0x91627fff com.apple.ColorSync 4.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91662000 - 0x916d5fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91703000 - 0x917acfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917d2000 - 0x9181dfff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9183c000 - 0x91852fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9185e000 - 0x91878fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91882000 - 0x918bffff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918d3000 - 0x918dffff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918e6000 - 0x91921fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91933000 - 0x919e5fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a2b000 - 0x91a41fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a46000 - 0x91a64fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a69000 - 0x91ac7fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ad9000 - 0x91addfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91adf000 - 0x91b5cfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b60000 - 0x91b9dfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ba3000 - 0x91bbdfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bc2000 - 0x91bc4fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91bc6000 - 0x91bc6fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91bc8000 - 0x91c56fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91c5d000 - 0x91c5dfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91c5f000 - 0x91cb8fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91cc1000 - 0x91ce5fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91ced000 - 0x920f6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92130000 - 0x924e4fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92511000 - 0x9258ffff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x925d0000 - 0x92800fff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9290c000 - 0x929eafff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92a07000 - 0x92af4fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b04000 - 0x92b1bfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b26000 - 0x92b7efff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92b92000 - 0x92b92fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92b94000 - 0x92ba4fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bb3000 - 0x92bbbfff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bc1000 - 0x92bc6fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bcc000 - 0x92c5dfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c71000 - 0x92c74fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c77000 - 0x92c95fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ca7000 - 0x92cadfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cb3000 - 0x92d16fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d3a000 - 0x92d7bfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92da2000 - 0x92daffff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92db6000 - 0x92dbbfff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92dc0000 - 0x930b4fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931ba000 - 0x931c5fff com.apple.opengl 1.4.12 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931ca000 - 0x931e5fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93235000 - 0x93235fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93237000 - 0x938edfff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c6e000 - 0x93ce8fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d21000 - 0x93dd9fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e1b000 - 0x93e1bfff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e1d000 - 0x93feffff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94040000 - 0x94081fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94089000 - 0x940c3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94151000 - 0x9418ffff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x941d3000 - 0x941e4fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x941f2000 - 0x94230fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9424c000 - 0x9425bfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94262000 - 0x9426dfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942b9000 - 0x942d3fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x946f3000 - 0x94839fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x948c5000 - 0x948d4fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x948db000 - 0x94904fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9490a000 - 0x94919fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9491d000 - 0x94942fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9494e000 - 0x9496bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94c96000 - 0x94d28fff com.apple.WebKit 418.9.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94d82000 - 0x94e04fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x94e3d000 - 0x9511cfff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9529b000 - 0x952befff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x996bf000 - 0x996f6fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x99712000 - 0x99724fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Any help is greatly appreciated.

    I'll give the history delete a try. The file in the lock folder is a preference file. Here is it's contents:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>LockFileDate</key>
    <date>2006-12-25T20:49:09Z</date>
    <key>LockFileHostname</key>
    <string>localhost</string>
    <key>LockFileProcessID</key>
    <integer>3775</integer>
    <key>LockFileProcessName</key>
    <string>Safari</string>
    <key>LockFileUsername</key>
    <string>Curt Bratcher</string>
    </dict>
    </plist>

  • How do I resolve LOCKED DISKS problem ? NO ACCESS ANYMORE !

    Hello everybody,
    I've looked carefully where to post this topic,
    and I hope it's the right place here
    (I have already been warned not to post the same questions in different places).
    I have actually 2 internal volumes locked, 2 external Firewire volumes locked and 2 USB external volumes locked. I'm talking about *5,7 To* with *NO ACCESS* anymore.
    It happened suddenly, and I was working on Snow Leopard 10.6.3 internal drive. This volume is the *only one* that has NOT been locked, but I lost a lot of applications, documents and so on on it.
    Each of the locked volumes I am talking about shows,
    in *Sharing & Permissions* (Get Info window),
    the same Privileges :
    — everyone : Custom
    — admin : Custom
    — olcha (Me) : Custom
    — staff : Custom
    — everyone (again) : Custom
    You'll notice that "System" is not there (should be there with R+W),
    and "admin" should have also R+W privilege.
    I don't know why "staff" is here (perhaps, one day, somebody will explain to me the difference between : wheel, staff and admin).
    I also don't know why "everyone" is there two times.
    If I unlock the padlock (bottom right) with my password, I can only
    check or uncheck the "Ignore ownership on this volume" square (bottom left).
    Doing this (apparently) offers *no interest at all* to solve the problem
    (and what does this function produce, when activated or not ?).
    I can't *absolutely not* :
    • Change *any privilege* of any of the 5 items ;
    • Remove (with "-") any of these items ;
    • Add a line (for example "System" or "wheel", why not ?)
    but nothing new is shown after "+" making.
    • The wheel (on the right of "+" and "-") shows only "revert changes" in grey.
    I phoned immediately last thursday Apple Assistance,
    and I am in contact with a Level 2 Apple Adviser who gave me his e-mail.
    I sent him two messages, but he replied me that perhaps MONDAY
    he could find the time to call me.
    Now, first, please tell me if you have any idea or solution !
    Thank you very much in advance.
    Secondly, I have reflected on the solving,
    and would like to know what you think about what follows :
    You know that, in Disk Utility, you can erase a disk or partition.
    If, in "Security Options…", I choose "Don't Erase Data", and then "Erase…" :
    1) Sharing and Permissions will be changed and become (reset to) correct ;
    2) It's said, in "Security Options…",
    that "many commonly available disk recovery applications can restore that data".
    I would be very glad that you indicate me :
    1) the best application to use for that recovery ;
    2) I already own "Drive Genius 3.0", "Data Rescue 3.0.2" and
    (I think it's the best after a try on an internal 30 Go partition)
    "Stellar Phoenix Macintosh Data Recovery".
    Thank you in advance for your answers and advices,
    With my kind regards
    Olivier Herrbach
    [email protected]
    PS : Dear Forum Webmaster,
    I would like to know :
    1) if I posted this topic in the right place ;
    2) if you allow me to post it elsewhere (and in this case, where ?) ;
    3) is it possible to paste images in messages,
    and, if yes, which format is needed (TIFF, png, jpeg …)
    Thank you very much
    Olivier Herrbach

    Dear ChazBowie,
    Here is the solution I've found for *LOCKED DISKS* problem.
    I'll respond the shorter I can, avoiding for the moment to talk about the complicated solutions
    that Apple gave to me, which involved volume by volume (only one each time) intervention, and were working by, each time, entering one line, password, then another line in Terminal. I will communicate these instructions later, but they do not need to be publicated here with urgence.
    I found two little free softwares that can modify *ALL Privileges* in Sharing and Permissions, *on ANYTHING*. You will have to be careful using them, as they even allow to act as "Root" administrator.
    I'd also like everyone to *donate anything* to these helpful developers, and I'd be very pleased to have *your feedback and results*.
    ••• 1) — *BatChmod 1.6.2* (162), written by a compatriot, Renaud Boisjoly.
    E-mail (if you have doubts or questions) : [email protected]
    Free software downloading site : *http://www.macchampion.com/arbysoft*
    (excuse me, but I don't know how to make a link here).
    ••• 2) — *FileXaminer 2.7*, recommended by Renaud himself.
    Dear ChazBowie,
    Here is the solution I've found for *LOCKED DISKS* problem.
    I'll respond the shorter I can, avoiding for the moment to talk about the complicated solutions
    that Apple gave to me, which involved volume by volume (only one each time) intervention, and were working by, each time, entering one line, password, then another line in Terminal. I will communicate these instructions later, but they do not need to be publicated here with urgence.
    I found two little free softwares that can modify *ALL Privileges* in Sharing and Permissions, *on ANYTHING*. You will have to be careful using them, as they even allow to act as "Root" administrator.
    I'd also like everyone to *donate anything* to these helpful developers, and I'd be very pleased to have *your feedback and results*.
    ••• 1) — *BatChmod 1.6.2* (162), written by a compatriot, Renaud Boisjoly.
    E-mail (if you have doubts or questions) : [email protected]
    Free software downloading site : Gideon Softworks : *http://www.gideonsoftworks.com/*
    I won't copy here the texts that are on both sites, but it's very instructive.
    Remember that the applications don't only work on files and folders,
    *but also on disks attributes*.
    You'll also have some work to do (I don't remember, perhaps not), by going in the Get Info windows
    and changing privileges to the correct ones, that means you must know
    (I'm not sure, verify please) what privileges are to be set for a volume
    (YOU WILL HAVE ACCESS TO THEM, AND CHANGES YOU MAKE WON'T BE RESET TO "CUSTOM").
    Does anybody know something about the "Ignore ownership on this volume" checkbox ?
    *I always uncheck it*.
    I would also like very much to know the differences between the two-headed iconed groups :
    "staff", "wheel" and "admin", and IN THE END know *WHERE are the rules* you have to observe
    when doing changes in privileges (for example, I don't want to give my password to copy something in Users folder, nor "MyName" folder. I've changed that without, I hope, having created any dysfunction).
    Please tell me if you know anything about these 2 subjects above.
    I'm very glad if my informations have been useful/helpful.
    With my kind regards,
    Olivier Herrbach

  • Folder problems on external drive, not showing correct file size

    I've run across a strange problem. I'm media managing for a tv show, meaning I'm offloading video from CF cards onto 2 external drives, one is a Drobo Raid (set up for backup) and another is a Lacie rugged drive. After copying the media to both drives, the folder I copy will match, but sometimes as I drill upward in my folder structure, suddenly the file sizes will not match. To be more clear: 2 folders will show differing file sizes, but inside that folder is only another folder,nothing else, which matches across the drives. I've shown all files in finder and there's no hidden files, though sometimes I see the ds_store files are different sizes (8k vs 16k), but that's not always the case. Sometimes if I simply create a new folder and move it's contents into it I can get the folders to match, but sometimes that doesn't work. It's part of my workflow to show that these copies match exactly via screenshots, and although the most important folder (the direct folder holding the footage) always matches, these folder problems are super frustrating as it's not constant, and any workarounds also work inconsistantly.
    I had an accidental disconnect of the Drobo one time, and although none of the data seems to have any problem, I fear it's done something to the directory. The rugged drive is swapped out every few days and the problem seems to be on the Drobo. Because the nature of the data is pretty important, I'm afraid to just try messing around with repairing or other software solutions unless I know it's super safe and won't harm the data.
    I'm at a loss as to what's causing it and at the very least how to avoid it cropping up. Any help or insight would be appreciated!

    I had the same problem with my iMac, first I repaired the disk, then I ejected the disk, restarted, and then reinserted the USB in a different port.  All of my files magically showed up.  I don't know what caused the error but it has been working fine since. 

  • Locked file problem with WebDAV

    I am using DreamWeaver CS3 on my Macintosh at home and on a
    PC at work. I am connecting to my website via WebDAV, and for some
    reason Dreamweaver cannot edit the files on the site. When I try to
    check out any file I get an error stating: "file.html is locked and
    can be viewed but not edited" I then have the option to check it
    out or view or cancel. Regardless of what I do, if I continue and
    open the file and make changes the file will not get updated on the
    remote server even though Dreamweaver reports a successful "put" or
    "check in" command in the log file. This happens on both the
    Macintosh and the Windows PC. Both are also updated to the latest
    versions of Dreamweaver.
    The strange thing is, if I mount the WebDAV server as a
    filesystem on my macintosh and authenticate with the same
    login/password that entered in Dreamweaver's WebDAV settings, I can
    edit the html files using a text editor and they save perfectly
    fine. Additionally, while the web server is mounted on the desktop,
    if I change Dreamweaver's site settings to "local/network" and
    enter the locally mounted WebDAV share path instead of using
    Dreamweaver's built-in WebDAV client, then everything works
    properly in Dreamweaver. Reverting back to using WebDAV in
    dreamweaver (as opposed to through the OS) brings about the same
    "locked file" problem as before.
    There appears to be a problem with Dreamweaver's WebDAV
    access to the site, and I'm wondering if there's an easy fix or if
    this has been experienced by others?
    Thanks,
    -Topher

    Have a look at FileUtils::DecomposeUnicode and NormalizeUnComposedUnicodeChars. Use the first to convert before using i.e. FileUtils::PMStringToSysFile() and the later afetr i.e. FileUtils::IDFileToPMString().
    HTH

  • Media lock/folder lock/wallet (freeware) for my 58...

    what are the freewareedia lock/folder lock/wallet apps i can use in my 5800 (s60 5th)?
    i just need to lock a private folder with a password...
    thanx

    is the drive formatted FAT? if so the permissions are irrelevant as FAT does not understand unix permissions anyway. however, it does support some (but not all) unix flags including the unchangable flag that is set when you lock a file. however, there seem to be differences in the way flags are set in HFS+ and FAT which lead to some very strange results which I don't understand. I experimented a lot with them a while back with rather weird results.
    when i created a file in OS X and put it on a flash drive i could lock and unlock it without issues both in OS X and windows. no password required. but sometimes (not all the time) some locked files from windows would absolutely refuse to unlock in OS X and some others wold refuse to lock! just as you are seeing. I have no idea what's up with that or what exactly cases this. the bottom line is. if a file refuse to lock or unlock in OS X there is nothing yo can do with it without booting into windows.
    P.S. there have been many posts by others experiencing the same behavior. AFAIK, nobody has fond a way around it.
    Message was edited by: V.K.

  • Casio G'zone Commando lock keypad problem

    Phone is a little over a year old with no major issues.  In the last week or so I began to experience the follow problem.
    When I swipe to gain access to the security lock key pad, I don't always see the whole keypad.  On a very random basis is will only display the numbers 1, 2, 4, 5, 7, 8, OK, and 0.  The right side with the other numbers does not show up.  It looks almost what it would look like in a "landscape" position versus a "portrait" position.
    Again, it is a very random problem and there doesn't seem to be anything I can do reproduce the same results

        Wow Ltblue8414!
    That really does sound like a strange and random problem! It's pretty important to see the whole keypad when you're trying to get into your phone!  I will be delighted to provide some information to see if we can keep this random problem away.
    The first thing I would check for would be 3rd party applications revolving around how the screen/keyboard/home pages function. If you have any applications that may alter or "lay over" the original screen/keyboard/home pages I would uninstall them for awhile and see how it goes.
    If it still happens it may unfortunately just be a glitch. Smartphones are so advanced now they're like mini computers! Just like a computer, sometimes you have to reset it.
    If you ever have to go this route please know that a majority of your information backs up automatically.  You contacts are saved via gmail/backup assistant. Your media is saved to your SD Card (make sure you have one!) and your applications can be redownloaded by visiting google.com/play and choosing the My Android Apps tab.
    To Hard Reset your phone please follow these steps:
    http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=42638
    Keep me posted!
    Thanks,
    MelissaM_VZW
    Follow us on Twitter @vzwsupport

  • Locking Folder - questions

    I have a folder named "Photos" that I store my photographs in that I have many folders and folders within folders and photo files in.
    I had a scare last night as I burnt some photos to DVD, yet there were too many, so I went to remove them from the DVD (by dragging to trash) and at some point I actually double clicked the aliases on the DVD and was inadvertently dragging some folders to the trash that were the real files on the HD. Luckily, I had everything backed up and recovered.
    I'd like to avoid this in the future. Can I simply "lock" the "Photos" folder and protect all folders and files in the "Photos folder" or do I have to individually lock each folder in the "Photos" folder.
    I did a test run and locked "Photos" It successfully locked me from dragging things into "Photos" (which is good), but then I dragged a folder out of "Photos" to the desktop (which I thought it wouldn't allow me and would also be good) but it did allow folders in there to be removed from "Photos" and placed on the desktop. I won't attempt to drag folders from "Photos" to the trash and delete for obvious reasons but I just wonder if the locked folder would allow that to occur also.
    Update: I just did a quick test by creating an untitled folder and locking it and placing folders with files in them in the untitled folder. I locked the untitled folder and when I dragged something out of it to the desktop it only made a copy of the folder (and it's contents) on the desktop and retained the folder in the locked untitled folder. What puzzles me is that if I like "Photos" and drag a folder out of it, the original folder is removed from "Photos" and placed on the desktop (not a copy) - strange!

    my last sentence should have read
    "What puzzles me is that if I lock "Photos" and drag a folder out of it, the original folder is removed from "Photos" and placed on the desktop (not a copy) - strange!"

  • How to Unlock folder or trash locked folder?

    How can I trash a 'Locked' folder? I've tried to unlock it, but it didn't work. The folder actually came from a PC or windows.
    Mac OS 10.3.9
    Power PC G5

    Try holding down the option key while dragging to the trash.
    [You can't empty the Trash or move a file to the Trash in Mac OS X|http://docs.info.apple.com/article.html?artnum=106272]
    [Solving Trash Problems|http://www.thexlab.com/faqs/trash.html]
    If the suggestions in the above links don't work you can try a utility such as [DropNuke|http://www.versiontracker.com/dyn/moreinfo/macosx/12664]

  • Row lock contention problem on Inventory Management

    Hi
    My client is product based company and have e-Commerce (online Sale Order) application using Oracle database 10.2.0.5 & Web application deployed on WLS. Client have ~ 90 Warehouse country wide and ~ 200 Products (Items). Each product stock for each warehouse is maintained in Inventory Table (INV_BALANCE) which get updated for each order and their sale's products. We are using NO WAIT function to acquire lock on row to update stock balance. Last few months, client business is growing very fast and during Promotional Events (EXPO), they have sales of ~ 75K orders (~ 250K Items) within 2-3 days which start causing  row lock contention problem on INV_BALANCE table. We are seeing lots of "Row Lock Wait" and "enq: TX - row lock contention" event which cause ORA-00060: Deadlock detected and we need to eventually clear blocking sessions or everything just choked.
    select statistic_name,value from sys.v_$segment_statistics where object_name = 'INV_BALANCE'
    STATISTIC_NAME                                                                                                                        VALUE
    logical reads                                                                                                                                12423072
    buffer busy waits                                                                                                                           3895
    db block changes                                                                                                                         3516768
    physical reads                                                                                                                               957
    physical writes                                                                                                                            12197
    row lock waits                                                                                                                             49909
    space used                                                                                                                                -52921
    Deadlock graph:
                           ---------Blocker(s)--------  ---------Waiter(s)---------
    Resource Name          process session holds waits  process session holds waits
    TX-00880017-00002584       321    1675     X            110    1445           X
    TX-00b60008-00000741       110    1445     X            337    2158           X
    TX-0148000b-0000009e       337    2158     X            378    1525           X
    TX-01d50015-0000006f       378    1525     X            363    1842           X
    TX-02290012-00000070       363    1842     X            267    1798           X
    TX-024a0026-0000006e       267    1798     X            364    2084           X
    TX-020a0004-0000006f       364    2084     X            135    2113           X
    TX-01dc001f-00000070       135    2113     X            129    1586           X
    session 1675: DID 0001-0141-000001CA    session 1445: DID 0001-006E-00000202
    session 1445: DID 0001-006E-00000202    session 2158: DID 0001-0151-0000026B
    session 2158: DID 0001-0151-0000026B    session 1525: DID 0001-017A-00000167
    session 1525: DID 0001-017A-00000167    session 1842: DID 0001-016B-000002B4
    session 1842: DID 0001-016B-000002B4    session 1798: DID 0001-010B-000001F1
    Rows waited on:
    Session 1445: obj - rowid = 0001AE0E - AAAlK8AAHAAD7rMABY
      (dictionary objn - 110094, file - 7, block - 1030860, slot - 88)
    Session 2158: obj - rowid = 0001AE0E - AAAlK8AAHAAD7rMACD
      (dictionary objn - 110094, file - 7, block - 1030860, slot - 131)
    Session 1525: obj - rowid = 0001AE0E - AAAlK8AAHAAD7rOAB2
      (dictionary objn - 110094, file - 7, block - 1030862, slot - 118)
    Information on the OTHER waiting sessions:
    Session 1445:
      sid: 1445 ser: 37 audsid: 38316795 user: 69/<none>
                program: JDBC Thin Client
      application name: JDBC Thin Client, hash value=2546894660
      Current SQL Statement:
      SELECT ROWID, NVL(QTY_PEND,0)+NVL(:B3 ,0) FROM INV_BALANCE WHERE WHS_ID = :B2 AND STOCK_ID = :B1 FOR UPDATE OF QTY_PEND WAIT 10
    Please help me on following
    Q1: How can we reduce the "row lock Contention" on INV_BALANCE, all possible ways & best practices?
    Q2: How can we change the design to not have "row lock Contention" at all?
    Appreciate your help
    Thanks
    Amit Garg
    www.otnblogs.com

    Hi Amit!
    I saw you are using FOR UPDATE  in your query.
    If you  want reduce row locks, then you not must use FOR UPDATE.
    As you know, FOR UPDATE is locking rows.
    Regards
    Mahir M. Quluzade

  • I don't have a locked folder to unlock it

    Hello,
    My ipod classic 3 generation this morning was on lock, which it has never been since I got it. So I went online and found a way to unlock it. But unfortunately the only way to unlock it is to have a "locked" folder on my ipod which I do not have. How am I suppose to unlock it when the only way to is not there? Please help!!

    I have restored my ipod and tried to restart it, but that doesn't seem to work either.
    I saw online that you are to make your hidden files known and than you delete the locked folder and than my ipod should unlock, is it a lost cause to get it or do I need to get another ipod?

  • How do you restore a password on a locked folder made in disk utility?

    how do you restore a password on a locked folder made in disk utility?

    Hello there, HoseDwellers.
    The following Knowledge Base article as a great step by step instructional on how to change the password for the account:
    OS X: Changing or resetting an account password
    http://support.apple.com/kb/HT1274
    Resetting a user's password in OS X Lion and Mountain Lion
    Important: Passwords for administrator accounts should not be blank.
    Log in with an administrator account. Tip: If you don't know the password of any administrator accounts, see "Resetting the original administrator account password" below.
    From the Apple menu choose System Preferences.
    From the View menu choose Users & Groups.
    Click the lock button if it appears locked; enter the administrator password.
    Select the name of the user whose password you want to change.
    Click the Reset Password button or the Change Password button.
    Enter a new password in both the New Password and Verify fields, and add a Password Hint if desired.
    Click the Reset Password button or the Change Password button.This should get you taken care of.
    Remember, also, that you can restart the computer (you will be prompted to enter your administrator password) and this should log him out  so that when you log back in, you can then follow the above steps with success.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • Apart from the lock button problem in iphone 5 the display brightness suddenly goes blank and becomes normal after locking and unlocking the iphone. The Apple service centre in India is denying to service the iphone as it was purchase in USA even thoug it

    Apart from the lock button problem in iphone 5 the display brightness suddenly goes blank and becomes normal after locking and unlocking the iphone. The Apple service centre in India is denying to service the iphone as it was purchase in USA even though the iphone is in warranty.

    iPhones do not have an international warranty.  Warranty is valid only for the country of purchase.  This is most likely because different countries require different iPhone models.  Not reasonable to expect all countries to maintain stock for all models.

  • Locked folder I can't get rid of.

    I was burning a data-DVD of some photos when I hit a snag navigating in Finder, and so I control-clicked on Finder and told it to relaunch. But by doing that, it interrupted the DVD burn. Now, I have a folder on my desktop that is called Untitled DVD that is locked, and I can't get rid of it. I can't unlock it either. When I try, Tiger tells me I don't have permission to do that. I tried to move it so it wouldn't be on my desktop, and instead, it just copied it to another folder. So now I have two of these stupid, useless folders.
    So, any ideas on how I can get rid of these folders? They're not taking up that much room, but they are annoying.

    Delete the locked folder with Terminal (in Applications > Utilities):
    1. Open Terminal window
    2. Type 'sudo rm -rf ' (Not the ' marks, just what is between them. Yes, that is a space on the end. _Do not press enter yet_.)
    3. Drag the offending folder into the terminal window. Its path should be entered after the text you have typed. Click in the Terminal window to switch back into Terminal (from Finder).
    4. Press enter/return.
    5. Type your admin password.
    6. Wait until the prompt appears again (may take some time).
    7. Quit Terminal.
    Follow the above instructions *carefully and exactly* (rm -rf is capable of deleting anything).
    Hope this helps...

Maybe you are looking for