Process that cannot be "killed"

Hi,
There is a process, "PocketCloudService" that I cannot finish even from terminal (kill PID), the response is "Operation not permitted". I did the same of killing proceses from terminal and it worked, but it doesn't with this process. It belonged to a program that I unistalled, "Pocket Cloud". I reinstalled that program and unistalled again, but the process continues running, even if I restart the mac. It's annoying because sometimes it spends about 80% CPU, warming my mac (and my patience!), therefore I finish the process "PocketCloudService" from Activity Monitor, but it restarts few seconds after. I just want to delete or block the source that launches that process and not have to stop it manually anymore. Any help will be appreciated!
More details: From activity monitor when I check the process, the main process is "launchd (1)", user: root (0)

Look in either the LaunchAgents or LaunchDaemons folders in both Library folders. It needs to be deleted in order to stop the process permanently (a reboot will be required.)
Uninstalling Software: The Basics
Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
Some applications may install a startupitem or a Log In item.  Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead.  Download Easy Find at VersionTracker or MacUpdate.
Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
There are many utilities that can uninstall applications.  Here is a selection:
AppZapper
Automaton
Hazel
CleanApp
Yank
SuperPop
Uninstaller
Spring Cleaning
Look for them at VersionTracker or MacUpdate.
For more information visit The XLab FAQs and read the FAQ on removing software.

Similar Messages

  • Firefox 37 beta will not exit and process cannot be killed

    The problem appears when all web pages stop loading. I then exit FF. Task Manager shows the process to still be running. It cannot be killed. Task Manager says the process cannot be accessed. The only solution is to reboot.
    I have tried Safe Mode and refreshed the browser without success. I tried disabling all plug-ins.
    I am running Win7, FF37 beta.

    Hi David8,
    What version of 37 beta?
    *[[Firefox hangs or is not responding - How to fix]]

  • Is there a process that writes this type of error in a log on the server?

    Hi,
    When I go open a cursor and at that time my connection is closed for some reason, I receive an error.
    1) I wanted to know if the cause of the error is stored in a log on the server. Can you hear what happened?
    2) What are the processes that logs and write in that directory?

    If there is no Oracle error, I would tend to suspect that there are problems at the network level, not at the Oracle level.
    It wouldn't hurt to see if there are any errors in the alert log indicating that user sessions are getting killed because of internal Oracle errors, though that is unlikely. You could verify that the user isn't assigned a profile that limits idle_time or some other resource that may not play nicely with a connection pool. In either of those cases, though, you would expect the error stack to have an Oracle related error rather than just a network related error.
    Justin

  • Taskkill /F broken in windows 8 when applied to a process that crashes on exiting

    It appears that Windows 8 has broken the taskkill command in part at least (actually, I think it is more likely a broken ability to set the debug attribute, which in prior Windows versions allowed taskkill to kill programs even if in a different security
    context; but I don't know exactly how to test that or prove my hypothesis).  When attempting to kill a process that is hung on exit (e.g., attempted a normal exit from the program, but it hangs and fails to exit, and continues to consume system resources),
    there appears to be no way to terminate the application/service, and an "access denied" error is generated even though run from the administrator command prompt.
    I have had this happen now many times with chrome.exe (which seems to have lots of issues with Windows 8 in general, but especially when exiting), as well as Skype.exe (a perpetual problem child program under any system).  It is repeatable if you can
    get any program to crash/hang on exit:
    (1) start a bunch of chrome.exe windows, especially ones that require resources like scripts, and then attempt to exit chrome window by window - this will cause chrome to crash on exit 5/10 times.  Confirm hung process via ctr-shift-esc and see
    that at least one chrome task is still running (chrome window may or may not still be visible)
    (2) From the administrator command line: "taskkill /IM chrome /F" which will give the access denied error.
    (3) psutils is also unsuccessful: pskill chrome /F also gives same error (run from administrator command prompt)
    As I understand prior Windows releases, there is a debug attribute that was set by these particular utilities (under Windows 7 and earlier) which allowed taskkill and pskill to kill processes even when the task manager failed to do so.  It seems
    that something is broken under Windows 8 now in that regard.
    Any ideas how to fix?  is there a registry fix?  Another utility that works under Windows 8?
    JeffN

    Hi,
    I tried the command in Windows 8, it works with no problem. I can even kill explorer.
    Juke Chou
    TechNet Community Support
    The problem is with killing certain "runaway" processes.  I can kill chrome just fine ... until it crashes!  Once it crashes, it is unkillable.  Something is not right.
    JeffN

  • Check Process memory consumption and Kill it

    Hello
    I have just installed Orchestrator and have a problem that I think is perfekt for Orchestrator to handle.
    I have a process that sometimes hangs and the only way to spot it is that the memory consumption has stoped.
    The process is started every 15 minutes and scans a folder, if it finds a file it reads the file to a system. You can see that it is working by the increasing Memory consumption. If the read fails then the memory consumption stops. The process is still working
    and is responding but is hung.
    I'm thinking about doing a runbook that checks the memory-consumption every 5 minutes and compares it with the previous value. if the last three values are the same then I will kill the process and start it again.
    My problem is that I have not found a way to check the memory consumption of a process.
    I have set up a small test, just verify that I get the correct process, with the activity Monitor process -> Get Process Status -> Append Line (process name).
    But How do I get the process memory consumption?
    /Anders

    Now that I think about it a bit more I don't think there will be an easy way to set up a monitor for your situation in SCOM. Not that it couldn't be done, just not easily. Getting back to SCORCH. What you are trying to do isn't an every day kind of
    scenario. I don't think there is a built in activity for this.
    The hardest thing to overcome whether you use SCORCH or SCOM is likely going to be determining the error condition of three consecutive samples of the same memory usage. you'll need a way to track the samples. I can't think of a good way to do
    this without utilizing scripting.

  • Process that's draining my battery

    The past two days, my phone has been getting really hot and draining the battery for no apparent reason. Seems to me like there's a process that's getting hung up, so when I notice it happening, I turn the phone off, then back on again. But eventually, it starts doing it again.
    Is there a way to sift though some logs or a diognostic to find out what's running that's killing my battery? It just started yesterday and I haven't installed any new aps...well, there were a few updates to some aps today, but i haven't run any of them since the update.
    Thanks for any help!

    Try this one:
    http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=306192663&mt=8
    I'd suspect an app that uses Location Services for the issue you describe - had this happen with MLB at Bat (Lite) today, in fact.

  • I have received a notice that my forms central account has lasped due to being unable to charge credit card.  I have changed cards and will update, but do not want to pay a full subscription since Forms is ending.  I am in the middle of a process that wil

    I have received a notice that my forms central account has lasped due to being unable to charge credit card.  I have changed cards and will update, but do not want to pay a full subscription since Forms is ending.  I am in the middle of a process that will end in a month.  What do I do to be able to finish this process???

    It is a bad situation. Your credit card expired but you cannot change it because FormsCentral is retiring.
    Please consider moving your forms to JotForm right away. It takes a few minutes to do it using JotForm new Import Wizard:
    http://www.jotform.com/formscentral/

  • How to invoke a process that is running in another Engine

    Hi, All,
    I looked through the OBPM 10.3.1 docs, I found "Subflow Activity" and "Process Creation Activity" can invoke a process that is running in another Engine. But in the OBPM studio, I cannot find any properties of both activities to configure this function.
    Any ideas? Thanks in advanced.
    Best Regards,
    Bill

    Hi Bill,
    Brijesh is right. Although you cannot test it in Studio, there is a synchronous and an asynchronous way on Enterprise to create an instance in another process even though they are not in the same project.
    1. For an asychronous (fire and forget) invocation of a subprocess (similar to the Process Creation activity), when you deploy to Enterprise you can use PBL to create an instance. Look at the Catalog's Fuego.Lib.ProcessInstance module and note the create() methods.
    2. For a synchronous invocation of a subprocess (similar to the Subflow activity), you can create an instance in another process using the Dynamic Subflow property of the Subflow activity.
    Hope this helps,
    Dan

  • APPLE: show us what is endlessly processing so we can KILL IT

    Attention APPLE: show us what is endlessly processing so we can KILL IT. There needs to be a way to easily see what processes are running (without jumping through hoops). Aperture should have a menu item from which the user can easily see a visible list of running processes which can be individually selected and stopped.
    At the very least, show the names of the files which are actively being processed and provide documentation on how to selectively, individually remove the offending files.

    Hey that's great- thanks!
    Perhaps Apple could show WHAT is processing in the lower part of the window where it currently just says "Processing". If not by default, with an advanced feature type of selection in Preferences.
    It would, I think, be extremely helpful to a lot of people to visually gain an up front point of reference to exactly WHAT Aperture is chewing on. Given it's current tendency at v3.02 to still exhibit this issue without really giving an indication as to exactly what it's doing behind the curtain.

  • Monitoring a process that monitors

    Folks,
    We have implemented an architecture, where there is a Master-Process that monitors few Slave-processes. This Master-process keeps an eye on the Slave Process, and keep restarting them, when ever one of these Slave Processes die (or) get killed.
    The way we designed, this Master process; is that it can restart any particular slave-process only ( N number of times ), after which it dies.
    Question : If I want to implement a Manifest, such that SMF only monitors the Master-Process and not the Slave-processes. And when the Master process dies, the SMF should start the Master-process and the Slave-Processes.
    How do I implement a manifest such that, only the Master-Process is monitored by the SMF, and not the Slave-Processes
    _D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    1) check data volume is increased so it will litter slow.
    2) check index fragmentation and reorganize or rebuild index
    3) updates statics.
    4) check blocking and locking
    5) check deadlock 
    6) check no user login in sql server
    7) check memory and cpu utilazation
    8) Make sure DB compatibility
    level is latest one.
    9)Find missing indexes and unused indexes.
    10) Find existing indexes are using effectively.
    check and confirm.

  • Ternimating a process that is started from insite a java program

    Hi,
    I have a question:
    I am using Java 1.1 running on a HP-UX platform(HP-UX 11.0).
    I start a "unix shell script" from inside a java process. Everything starts and runs perfectly fine. If for some reason I MANUALLY kill the java program with a "kill" command, the unix process that was started by the java process is not getting killed. (effectively the signal is not getting passed on to the child process). Is there a way to fix this?
    Thanks in Advance.
    Srikanth
    [email protected]

    Here is what the java API docs say about the Process class:
    The Runtime.exec methods create a native process and return an instance of a subclass of Process
    that can be used to control the process and obtain information about it. The class Process
    provides methods for performing input from the process, performing output to the process,
    waiting for the process to complete, checking the exit status of the process, and destroying
    (killing) the process.
    The Runtime.exec methods may not work well for special processes on certain native platforms,
    such as native windowing processes, daemon processes, Win16/DOS processes on Win32, or
    shell scripts. The created subprocess does not have its own terminal or console. All its
    standard io (i.e. stdin, stdout, stderr) operations will be redirected to the parent process
    through three streams (Process.getOutputStream(), Process.getInputStream(), Process.getErrorStream()). The
    parent process uses these streams to feed input to and get output from the subprocess.
    Because some native platforms only provide limited buffer size for standard input and output
    streams, failure to promptly write the input stream or read the output stream of the
    subprocess may cause the subprocess to block, and even deadlock.
    The subprocess is not killed when there are no more references to the Process object, but
    rather the subprocess continues executing asynchronously.
    There is no requirement that a process represented by a Process object execute
    asynchronously or concurrently with respect to the Java process that owns the Process object.
    [/b[
    So the docs state that this class may not work with shell scripts. Which means that it may be no way to deal with this.
    Good luck
    Calin

  • Delete Expenditure Items that cannot be cost distributed -

    Hi,
    There are some expenditure items in the expenditure inquiry screen that cannot be cost distributed and hence need to be deleted. Each time the distribute labor costs process is run, these transactions show up on the exception report. Please advise if there is a way to delete these transactions.
    Thanks.

    Hi,
    Instead of deleting them you can change the cost distributed flag as "O" so that those transactions wont appear in cost distribution reports.
    Thanks,
    Sreenath

  • The app store on my brand new ipod touch offers me majority apps that cannot be used on my software. how do i find apps that will work with 6.1.5? this is frustrating, especially when purchased brand new.

    the app store on my brand new ipod touch offers me majority apps that cannot be used on my software. how do i find apps that will work with 6.1.5? this is frustrating, especially when purchased brand new for christmas.

    See the following to purchase earlier, compatible version for iOS 6
    App Store: Downloading Older Versions of Apps on iOS - Apple Club

  • The item contains one or more busy items that cannot be changed

    We have a Windows 2003 file server and we are having issues with Macs retrieving files/folders from it. There is a folder on the Windows share named "dropbin" that UserA has full permissions on. UserB has the following NTFS permissions on the dropbin folder.
    Traverse Folder / Execute File Allow
    List Folder / Read Data Allow
    Create Files / Write Data Allow
    Create Folders / Append Data Allow
    Write Attributes Allow
    Write Extended Attributes Allow
    This gives UserB the ability to look inside the dropbin folder and place content in there. This same user cannot delete or pull down anything that a different user (UserC) has put in there. UserA (the person with full permissions) should be able to pull down anything put in there.
    This works fine from an XP box if an XP user (UserB) puts content in there UserA from a Mac or a PC can get and manipulate the data. If a Mac user (UserB) puts a file up there (it seems to happen with a .txt file, a .cp file, or a .zip file) UserA from a Mac gets the following error when trying to download the file:
    "You may need to enter the name and password for an administrator on this computer to change the item named item.txt"
    When you hit continue you get the following error:
    "The item item.txt contains one or more busy items that cannot be changed"
    If you proceed to enter in the admin credentials, the file doesn't copy down to the local Mac and fails without an error.
    A couple of things we noticed....
    1. If Mac UserB puts up a Word document or a .dmg file then UserA from a Mac can pull it down fine without errors.
    2. On the Windows 2003 server we noticed that for each file we tried to upload it creates a ._ corresponding hidden file. For example, item.txt also has ._item.txt. If we go up on the server and remove the hidden file, Mac UserA can pull down the file fine.
    3. We tried zipping the files (or files and folders) locally on Mac UserB's desktop then putting the .zip file up there but since it creates a ._file.zip Mac UserA still can't pull it down.
    4. The fix we found for this is to have Mac UserB place the files they want to upload into a folder on the desktop, then upload that folder. When Mac UserA comes by they can pull down that folder's worth of stuff.
    We are accessing the Windows 2003 file share by going to the finder and using the "Go" menu and entering in:
    smb://servername/sharename
    and they use their Windows domain credentials to log in.

    We may have figured this out but it requires some more testing. The reason why the file upload creates the ._ files in the dropbin folder when UserB puts content in there is because UserB does not have the "Delete" permission in that folder. My guess is that it creates the ._ file when the file is in transit but then deletes that file after it has completed the transfer (but without the delete permission it couldn't remove the ._ file). What we did was added another user to the NTFS permissions for that folder, we added the built in "CREATOR OWNER" account and gave that user the "Delete" permission, now the ._ files do not appear under there and UserA can come along and manage the uploaded file okay.
    Hope this helps someone else out.

  • I have the iPhone 4, and yesterday I synced my photos onto iTunes, but now I have albums on my phone that cannot be deleted, and there is not an option to delete the items in the albums individually... How do I get rid of these unwanted albums? Windows 7

    I have the iPhone 4, and yesterday I synced my photos onto iTunes, but now I have albums on my phone that cannot be deleted, and there is not an option to delete the items in the albums individually... How do I get rid of these unwanted albums? Using Windows 7.

    If you used iTunes to get the photos on the phone, then use the same iTunes and uncheck the music you don't want and do another sync.

Maybe you are looking for