Launchd daemon not starting correctly on launch

Hi All,
I have a script that I like to have run anytime my wireless network changes.  The script needs to be run under sudo, so I created a daemon inside of /Library/LaunchDaemons .
My plist file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
          <key>Disabled</key>
               <false/>
          <key>Label</key>
               <string>my.plist.name</string>
          <key>ProgramArguments</key>
               <array>
                              <string>/path/to/script/to/run.sh</string>
               </array>
          <key>WatchPaths</key>
               <array>
                              <string>/Library/Preferences/SystemConfiguration/com.apple.airport.pr eferences.plist</string>
               </array>
</dict>
</plist>
So here's where the oddness starts happening.  When I start up my computer, launchctl tells me that this daemon is loaded.  (I run sudo launchctl list and it's there).  However, the script does not run when it should.
However, if I manually unload and then load the plist using the launchctl command then everything works completely fine.
So the question is, why does it work when I load it manually, but not work when the system loads it on startup?
Thanks,
Q

No suspicious message in the console.  When I sudo launchctl list it shows up with a 0 in the second field.
The only thing I can find in doing some google-ing is this:
https://managingosx.wordpress.com/2006/05/10/launchd-gotcha/
Which seems to imply that a launch daemon that is watching a file will fail to work if that file doesn't exist at all times.  However, I would think that /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist should always exist.  So I'm still perplexed.
Right now I have a seomwhat convoluted system set up as the following:
My launch daemon (that needs to run as root) is set to watch a folder ~/random/
Then I have a launch agent which successfully watches for changes in /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist and when it sees them touches a file in ~/random/.
The launch daemon then deletes that file and successfully runs the script I want it to run.
It seems weird/odd/annoying to have to set up a this double-headed process just to do something simple like this, so I'm open to suggestions as to what is going on.

Similar Messages

  • My start Volume is full. I cleanded it to late. Now is he not starting correctly. The screen is white. what can i do to come to the Desktop?

    My Startvolume is full. I cleanded it to late. Now is he not starting correctly. The screen is white. What can i do to come to the Desktop?

    What do you mean by you "cleaned" it?
    Try booting into Safe Mode: http://support.apple.com/kb/HT1564
    If you can boot into Safe Mode, try clearing off some space while booted there.

  • "Plugin did not start correctly" error message

    I have the current version of Photomatix Pro loaded as an HDR plugin for Lightroom 3.0.  When I try to export the series of images from Lightroom to Photmatix, I get the following message:
         Info
              Plugin did not start correctly
              Please check whether you invoked the plugin by choosing 'File > Plug-in Extras'
    The process that I used in Lightroom was to hold down CTRL and select the 5 images while in Lightroom 3.0.  The I right clicked, went to Export and then to Photomatix Pro which appears in the list.  After doing this, I receive the above message.
    The way that I installed the software was to first have Lightroom 3.0 installed and updated.  Then I installed the Photomatix Pro software and answered the question during installation that I wanted to use it as a plugin in LR.  That was it.
    I just discovered something.  In LR I went to File, Plugin Extras, Export to Photomatix Pro and this worked!!!!  There is evidently a problem with the right click, export to a plugin.  Don't know how to pass this on to the developers so if someone does, please do so.
      Thanks, Don

    Hello @jimboware and welcome to the HP Forums!
    As far as I'm aware, there is no Windows 6, did you perhaps mean Windows 7? This What's My OS link will help if you'd like
    When you're starting the install, do you plug in the USB cable before the software asks for it?
    Let me know that information and we'll go from there!
    Please click “Accept as Solution ” if you feel my post resolved your issue, as it will help others find the solution faster
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    **MissTeriLynn**
    I work on behalf of HP

  • Satellite M-series does not start correctly

    Hello,
    I have the following problem: suddenly (don't know why, nothing changed) Satellite notebook shows black white screen with about the following:
    (sorry, translated from german):
    windows did not start correctly... due to software or hardware change.. pls choose last functional configuration if mistake was due to power shut down...
    But this does not work, also all other options (start windows as normal, start in safe mode...did not work.
    No idea what happenend !
    Problem:
    Actually moved to another country and forgot or lost recovery CD ! already contacted Toshiba for new one but maybe anyway somebody can help?

    Hmm. Stupid situation. If possible try to obtain Microsoft WXP installations CD to see if you can start installations procedure properly and if you can use repair option too.
    It is not easy to say what is wrong there but I just hope there is no problem with HDD. Try to use original recovery disc.

  • DataSocket Server will not start when the Launch DS Server if Local URL.VI is bundled into a LabVIEW application.

    I want to run a LabVIEW application on several machines remotely that do not have LabVIEW installed (licensing issues). Hence I have built a LabVIEW executable with the RunTime Engine to install on all of these remote machines.
    The VI has a bi-directional link, using Datasockets, to a machine with DAQ and Image acquisition functions. It primarily receives data items, but also the capability to change data items so it needs to run the "Launch DS Server if Local URL.VI" in order to publish data to the DataSocket server.
    When I run the pre-built VI on a machine that has LabVIEW Developers Edition installed, everything works fine - ie.
    the DataSocket server starts on the remote machine. However when I build the *.exe application and run it on a machine with and without LabVIEW Developers Edition installed the VI successfully subscribes to the DAQ and Image Acquisiton machine, but it does not start its own connection to the Data Socket server, and hence does not publish the data that the DAQ machine needs to suscribe to. IT seems that the Launch DS Server if Local URL.VI is bypassed? I have fiddled around with the Build settings but to no avail.
    In short, how do I get the DataSocket Server to run in a LabVIEW executable? Is it indeed possible? Any advice would be welcomed.
    When distributing a Labview Application (*.exe) with Data Socket Server Publish functionality, the DataSocket server does not start and hence no data can be sent by the Remote PC to the Server. The VI successfully retrieves data from the DS Server. I have used the "Launch DS Server if Local URL.vi" in the ditributed application but for some r
    eason this VI is not executed when I run the executable. How can you force the DataSocket Server to run with executable LabVIEW applications?

    Ryan,
    How to add Datasocket Server Control.vi?
    Source Files only show Project Files.
    So, I added Datasocket Server Control.vi file to the project first.
    Then I added it to Always Included < Source Files < Application Properties (Build Executable).
    Last, I built the Executable, but it didn't work.
    Can you help me.
    Thank you.
    Pedro Raposo

  • IMS 5.1 not starting correctly

    I am using iPlanet Messaging server 5.1.
    When starting the messaing server I am getting error "/usr/iplanet/ims: Starting STORE daemon ...stored: Could not get store session lock. Possibly stored already running".
    I tried again after a reboot but no success.
    I have removed /etc/rc2.d/S88sendmail script.
    Thanks,
    -Prashant.

    make sure iMS will not start on reboot
    reboot
    start iMS by hand, i.e. ../start-msg
    what happens?
    Did you change user|group information post installation? Change permissions?

  • VisualVM not starting correctly

    I have on some Linux servers a weird behaviour of jvisualvm.
    Java --> jdk1.6.0_43
    Linux + X11-Xming for graphics.
    The first time I start the tool, it starts coorectly. Then I close the tool and restart, and from then on I see the logo dialog, and then the tool seems to hang.
    I see two processes running
    root     31369 29806  0 10:41 pts/2    00:00:00 /bin/bash ./../lib/visualvm//platform/lib/nbexec --jdkhome ./.. --branding visualvm --clusters ./../lib/visualvm//visualvm:./../lib/visualvm//profiler: --userdir /root/.visualvm/7 -J-client -J-Xms24m -J-Xmx256m -J-Dsun.jvmstat.perdata.syncWaitMs=10000 -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.d3d=false
    root     31465 31369  0 10:41 pts/2    00:00:08 /opt/jdk6/bin/java -Djdk.home=/opt/jdk6 -classpath /opt/jdk6/lib/visualvm/platform/lib/boot.jar:/opt/jdk6/lib/visualvm/platform/lib/org-openide-modules.jar:/opt/jdk6/lib/visualvm/platform/lib/org-openide-util.jar:/opt/jdk6/lib/visualvm/platform/lib/org-openide-util-lookup.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/boot_ja.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/boot_zh_CN.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-modules_ja.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-modules_zh_CN.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-util_ja.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-util-lookup_ja.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-util-lookup_zh_CN.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-util_zh_CN.jar:/opt/jdk6/lib/dt.jar:/opt/jdk6/lib/tools.jar -Dnetbeans.dirs=./../lib/visualvm//visualvm:./../lib/visualvm//profiler: -Dnetbeans.home=/opt/jdk6/lib/visualvm/platform -client -Xms24m -Xmx256m -Dsun.jvmstat.perdata.syncWaitMs=10000 -Dsun.java2d.noddraw=true -Dsun.java2d.d3d=false -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/root/.visualvm/7/var/log/heapdump.hprof org.netbeans.Main --userdir /root/.visualvm/7 --branding visualvm
    Before starting I checked if the lock file is cleared and this is the case.
    The messages.log contains:
    >Log Session: Wednesday, June 26, 2013 11:00:55 AM CEST
    >System Info:
      Product Version         = Java VisualVM
      Operating System        = Linux version 2.6.18-194.26.1.0.1.el5 running on amd64
      Java; VM; Vendor        = 1.6.0_43; Java HotSpot(TM) 64-Bit Server VM 20.14-b01; Sun Microsystems Inc.
      Runtime                 = Java(TM) SE Runtime Environment 1.6.0_43-b01
      Java Home               = /opt/jdk1.6.0_43/jre
      System Locale; Encoding = en_US (visualvm); UTF-8
      Home Directory          = /root
      Current Directory       = /opt/jdk1.6.0_43/bin
      User Directory          = /root/.visualvm/7
      Installation            = /opt/jdk6/lib/visualvm/visualvm
                                /opt/jdk6/lib/visualvm/profiler
                                /opt/jdk6/lib/visualvm/platform
      Boot & Ext. Classpath   = /opt/jdk1.6.0_43/jre/lib/resources.jar:/opt/jdk1.6.0_43/jre/lib/rt.jar:/opt/jdk1.6.0_43/jre/lib/sunrsasign.jar:/opt/jdk1.6.0_43/jre/lib/jsse.jar:/opt/jdk1.6.0_43/jre/lib/jce.jar:/opt/jdk1.6.0_43/jre/lib/charsets.jar:/opt/jdk1.6.0_43/jre/lib/modules/jdk.boot.jar:/opt/jdk1.6.0_43/jre/classes:/opt/jdk1.6.0_43/jre/lib/ext/localedata.jar:/opt/jdk1.6.0_43/jre/lib/ext/sunpkcs11.jar:/opt/jdk1.6.0_43/jre/lib/ext/sunjce_provider.jar:/opt/jdk1.6.0_43/jre/lib/ext/dnsns.jar
      Application Classpath   = /opt/jdk6/lib/visualvm/platform/lib/boot.jar:/opt/jdk6/lib/visualvm/platform/lib/org-openide-modules.jar:/opt/jdk6/lib/visualvm/platform/lib/org-openide-util.jar:/opt/jdk6/lib/visualvm/platform/lib/org-openide-util-lookup.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/boot_ja.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/boot_zh_CN.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-modules_ja.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-modules_zh_CN.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-util_ja.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-util-lookup_ja.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-util-lookup_zh_CN.jar:/opt/jdk6/lib/visualvm/platform/lib/locale/org-openide-util_zh_CN.jar:/opt/jdk6/lib/dt.jar:/opt/jdk6/lib/tools.jar
      Startup Classpath       = /opt/jdk6/lib/visualvm/platform/core/org-openide-filesystems.jar:/opt/jdk6/lib/visualvm/platform/core/core.jar:/opt/jdk6/lib/visualvm/platform/core/locale/org-openide-filesystems_ja.jar:/opt/jdk6/lib/visualvm/platform/core/locale/core_ja.jar:/opt/jdk6/lib/visualvm/platform/core/locale/org-openide-filesystems_zh_CN.jar:/opt/jdk6/lib/visualvm/platform/core/locale/core_zh_CN.jar:/opt/jdk6/bin/../lib/visualvm/visualvm/core/com-sun-tools-visualvm-modules-startup.jar:/opt/jdk6/bin/../lib/visualvm/visualvm/core/locale/.svn_zh_CN.jar:/opt/jdk6/bin/../lib/visualvm/visualvm/core/locale/core_visualvm.jar:/opt/jdk6/bin/../lib/visualvm/visualvm/core/locale/com-sun-tools-visualvm-modules-startup_zh_CN.jar:/opt/jdk6/bin/../lib/visualvm/visualvm/core/locale/.svn_ja.jar:/opt/jdk6/bin/../lib/visualvm/visualvm/core/locale/com-sun-tools-visualvm-modules-startup_ja.jar
    INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
      org.openide.util.lookup [8.3.1 110131-9c8b3bfb3a1e]
      org.openide.util [8.6.1 110131-9c8b3bfb3a1e]
      org.openide.modules [7.17.2 110131-9c8b3bfb3a1e]
      org.openide.awt [7.23.1 110131-9c8b3bfb3a1e]
      org.netbeans.api.progress/1 [1.20.2 110131-9c8b3bfb3a1e]
      org.openide.dialogs [7.15.1 110131-9c8b3bfb3a1e]
      org.openide.nodes [7.16.1 110131-9c8b3bfb3a1e]
      org.openide.windows [6.33.1 110131-9c8b3bfb3a1e]
      org.openide.filesystems [7.38.2 110131-9c8b3bfb3a1e]
      org.netbeans.modules.editor.mimelookup/1 [1.16.1 110131-9c8b3bfb3a1e]
      org.openide.text [6.30.1 110131-9c8b3bfb3a1e]
      org.netbeans.swing.tabcontrol [1.21.1 110131-9c8b3bfb3a1e]
      org.netbeans.swing.outline [1.9.1 110131-9c8b3bfb3a1e]
      org.openide.explorer [6.28.2 110131-9c8b3bfb3a1e]
      org.openide.actions [6.16.1 110131-9c8b3bfb3a1e]
      org.openide.io [1.23.1 110131-9c8b3bfb3a1e]
      org.netbeans.core.io.ui/1 [1.8.1 110131-9c8b3bfb3a1e]
      org.netbeans.bootstrap/1 [2.33.1 110131-9c8b3bfb3a1e]
      org.netbeans.core.startup/1 [1.25.2 110131-9c8b3bfb3a1e]
      org.netbeans.modules.autoupdate.services [1.20.1 110131-9c8b3bfb3a1e]
      org.netbeans.spi.quicksearch [1.6.1 110131-9c8b3bfb3a1e]
      org.netbeans.modules.queries/1 [1.19.1 110131-9c8b3bfb3a1e]
      org.openide.loaders [7.16.1 110131-9c8b3bfb3a1e]
      org.netbeans.modules.keyring [1.1.2 110131-9c8b3bfb3a1e]
      org.netbeans.swing.plaf [1.16.1 110131-9c8b3bfb3a1e]
      org.netbeans.core/2 [3.20.2 110131-9c8b3bfb3a1e]
      org.netbeans.modules.options.api/1 [1.18.1 110131-9c8b3bfb3a1e]
      org.netbeans.modules.autoupdate.ui [1.16.1 110301-30e4969ec30f]
      org.netbeans.modules.print [7.5.1 110201-9c8b3bfb3a1e]
      org.netbeans.lib.profiler/1 [1.10.2 110225-30e4969ec30f]
      org.netbeans.lib.profiler.charts/1 [1.6.1 110201-f994a39d39de]
      org.netbeans.lib.profiler.ui/1 [1.9.2 110225-30e4969ec30f]
      com.sun.tools.visualvm.uisupport/0 [1.0 110325]
      org.netbeans.lib.profiler.common/1 [1.10.2 110225-30e4969ec30f]
      org.netbeans.api.annotations.common/1 [1.5.1 110131-9c8b3bfb3a1e]
      org.netbeans.modules.profiler.oql/0 [0.5.1 110225-30e4969ec30f]
      org.openide.execution [1.18.1 110131-9c8b3bfb3a1e]
      org.netbeans.modules.profiler/1 [1.17.2 110225-30e4969ec30f]
      org.netbeans.modules.sendopts/2 [2.9.1 110201-9c8b3bfb3a1e]
      com.sun.tools.visualvm.core/0 [1.4 110325]
      com.sun.tools.visualvm.host/0 [1.0 110325]
      com.sun.tools.visualvm.application/0 [1.4 110325]
      com.sun.tools.visualvm.tools/0 [1.2 110325]
      com.sun.tools.visualvm.attach/0 [1.1 110325]
      com.sun.tools.visualvm.profiling/0 [1.0 110325]
      com.sun.tools.visualvm.profiler/0 [1.1 110325]
      org.netbeans.modules.settings/1 [1.26.1 110131-9c8b3bfb3a1e]
      com.sun.tools.visualvm.coredump/0 [1.0 110325]
      com.sun.tools.visualvm.heapdump/0 [1.1 110325]
      com.sun.tools.visualvm.threaddump/0 [1.0 110325]
      com.sun.tools.visualvm.sampler [2.0 110325]
      com.sun.tools.visualvm.charts/0 [1.0 110325]
      com.sun.tools.visualvm.application.views/0 [1.0 110325]
      org.netbeans.modules.progress.ui [1.12.1 110201-9c8b3bfb3a1e]
      org.netbeans.core.windows/2 [2.21.1 110131-9c8b3bfb3a1e]
      org.netbeans.modules.editor.mimelookup.impl/1 [1.9.1 110131-9c8b3bfb3a1e]
      com.sun.tools.visualvm.host.remote/0 [1.0 110325]
      com.sun.tools.visualvm.jmx/0 [1.2 110325]
      com.sun.tools.visualvm.sa/0 [1.0 110325]
      com.sun.tools.visualvm.jvm/0 [1.1 110325]
      com.sun.tools.visualvm.modules.startup [1.0 110325]
      org.netbeans.core.ui/1 [1.22.1 110131-9c8b3bfb3a1e]
      com.sun.tools.visualvm.host.views/0 [1.0 110325]
      com.sun.tools.visualvm.modules.appui [1.0 110325]
      org.netbeans.modules.masterfs/2 [2.25.2 110201-9c8b3bfb3a1e]
      com.sun.tools.visualvm.jvmstat/0 [1.0 110325]
    Any idea why I see this weird behaviour?
    Walter

    More information
    When the application starts correctly the following diagnostic info is given
    Diagnostic information
    Input arguments:
      -Djdk.home=/usr/java/jdk1.6.0_24
      -Dnetbeans.dirs=/usr/java/jdk1.6.0_24/bin/../lib/visualvm//visualvm:/usr/java/jdk1.6.0_24/bin/../lib/visualvm//profiler:
      -Dnetbeans.home=/usr/java/jdk1.6.0_24/lib/visualvm/platform
      -Xms24m
      -Xmx256m
      -Dsun.jvmstat.perdata.syncWaitMs=10000
      -Dsun.java2d.noddraw=true
      -Dsun.java2d.d3d=false
      -XX:+HeapDumpOnOutOfMemoryError
      -XX:HeapDumpPath=/root/.visualvm/6u23/var/log/heapdump.hprof
    Compiler: HotSpot 64-Bit Server Compiler
    Heap memory usage: initial 24.0MB maximum 247.5MB
    Non heap memory usage: initial 23.2MB maximum 130.0MB
    Garbage collector: Copy (Collections=9 Total time spent=0s)
    Garbage collector: MarkSweepCompact (Collections=1 Total time spent=0s)
    Classes: loaded=4051 total loaded=4051 unloaded 0
    INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 4,141,666,304
    INFO [null]: Total physical memory 4,141,666,304
    and this is NOT the case when the application hangs at startup.
    I tried other JDK version, and same there. Works once, .visualvm is created inside the $HOME location. Close the tool and restart, then it hangs at startup.
    Walter

  • Ifolder not starting correctly ??

    hi, i downloaded a vmware image from the opensuse gallery. its called iFolder JeOS heres the link if you want to look at it. iFolder JeOS &ndash; SUSE Gallery. i followed the instructions but i did not include ssl or LDAP. i set the machine up to have a static address , 192.168.3.105. it almost seems to work. i can open the ifolder administation page and create a new user. but i notice something wrong, when i select the server tab it shows my server, but when i click on my server it says that my server is offline. if i try to go to https://192.168.3.105/simias10. it says unable to connect. when i start the client machine and go though the ifolder account creation wizard and fill everything in then i press the connect button. i get the following error "an errror was encounteed while connectiong to the ifolder server. please verify the information entered and try again. i feel like a server has failed to start, or was not configured correctly. can anyone help. i used to use linux till about 5 years ago, i got rust all over.

    Originally Posted by michaelleewebb
    hi, i downloaded a vmware image from the opensuse gallery. its called iFolder JeOS heres the link if you want to look at it. iFolder JeOS &ndash; SUSE Gallery. i followed the instructions but i did not include ssl or LDAP. i set the machine up to have a static address , 192.168.3.105. it almost seems to work. i can open the ifolder administation page and create a new user. but i notice something wrong, when i select the server tab it shows my server, but when i click on my server it says that my server is offline. if i try to go to https://192.168.3.105/simias10. it says unable to connect. when i start the client machine and go though the ifolder account creation wizard and fill everything in then i press the connect button. i get the following error "an errror was encounteed while connectiong to the ifolder server. please verify the information entered and try again. i feel like a server has failed to start, or was not configured correctly. can anyone help..
    I'd try reconfiguring the server - if you are getting an error on the simias10 page - there is something not right with the base configuration.
    On a next reconfiguration, try using SSL. Setting up SSL on openSUSE is not that hard to setup (for example see steps 1 & two in the bit 'Configuring Apache for SSL' : Installing iFolder Server on openSUSE 11.1 & 11.2 | DiWi ).
    The rest of that blog is dated as I wrote it for 11.1, but there is an updated blog here
    iFolder on OpenSuSE 11.3 full install walkthrough daniel lench
    that might help in getting a better pictures of what needs to be configured and shake off the rust a bit :)
    Also, the author of the iFolder JeOS might be able to give you some pointers?
    Cheers,
    Willem

  • Grid on a standalone server Cluster daemons not starting during server boot

    Hi!I have installed Oracle Grid on a standalone server and setup Oracle db 11.2.0.2 on Oracle Linux 6.2 64 bit server.When I reoot the server and run crs_stat -t,several daemons havent started thus the ASM and db instances are also down as below
    Name Type Target State Host
    ora.DATA.dg ora....up.type OFFLINE OFFLINE
    ora.FRADG.dg ora....up.type OFFLINE OFFLINE
    ora....ER.lsnr ora....er.type ONLINE ONLINE amldb01dc
    ora.amldb.db ora....se.type OFFLINE OFFLINE
    ora.asm ora.asm.type OFFLINE OFFLINE
    ora.cssd ora.cssd.type ONLINE OFFLINE
    ora.diskmon ora....on.type ONLINE OFFLINE
    ora.evmd ora.evm.type ONLINE ONLINE amldb01dc
    ora.ons ora.ons.type OFFLINE OFFLINE
    I am forced to manually start the daemons via command crsctl start resource -all then I manually start the ASM and db instances.
    Yet when I run the commands
    crsctl config has
    CRS-4622: Oracle High Availability Services autostart is enabled.
    crsctl check has
    CRS-4638: Oracle High Availability Services is online.
    Thus I would assume the daemons would start automatically during boot.
    How can I resolve this?

    crstcl check crs seems not to be applicable to single instance but for RAC,since I have a single instance db,the output of the command is as below
    crsctl check crs
    Parse error:
    'crs' is an invalid argument
    Brief usage:
    crsctl check has
    Check status of OHAS.
    There is no crsd.log in path /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/crsd.The output of crs_stat -t is already posted in initial post and output of entire alert log is as below
    2012-07-03 16:18:35.975
    [client(8182)]CRS-2101:The OLR was formatted using version 3.
    2012-07-03 16:18:36.471
    [client(8218)]CRS-1001:The OCR was formatted using version 3.
    [client(8293)]CRS-10001:CRS-6021: No msg for has:crs-6021 [l][unlimited]
    [client(8294)]CRS-10001:CRS-6021: No msg for has:crs-6021 [n][65536]
    2012-07-03 16:18:42.528
    [ohasd(8291)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-03 16:18:42.538
    [ohasd(8291)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-03 16:18:51.271
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:18:52.299
    [evmd(8479)]CRS-1401:EVMD started on node amldb01dc.
    [client(8520)]CRS-10001:03-Jul-12 16:18 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    [client(8889)]CRS-10001:03-Jul-12 16:19 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    2012-07-03 16:19:22.600
    [cssd(9014)]CRS-1713:CSSD daemon is started in local-only mode
    2012-07-03 16:19:31.128
    [cssd(9014)]CRS-1601:CSSD Reconfiguration complete. Active nodes are amldb01dc .
    [client(10038)]CRS-10001:03-Jul-12 16:25 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    2012-07-03 16:34:13.791
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5010:Update of configuration file "/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.amldb01dc" failed: details at "(:CLSN00011:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:37:39.674
    [ohasd(8291)]CRS-2765:Resource 'ora.DATA.dg' has failed on server 'amldb01dc'.
    2012-07-03 16:37:43.636
    [ohasd(8291)]CRS-2767:Resource state recovery not attempted for 'ora.asm' as its target state is OFFLINE
    2012-07-03 16:38:06.905
    [cssd(9014)]CRS-1603:CSSD on node amldb01dc shutdown by user.
    2012-07-03 16:38:07.006
    [cssd(9014)]CRS-1660:The CSS daemon shutdown has completed
    2012-07-03 16:38:10.118
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:42:09.578
    [ohasd(4827)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-03 16:42:09.649
    [ohasd(4827)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-03 16:42:10.437
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:2:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:10.667
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:42:40.463
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:40.464
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:54.641
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:55.675
    [evmd(5060)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-03 16:54:35.840
    [cssd(5256)]CRS-1713:CSSD daemon is started in local-only mode
    2012-07-03 16:54:44.396
    [cssd(5256)]CRS-1601:CSSD Reconfiguration complete. Active nodes are amldb01dc .
    2012-07-03 16:54:56.832
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5010:Update of configuration file "/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.amldb01dc" failed: details at "(:CLSN00011:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:03:53.530
    [ohasd(4827)]CRS-2767:Resource state recovery not attempted for 'ora.asm' as its target state is OFFLINE
    2012-07-04 10:04:02.701
    [cssd(5256)]CRS-1603:CSSD on node amldb01dc shutdown by user.
    2012-07-04 10:04:02.809
    [cssd(5256)]CRS-1660:The CSS daemon shutdown has completed
    2012-07-04 10:04:03.008
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:07:48.492
    [ohasd(4698)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:07:48.534
    [ohasd(4698)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:07:49.059
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:07:49.192
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:08:19.085
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:19.093
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:33.278
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5053)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:34.319
    [evmd(5069)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-04 10:27:13.716
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5053)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:30:57.260
    [ohasd(4619)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:30:57.280
    [ohasd(4619)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:30:57.660
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:30:57.784
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:31:27.685
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:27.685
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:41.868
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5168)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:42.916
    [evmd(5184)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-04 10:39:17.166
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5168)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:43:01.219
    [ohasd(4575)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:43:01.240
    [ohasd(4575)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:43:01.643
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:01.781
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:43:31.680
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:31.680
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:45.864
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5120)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:46.915
    [evmd(5136)]CRS-1401:EVMD started on node amldb01dc.

  • Bluetooth daemon not starting

    Hi,
    Not so much of a problem but, bluetooth daemon does not start on boot up.... sure I have it in daemons [no @!] but when you run hcitool scan you get no device found..
    Is there a better place to start /etc/rc.d/bluetooth? ir rc.local maybe ?
    thanks
    MrG

    we havent resolved the issues we have with RDA.
    First when we opened a msg with SAP they asked to apply these notes:
    1048864 - RDA daemon does not close empty requests
    1042790 - P14: Real-time: QM action for real-time PSA request
    Which fixed most of issues and but the delta queue wasnt being deleted in source system even after the data is loaded and request closed. Now they asked us to apply other note 1089041 - RDA InfoPackage does not delete delta queue which is supposed to be part of SP16. And guess what we patched our system with SP16 and Now the RDA doesnt work at all :). The RDA is active but the daemon never wakes up - So opened anyother note with SAP. And pretty soon I hope I will be making good friends with the SAP consultant I'm working with all the messages going back and forth.
    Let us know if you found a magical way to make ur RDA work. I guess we decided to hold on RDA till starts behaving stable (may be SP53- you never know). And I would personally like to be able to close the request in 30mins and not 1hr default it has. I tried playing around with the FM's - no luck.

  • [Resolved] DAEMONS not starting

    No daemons are starting even though my rc.conf is configured correctly. I am also in runlevel 3.
    Anybody know what the problem is?
    [root@pollux etc]# cat rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # See 'man 5 rc.conf' for more details
    # LOCALIZATION
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="yes"
    USECOLOR="yes"
    # HARDWARE
    MODULES=()
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    # NETWORKING
    HOSTNAME="pollux"
    interface=
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    # DAEMONS
    Daemons=(syslog-ng dbus crond alsa !network net-profiles netfs sshd ntpd !hwclock)
    [root@pollux etc]# runlevel
    N 3
    [root@pollux etc]# rc.d list
    [STOPPED][ ] adsl
    [STOPPED][ ] alsa
    [STOPPED][ ] avahi-daemon
    [STOPPED][ ] avahi-dnsconfd
    [STOPPED][ ] crond
    [STOPPED][ ] dbus
    [STOPPED][ ] derby-network-server
    [STOPPED][ ] fam
    [STOPPED][ ] fluidsynth
    [STOPPED][ ] ftpd
    [STOPPED][ ] git-daemon
    [STOPPED][ ] gpm
    [STOPPED][ ] heimdal-kdc
    [STOPPED][ ] hwclock
    [STOPPED][ ] irexecd
    [STOPPED][ ] kadmind
    [STOPPED][ ] kpasswd
    [STOPPED][ ] krb5-kadmind
    [STOPPED][ ] krb5-kdc
    [STOPPED][ ] krb5-kpropd
    [STOPPED][ ] lircd
    [STOPPED][ ] lircmd
    [STOPPED][ ] mdadm
    [STOPPED][ ] net-auto-wired
    [STOPPED][ ] net-auto-wireless
    [STOPPED][ ] netfs
    [STOPPED][ ] net-profiles
    [STOPPED][ ] net-rename
    [STOPPED][ ] network
    [STOPPED][ ] nscd
    [STOPPED][ ] ntpd
    [STOPPED][ ] ntpdate
    [STOPPED][ ] ppp
    [STOPPED][ ] redis
    [STOPPED][ ] rpcbind
    [STOPPED][ ] snmpd
    [STOPPED][ ] sshd
    [STOPPED][ ] syslog-ng
    [STOPPED][ ] tftpd
    Last edited by ecallen (2012-07-31 02:03:46)

    Please mark your thread a solved and, while you are editing your original post, enclose your code in the correct tags:
    https://wiki.archlinux.org/index.php/Fo … s_and_Code

  • Daemon not starting

    a) Created DTP for RDA..
    b) Created infopackage by clicking RDA and assigned ..
    c) Created Daemon
    d) asssigned Damon to the package and atttached DTP..
    e) when said Start all infopackages from the Daemon.... it is not starting and the request is going to Red.
    Inititally it was green after some time., it has become red and now it is inactive. Can anyone tell me the reason.. I deleted everything and tried to created once again DTP and infopackage and Daemon.. but no use...
    Eagerly waiting for reply

    we havent resolved the issues we have with RDA.
    First when we opened a msg with SAP they asked to apply these notes:
    1048864 - RDA daemon does not close empty requests
    1042790 - P14: Real-time: QM action for real-time PSA request
    Which fixed most of issues and but the delta queue wasnt being deleted in source system even after the data is loaded and request closed. Now they asked us to apply other note 1089041 - RDA InfoPackage does not delete delta queue which is supposed to be part of SP16. And guess what we patched our system with SP16 and Now the RDA doesnt work at all :). The RDA is active but the daemon never wakes up - So opened anyother note with SAP. And pretty soon I hope I will be making good friends with the SAP consultant I'm working with all the messages going back and forth.
    Let us know if you found a magical way to make ur RDA work. I guess we decided to hold on RDA till starts behaving stable (may be SP53- you never know). And I would personally like to be able to close the request in 30mins and not 1hr default it has. I tried playing around with the FM's - no luck.

  • Coreapp in 11g not starting correctly

    I have upgraded from 10g to 11g and run the UA as well as refreshed the GUID's. When I start OPMN, presentation services does not start. When I go through EM and do a restart I get the same behavior where everything starts except presentation service. When I go to the Availability tab and select Presentation Service and click start selected, it starts with no issue. The system almost acts like when OPMN starts it is starting services out or order thus why Presentation Service fails, but will start once everything is online. The logs are not telling me anything because nothing is truly failing. Has anyone seen this behavior? The install was done on AIX.

    I found that by setting the permissions on the middleware directory recursively to 775 that this resolved the issue.

  • POP3 and IMAP daemons not starting?

    Ahoy, my mail server's been running fine for months now, but this morning it wasn't working.
    On closer inspection, Server Admin says that POP and IMAP are disabled. In the settings they are definatly enabled.
    I tried restarting the server, and I also updated to 10.4.8, but still nothing.
    Does anyone know how I can get an error log or something that might tell me why they're not starting?
    thanks!

    Fixed it.
    Apologies for the false alarm. I looked at the logs and config and thought 'This looks messy. I need to look cool in front of these guys, I should clear this up.'
    So I restored the default main.cf file and reconfigured my mail server from scratch, and now it's working...
    Thanks anyway!

  • Internet stops working after 10 mins and apps do not start correctly

    Hi!
    I can use my Macbook pro for ten minutes after I turned it on. Then the followings happens:
    Safari crashes (also tried Chrome and Firefox) -> The loading bar does not complete and I cannot access any homepage.
    Some apps like iTunes, Pages,... do not start completely. -> I click on the symbol, the white point beneath it appears but nothing more happens.
    I hope that somebody can help me with it.
    s.

    How are you accessing the internet? If by Airport, then what happens if you try ethernet?
    It might be worth running the extended version of the Apple hardware test right after you lose connection to the internet. I'm wondering if you might have a problem of some sort with the airport card which is triggered by heat or something like that? If so, you might get an error code that would point to the problem.
    Also try running SMART Utility to check out the physical health of your hard drive:
    http://www.apple.com/downloads/macosx/systemdiskutilities/smartutility.html
    You can download the demo and run it several times for free. If your hard drive is going south, that could be a contributing factor to your other problems.
    You have the early 2010 MBP? If so, you are still under the 1 year warranty, and if there is a hardware problem, it should be covered. Be sure to report your problem to Apple and get a case number before your warranty runs out so that if you do have hardware issues, they can be fixed under warranty. If you do not already have 3 year Applecare, consider getting it while you still can.
    Good luck!

Maybe you are looking for

  • IPOD NOT RECOGNIZED, MY FIX IS SIMPLE & WORKS

    Well, like all of you, I was extremely frustrated. So, I read, read, and read some more. Turns out in the manual, Apple clearly states that if your IPOD is insufficiently charged, your Windows/computer may not recognize it. (Mine registered half on t

  • Acrobat X Pro will load one file, but crashes when loading a second file

    This problem has existed since upgrading from Master Suite CS5.5 to Master Suite CS6. It will open a new file, but not a second, any attempt to do so causes it to crash.  Hence, requires it to be exited and restarted and only then will open the desir

  • Link to a specific topic in a chm file from Word

    Hi, How do I link to a specific topic in a chm file from Word? I can link to the chm but can't work out how to get it to open to a specific page. I have tried #filename and \filename at the end of the path but neither works. Thanks for any assistance

  • Photo Albums in the Media menu for Numbers is a total mess and not usable.

    "Media" photo albums are now unusable in Numbers and Pages. I have 30,000 photos spanning 5 years and Numbers has created an album for every day that I have taken a photo. This is all mixed up with my own albums that I have created. How can I get rid

  • HELP! Moving timeline from Standard to Widescreen Project

    I use Adobe Premiere Pro 5.5 and am in the middle of a large project. I was given the project in a file which the sequence 1 timeline contains all movie files however the project is in Standard not Widescreen (cutting out the sides of the videos and