Error Unlocking file to delete it

Hi,
I'm running Tiger 10.4.11 and have system admin level access, but there is a file which is locked that I need to delete. Trying to do anything to it fails of course, because it's locked, but the kicker is when I try to change permissions on it I get an error, unexpected error - 120, and can not change permissions/unlock it to get rid of the bloody thing. Can anyone give me advice on what to do with this file and how I can rid the system of it? Thank you.

Hi RedPriest,
It seems as if "The Shredder" may be your only option. The sudo rm command in Terminal.
If you open terminal and at the prompt type man rm. This will give you the commands for deleting files. You DO NOT want to USE -d or -p with the rm command as the as -d will delete your directories and -p is similar to a secure empty the trash and the files will be over written.
I would also highly recommend reading the sudo manual in Terminal as well (type man sudo) to have a better understanding of what these commands and this user can do. sudo is like a temporary login as root and you can find yourself in trouble if you are not careful or do not check what will happen when you execute a command especially one from an unknown source as you will occasionally find people giving you a command that will destroy your system and/or files..
The command should look something like this:
sudo rm /volumes/ImagesFolder/CompanyImages/logo.pict
Note there are no spaces in the names of my folders this is the way they are written use \ where there are spaces in your path names.
What we don't know is the path/directory of where it resides and if you don't have a path specified it makes it all that more difficult/risky. What does it say in Get Info?
Where: /???????/???????/????? (important info)
Security method: ??????
Creator: ?????
Where from: ?????
Name & Extension: ???????
Open with: ?????
Ownership & Permissions: ???????
If you are not familiar using terminal, some manuals (man) are lengthy and you need to use enter, return or arrow down till you reach the end.
Sweet Polly

Similar Messages

  • Deleting all users WER (Windows error reporting) files

    Hi,
    I am using windows server 2008 R2 (Standard), I have created around 120 users in this server, yesterday i found that my C drive is full, after checking all i found around 30GB is used for Windows error reporting files, Please help me to delete This files
    Please, i cant delete all files one by one...

    For what it's worth, this is the script I use to find Windows Error Reports that have not been sent, and delete archived Windows Error Reports:
    It's not currently doing per-user error reports, as we don't have people logging into the servers, typically.
    Karl
    <#
    .SYNOPSIS
    Find-WER - Finds Windows Error Reports that have not been sent to Microsoft.
    .DESCRIPTION
    This script finds Windows Error Reports that have not been sent to Microsoft.
    This script also deletes archived Windows Error Reports.
    .NOTES
    File Name: Find-WER.ps1
    Author: Karl Mitschke
    Requires: Powershell V2
    Created: 12/16/2011
    .EXAMPLE
    C:\PS>.\Find-Wer.ps1
    Description
    Finds Windows Error Reports on the local computer.
    .EXAMPLE
    C:\PS>.\Find-WER -Computer Exch2010
    Description
    Finds Windows Error Reports on the computer Exch2010.
    .EXAMPLE
    C:\PS> Get-ExchangeServer | Find-WER
    Description
    Finds Windows Error Reports on all Exchange servers.
    .EXAMPLE
    C:\PS> $cred = Get-Credential -Credential mitschke\karlm
    C:\PS>.\Find-WER.ps1 -ComputerName (Get-Content -Path ..\Servers.txt) -Credential $cred
    Description
    Finds Windows Error Reports on all servers in the file Servers.txt.
    .PARAMETER ComputerName
    The Computer(s) to search for Windows Error Reports. If not specified, defaults to the local computer.
    .PARAMETER Credential
    The Credential to use. If not specified, runs under the current security context.
    #>
    [CmdletBinding(SupportsShouldProcess=$true, ConfirmImpact='Medium')]
    param (
    [parameter(
    Position = 1,
    Mandatory=$false,
    ValueFromPipeline=$true)
    [String[]]$ComputerName=$Env:ComputerName,
    [Parameter(
    Position = 2,
    Mandatory = $false,
    ValueFromPipeline=$false)
    $Credential
    BEGIN{
    #region PSBoundParameters modification
    if ($Credential -ne $null -and $Credential.GetType().Name -eq "String"){
    $PSBoundParameters.Remove("Credential") | Out-Null
    $PSBoundParameters.Add("Credential", (Get-Credential -Credential $Credential))
    $PSBoundParameters.Remove("WhatIf") | Out-Null
    #endregion
    $ReportPath = "C:\\ProgramData\\Microsoft\\Windows\\WER\\ReportQueue"
    $ArchivePath = "C:\\ProgramData\\Microsoft\\Windows\\WER\\ReportArchive"
    $FoundReport = $false
    $DeleteFailure = $false
    PROCESS {
    $PSBoundParameters.Remove("ComputerName") | Out-Null
    foreach ($StrComputer in $ComputerName){
    $Count = @((Get-WmiObject Win32_Directory -Filter "Name= '$ReportPath'" -ComputerName $StrComputer @PSBoundParameters).GetRelated('Win32_directory') |? {$_.name -match $ReportPath}).Count
    if ($Count -gt 0){
    Write-Warning "There are $Count Windows Error Reports on $StrComputer."
    $FoundReport = $true
    Else{
    Write-Output "There are no Windows Error Reports on $StrComputer."
    $Archives = @((Get-WmiObject Win32_Directory -Filter "Name= '$ArchivePath'" -ComputerName $StrComputer @PSBoundParameters).GetRelated('Win32_directory') |? {$_.name -match $ArchivePath})
    if ($Archives.Count -gt 0){
    Write-Output "Deleting Archived Windows Error Reports on $StrComputer."
    foreach ($Folder in $Archives)
    if ($pscmdlet.ShouldProcess($($StrComputer), "Deleting '$($folder.name.split("\")[-1])'")){
    $Return = $Folder.Delete()
    if ($Return.ReturnValue -ne 0){
    $DeleteFailure = $true
    if ($DeleteFailure -eq $true){
    Write-Warning "Could not delete all Archived Windows Error Reports on $StrComputer."
    END {
    If ($FoundReport){
    Write-Warning "Remember to run the Action items on the servers."
    else{
    Write-Output "There are no Windows Error Reports."
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message "C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on th

    In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message"C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on this pls?

    Even after deleting all files and folders from hard drive i am still getting this error!!

  • File adapter can I avoid that the file is  deleted when there's an error

    Hello,
    my bpel process reads files with records and deletes them from the source directory after successful retrieval (using file polling) and then updates the status of that records in a database.
    The problem is that it seems like the file is deleted as soon as it is picked up by the BPEL process so if there's an error with the database connection the file was already deleted from the source directory.
    How can I avoid this? The file should only be deleted at the end of the bpel process.
    Regards,
    Lara Fernandes.

    Hi Lara Fernandes,
    In this case of database being not available after you have picked up the file by polling, rather than allowing the process to fault and close, you can put the process into manual recovery and then the process can be retried from there, without any loss of data.
    This would ensure that it would not matter that the file was deleted from the polling directory as soon as the process was initiated.
    Hope this helps,
    Regards,
    Shanmu.
    http://www.prshanmu.com/articles/

  • I can't back up my iPhone4.  When was I syncing, My computer hang. I restart computer. Itune told me there is an error, delete the back up file and try again. But there are no back up file to delete in preference-device. Please help!

    I can't back up my iPhone4.  When was I syncing, My computer hang. I restart computer. Itune told me there is an error, delete the back up file and try again. But there are no back up file to delete in preference-device. Please help!

    Thank you for answering my question. If I reinstall itune, is it mean that I need to install music, apps, video...everything in itune again? also intall everything in my iphone again?

  • Error opening file - file is busy (delete) (-47)    Why?

    I am trying to render and generate an animated GIF, in AE CS4.   When I kick off the render queue, I receive the following error:
    "After Effects error:  opening file: "<filename>" - file is busy (delete) (-47).     (3::130)
    Per information in other threads/forums, I have changed my cache disks,  changed the location that the output should go to (new folder, completely different disk),   I have shut down and restarted the program, again per other suggestions.
    If I render as a Windows VIdeo (AVI) rather than an Animated GIF it works fine.
    If I launch AE to "Run As Administrator", it works fine, and appears to render the Animated GIFs fine.  My user account has admin privs, btw.
    Seems that this might be a bug, since I can render anything BUT Animated GIFS without having to "Run As Admin".
    Anyone else seen this?
    Thanks

    Well, I was a bit early on the "Run as Admin" thing.  The error is still happening.
    I can consistently stop the error from happening by FIRST rendering as an AVI, and then SECOND rendering the same thing as the Animated GIF.
    Very wierd.

  • Whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    Did you reinstall CS3 after CC?
    For that matter, doing an in-place upgrade on the OS is always a gamble with Adobe programs. Reinstalling all the versions you need, in order, would probably solve your problem.
    And you shouldn't need to save as IDML after opening the .inx in CC.

  • OS X will not let me delete .mov files, error says "file in use" but files not in use, still happens after restart

    Hi
    I have a folder full of .mov files but can't delete any of them, I get a message "File in use" but it isn't. Have managed to delete using Terminal, but that is a pain. New files have the same problem, have tried unlocking them and restarting the computer, but no joy. Thanks in advance for any help.

    Hello
    you may try this
    - use little app like Onyx download here
    http://www.titanium.free.fr/download.php
    - start from an external system hard drive , then navigate to your file to delete it
    - by luck if you have a second mac and a firewire cable , have a look at
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/8443.html
    Pierre

  • Error message: file was skipped because the old remote file could not be deleted.. Later it will up

    Error message: file was skipped because the old remote file could not be deleted.. Later it will upload after i try a few more times. Not at my size quota for website (I have lots of room) , have toggled Passive FTP ...keeps happening. Is there a way to fix this? Thanks! I am using DW CS5 on Windows 7 platform. This does not happen when I upload otherwise on my computer - only when using DW.
    It also only happens with the html files - it does not happen with my jpeg files

    Do you have notes in your site?  DW's local and remote site synching might be off.   Try clearing your cache.
    http://forums.adobe.com/thread/494811
    Nancy O.

  • [Solved] Error : The file or folder path /Probl?me 1 does not exist

    Hello,
    I encountered this error
    The file or folder <path>/Probl?me 2 does not exist
    while I was trying to open a directory already extracted from a zip file containing directories with special characters. In this case, it is a "è" that was misinterpreted as a "?".
    I searched the forums and on google, the solutions proposed do not work for me. Although, I have to deal with these files written in french, I would like to have my locale in english (US), with a system wide support for special characters.
    Attempt 1: Adding the option : iocharset=utf8 into the fstab, like this :
    fstab :
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    /dev/fd0 /media/fl auto user,noauto 0 0
    /dev/disk/by-uuid/24ba75ac-e52d-40eb-a599-83b394b500b2 /boot ext2 defaults 0 2
    /dev/disk/by-uuid/c797f409-00bc-479a-b4d6-ab49943f644b / ext4 defaults 0 1
    /dev/disk/by-uuid/668427a8-5f51-42bd-a316-fc7984bf5f4f /var ext4 defaults 0 2
    /dev/sda7 swap swap defaults 0 0
    /dev/disk/by-uuid/417cd1b7-8f06-414b-84d5-e8714d9646ab /home ext4 defaults 0 2
    /dev/disk/by-uuid/ef9aa00e-0515-4d7b-aa23-8096e787250d /usr ext4 defaults 0 2
    /dev/disk/by-uuid/17d401b7-2fc7-4d9f-8e17-657d86926d2e /tmp ext4 defaults,iocharset=utf8 0 0 <<<<<<<<<<<<<<
    /dev/disk/by-uuid/71e543b6-e06c-4b0e-b1e3-3b491ff1fefe /var/cache/pacman/repos ext4 defaults 0 2
    #/dev/sda12 /mnt/archive ext4 defaults 0 2
    #.host:/ /mnt/hgfs vmhgfs defaults 0 0
    This solution does not work, because after adding iocharset=utf8, in front or after a "defaults", after a reboot, while mounting the filesystem, there is the following error message:
    Mounting Locale Filesystem :
    mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    $ dmesg | tail
    phy0: Selected rate control algorithm 'iwl-agn-rs'
    EXT4-fs (sda5): re-mounted. Opts: (null)
    EXT4-fs (sda5): re-mounted. Opts: (null)
    EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
    EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
    EXT4-fs (sda10): Unrecognized mount option "iocharset=utf8" or missing value <<<<<<<<<<<<<<
    EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null)
    Adding 2104476k swap on /dev/sda7. Priority:-1 extents:1 across:2104476k
    tg3 0000:07:00.0: irq 44 for MSI/MSI-X
    Attempt 2: Changing all the locale features in KDE and in /etc/rc.conf as well.
    $ vim /etc/rc.conf
    LOCALE="fr_CA.utf8"
    HARDWARECLOCK=""
    TIMEZONE="America/Montreal"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    It is complicated to remove these directories. I had to use the inum to get precisely these directories before removing them.
    $ ls -il
    total 8
    1577566 drwxr-xr-x 2 [username] [username] 4096 28 jan 07:09 Probl?me 1
    1577573 drwxr-xr-x 2 [username] [username] 4096 28 jan 07:09 Probl?me 2
    $ find . -inum 1577566 -exec rm -i {} \;
    rm: impossible de supprimer « ./Probl\212me 1 »: est un dossier
    Note that the hypothetical character 'è' is represented has a '\212', a 'È' if seen as a extended ASCII character.
    These directories cannot be deleted this way :
    $ rm -r Problème\ 1
    rm: cannot remove `Problème 1': No such file or directory
    or
    $ rm -r ProblÈme\ 1
    rm: cannot remove `ProblÈme 1': No such file or directory
    What should I do to be make the operating system recognize those special character, and interpret them correctly ?
    Last edited by ramboman (2011-01-29 21:45:50)

    I found a working solution, but better solution are also welcome
    I had to have fr_CA not only in utf8 but also in iso88591. I had to modify the /etc/rc.conf this way :
    LOCALE="fr_CA" <<<<<<<<<<<<<<
    HARDWARECLOCK=""
    TIMEZONE="America/Montreal"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    To preserve the english US language system wide, I had to add the following line in the /etc/profile :
    # Allow french special character while in en_US
    export LANG=en_US
    The character misinterpreted by a "?" is now seen :
    as a "è" in dolphin
    as a "?" in the console
    It is now possible to access the folders.

  • File Error: Unknown File - when doing save as

    yet another variation on the file problems i am having.
    opened an aotosave file and tried to 'Save project as",
    wont do it, reports "File error: unknown file"
    the same error i get often when trying to "save as" the original,
    and the same error i get if i make a copy of the FCP file in the finer, open it and try to save it, it wont do it.....
    so with the main sequence in my project getting lost ("not found"),
    i now find that its almost impossible to make a backup that works....
    anyone know about this SERIOUS FAULT.
    i can think of no reason why it cant handle the most basic act of keeping assets attached to the program.
    new computer, new drives, new everything..
    i am now working really scared, when it loses the main sequence again (1 hour), the latest backup that might work could be anything from 1 - 5 days old, who knows, and there goes days of work...
    ======================================
    FCP6
    HDV captures.
    Main sequence is prores render.
    Files and media on one 750G drive in the Mac Pro box.
    deleted all render files yesterday, now only about 15 there.
    changed MP3 tracks to aif.
    have done FCP resue often
    have done permissions
    have upgraded to 10.4.10

    i now find that its almost impossible to make a backup that works....
    anyone know about this SERIOUS FAULT.
    i can think of no reason why it cant handle the most basic act of keeping assets attached to the program.
    new computer, new drives, new everything..
    Except that this issue is almost always totally unrelated to FCP at all.
    Paulo has dome great anecdotal advice but this is usually a fiel permissions problem. No idea how it gets changed but you can run Disk Utility and repair permissions. Do it twice. then Get Info on your drive and see what the privileges are. Do the same for your FCP projects folders. Get info on your FCP project file itself.
    You need to get this figured out before you invest any more time in editing.
    bogiesan

  • When I publish my site on one specific page where i've added {tag_pagecontent} I get the error:Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.

    When I publish my site on one specific page where I've added {tag_pagecontent} I get the error:
    'Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.'
    I'm trying to get a blog module going, I've even deleted the html insert bog with the tag in and re-published which then I don't get the error but as a result no blog either. But then I add the tag in again and publish the error comes back. I've used the dev console and it says that my musicians sample.css is out of date but why is it only out of date when I add in html to my muse site?
    HELP!!!! I've searched other threads and to no avail I'm publishing so no direct ftp going on. the only thing I changed in business catalyst was the module stylesheet in order to style the blog. I've tried uploading and replacing all files nothing seems to work. the site is here:
    http://www.musicstudentsforhire.co.uk/musicians-samples.html
    It's only this page as it has the blog on. Also I've noticed when I've re-published occasionally it will show the mobile version on my desktop and not the desktop version??? no idea why that's happening so I've had to turn that off. any explanation on why that is happening would also be much appreciated.

    I haven't received an answer as of yet, I'll post t on here when I do. I de-activated the mobile site because it's my clients site so he needs it to be operational during the day. I hope someone gives me an answer soon.

  • Error copying file when reinstalli​ng Windows

    I saw where someone had posted a similar question, but saw no answers. Anyway, IBM sent me a set of recovery disks and a new hard drive (unit it still under warranty) and when I try to reinstall using the recovery disks provided, it stops during disk 2 of 6. The progress bar stops just short of the end of it, and the total progress bar stops about 1/3 of the way through. I used an identical set to reinstall the operating system (IBM sent me two hard drives and two sets of recovery disks, one for each unit) on an identical machine and had the same problem. I received this error message each time in a "recov32" window that popped up:
    An error copying file D:\RECOVERY\CM2ZCUS.002
    ERROR 23: DATA ERROR (CYCLIC REDUNDANCY CHECK).
    What does this mean and how can I resolve it? When I hit "OK", it goes on to ask for disk 3 of 6, and so on.
    And while attempting the installation on both systems, it asked for a supplemental product recovery disk (the disk says product recovery supplemental disk) just prior to insertion of disk 1 of 6.....I put that disk in the drive and scant seconds later., then iit asks for it again after disk 6 of 6 has been installed.  Is that normal? Then when it tells me to power up again, I can't do it using the restart button on that page.....the window is not responsive and i have to it shut it down buy manually pressing the on button. Appears to repeat the installation all over again.
    At any rate, both installations have not been successful in restoring Windows XP Professional on these machines, and I'm in dire need of a solution!!
    moderator note: edited post to proper sentence case for readability.   please do not post in all caps as it makes things impossible to read.   any further posts in all caps will be deleted without warning.

    Sorry about the caps....didn't realize it'd be difficult to read.
    Anyway, regarding the possibility of scratched/damaged setup disks......I have two sets, one for each laptop, and both give me the error when I try to reinstall. Seems pretty coincidental that both sets would be damaged, unless IBM makes it a habit to send out faulty software. But I tried again, got the same error when Disk 2 was installing....I went ahead and clicked OK, it asked for the third disk and darned if it popped up with the same error, but with a different file (BKD047A.IMZ). However, I'm continuing the installation in spite of the errors, but don't hold out much hope that it will be successful. If it isn't, I'll try a set of XP Pro boot disks. If that fails, I'll try an installation CD for another laptop. After that, I don't know, unless I call IBM again and have them send me replacements for the two sets of disks. Unless anyone else has another idea??

  • What is this Host Error in file to file scenario ?

    Hi XI experts,
    We are trying to process file to file scenario in PI 7.0 System . All is configured perfect because same configuration of the scenario worked on different  XI 3.0 system
    FILE IS PICKED UP from the Server location ( I see that because file gets deleted) But in the what I log on to workbech (Communication channel monitoring )I am getting this error- see below..
    Actually I cannot see the message in SXMB_MONI . Why ?
    CAN SOMEONE TELL ME WHAT IS GOING ON?
    Please help! What do I need to check?
    2008-09-30 18:40:17 Success Send binary file  "xi_file_inp.dat" from FTP server "192.168.1.101:/Send", size 182 bytes with QoS EO
    2008-09-30 18:40:17 Success Application attempting to send an XI message asynchronously using connection File_http://sap.com/xi/XI/System.
    2008-09-30 18:40:17 Success Trying to put the message into the send queue.
    2008-09-30 18:40:17 Success Message successfully put into the queue.
    2008-09-30 18:40:17 Success The application sent the message asynchronously using connection File_http://sap.com/xi/XI/System. Returning to application.
    2008-09-30 18:40:17 Success The message was successfully retrieved from the send queue.
    2008-09-30 18:40:17 Success The message status set to DLNG.
    2008-09-30 18:40:17 Error Transmitting the message to endpoint http://xxxxxx2230.wdf.sap.corp:51080/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.UnknownHostException: xxxxxx2230.wdf.sap.corp.
    2008-09-30 18:40:17 Success The message status set to WAIT.
    2008-09-30 18:40:17 Success The asynchronous message was successfully scheduled to be delivered at Tue Sep 30 18:45:17 CDT 2008.

    Hello Bob,
    1) Check the Following url is working ,
    http://xxxxxx2230.wdf.sap.corp:51080/sap/xi/engine?type=entry
    If the URL is correct it should return the following message :
    "EMPTY_HTTP_REQUEST_RECEIVED"
    Pipeline URL it is referring is wrong it should be of the ICM Port not the J2EE Port
    2) Check the Business System (integration Server Business system)
       assigned to XI Technical System in SLD.
       For this Business System under the  Integration Tab check the Pipeline URL :
    it should be http://xxxxxx2230.wdf.sap.corp:ICM Port/sap/xi/engine?type=entry
    ICM Port is of 80xx format
    regards
    Ganga

  • I Receive Error DF015 Unable to delete symlink "/Library/Application Support/Adobe/APE/3.4/adbeapeco

    Hi,
    I am having issues installing Extension Managger CC.  I receive the follwoing error when attempting to install Extension Manager:
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR: DF015 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s)
    ----------- Payload: Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899} -----------
    ERROR: DF015: Unable to delete symlink "/Library/Application Support/Adobe/APE/3.4/adbeapecore.framework/Libraries"(Seq 4)
    I don't know if the permissions on the file (and contents) are correct.  I noticed that they were pointing to a user that no longer exists.  I manually went in and made the owner and groups point to system, wheel and root and everyone, with all three having R+W access.
    Are these the correct permissions?  I was thinking of using Adobe CC Cleaner but I didn't see anything that mentioned Extension Manager.  What would the APE 3.4 be called?
    What yould you recommend?
    Thanks,
    Rocky

    Moving this discussion to the Creative Cloud Download & Install forum.
    Rocky you are correct to determine this is a file permission failure which is causing the error.  Please see Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html for information on how to adjust the file permissions.
    If you continue to fail with this update you may want to try applying the update in either a Root user account or a new administrator account to see if the same failure occurs.

Maybe you are looking for

  • How to open website in a Adobe Reader(8.0)?

    The app.launchURL can open website in Adobe Acrobat ,but it donnot work in Adobe Reader,Why?

  • How to hide a database in java application

    Hello i am developing a database application for desktop. Now i want a database in this application that user should not be able to see wht database or mechanism i am using and when i make a instalation pakage then there should be not menual setting

  • Process Chains (Urgent)

    Hi, Can any one pls tell me how to create process chains,as i am new to process chains. Pls give me the steps how to design the process chains. Thanks in Advance.

  • SAP Netweaver 04 SP16 deployed with Xalan 2.60 or Xalan 2.70

    SAP Netweaver 04 SP16 deployed with Xalan 2.60 or Xalan 2.70 Have you tried to port and run (Sneak Preview)  SAPNetWeaver java 04 SP16 or 04S SP7 with a later version on Xalan version 2.60 or Xalan version 2.70 along with jdk 1.4.2_(8 or greater)? Wh

  • DVD Player app version 4.6 OS X 10.7.5. Won't run. Says incompatible with OS.

    How do I find what should be the version of DVD Player .app that is compatible with 10.7.5 My version is 4.6 with a 'last modified' of 3/03/13. I am fully up to date with Apple Software Update. Where can I download a compatible version of DVD player