Unable to edit /etc/hosts with permission denied error

[15:45:02][rabbie@sandnigga:~]# sudo cat /etc/hosts
Password:
cat: /etc/hosts: Permission denied
[15:45:09][rabbie@sandnigga:~]#
Basically that's my problem right there. I cant edit / view / change the hosts file on my macbook pro but I can delete it and create a new one. If I do delete it and create a new one, that new file then has the same problem only a few minutes later.
Does anyone have any ideas ?
I have also tried to change the ownership and permissions of the file:
[15:45:09][rabbie@sandnigga:~]# ls -la /etc/hosts
-rwxrwxrwx  1 root  wheel  290 18 Sep 20:38 /etc/hosts
No luck.
Thanks in advance for any help.

Hey Bob,
The hosts file is often edited and added to by network administrators as well as web developers to force your local computer to resolve DNS for sites whos DNS is not yet publicly available.
I actually found the problem and root cause behind this. I installed BitDefender Antivirus on my MacBook Pro and the uninstall script did not successfully remove all settings / files. There were still some BitDefender files locking processes and files on my Mac and so I just ended up Wiping my drive and re-installing Mountain Lion.
Thanks for your attempt to help anyway.

Similar Messages

  • Editing /etc/hosts

    On OS X client I routinely edit /etc/hosts to add names for my various servers, local and remote, as well as to block some of the better known malware and virus sites and the more egregious Internet hucksters -- er, ad sites.
    10.1.10.47 rama
    10.1.10.48 athene
    144.15.97.289 web yogurt davone
    127.0.0.1 scum.sucker.com
    127.0.0.1 evil.banners.net
    etc.
    I'm hesitant to do the same thing on Server (for example, I know better than to manually edit /etc/apache2/http.conf). My current hosts file in client is over 2500 lines, so if I have to manage this through Server Admin I'd like to get started now.

    Ever since I started using OS X Server, I haven't touched /etc/hosts. I would use the DNS server to deal with the scum.suckers.com, and Workgroup Manager (and DNS again, unfortunately) to manage the actual hosts on your network. I'm curious on the efficacy of managing 2500 actual hosts with Workgroup Manager, though.

  • I get an error stating cc cookies dir: cannot make folder / cookies: Permission denied (error 13) when I attempted to download the creative cloud installer on my Mac. Can anyone help with similar pop up window?

    I get an error stating cc cookies dir: cannot make folder / cookies: Permission denied (error 13) when I attempted to download the creative cloud installer on my Mac. Can anyone help with similar pop up window?  I'm trying to get a trial version of CS5. 

    You do not need to involve Creative Cloud to install/try the trial version of CS5...
    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • What to do with this? "cookies dir: cannot make folder /cookies: Permission denied (error 13)"

    What to do in this case???
    cookies dir: cannot make folder /cookies: Permission denied (error 13)

    Re: Installing Creative Cloud Desktop but I got Error 13 an issue permission on my MacBookPro, why?

  • BUG:? "permission denied" error in generated javascript of af:table!

    Hi,
    In a JSF page with frames, the generated javascript event handlers (_tableSort and _navSubmit) of a af:table component raise a "permission denied" error in Internet Explorer.
    After this error is raised, nothing work... links, command, etc. do not respond.
    For example:
    1.- Frameset page:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces">
      <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
                  doctype-system="http://www.w3.org/TR/html4/loose.dtd"
                  doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:view>
        <afh:html>
          <afh:frameBorderLayout id="ttt">
            <f:facet name="center">
              <afh:frame source="http://myserver/myapp/faces/Welcome.jspx" height="500" width="500"
                         id="xxx" name="xxx"/>
            </f:facet>
          </afh:frameBorderLayout>
        </afh:html>
      </f:view>
    </jsp:root>2.- And this is the http://myserver/myapp/faces/Welcome.jspx page (with af:table component):
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces">
      <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
                  doctype-system="http://www.w3.org/TR/html4/loose.dtd"
                  doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:view>
        <afh:html>
          <afh:head title="Resultado Operacion">
            <meta http-equiv="Content-Type"
                  content="text/html; charset=windows-1252"/>
          </afh:head>
          <afh:body>
            <h:form>
              <af:table emptyText="No items were found"
                        value="#{MBDummy.listaPolizas}" var="row" rows="25">
                <af:column sortable="false" headerText="Pol Prefijo"
                           formatType="text">
                  <af:outputText value="#{row.polPrefijo}"/>
                </af:column>
                <af:column sortable="false" headerText="Pol Secuencia"
                           formatType="text">
                  <af:outputText value="#{row.polSecuencia}"/>
                </af:column>
              </af:table>
            </h:form>
          </afh:body>
        </afh:html>
      </f:view>
    </jsp:root>When I try to navigate through table pages, Interner Explorer raise the "Permission Denied" error

    Hi,
    Did you ever get any reply to this? I'm now running into the exact same problem, for the exact same reason (app works fine--unless a containing window is being served off another host--then we get Permission Denied). Changing the hosting configuration is, unsurprisingly, not an option. Is there a way around this problem? This is a really critical piece for us.
    Best,
    Avrom
    [edit: I have more information. This Javascript error is raised by a Javascript security feature and is intended to prevent cross-site scripting. If a frame's contents are served by a different server than the surrounding window, the contents of the frame are not allowed access to the other contents of the surrounding window.
    Apparently, a number of ADF Faces components (including the table) have Javascript that attempts to access the top-level window...which means that you *cannot* run ADF faces in a situation like the one you described. Personally, I think that's an ADF Faces bug.
    Our workaround is to abandon the idea of putting the app in a frame...we're going with either a popup or allowing the app to take over the window.]
    Message was edited by:
    Avrom

  • DB13 jobs cancelled due to "Permission denied" error.

    Hi all,
    DB13 jobs are cancelled due to "Permission denied" error. I pasted the error log below. Actually we have upgraded database from Oracle 9 to 10, then after these jobs are cancelling before that this was fine. What could be the problem cousing to cancell these jobs in DB13. Please help me to resolve this issue.
    Please let me know if you need any more information.
    Current Database:- ORACLE, Release:- 10.2.0.2.0
    SAP Component version:- SRM 4.0 , Release 640
    Job log
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000080, user ID sridharm)
    Execute logical command BRCONNECT On host aaebp0us
    Parameters: -u / -c -f check
    BR0801I BRCONNECT 7.00 (26)
    BR0252W Function fopen() failed for '/oracle/PRD/102_64/dbs/initPRD.ora' at location BrInitOraCopy-2
    BR0253W errno 13: Permission denied
    BR0252E Function fopen() failed for '/oracle/PRD/sapcheck/cdyeuiqp.chk' at location main-11
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file /oracle/PRD/sapcheck/cdyeuiqp.chk failed
    BR0806I End of BRCONNECT processing: cdyeuiqp.chk2008-06-21 22.00.15
    BR0280I BRCONNECT time stamp: 2008-06-21 22.00.16
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Thanks for your help....
    Sridhar M

    Hello,
    Please check the SAP Note 113747 - Permissions for DBA tools BR*Tools and SAPDBA
    The following settings are required for calling the BRTools and SAPDBA correctly, in particular when calling the BRTools from sapgui:
    (1)
    ora<sid> and <sid>adm on DB server have a search path on /sapmnt/<SID>/exe. (All br* and sapdba are contained in this directory.)
    ora<sid> belongs to the dba group,
    <sid>adm belongs to the sapsys group,
    (2)
    <sid>adm on the database server has the rhosts entry: "+ <sid>adm".
    (3)
    The ops$<sid>adm Oracle user must be created in the DB and must have the sapdba role (not DBA!) (refer to Note 134592 for more information about the role).
    (4)
    brarchive, brbackup, brconnect, brtools have permission 4775:
    -rwsrwxr-x   ora<sid>   sapsys   ...
    These can be started by the ora<sid> or the <sid>adm OS user.
    brrestore, brrecover, brspace, and sapdba have permission 755:
    -rwxr-xr-x   <sid>adm   sapsys   ...
    These can only be started by the ora<sid> OS user.
    <<
    Problem is due to authorization, so correct it and it will work.
    Peter

  • Permission denied error while CBS is building DCs

    Hi,
    from time to time we get an permission denied error when activating changes. The CBS server tries to check out files into the temporary build folders at the server and cannot do that for one file (see following error message).
    As already said this happens only sometimes and only for single files.
    Does anyone have the same experience and/or a suggestion how to solve this problem?
    When deleting the folder and activating again the error has gone.
    Build number assigned: 5843
    Change request state from QUEUED to PROCESSING
    ACTIVATION request in Build Space "CMS_EBYASZ_D" at Node ID: 9.611.151
         [id: 2.568; parentID: 0; type: 4]
         [options: NO OPTIONS]
    REQUEST PROCESSING started at 2005-09-30 12:53:00.074 GMT
    ===== Pre-Processing =====
    List of activities to be activated:
         1 activity in compartment "eon.com_EON_EBY_ASZ_R_1"
              Recherche Splitting Nachtrag 7 (30.09.05, 14:51)
                   [seq. no 23][created by H15430J at 2005-09-30 12:52:46.0][ID 4e1a116731af11daa5b00003ba1edce1]
    Analyse activities... started at 2005-09-30 12:53:00.172 GMT
         Synchronizing component "eon.com/eby/asz/recherch/util" from repository... finished at 2005-09-30 12:53:01.414 GMT and took 824 ms
              Component "eon.com/eby/asz/recherch/util" is to be CHANGED by this activation.
         1 component to be build in compartment "eon.com_EON_EBY_ASZ_R_1"
    Analyse activities... finished at 2005-09-30 12:53:01.574 GMT and took 1 s 402 ms
    Calculate all combinations of components and variants to be built...
         "eon.com/eby/asz/recherch/util" variant "default"
    Prepare build environment in the file system... started at 2005-09-30 12:53:02.173 GMT
         Synchronize development configuration... finished at 2005-09-30 12:53:02.176 GMT and took 2 ms
         Synchronize component definitions... finished at 2005-09-30 12:53:02.274 GMT and took 97 ms
         Synchronize sources...
    12:53:06.831  SYNC  (FAILED: Failed to create/open file:
    /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.CACHE/228/DCs/eon.com/eby/asz/recherch/util/_comp/src/packages/de/isenergy/eby/zaehlerwesen/recherche/util/UtilComp.wdcontroller
    (<b><u>Permission denied</u></b>))  UtilComp.wdcontroller   (/usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.CACHE/228/DCs/eon.com/eby/asz/recherch/util/_comp/src/packages/de/isenergy/eby/zaehlerwesen/recherche/util/UtilComp.wdcontroller)
    Prepare build environment in the file system... finished at 2005-09-30 12:53:08.555 GMT and took 6 s 382 ms
    ===== Pre-Processing =====  finished at 2005-09-30 12:53:08.560 GMT and took 8 s 411 ms
    Change request state from PROCESSING to FAILED
    ERROR! The following problem(s) occurred  during request processing:
    ERROR! The following error occurred  during request processing:Failed to synchronize
    /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.CACHE/228/DCs/eon.com/eby/asz/recherch/util/_comp/src/packages
    REQUEST PROCESSING finished at 2005-09-30 12:53:08.563 GMT and took 8 s 489 ms
    Thanks for any hint
    Helmut

    Hi Sidharth,
    good to hear that we are not the only company with this problem.
    We also do have this problem since months, from SP9 to SP11.
    First we thought that it would have been a CBS configuration or an OS problem but this cannot be the reason because as you already mentioned it works after serveral attempts. We also analysed the temporary CBS folders and noticed that only one file (the one that causes the error) does have other attributes than the others.
    That sounds very strange and I hope that someone from SAP will read this task.
    At the moment we are collecting all the problems and errors that appear with the JDI and the Netweaver Developeer Studio to present SAP this list in bulk. We cannot write an OSS note for every error we discover as suggested by SAP.
    Stability mainly of the NWDS plugins is the biggest problem we have at the moment. Did you make the same experience?
    Regards
    Helmut

  • Permission denied error while checking in

    I am working on webdynpro DC. While i try to checkin the DC, the following permission denied errror pops up. I have seen a blog with similar problem, but no answer. Will someone from SAP help solve this issue?
    <b><u>The related link with similar problem is</u></b>
    Permission denied error while CBS is building DCs
    <u><b>My Log is as follows:</b></u>
    Build number assigned: 7900
    Change request state from QUEUED to PROCESSING
    ACTIVATION request in Build Space "D30_ESSJAVA_D" at Node ID: 7,433,150
         [id: 7,756; parentID: 0; type: 4]
         [options: IGNORE COMPONENT INTERSECTION]
    REQUEST PROCESSING started at 2007-05-22 15:55:22.138 GMT
    ===== Pre-Processing =====
    Waiting 5 ms
    List of activities to be activated:
         1 activity in compartment "com.swiss_XSSswiss_1"
              Model_KA_22022007_1735
                   [seq. no 1129][created by INDIA at 2007-05-22 17:55:14.0][ID 4db56227087911dcb96f0013217ca473]
    Analyse activities... started at 2007-05-22 15:55:22.155 GMT
    Analyse dependencies to predecessor activities... finished at 2007-05-22 15:55:23.704 GMT and took 1 s 400 ms
              SKIP  : Development Component "com.swiss/xss/glbmr"
         1 component to be build in compartment "com.swiss_XSSswiss_1"
    Analyse activities... finished at 2007-05-22 15:55:23.777 GMT and took 1 s 622 ms
    Change request state from PROCESSING to PROCESSING
    Calculate all combinations of components and variants to be built...
         "com.swiss/xss/glbmr" variant "default"
    Prepare build environment in the file system... started at 2007-05-22 15:55:23.876 GMT
         Synchronize development configuration... finished at 2007-05-22 15:55:23.877 GMT and took 0 ms
         Synchronize component definitions... finished at 2007-05-22 15:55:23.892 GMT and took 14 ms
         Synchronize sources...
    17:55:36.481  SYNC  (FAILED: Failed to create/open file: /usr/sap/trans_D30/CBS/65/.CACHE/437/DCs/com.swiss/xss/glbmr/_comp/src/packages/com/swiss/glbmr/trainmodel/types/Bapiqualif.dtstructure <b>(Permission denied (errno:13)))  Bapiqualif.dtstructure  </b> (/usr/sap/trans_D30/CBS/65/.CACHE/437/DCs/com.swiss/xss/glbmr/_comp/src/packages/com/swiss/glbmr/trainmodel/types/Bapiqualif.dtstructure)
    17:55:36.702  SYNC  <b>(FAILED: Failed to create/open file: /usr/sap/trans_D30/CBS/65/.CACHE/437/DCs/com.swiss/xss/glbmr/_comp/src/packages/com/swiss/glbmr/trainmodel/types/Plstx.dtsimpletype.xlf (Permission denied (errno:13)))</b>  Plstx.dtsimpletype.xlf   (/usr/sap/trans_D30/CBS/65/.CACHE/437/DCs/com.swiss/xss/glbmr/_comp/src/packages/com/swiss/glbmr/trainmodel/types/Plstx.dtsimpletype.xlf)
    17:55:36.714  SYNC  (FAILED: Failed to create/open file: /usr/sap/trans_D30/CBS/65/.CACHE/437/DCs/com.swiss/xss/glbmr/_comp/src/packages/com/swiss/glbmr/trainmodel/types/Syuname.dtsimpletype (Permission denied (errno:13)))  Syuname.dtsimpletype   (/usr/sap/trans_D30/CBS/65/.CACHE/437/DCs/com.swiss/xss/glbmr/_comp/src/packages/com/swiss/glbmr/trainmodel/types/Syuname.dtsimpletype)

    Hi Sandeep,
    looks like your CBS has no permission in the filesystem where it tries to build your DC.
    The prefix "/usr/sap/trans_D30/CBS" looks a bit suspicious to me. Is it really intentional that CBS should work in some (probably publicly visible) transport directory?
    Regards,
    Marc

  • Permission Denied error launching content in SumTotal 7.2

    I’m testing the trial version of Presenter 7 with SumTotal 7.2. I’m running into an inconsistent Permission Denied error that sometimes occurs when the lesson is launched and the lesson will not load/display. It doesn’t happen every time, even on the same computer. I may get the error message when trying to launch the Presenter lesson and then it may launch as expected on the second attempt. This has happened on three different computers and with each one it seems to happen sporadically. I believe, when it does happen, it will occur the first time a new lesson is launched, but then it may or may not happen again.
    The error message appears in a pop-up labeled Internet Explorer with the following details:
    Problems with this Web page might prevent it from being displayed properly or functioning properly. In the future, you can display this message by double-clicking the warning icon displayed in the status bar.
    Line: 15
    Char: 3
    Error: Permission denied
    Code: 0
    The error points to the SCORM.HTM file. Here's the code its referring to:
      <script type="text/vbscript" language="VBScript">
       Sub SlideContent_FSCommand(ByVal command, ByVal args)
        select case command
         case "putHREF" location.href = args
         case "putTitle" document.title = args
         case else call SlideContent_DoFSCommand(command, args)
        end select
       end sub
      </script>
    I tried to comment out the vbscript, but the error occured with the next script on the page.
    Currently I'm using Breeze 5.1 on SumTotal 7.2 and eveything works as expected. I checked a copy of a SCORM.HTM file created with Breeze 5 and it appears to have the same script in that spot and it's never caused a problem.
    Workstation configuration:
    WinXP SP2
    IE6
    Presenter 7 (trial version)
    Flash Player 9
    Thank you in advance for your help!

    Hi Sandeep,
    looks like your CBS has no permission in the filesystem where it tries to build your DC.
    The prefix "/usr/sap/trans_D30/CBS" looks a bit suspicious to me. Is it really intentional that CBS should work in some (probably publicly visible) transport directory?
    Regards,
    Marc

  • Permission Denied Error when RWD auto playback file is published in portal

    Hi All,
    We are trying to Publish RWD Auto play back file link in Portal Environment. While doing so, we getting error Permission Denied" error(Java script error which comes on the status bar)
    Following are the steps been followed so far for enabling this RWD file
    1. We have uploaded an entire folder consisting of  RWD Document say a HTML file which is of size say 15 MBwhich makes use of many other image files,GIF files, HTML files which are all present inside the folder into KM content of SAP EP Portal
    2. We have created a KM document iview out of the HTML file(flash file)
    Regards,
    Sowmya

    Hi,
    Its not related to Work flow.Its just related to KM upload in the portal but the problem is the file will play only when the entire folder is uploaded.But after creating the KM document iview out of the link to the file,its not opeining.Its giving a blank screen with the "permission denied" error in the status bar
    Regards,
    Sowmya

  • Permission denied (error 13)  - trying to use goodsync to backup contents?

    Hi all
    I use Goodsync to sync files.
    I'm trying to copy the contents of one 2TB partition (a) to an identical 2TB partition (b). (a) and (b) are both on seperate identical freecom mybook hard drives, They're both chained together with a firewire cable. (a) is attached to my macbook pro via the firewire port. (b) is connected through the chain.
    This is the error I get when I try to sync: ( FYI Part 2 [MAC] is drive (a) ):
    Cannot read folder /Volumes/Part 2 [MAC]/.Spotlight-V100/Store-V1/Stores/A2B518A5-EAA8-437B-AE14-720C356E3834: cannot open folder /.Spotlight-V100/Store-V1/Stores/A2B518A5-EAA8-437B-AE14-720C356E3834: Permission denied (error 13)
    Cannot read folder /Volumes/Part 2 [MAC]/.Trashes: cannot open folder /.Trashes: Permission denied (error 13)
    Very stumped so greatly appreciate some advice from someone who may know the resolution to this one
    Many thanks to you!

    Contact the developer of Goodsync at http://www.goodsync.com/mac/support/

  • Permission Denied Error when calling Matlab script from LabWindows​/CVI

    Hello,
    I am reading in data from a DAQ and am writing it to a .csv file in LabWindows/CVI.  I am then sending this data to Matlab to be filtered.  I would like the filtered data to be accessed by LabWindows/CVI so that I can display it as a strip chart.  I have gotten everything to work except the writing to a file in a Matlab script that is called from LabWindows/CVI.  I am basically using the shipped example in found in the activex demo. (http://zone.ni.com/devzone/cda/epd/p/id/2994). I select the script that I want to run and each time it tries to open a file with write permissions I get a "Permission Denied" error.  This occurs when using fopen() in Matlab.  I have also tried using csvwrite() as well as dlmwrite().  Each one gives me a similar error.  The script currently does not try to do any data processing.  It just opens the file, if it is successful it then prints "hello" and then closes it.  The script works well when it is run in Matlab, just not when it is called in LabWindows/CVI.  Below is the script.  Any thoughts, comments or suggestions are greatly appreciated.  I am also open to using other approaches for sending data between Matlab and LabWindows/CVI.  Thanks in advance!!
    fclose('all');
    [file, errmsg] = fopen('out.txt', 'w');
    if(file<0)
        disp(errmsg)
    else
        fprintf(file, 'hello');
        fclose('all');
    end;
    [file, errmsg] = fopen('out.txt', 'w');
    if(file<0)    
    disp(errmsg)
    else  
     fprintf(file, 'hello');    
    fclose('all');
    end;

    I am using Windows 7.  I am running CVI as an administrator and was able to get rid of the "Permission Denied" error by going into the User Account Controls in windows and changing it to "Never Notify".  However, this did not fix the problem of Matlab not being able to write to a file when the script is run from CVI.  In the Matlab code below, It now gets in to the "else", suggesting that fopen() returns a good file handle.  After getting in to the else statement, it will not actually write to the file, nor does it create it.  However, I can make changes to the plot settings and those appear.  Everything is functional when run from Matlab but when run from CVI, things get screwy with opening the file for writing.  It handles the read well.  It seems like there would have to be some file permission errors but, in the CVI program, I open and write to the file "in.csv".  Any help is greatly appreciated.
    clear;
    fclose('all');
    t = zeros(1000);
    t = csvread('in.csv');
    for i=1:1000
        t(i) = t(i)*4;
    end;
    [file, errmsg] = fopen('out.txt', 'w');
    if(file<0)
        disp(errmsg)
    else
        fprintf(file, 'goodbye');
        for i=1:1000
            %t(i) = t(i)*3;
            fprintf(file, '%f,', t(i));
        end;
        fclose(file);
        plot(t/3, t);
        ylabel('t');
        xlabel('Time (s)');
        title('Is this really working?!?');
    end;
    Thanks,
    Chris

  • Can't open an application, permission denied error!

    I can't open a recently downloaded application.  I am getting a permission denied error? I have a a mac book pro with retina running Mountain Lion 10.8.4

    Triple-click anywhere in the line below to select it:
    ls -@Oen /A*/BeerSmith*/*/M* | open -f -a TextEdit
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    A TextEdit window will open with the output of the command. Post the contents of that window (not the Terminal window), if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.

  • Why sign in as xelsysadm get a permission denied error

    Hi all,
    i install oim11g (11.1.1.3.0) finished
    but while i at "advance - System Managenment - Scheduler" and try to Sesrch Scheduler , a "Permission denied" ERROR occurred.
    while the errror occurred,can find a Warning in logs :
    <Jun 17, 2011 10:48:17 AM CST> <Warning> <oracle.iam.consoles.faces.mvc.common> <BEA-000000> <oracle.iam.platform.canonic.base.NoteException: Permission denied>
    is the xelsysadm a Super Administrator ? why the error happened ?
    Thank you.

    Hi Sunny,
    i query select # from USG where USR_KEY=1
    (# is *)
    got below datas
    "UGP_KEY" "USR_KEY" "RUL_KEY" "USG_PRIORITY" "USG_RULE_BASED" "USG_DATA_LEVEL" "USG_CREATE" "USG_CREATEBY" "USG_UPDATE" "USG_UPDATEBY" "USG_NOTE" "USG_ROWVER"
    1 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@fe3b60
    5 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@ec3ae8
    6 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@10f81ed
    7 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@11b06be
    8 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@157b5f3
    9 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@16a870f
    10 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@c90428
    11 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@12fe9c7
    13 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@9d3cbd
    14 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@fedb2e
    15 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@1e7dedc
    16 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@1d85823
    18 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@828086
    19 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@1c41b39
    20 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@1d75be3
    21 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@1d1c74a
    22 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@172f436
    24 1 "" 1 "0" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@1ff310d
    25 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@ed84e6
    17 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@1b01eab
    12 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@1ad8c30
    26 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@cedfab
    27 1 "" 1 "" 1 17-JUN-11 1 17-JUN-11 1 "" oracle.sql.RAW@1be7f0c
    Edited by: Lighting Cui on Jun 19, 2011 6:26 PM
    Edited by: Lighting Cui on Jun 19, 2011 6:28 PM

  • Cannot make folder /cookies: Permission denied (error 13)

    I can not successfully install the Creative Cloud Installer. I continually get
    Error Starting Creative Cloud
    cookies dir: cannot make folder /cookies: Permission denied (error 13)
    I have tried verifying disk permissions using the disk utility on my macpro retina. This is a brand new computer (less than a week). I've also tried changing cookies permissions to allow for third party cookies.
    I don't know what the problem is.

    I had this same irritating problem. Thanks to this forum and some helpful instructions from Adobe Customer Support online I have been able to sort it out. For those who've read this far down the thread, here are the instructions from Adobe, which worked a treat - and also cured a problem I was having with Adobe Reader XI for Mac (internal error message meaning I couldn't use Reader and none of my pdfs would open with Preview either!)
    1. Please Open Finder and click on Applications on left hand side of Finder window.
    2. Navigate to Applications->Utilities ->Adobe Installers. Double click on Uninstall Adobe Creative Cloud and follow the onscreen instructions.
    3. Delete Adobe Application Manager folder from Applications/Utilities.
    4. Open Finder. Click on Go in Finder menu and choose Go to Folder. Type /Library/Application Support/Adobe in Go to folder and press return key. You will have Adobe folder open in Finder.
    5. Delete AdobeApplicationManager and OOBE folder.
    6. Click on Go in Finder menu and choose Go to Folder again. Type ~/Library/Application Support/Adobe in Go to folder and press return key.
    7. Delete AAMUpdater and OOBE folder from Adobe.
    8. Click on Go in Finder menu and choose Go to Folder again. Type ~/Library/Application Support and press return key.
    9. Right click on Adobe folder and choose Get Info.
    10. Click the lock icon at bottom of Get Info window to unlock it, then enter an administrator’s name and password.
    11. Click on + icon and choose select all users on pop up and window and choose Select.
    12. Change the permissions for all Users to Read and Write.
    13. Choose "Apply to enclosed items" from the Action pop-up menu (looks like a gear).
    14. Try installing the Creative Cloud Desktop application from below link.
    https://ccmdls.adobe.com/AdobeProducts/KCCC/1/osx10/CreativeCloudInstaller.dmg
    Please launch Adobe Creative Cloud Desktop application and check if you are able to sign in.

Maybe you are looking for

  • Macbook Air 13" Screen Crack - Will it break the computer?

    Just yesterday I noticed a small crack in the left bottom corner of my Macbook Air 13" (2011). In the last day it has already started to get a bit worse with a small crack that extends a couple vertical and horizontal lines a couple of inches. My que

  • AU not counting toward AAoA Equifax FICO score!!

    I recently pulled my Equifax FICO score and report. The Equifax FICO score usually indicates the oldest account that was opened and average age of accounts. I have a AAoA calculator which when populated with all the accounts on my credit report produ

  • Download size

    What is the download size for Elements 12? Thank you.

  • Dreamweaver online editing CMS

    Hi folks! Im a graphic designer and started creating website using Adobe Dreamweaver CS5. I bought this powerfull adobe program recently after im a great fan of photoshop, premiere, and after effects. My problem is: My clients would like to edit thei

  • The file aqq12s0m.sys could not be found during Win XP installation

    When I try to reinstall XP pro I receive message "The file aqq12s0m.sys could not be found. press any key to continue." and when I press it, comp restarts. Any clue about that file?