IPC permission problems when starting Listener

I have installed Oracle 8.0.5 on my Redhat 5.2 system.
I am able to start the database instance and access it with SQL
Plus. I am also able to start the listener and get a response
back from the listener using tnsping.
However, when starting the listener I get some error messages
stating that I don't have permissions to access/use the IPC
(sorry, I know little more about IPC other than inter process
communication). I have a user oracle which owns the database and
has a primary group of dba.
Bellow is the output from when i try to run lsnrctl start:
thanks for your help,
Federico
LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 09-JAN-99
03:04:21
(c) Copyright 1997 Oracle Corporation. All rights reserved.
Starting /oracle/u01/app/oracle/product/8.0.5/bin/tnslsnr: please
wait...
TNSLSNR for Linux: Version 8.0.5.0.0 - Production
System parameter file is
/oracle/u01/app/oracle/product/8.0.5/network/admin/listener.ora
Log messages written to
/oracle/u01/app/oracle/product/8.0.5/network/log/listener.log
Trace information written to
/oracle/u01/app/oracle/product/8.0.5/network/trace/listener.trc
Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=9)(KEY=orcl))
Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=12)(KEY=PNPKEY))
Listening on:
(ADDRESS=(PROTOCOL=tcp)(DEV=13)(HOST=192.168.1.2)(PORT=1521))
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=orcl))
TNS-12546: TNS:permission denied
TNS-12560: TNS:protocol adapter error
TNS-00516: Permission denied
null

Did it say "command completed successfully" "service has 1
handler" ? If so, then it ran fine. As for the root ownership of
certain things: some things need to be setuid root to access
certain OS resources for security purposes. If you see an "s"
where the execute permissions for owner or group, then the
executable most likely is set to run setuid or setgid. In other
words, no matter who invokes that command, the process is run as
the root user.
Kevin
Federico Grau (guest) wrote:
: Feel kind of stupid about this but i fixed my own problems...
: first of all, I am using NIS, and my oracle "server" is an NIS
: client. I had changed the primary group of oracle to dba on my
: NIS server, but had not updated the NIS databases, so my oracle
: "server" thought that the user oracle still had a primary group
: of oracle.
: I am not sure if that is the cause of the problem, but somehow
: during one of the package installations *using the defualt
: installation) the file $ORACLE_HOME/bin/tnslsnr gets owned by
: user.group root.dba (this does not happen on my AIX oracle
: installation of 7.3)... Once I change ownership back to
: oracle.dba things run smothly. Other files that have this same
: root ownership are dbsnmp, oratclsh, and osh?!
: any ideas?
: Federico
: Federico Grau (guest) wrote:
: : I have installed Oracle 8.0.5 on my Redhat 5.2 system.
: : I am able to start the database instance and access it with
SQL
: : Plus. I am also able to start the listener and get a
response
: : back from the listener using tnsping.
: : However, when starting the listener I get some error messages
: : stating that I don't have permissions to access/use the IPC
: : (sorry, I know little more about IPC other than inter process
: : communication). I have a user oracle which owns the database
: and
: : has a primary group of dba.
: : Bellow is the output from when i try to run lsnrctl start:
: : thanks for your help,
: : Federico
: : LSNRCTL for Linux: Version 8.0.5.0.0 - Production on
09-JAN-99
: : 03:04:21
: : (c) Copyright 1997 Oracle Corporation. All rights reserved.
: : Starting /oracle/u01/app/oracle/product/8.0.5/bin/tnslsnr:
: please
: : wait...
: : TNSLSNR for Linux: Version 8.0.5.0.0 - Production
: : System parameter file is
/oracle/u01/app/oracle/product/8.0.5/network/admin/listener.ora
: : Log messages written to
: : /oracle/u01/app/oracle/product/8.0.5/network/log/listener.log
: : Trace information written to
/oracle/u01/app/oracle/product/8.0.5/network/trace/listener.trc
: : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=9)(KEY=orcl))
: : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=12)(KEY=PNPKEY))
: : Listening on:
: : (ADDRESS=(PROTOCOL=tcp)(DEV=13)(HOST=192.168.1.2)(PORT=1521))
: : Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=orcl))
: : TNS-12546: TNS:permission denied
: : TNS-12560: TNS:protocol adapter error
: : TNS-00516: Permission denied
null

Similar Messages

  • I am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error

    i am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    here is my listener file
    lsn =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.125.128)(PORT = 1575))
    #ADR_BASE_LISTENER = /u01/app/oracle
    (SID_LIST_LISTENER=
    (SERVICE_NAME=kull)
    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1)
    tnsnames.ora
    to_lsn=
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = kull )
    my database name is kull
    please somebody help

    Biswaranjan wrote:
    i have two database one is kull and another is kk
    i configured listener.ora in kull
    and tnsnames.ora in kk
    when i am running lsnrctl start listener in database kull
    This makes no sense.  You don't configure a listener nor a tnsnames.ora "in a database".   I hope this is just a language issue and not reflective of a fundamental misunderstanding of how tns works.
    read: http://edstevensdba.wordpress.com/2011/02/09/sqlnet_overview/ Help! I can’t connect to my database 
    read: http://edstevensdba.wordpress.com/2011/02/16/sqlnet_client_cfg/ Help! I can’t connect to my database (part duex)
    it is showing the message
    Alias                     lsn
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                05-JUL-2013 19:08:06
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/log/diag/tnslsnr/server1/lsn/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1575)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server1)(PORT=1575)))
    The listener supports no services
    The command completed successfully
    and in another database in kk when i am giving the command tnsping to_lsn
    it is giving this message
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = kull)))
    OK (0 msec)
    but when i am cross check sqlplus system/manager@ to_lsn
    it is giving the following error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

  • Problem when start lightroom 6 on my windows 8.1 notebook

    I have a problem when start lightroom 6 on my windows 8.1 notebook, the system says "impossible find input point in _crtCreateSymbolicLinkW in C:\windows\system32\msvcp110.dll", and lightroom 6 terminate. I disinstalled and reinstalled many times but I have always the same error. What is the problem? Thank for the answers.

    Download update 4 for Intel x64 or Amd if your notebook have an Amd CPU of Visual studio 2012 and trya again. Before you can controll if the installer install library of visual studio 12 during installation and see if the library missing is on windows\system32.

  • HANDSHAKE_FAILURE problem when starting managed server via NOdeManager

    hi all, i am trying to start a managed server using nodeManager, but i keep on
    getting following exception:
    weblogic.nodemanager.NodeManagerException: [Could not execute command start for
    server managedServer via the Node Manager - reason: [CommandInvoker: Failed to
    send command: 'online to server 'managedServer' to NodeManager at host: 'localhost:5555'
    with exception FATAL Alert:HANDSHAKE_FAILURE - The handshake handler was unable
    to negotiate an acceptable set of security parameters.. Please ensure that the
    NodeManager is active on the target machine].] at weblogic.nodemanager.NodeManagerRuntime.executeCommand(NodeManagerRuntime.java:472)
    at weblogic.nodemanager.NodeManagerRuntime.start(NodeManagerRuntime.java:76) at
    java.lang.reflect.Method.invoke(Native Method) at
    here is my script for starting nodemanager
    set JAVA_HOME=c:\bea\jdk131
    set WL_HOME=c:\bea\weblogic700
    set PATH=%WL_HOME%\server\bin;%JAVA_HOME%\bin;%PATH%
    set CLASSPATH=.;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar
    java -hotspot -ms16m -mx16m -classpath %CLASSPATH% -Dbea.home=C:\bea\weblogic700
    -Djava.security.policy=C:\bea\weblogic700\server\lib\weblogic.policy -Dweblogic.nodemanager.weblogicHome=C:\bea\weblogic700
    -Dweblogic.nodemanager.listenAddress=172.21.73.94 -Dweblogic.nodemanager.listenPort=5555
    -Dweblogic.nodemanager.trustedHosts=C:\bea\weblogic700\common\nodemanager\config\nodemanager.hosts
    -Dweblogic.nodemanager.certificateFile=C:\bea\weblogic700\common\nodemanager\config\demo.crt
    weblogic.nodemanager.NodeManager
    i have created an admin server, called adminserver
    then i have created in the same domain a server called managedserver
    both servers run on the same machine,at different port number.
    i have created a machine, and associated managedserver to it.
    in the machine/configuration/nodemanager i have set listenaddress localhost and
    listenport 5555.
    my nodemanager starts automatically at htat port. however, when i try to start
    the managed server via adminserver console, i got the exception mentioned in
    the subject.
    can anyone help?
    regards
    marco
    can anyone point me to the right direction for solving this problem?
    in the adminserver console i have defined a machine for teh managedserver, and
    nodemanager is supposed to run at localhost:5555 (and indeed it does, because
    ihave started it successfully).
    thanx in advance and regards marco

    Marco.
    Sorry, this is not a solution to your problem but i am trying to solve the same
    problem for a week now.
    I have wl7.0 sp2, 1 admin server, 2 managed servers on the same box. I get the
    same error. I know that the default certificate installed provides a hostname
    verification of weblogic.com. I turned the hostname verification off, i put in
    the Dweblogic.nodemanager.sslHostNameVerificationEnabled=false, i get the same
    error when starting the managed server. I went ahead and created my own certificate
    for machine called mallik, created my own passphrase, created a new keystore,
    made the admin server view the keystore, used the same certificate for both the
    admin server and the node manager. It still fails with the same error. I went
    ahead and added the machine 'mallik' to nodeManager.hosts file. It fails. I am
    totally confused now what needs to be done.
    My nodeManger.hosts looks like this:
    mallik 10.100.10.130
    managedServer1 10.100.10.130
    managedServer2 10.100.10.13
    Below is the startNodeManager.cmd.
    @echo off
    @rem *************************************************************************
    @rem This script can be used to start the WebLogic NodeManager
    @rem
    @rem This script sets the following variables before starting the NodeManager:
    @rem
    @rem WL_HOME - The root directory of your WebLogic installation.
    @rem NODEMGR_HOME - The home directory for this NodeManager instance.
    @rem JAVA_HOME - Location of the version of Java used to start WebLogic
    @rem Server. This variable must point to the root directory of
    @rem a JDK installation and will be set for you by the
    @rem          installer. See the WebLogic platform support page
    @rem (http://e-docs.bea.com/wls/platforms/index.html) for an up-to-date
    list of
    @rem supported JVMs on Windows NT.
    @rem PATH - Adds the JDK and WebLogic directories to the system path.
    @rem CLASSPATH - Adds the JDK and WebLogic jars to the classpath.
    @rem JAVA_OPTIONS - Java command-line options for running the server. (These
    @rem will be tagged on to the end of the JAVA_VM and MEM_ARGS)
    @rem JAVA_VM - The java arg specifying the VM to run. (i.e. -server,
    @rem -client, etc.)
    @rem MEM_ARGS - The variable to override the standard memory arguments
    @rem passed to java
    @rem
    @rem *************************************************************************
    SETLOCAL
    set WL_HOME=C:\bea7.0\weblogic700
    set NODEMGR_HOME=%WL_HOME%\common\nodemanager
    set JAVA_HOME=C:\bea7.0\jdk131_06
    Call %WL_HOME%\common\bin\commEnv.cmd
    @rem If NODEMGR_HOME does not exist, create it
    :checkNodeManagerHome
    if exist %NODEMGR_HOME% goto checkJava
    echo.
    echo NODEMGR_HOME %NODEMGR_HOME% does not exist, creating it..
    mkdir %NODEMGR_HOME%
    @rem Check that java is where we expect it to be
    :checkJava
    if exist %JAVA_HOME%\bin\java.exe goto runNodeManager
    echo The JDK wasn't found in directory %JAVA_HOME%.
    echo Please edit this script so that the JAVA_HOME
    echo variable points to the location of your JDK.
    goto finish
    :runNodeManager
    if not "%JAVA_VM%" == "" goto noResetJavaVM
    rem set JAVA_VM=-hotspot
    set JAVA_VM=%COMM_VM%
    :noResetJavaVM
    if not "%MEM_ARGS%" == "" goto noResetMemArgs
    set MEM_ARGS=-Xms32m -Xmx200m
    :noResetMemArgs
    @echo on
    set CLASSPATH=.;%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%CLASSPATH%
    set PATH=%WL_HOME%\server\bin;%JAVA_HOME%\bin;%PATH%
    cd %NODEMGR_HOME%
    #"%JAVA_HOME%\bin\java.exe" %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -classpath "%CLASSPATH%"
    "-Dbea.home=C:\bea7.0" "-Dweblogic.security.SSL.trustedCAKeyStore=%WL_HOME%\server\lib\cacerts"
    "-Djava.security.policy=%WL_HOME%\server\lib\weblogic.policy" "-Dweblogic.nodemanager.reverseDnsEnabled=true"
    "-Dweblogic.nodemanager.javaHome=%JAVA_HOME%" weblogic.nodemanager.NodeManager
    "%JAVA_HOME%\bin\java.exe" %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -classpath "%CLASSPATH%"
    "-Dbea.home=C:\bea7.0" "-Dweblogic.security.SSL.trustedCAKeyStore=%WL_HOME%\server\lib\cacerts"
    "-Djava.security.policy=%WL_HOME%\server\lib\weblogic.policy" "-Dweblogic.nodemanager.certificateFile=C:\bea7.0\user_projects\myDomain\mallikcert.pem"
    "-Dweblogic.nodemanager.sslHostNameVerificationEnabled=false" "-Dweblogic.nodemanager.javaHome=%JAVA_HOME%"
    "-Dweblogic.ListenAddress=mallik" "-Dweblogic.nodemanager.nativeVersionEnabled=true"
    "-Dweblogic.nodemanager.reverseDnsEnabled=true" "-Dweblogic.nodemanager.javaHome=%JAVA_HOME%"
    "-Dweblogic.nodemanager.trustedHosts=%WL_HOME%\common\nodemanager\config\nodemanager.hosts"
    "-Dweblogic.management.pkpassword=weblogic" weblogic.nodemanager.NodeManager
    goto finish
    :finish
    ENDLOCAL
    I would appreciate if anybody can help me.
    Mallik.
    "Marco" <[email protected]> wrote:
    >
    hi all, i am trying to start a managed server using nodeManager, but
    i keep on
    getting following exception:
    weblogic.nodemanager.NodeManagerException: [Could not execute command
    start for
    server managedServer via the Node Manager - reason: [CommandInvoker:
    Failed to
    send command: 'online to server 'managedServer' to NodeManager at host:
    'localhost:5555'
    with exception FATAL Alert:HANDSHAKE_FAILURE - The handshake handler
    was unable
    to negotiate an acceptable set of security parameters.. Please ensure
    that the
    NodeManager is active on the target machine].] at weblogic.nodemanager.NodeManagerRuntime.executeCommand(NodeManagerRuntime.java:472)
    at weblogic.nodemanager.NodeManagerRuntime.start(NodeManagerRuntime.java:76)
    at
    java.lang.reflect.Method.invoke(Native Method) at
    here is my script for starting nodemanager
    set JAVA_HOME=c:\bea\jdk131
    set WL_HOME=c:\bea\weblogic700
    set PATH=%WL_HOME%\server\bin;%JAVA_HOME%\bin;%PATH%
    set CLASSPATH=.;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar
    java -hotspot -ms16m -mx16m -classpath %CLASSPATH% -Dbea.home=C:\bea\weblogic700
    -Djava.security.policy=C:\bea\weblogic700\server\lib\weblogic.policy
    -Dweblogic.nodemanager.weblogicHome=C:\bea\weblogic700
    -Dweblogic.nodemanager.listenAddress=172.21.73.94 -Dweblogic.nodemanager.listenPort=5555
    -Dweblogic.nodemanager.trustedHosts=C:\bea\weblogic700\common\nodemanager\config\nodemanager.hosts
    -Dweblogic.nodemanager.certificateFile=C:\bea\weblogic700\common\nodemanager\config\demo.crt
    weblogic.nodemanager.NodeManager
    i have created an admin server, called adminserver
    then i have created in the same domain a server called managedserver
    both servers run on the same machine,at different port number.
    i have created a machine, and associated managedserver to it.
    in the machine/configuration/nodemanager i have set listenaddress localhost
    and
    listenport 5555.
    my nodemanager starts automatically at htat port. however, when i try
    to start
    the managed server via adminserver console, i got the exception mentioned
    in
    the subject.
    can anyone help?
    regards
    marco
    can anyone point me to the right direction for solving this problem?
    in the adminserver console i have defined a machine for teh managedserver,
    and
    nodemanager is supposed to run at localhost:5555 (and indeed it does,
    because
    ihave started it successfully).
    thanx in advance and regards marco

  • Problems when starting OC4J J2EE 10.1.3 standalone container

    Hi,
    For month's now my OC4J standalone container functioned without any problems..
    Suddenly, it does not start anymore and I'm getting the following error:
    Starting OC4J from c:\oracle\oc4j_1013\j2ee\home ...
    2006-07-19 21:45:23.046 ERROR Failed to set the internal configuration of the OC
    4J JMS Server with: XMLJMSServerConfig[file:/C:/oracle/oc4j_1013/j2ee/home/confi
    g/jms.xml]
    06/07/19 21:45:23 *** (SEVERE) Failed to set the internal configuration of the O
    C4J JMS Server with: XMLJMSServerConfig[file:/C:/oracle/oc4j_1013/j2ee/home/conf
    ig/jms.xml]
    2006-07-19 21:45:23.062 ERROR J2EE OJR0011 Exception starting JMS server: Failed
    to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConf
    ig[file:/C:/oracle/oc4j_1013/j2ee/home/config/jms.xml]
    2006-07-19 21:45:25.171 WARNING J2EE JNDI0001 Resource Environment reference jms
    /store not found. Allowing J2EEContext creation to continue anyway.
    2006-07-19 21:45:25.171 WARNING J2EE JNDI0001 Resource Environment reference jms
    /eventQueue not found. Allowing J2EEContext creation to continue anyway.
    2006-07-19 21:45:25.171 WARNING J2EE JNDI0001 Resource Environment reference jms
    /notificationQueue not found. Allowing J2EEContext creation to continue anyway.
    2006-07-19 21:45:25.218 WARNING J2EE JNDI0001 Resource Environment reference jms
    /eventQueue not found. Allowing J2EEContext creation to continue anyway.
    2006-07-19 21:45:25.218 WARNING J2EE JNDI0001 Resource Environment reference jms
    /notificationQueue not found. Allowing J2EEContext creation to continue anyway.
    2006-07-19 21:45:25.218 ERROR J2EE EJB3027 [default] An error occured deploying
    EJB module: java.lang.InstantiationException: Resource exception(OracleASjms) fo
    r MessageDrivenBean event during endpoint activation: failure looking up Connect
    ionFactoryJndiName:jms/XAQueueConnectionFactory: javax.resource.spi.ResourceAdap
    terInternalException: Looking up jms/XAQueueConnectionFactory: javax.naming.Name
    NotFoundException: jms/XAQueueConnectionFactory not found
    06/07/19 21:45:25 WARNING: Application.setConfig Application: default is in fail
    ed state as initialization failedjava.lang.InstantiationException: Error initial
    izing ejb-modules: Resource exception(OracleASjms) for MessageDrivenBean event d
    uring endpoint activation: failure looking up ConnectionFactoryJndiName:jms/XAQu
    eueConnectionFactory: javax.resource.spi.ResourceAdapterInternalException: Looki
    ng up jms/XAQueueConnectionFactory: javax.naming.NameNotFoundException: jms/XAQu
    eueConnectionFactory not found
    Jul 19, 2006 9:45:25 PM com.evermind.server.Application setConfig
    WARNING: Application: default is in failed state as initialization failedjava.la
    ng.InstantiationException: Error initializing ejb-modules: Resource exception(Or
    acleASjms) for MessageDrivenBean event during endpoint activation: failure looki
    ng up ConnectionFactoryJndiName:jms/XAQueueConnectionFactory: javax.resource.spi
    .ResourceAdapterInternalException: Looking up jms/XAQueueConnectionFactory: java
    x.naming.NameNotFoundException: jms/XAQueueConnectionFactory not found
    2006-07-19 21:45:25.250 WARNING DEBUG GJRA-1100, oracle.j2ee.connector.messagein
    flow.MessageEndpointFactoryImpl@159d450.
    06/07/19 21:45:25 Error initializing server: Error initializing ejb-modules: Res
    ource exception(OracleASjms) for MessageDrivenBean event during endpoint activat
    ion: failure looking up ConnectionFactoryJndiName:jms/XAQueueConnectionFactory:
    javax.resource.spi.ResourceAdapterInternalException: Looking up jms/XAQueueConne
    ctionFactory: javax.naming.NameNotFoundException: jms/XAQueueConnectionFactory n
    ot found
    2006-07-19 21:45:26.093 WARNING J2EE JTA RecoveryManager is null during shut
    down
    06/07/19 21:45:26 Fatal error: server exiting
    The version of the OC4J J2EE container is:
    Oracle Containers for J2EE 10g (10.1.3.0.0) (build 060119.1546.05277)
    Does anyone has any suggestions why this error happens, I did not changes anything in my installation and also did not deploy any new apps
    Thanks for your help

    I still have this problem when I try to login to the EM:
    This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J instance home on Application Server assoa.locahost is configured but a connection could not be established. The JMX protocol is specified by the oracle.oc4j.jmx.internal.connection.protocol property in opmn.xml
    Can you help me here?

  • 10.10.3 - problems when starting up my MacBook Air

    Hi, I have a MacBook Air 2013 and I have installed the update to Yosemite 10.10.3. Since then, my Mac is having problems in starting up... in fact, after pressing the start button, my Mac is giving the starting sound and then nothing else. I have to press two more times the start button to start my Mac as normally. Any idea?

    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Download and reinstall the OS X Yosemite 10.10.3 Combo Update.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • Permission problems and start up problems

    Hi all, went to turn my mac on, and was stuck at the load screen.. then I noticed that load bar that normally happens when firmware is being updated.. but nothing happened. I reset, still same issue.
    Put the OS disk in, ran Verify Disk Permissions and this came up...
    Group differs on "Library/Documentation/User Guides And Information.localized", should be 80, group is 0.
    Group differs on "Library/Documentation/User Guides And Information.localized/.localized", should be 80, group is 0.
    Permissions differ on "Library/Documentation/User Guides And Information.localized/.localized", should be drwxrwxr-x , they are drwxr-xr-x .
    Permissions differ on "Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player", should be -rwxrwxr-x , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUAdvanced.nib/keyedobjects.nib", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUAdvanced.nib/keyedobjects.nib", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUAssistant.nib/keyedobjects.nib", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUAssistant.nib/keyedobjects.nib", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUDocument.nib/keyedobjects.nib", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUDocument.nib/keyedobjects.nib", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUDrives.nib/keyedobjects.nib", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUDrives.nib/keyedobjects.nib", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUStatisticsPanel.nib/keyedobjects.nib ", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUStatisticsPanel.nib/keyedobjects.nib ", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUTaskSheet.nib/keyedobjects.nib", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUTaskSheet.nib/keyedobjects.nib", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUTasks.strings", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUTasks.strings", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUWirelessPanel.nib/keyedobjects.nib", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AAUWirelessPanel.nib/keyedobjects.nib", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/APPanels.nib/keyedobjects.nib", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/APPanels.nib/keyedobjects.nib", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AUFirmwareDownloader.nib/keyedobjects.n ib", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AUFirmwareDownloader.nib/keyedobjects.n ib", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortAssistant.strings", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortAssistant.strings", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortErrors.strings", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortErrors.strings", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortSettings.strings", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortSettings.strings", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortTimeZones.strings", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortTimeZones.strings", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/AirPortUtilityHelp.h elpindex", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/AirPortUtilityHelp.h elpindex", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/AirPortUtilityHelp.h tml", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/AirPortUtilityHelp.h tml", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/gfx/AE2.jpg", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/gfx/AE2.jpg", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/gfx/S01AUAssist.gif", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/gfx/S01AUAssist.gif", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/gfx/S01AUMan.gif", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/gfx/S01AUMan.gif", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/gfx/USB.gif", should be 0, group is 80.
    Permissions differ on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/gfx/USB.gif", should be -rw-r--r-- , they are -rw-rw-r-- .
    Group differs on "Applications/Utilities/AirPort Utility.app/Contents/Resources/pl.lproj/AirPortUtilityHelp/gfx/adpt.gif", should be 0, group is 80.
    It goes on and on... more of this type of thing.
    It suggested I back up as much as I could and reformat my computer!! Lucky I had bootcamp, so I just reinstalled Mac OS over windows.
    Is there anything I can do to save my files? It wont allow me to click on Repair Disk Permissions.
    When running Verify Disk, it says I need to repair it, so I click on repair disk and I get "disk utility can't repair this disk. Back up as many of your files as possible, reformat the disk and restore your backed-up files!!
    Now I do have an external drive, if I copied all my music, photos, docs etc to my external drive, that maybe the only way to recover everything? Or is there another way? Please help.

    I have tried from the OS installer disk running the repair disk and I get the same error about not being able to do it, and i need to back everything up and re format the drive.
    I'm having problems starting in safe mode. I hold down the shift key, and then then little spinning cog comes up, and below it the bar shows safe mode is starting, but then it disappears and just stays on the spinning thing.
    This is where the problems first started, was stuck on that.
    Not sure what else to try

  • Msvcr100.dll problem when starting Photoshop CS6

    Windows 7 64bit - Creative Cloud License -
    Hello,
    I have the following problem:
    When I start (click icon) my photoshop, the icon highlights for a moment and then it's gone.
    When I check my logs, it gives me the following message:
    Translated from Dutch
    Foutbucket 86825153, type 4
    Name of event: APPCRASH
    Answer: Not available
    Id of CAB-file: 0
    Signature of problem:
    P1: Photoshop.exe
    P2: 13.1.0.0
    P3: 50b4058d
    P4: MSVCR100.dll
    P5: 10.0.40219.1
    P6: 4d5f034a
    P7: 40000015
    P8: 00000000000761c9
    P9:
    P10:
    Attached files:
    C:\Users\Joogle\AppData\Local\Temp\WERFF19.tmp.WERInternalMetadata.xml
    These files are probably not available anymore:
    C:\Users\Joogle\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Photoshop.exe_a e46505f703c2a262d971eb2a381f58683537d10_11633620
    Analysesymbol:
    Searching again for fix: 0nRapport-id: c89243bf-6332-11e2-ac22-ed6ea1309e4a
    Reportstatus: 0
    I already installed Photoshop again from the Cloud (Creative Cloud), also from a different language (like American English or just Dutch, using Int. English), but still the same.
    Maybe one you knows how to fix? Or had the same issue?
    Greetings Marvin

    I found another fix, and I wonder why this one is so uncommon, because it worked like a charm for me.
    There is a program called SFC which scans for missing or defective DLL and system files and repairs them. To make it work, you need to run it from the command line in "repair mode" which you can access when booting the pc. Running this program from a normal windows session won't work, because Windows won't have access to all the files.
    If you hit F8 while booting, Windows will offer you some options to continue.
    Choose REPAIR - don't worry, it won't do anything to your Windows installation until you explicitly opt for it.
    Then you can choose your language and you can log in with your account. (Not the $homeusergroup)
    Now click on the command-line icon. It will be opened right at c:\windows\system32
    You can type in SFC /scannow
    This program will search for defective system files and try to repair them. It may also ask for your Windows installation disc, if files are completely missing, but that didn't happen to me.

  • Help with tabs, I reset but doesn't fix problem when started again

    When started the new tab is blank and doesn't show the 9 previous pages like before. I have gone to help the troubleshooting and then reset Firefox. This works until I shut down Firefox although when I start a new session the New Tabs are Blank again.
    please help.

    Is the new tab page completely blank or is there a little 9-square icon on the right side? If that's there, can you check your history and make sure your history wasn't cleared?
    In the future, you shouldn't need to do a full reset to edit this preference. In fact, it would be helpful to take a look at what is there when this problem occurs. This involves using the about:config preferences editor:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''newtab''' and pause while the list is filtered
    (3) Double-click the '''browser.newtab.url''' preference and enter your preferred page:
    * ''Page thumbnails (default)'' => about:newtab
    * ''Blank tab'' => about:blank
    * ''Built-in Firefox home page'' => about:home
    * ''Any other page'' => full URL to the page
    Press Ctrl+t to open a new tab and verify that it worked. Fixed?
    If it's fixed temporarily, does it stick until you exit Firefox and restart it? Sometimes preferences will be changed at startup by a user.js file. This file isn't created by Firefox, but can be created by a user or third party software to override your regular settings. To check for a user.js file, try the steps in this article: [[How to fix preferences that won't save]].

  • I have a problem when starting my Macbook. A message saying /Library/StartupItems/Icon has not been started due to not having the right security settings. So far it is not under HD og system folder, nor can't find via terminal. Any good suggestions?

    I have tried to delete it via terminal but no luck, have also run a disk permissions repair but no luck.
    I still shows when starting the mac or restarting it.
    Any of you have a good suggestion of what do??
    Just hate when it appears every time I start the Mac

    What items do you have in the Startup Items of your System Preference for your present login user?  Maybe removing and adding them back in will help?
    /Applications/iTunes.app/Contents/Resources
    includes the iTunes Helper application in case you need to reconnect it later.

  • Problem when starting performance pack

    Environment: AIX 4.3.3, JDK 1.2.2 with lastest fix, weblogic 5.1
    When starting weblogic, the weblogic.log shows:
    <POSIX Performance Pack> Could not initialize POSIX Performance PACK.
    <Performance Pack> Unable to load performance pack, using JAVA I/O.
    I have weblogic.system.nativeIO.enable=true set in the weblogic.properties file
    and LIBPATH pointing to ~weblogic/lib/aix .
    Appreciate if somebody here can give idea where to look into in order to load
    the Performance Pack.
    Thanks for any input
    Daping Xia
    System Admin
    United Airlines

    Could you do a directory listing of the directory that contains the
    performance packs?
    Michael Girdley
    BEA Systems Inc
    "Daping Xia" <[email protected]> wrote in message
    news:39ecc7f1$[email protected]..
    >
    Environment: AIX 4.3.3, JDK 1.2.2 with lastest fix, weblogic 5.1
    When starting weblogic, the weblogic.log shows:
    <POSIX Performance Pack> Could not initialize POSIX Performance PACK.
    <Performance Pack> Unable to load performance pack, using JAVA I/O.
    I have weblogic.system.nativeIO.enable=true set in the weblogic.propertiesfile
    and LIBPATH pointing to ~weblogic/lib/aix .
    Appreciate if somebody here can give idea where to look into in order toload
    the Performance Pack.
    Thanks for any input
    Daping Xia
    System Admin
    United Airlines

  • Problems when starting with oracle SQL developer

    Hello,
    I am very much new with oracle SQL developer. I use oracle 10g and have a database named 'pallabDB' with username: xxxxxx and paswd:yyyyyy. I have installed oracle SQL developer.But i am unable to start up.What i should do? If any body replies it will be a great help.Thanks in advance.

    But i am unable to
    start up.How to understand this sentence without confusion?
    Can you explain exactly what is your problem at start up of SQL Developer?

  • T410 drive problem when starts up

    Good day,
    I try to get the laptop of my son running again. its a think pad T410.
    when started it runs through its bios but than stops stating no drive to be found.
    did a drive test in bios and it gives a 0000 error (drive is a Hitachi type TS7SAA320.
    strangely when I run linux puppy on the computer by a external than Linux can still find files on the hard drive.
    doe any one have a Idea how to solve it so my son can has his computer up and running again.
    I read some olther threats but coeld not find any thing that showed what to do when drive was still operatable by linux on sam e computer.
    kind regards
    Hin

    Hi Hindrick,
    Welcome to Lenovo Community!
    As per the query we understood that you are facing issue with system not booting to Windows on your ThinkPad T410.
    I think the boot files have been corrupted, try reinstalling the Operating System once, this may resolve the issue. If the system is having pre-loaded OS then try to perform system recovery.
    http://support.lenovo.com/en/documents/ht075445
    Hope this helps.
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Problem in starting listener Service

    hello
    we have Hp-UX, Oracle 10g.
    My Database on one my Boxes has stopped. I checked the log file, it says cannot conect to the listner.
    I am pasting the output for lnsrctl stop command
    LSNRCTL> stop                                                                  
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=IEP.WORLD))                          
    The command completed successfully                                             
    LSNRCTL> stop                                                                  
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=IEP.WORLD))                          
    TNS-12541: TNS:no listener                                                     
    TNS-12560: TNS:protocol adapter error                                         
      TNS-00511: No listener                                                       
       HPUX Error: 2: No such file or directory                                    
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=IEP))                                
    TNS-12541: TNS:no listener                                                     
    TNS-12560: TNS:protocol adapter error                                         
      TNS-00511: No listener                                                       
       HPUX Error: 2: No such file or directory                                    
    Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=usstubw02)(PORT)
    TNS-12541: TNS:no listener                                                     
    TNS-12560: TNS:protocol adapter error                                         
      TNS-00511: No listener                                                       
       HPUX Error: 239: Connection refused                                         
    kindly help me , in resolving this
    Points will be awarded.
    -Thanks
    Sam

    Hello Sam,
    the problem seems to be clear.
    - At first you have stopped the listener twice. The first time it was i     successful and the second stop command failed which is correct.
    - You have to start the listener now -> command "lsnrctl start"
    The only thing that looks a little bit strange is:
    > Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=usstubw02)(PORT)
    There is no port specified. Have you changed the listener.ora file?
    If the "lsnrctl start" command fails, please post the listener.ora file and the error at startup.
    Regards
    Stefan

  • OSB: problem when starting a managed server in an OSB cluster

    Hi,
    I used the configuration wizard to setup a very simple domain, containing a cluster with a managed server. When I start the managed server from the console I get prompted for the boot user and password. I specify the values I defined during the installation (weblogic user and custom passwort). After some time the managed server exists with the following exception:
    ####<21.04.2010 19.25 Uhr CEST> <Critical> <WebLogicServer> <DEMUC10525> <ManagedServer1> <main> <<WLS Kernel>> <> <> <1271870735741> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    What is its problem and how do I fix it? I have not configured anything special in the domain - just the cluster, a single machine and the managed server and admin server targeted at this machine.
    The admin server starts without these problems. I also tried copying the boot.properties from the admin server to the managed server without any success - the same problem.
    Regards
    Dimo
    Edited by: dimo velev on 21.04.2010 11:24

    Hi Anuj,
    it turned out to be an OSB related problem - WLS forum would not have been able to help.
    The startManagedWebLogic script should be run only within an environment which has been correctly setup using the domain setDomainEnv script. This seems to add some classpaths and stuff like this which, if missing, produces the exception - it actually has absolutely nothing to do with the user and password being wrong.
    If you are using a node manager to start the managed servers then it should also be run within an evironment correctly setup with the domain's setDomainEnv script.
    Best regards
    Dimo

Maybe you are looking for

  • How to run logic one month at a time

    Hi All I got a script logic funding.which contains 6 sub logics in it. for ex: funding calc tax lgf initialize lgf fund_ob lgf funding lgf dirtax lgf reservers lgf. my problem is if i run the above logic for full year my balance sheet is out of balac

  • Using the video out on an iMac...

    Can you disable the iMac's monitor?  I have the iMac connected to my TV, but I only want to use the TV as a monitor.  It looks weird having the TV and the iMac showing the same thing, and I'd rather turn off the iMac display.

  • How can I copy a video to flash drive

    How can I copy a video saved in the Mozilla history to a flash drive?

  • Word could not be found on the machine

    I am trying to test the option to convert a word form into a pdf form. Using Adobe LiveCycle Designer that came with Acrobat Pro 8 on an XP Machine using Office 2007. When trying to open the .doc file, I get an error message Word (version XP or onwar

  • Vertical Photos?? Double copies!?

    I've imported a few vertical photos from my camera into Iphoto. It automatically makes duplicates of these photos in the modified folders - which annoys me because it's a waste of space. The originals of the photos are displayed as vertical too eithe