Syslogd process ***** all available cpu & console app won't run.

I have a Mac Mini (G4 power PC) running 10.5.5. Just recently after screen saver activates the display comes back, but the system never wakes. It just shows the SBBOD. All I can do is hold down the power button and reboot. When the system reboots, using the activity monitor, I see that the process named syslogd uses all available cpu. I can still do things, but the cpu is saturated.
I took a snapshot of the syslogd process, and I can post it here if anyone thinks it might help.
If I activate the console application, the window comes up then hangs with the SBBOD.
The syslogd process ***** cpu right after reboot, and does so regardless of which user (including root) is logged in. Attempting to kill the syslogd process with the activity monitor does nothing

just to let everyone know.
I repaired my disk permissions, and "PRESTO" the syslogd process called down enough for me to find out it was my McAfee VirusScan application.
Now I have to remember when things get funny, repair permissions.

Similar Messages

  • Syslogd process uses all available cpu & console app won't run.

    I have a Mac Mini (G4 power PC) running 10.5.5. Just recently after several minutes the system never wakes. It just shows the SBBOD. All I can do is hold down the power button and reboot. When the system reboots, using the activity monitor, I see that the process named syslogd uses all available cpu. I can still do things, but the cpu is saturated.
    I took a snapshot of the syslogd process, and I can post it here if anyone thinks it might help.
    If I activate the console application, the window comes up then hangs with the SBBOD.
    The syslogd process uses all available cpu right after reboot, and does so regardless of which user (including root) is logged in. Attempting to kill the syslogd process with the activity monitor does nothing

    Thanks! It took a long time for the disk utility to fix the permissions, but as soon as it did, the logger process calmed down. Looking at the log file now, I see it was my McAfee virus scan causing the logger to flip-out.
    I'm now looking for a new MAC anti-virus program.

  • Messaging Server 4: imapd uses all available CPU

    Busy IMAP servers consume all available CPU capacity.
    <P>
    Customers with many (100+) simultaneous client IMAP connections may find that
    imapd runs very slowly. This problem is caused by IMAP commands sent by the
    client regarding shared folders.
    <P>
    Newer versions of Communicator send less CPU intensive commands. Netscape
    recommends that customers upgrade all clients to Communicator 4.5 or later.
    <P>
    Customers with Messaging Server 4.03 and later can disable discovery of
    shared folders by clients. Mail administrators who do not use shared folders may wish to turn off
    shared folders with the follwoing command:
    <P>
    configutil -o local.store.sharedfolders -v off
    <P>
    Shared folders are controlled by a configdb
    parameter that is not in the default list of configdb parameters.

    Busy IMAP servers consume all available CPU capacity.
    <P>
    Customers with many (100+) simultaneous client IMAP connections may find that
    imapd runs very slowly. This problem is caused by IMAP commands sent by the
    client regarding shared folders.
    <P>
    Newer versions of Communicator send less CPU intensive commands. Netscape
    recommends that customers upgrade all clients to Communicator 4.5 or later.
    <P>
    Customers with Messaging Server 4.03 and later can disable discovery of
    shared folders by clients. Mail administrators who do not use shared folders may wish to turn off
    shared folders with the follwoing command:
    <P>
    configutil -o local.store.sharedfolders -v off
    <P>
    Shared folders are controlled by a configdb
    parameter that is not in the default list of configdb parameters.

  • Many apps won't run any longer on yosemite

    All of a sudden on my iMac with Yosemite, many apps won't run, Word, PhotoShop Elements, TrueCrypt .... most are not
    64 bit, but what happened with update it the last week that would cause this

    If you have a 1G (first generation) iPod touch then it can only go to iOS 3.1.3. To identify yours:
    Identifying iPod models
    If you need a higher iOS, you will have to get a newer model iPod.

  • Automator app won't run from double-click

    automator app won't run from double-click in finder or from alert from ical. Will only run if I open in automator editor.
    I found a solution on my own. I opened activity monitor and all the automator apps that I run daily were hanging up and the auromator launch was hanging up. I force quit them from the activity monitor. Now it works again.

    I might have gotten there eventually on my own, but I suspect finding your post saved me a lot of work. Thanks for posting your solution.

  • Aim to process all files in folders on desktop to run through photoshop and save in multiple locations

    Aim to process all files in folders on desktop to run through photoshop and save in multiple locations
    Part one:-
    Gather information from desktop to get brand names and week numbers from the folders
    Excluding folders on desktop beginning with "2" or "Hot"
    Not sure about the list of folders
    but I have got this bit to work with
    set folderPath to "Hal 9000:Users:matthew:Desktop:DIVA_WK30_PSD" --<<this would be gained from the items on the desktop
    set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
    set folderName to last text item of folderPath
    set my text item delimiters to "_WK"
    set FolderEndName to last text item of folderName
    set brandName to first text item of folderName
    set my text item delimiters to "_PSD"
    set weekNumber to first text item of FolderEndName
    set my text item delimiters to oldTID
    After running this I have enough information to create folders in multiple locations, (i need to know where they are so that photoshop can later save them in those multiple locations
    So I need the following folders created
    Locally
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName: brandName + "_WK" + weekNumber + "_LR" --(Set path for Later)PathA
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName: brandName + "_WK" + weekNumber + "_HR"--(Set path for Later)PathB
    Network
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:"Week" + weekNumber
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:"Week" + weekNumber:brandName + "_WK" + weekNumber + "_LR"  --(Set path for Later)PathC
    Volumes:GEN:Website_Images --(no need to create folder just set path)PathD
    FTP (Still as a normal Volume) So like another Network
    Volumes:impulse:"Week" + weekNumber
    Volumes:impulse:"Week" + weekNumber:Brand
    Volumes:impulse:"Week" + weekNumber:Brand:brandName + "_WK" + weekNumber + "_LR"  --(Set path for Later)PathE
    Volumes:impulse:"Week" + weekNumber:Brand:brandName + "_WK" + weekNumber + "_HR"  --(Set path for Later)PathF
    I like to think that is end of Part 1
    Part 2
    Take the images  (PSD's) from those folders relevant to the Brand then possibly run more applescript that opens flattens and then saves it in the locations above.
    For example….
    An image in folder DIVA_WK30_PSD will then run an applescript in Photoshop, lets call it DivaProcessImages within this we then save to PathA, PathB, PathC, PathD, PathE, PathF the folder path of C should therefore look like this
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:Week30:DIVA_WK30_LR and of course save the image as original filename.
    Then from the next folder
    An image in folder Free_WK30_PSD will then run an applescript in Photoshop, lets call it FreeProcessImages within this we then save to PathA, PathB, PathC, PathD, PathE, PathF the folder path of C should therefore look like this
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:Week30:Free_WK30_LR and of course save the image as original filename.
    The photoshop applescript i'm hoping will be easier as it should be a clearer step by step process without any if's and but's
    Now for the coffee!!

    Hi,
    MattJayC wrote:
    Now to the other part, where each folder was created (and those that already existed) how do I set them as varibles?
    For example,
    set localBrandFolder_High_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", localBrandFolder)
    This line was used to create more than one folder as it ran though the folders on the desktop. The next part is I will need to reference them to save files to them.
    You can use a records
    Examples
    if you want the path of localBrandFolder_High_Res  of "Diva", if "Diva" is the second folder of the Desktop
    You get the path with this : localBrandFolder_High_Res of record 2 of myRecords
    if you want the path of localWeekFolder  in the first folder of the Desktop
    You get the path with this : localWeekFolder of record 1 of myRecords
    Here is the script
    set myRecords to {}
    set dtF to paragraphs of (do shell script "ls -F ~/Desktop | grep '/' | cut -d'/' -f1")
    repeat with i from 1 to number of items in dtF
        set this_item to item i of dtF
        if this_item does not start with "2_" and this_item does not start with "Hot" then
            try
                set folderPath to this_item
                set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
                set folderName to last text item of folderPath
                set my text item delimiters to "_WK"
                set FolderEndName to last text item of folderName
                set brandName to first text item of folderName
                set my text item delimiters to "_PSD"
                set weekNumber to first text item of FolderEndName
                set my text item delimiters to oldTID
            end try
            try
                set this_local_folder to "Hal 9000:Users:matthew:Pictures:2011-2012"
                set var1 to my getFolderPath("WK" & weekNumber, this_local_folder)
                set var2 to my getFolderPath(brandName, var1)
                set var3 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var2)
                set var4 to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", var2)
                --set up names to destination folders and create over Netwrok including an already exisiting folder
                set this_Network_folder to "DCKGEN:Brands:Zoom:Brand - Zoom:Upload Photos:2012:"
                set var5 to my getFolderPath("WK" & weekNumber, this_Network_folder)
                set var6 to my getFolderPath(brandName, var5)
                set var7 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var6)
                set website_images to "DCKGEN:Website_Images:"
                --set up names to destination folders and create over Netwrok for FTP collection (based on a mounted drive)
                set this_ftp_folder to "Impulse:"
                set var8 to my getFolderPath("Week" & weekNumber, this_ftp_folder)
                set var9 to my getFolderPath(brandName, var8)
                set var10 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var9)
                set var11 to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", var9)
                set end of myRecords to ¬
      {localWeekFolder:var1, localBrandFolder:var2, localBrandFolder_Low_Res:var3, localBrandFolder_High_Res:var4, networkWeekFolder:var5, networkBrandFolder:var6, networkBrandFolder_Low_Res:var7, ftpWeekFolder:var8, ftpBrandFolder:var9, ftpBrandFolder_Low_Res:var10, ftpBrandFolder_High_Res:var11}
            end try
        end if
    end repeat
    localBrandFolder_High_Res of record 2 of myRecords -- get full path of localBrandFolder_High_Res in the second folder of Desktop
    on getFolderPath(tName, folderPath)
        tell application "Finder" to tell folder folderPath
            if not (exists folder tName) then
                return (make new folder at it with properties {name:tName}) as string
            else
                return (folder tName) as string
            end if
        end tell
    end getFolderPath

  • HT201210 Can the OS for an iPod Touch be updated beyond 3.1.3?  iTunes tells me that this is the latest software but many apps won't run on this older os.

    Can the OS for an iPod Touch be updated beyond 3.1.3?  iTunes tells me that this is the latest software but many apps won't run on this older os.

    If you have a 1G (first generation) iPod touch then it can only go to iOS 3.1.3. To identify yours:
    Identifying iPod models
    If you need a higher iOS, you will have to get a newer model iPod.

  • My Silverlight app won't run in debug on 3.6.6 or 4 beta. I managed to find 3.5 and my app works. No clue why.

    My Silverlight 4 app won't run in debug on 3.6.6 or 4 beta. I managed to find 3.5 and my app works. No clue why. Sorry, my app is not on the web. I could zip up the whole project and send it to you if you're interested. It doesn't do much so far. Just started.
    == URL of affected sites ==
    http://

    Hi Tobbi,
    SL version 4. Reinstalled many times. Running Windows 7.
    Not sure exactly what version I was running prior to 3.6.6.
    Tried version 4 beta - didn't work. Found 3.5 and it works.
    When I run, I get the white screen with the dots going around in a circle forever (Silverlight loading thing). I could send you a screen shot, but I really don't want to go back to 3.6.6.
    I set a break point at the earliest possible place in my code and it never gets there.
    Thanks

  • HT4314 how do I turn off a game after playing so the app won't run down my battery?

    How do I turn off a game after playing it so the app won't run down the battery. This has happened 2x and I have had to reset my phone.

    To completely close an app (though a lot of apps don't remain active when you switch into a different app or go to the homescreen) : from the home screen (i.e. not with the app that you want to close 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.

  • Db2acd Process consumes all available CPU.

    Folks,
              We are on DB2 9.5 and we have recently updated the FixPak to 4 on the Sandbox environment.
    The environment is flatlined on cpu with the db2acd process consuming as much cpu as it can. If you stop the system this process does not stop, you have to physically kill it.
    Has anybody else had issues with this process ( db2 health monitor ), I think it was previously known as db2hmon.
    We are not sure if the problem existed before the FixPak upgrade, however we cannot upgrade our FixPaks with confidence.
    The operating system is aix 6.1.
    Thanks
    Regards Russell

    Hi Russell,
    perhaps this is the problem:
    IC63064: THE DB2ACD PROCESS SHOWS HIGH CPU USAGE:
    https://www-304.ibm.com/support/entdocview.wss?rs=203&context=SW000&dc=DA410&dc=DA450&dc=DA430&dc=DA440&dc=D600&dc=D700&dc=DB510&dc=DB520&dc=D800&dc=D900&dc=DA900&dc=DA800&dc=DB540&dc=DB400&dc=DB560&dc=DB530&dc=DA600&dc=DB550&dc=DA420&dc=DA460&dc=DA470&dc=DA480&dc=DA4A10&dc=DA4A20&dc=DA4A30&dc=DA400&dc=DA500&dc=DB700&dc=DB600&q1=IC63064&uid=swg1IC63064&loc=en_US&cs=UTF-8&lang=all
    Contact SAP/IBM for a special build.
    best regards,
    Joachim

  • All my 3rd party apps won't open on my iPhone 4.

    Recently all my apps won't open on my iPhone. All the stock Apple apps work though. All the 3rd party apps don't work. What can I do? I tried resetting, and restoring. What else should i try?

    I'm also going through this problem and the only way to fix it (as far as I know) is go to App Store in your iPhone and download any random app (free app preferably), then make sure all your 3rd party apps work again and delete the random app you just downloaded.

  • [SOLVED] GTK 3 App won't run

    I'm forking XSIRC and I switched to GTK3. After the switch, when I try to run, I get:
          7437:   
          7437:   
          7437:    calling init: /usr/lib/libgdk-x11-2.0.so.0
          7437:   
          7437:   
          7437:    calling init: /usr/lib/libatk-1.0.so.0
          7437:   
          7437:   
          7437:    calling init: /usr/lib/libgtk-x11-2.0.so.0
          7437:   
          7437:   
          7437:    calling init: /usr/lib/libgee.so.2
          7437:   
          7437:   
          7437:    calling init: /usr/lib/libcairo-gobject.so.2
          7437:   
          7437:   
          7437:    calling init: /usr/lib/libgdk-3.so.0
          7437:   
          7437:   
          7437:    calling init: /usr/lib/libgtk-3.so.0
          7437:   
          7437:   
          7437:    calling init: /usr/lib/liblibxsirc.so
          7437:   
          7437:   
          7437:    initialize program: xsirc
          7437:   
          7437:   
          7437:    transferring control: xsirc
          7437:   
          7437:    opening file= [0]; direct_opencount=2
          7437:   
    (xsirc:7437): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
    [1]    7437 trace trap  LD_DEBUG=files xsirc
    Any ideas on what's going wrong? All my GTK 3 apps run fine (most of my apps are actually GTK3).
    Thank you in advance.
    EDIT
    Figured it out, I had the app both on /usr/ and /usr/local I think, which caused a lot of messy stuff, I deleted everything and reinstalled, works fine now.
    Last edited by ephan (2012-10-24 17:05:18)

    You can't run iPad/iPhone apps on any Mac - it's a completely different operating system and you have to use applications designed for it. There is no equivalent app in the App Store which is available in your Applications folder, which is one way of obtaining Mac applications.

  • New Twitter app won't run?

    After owning an iPhone since gen1 - I know how to do most anything on one...but the new Twitter app just won't start?
    Got the update message in the iStore on the phone, d/l and then installed like always - there was no interupption to the
    install either...
    Now the app appears normal on the screen - I touch it to start - it darkens....for like 3 secs...then pops back to it's normal
    bright color...and never ever starts.
    Have uninstalled it, turned off iPhone, reinstalled it - same...
    Have updated the iPhone OS too....done the same uninstalll, reinstall - same..
    Have gone to Twitter in Safari, hav accepted the topbar where it says that I can install their mobile app....installed it again perfectly - same....
    The Twitter mobile app will not run no matter what I do...
    help here someone?

    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps BEFORE doing the reset.

  • App won't run on MacBook Air

    Hi, I am trying to run an App on my Itunes (MacBook Air, latest model) but although the App has downloaded, i can't get it to run. It is a childrens' App which, when running, allows me to download the individual videos/songs (Gigglebellies). As my Ipad won't connect to the wifi for some unknown reason, I want to download them into my computer and then sync them.
    Any ideas on how to get the App to run on my Macbook Air?
    Thank you

    You can't run iPad/iPhone apps on any Mac - it's a completely different operating system and you have to use applications designed for it. There is no equivalent app in the App Store which is available in your Applications folder, which is one way of obtaining Mac applications.

  • EJB 3.0 App won't run on OAS 10.1.3.1 AIX5L

    Hi All,
    I'm developing Application with Struts + JSP + EJB3.0 with JDev 10.1.3. It runs well on embedded OC4J with JDev. And it runs well also on Oracle Application Server 10.1.3.1 + Windows XP Prof. But when I deployed it on Oracle Application Server 10.1.3.1 + IBM AIX 5L which is my production environment, the application won't run.
    I try to narrowing down the problem, so I create a simple EJB3.0 Application. It consist of 1 Entity from Table (JPA/EJB3.0) and the entity has queryFindAll() method. One simple Facade Session Bean EJB invoke it. 1 JSP file call a class that do the context lookup to SessionBean EJB.
    This simple application runs well on both platform, i.e Windows XP Prof and IBM AIX 5L.
    But when I try to create an application that has complex relationship, i.e has relation many-to-many and one-to-many, the application wont run on OAS 10.1.3.1 on IBM AIX5L. Instead, it runs well on OAS 10.1.3.1 on Windows XP Prof.
    this is the error messages in log.xml from OAS 10.1.3.1 on IBM AIX5L:
    [SessionEJB:public java.util.List tintin.model.SessionEJBBean.queryBiOfficesFindAll()] exception occurred during method invocation: oracle.oc4j.rmi.OracleRemoteException:
    javax.persistence.PersistenceException: Exception [TOPLINK-7158] (Oracle TopLink Essentials - 2006.8 (Build 060829)): oracle.toplink.essentials.exceptions.ValidationException
    Exception Description: Error encountered when building the @NamedQuery [BiOffices.findAll] from entity class [class oracle.toplink.essentials.internal.ejb.cmp3.metadata.queries.MetadataNamedQuery].
    Internal Exception: java.lang.IllegalStateException: ClassLoader "ejbtest.root:0.0.1" (from <application> in /oraias/product/10131/gebas/j2ee/oc4j_geb/applications/ejbtest/):
    This loader has been closed and should not be in use.; nested exception is:
    javax.persistence.PersistenceException: Exception [TOPLINK-7158] (Oracle TopLink Essentials - 2006.8 (Build 060829)): oracle.toplink.essentials.exceptions.ValidationException
    Exception Description: Error encountered when building the @NamedQuery [BiOffices.findAll] from entity class [class oracle.toplink.essentials.internal.ejb.cmp3.metadata.queries.MetadataNamedQuery].
    Internal Exception: java.lang.IllegalStateException: ClassLoader "ejbtest.root:0.0.1" (from <application> in /oraias/product/10131/gebas/j2ee/oc4j_geb/applications/ejbtest/):
    This loader has been closed and should not be in use.
    What could be the root cause of these errors? I've tried to compared all components that are installed on WinXP box and AIX5L. I can't find any clue of it.
    Could someone please help me? Thanks...

    I found Error Code for TOPLINK here: http://www.oracle.com/technology/products/ias/toplink/doc/10131/main/_html/errcode007.htm
    but it is strange, that my error exception is TOPLINK-7158:
    7158: ERROR_PROCESSING_NAMED_QUERY_ANNOTATION
    Cause: Error encountered when building the @NamedQuery annotation from entity class ClassName.
    Action: Ensure the correctness of the annotation specification.
    how come that error only occured in OAS 10.1.3.1 on AIX 5L, but it didn't occur in OAS 10.1.3.1 on Windows XP Pro?
    Is it really the root cause or OAS throws wrong exception code? Could someone from Oracle help me please?

Maybe you are looking for

  • How to convert Sender Party/Service  to a Logical System?

    Hi All, I want to send a IDoc to a SAP system from a sender Party as a Logical System. The only way I know is to make a Dummy system in the SLD with a LS, which I can use in the headermapping of the receiver agreement. But I don't want to create for

  • No jurisdiction code could be determined(IDOC Post)

    Hi can any one tell me what is this error and how do resolve? when i'm trying to post the idoc into r/3, i'm getting this error.. Status Records: 51                      Application Document not posted No jurisdiction code could be determined Message

  • Parsing XML Files to ABAP

    Hello All, There is a requirement for parsing of XML files to ABAP. 1.How do we pick an XML file from Application server and also from FTP server? 2.After picking the XML file how to parse that XML file to process it to create material master?

  • Any good book/training cds/dvds for oracle BPM studio developers

    Is there any good book/training cds/dvds for oracle BPM studio developers, where every topic is discussed very clearly along with step wise examples? Thanks & Regards Ashish

  • Why is artwork view dividing up my album?

    I have a classical playlist of Mozart piano concertos. Each of them have three movements which are grouped together. But the one concerto by Martin Helmchen gets its three movements split put into three separate boxes when they should be together in