Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get rid of conveyor_service.py from OSX? #25

Open
kenorb opened this issue Aug 2, 2013 · 4 comments
Open

How to get rid of conveyor_service.py from OSX? #25

kenorb opened this issue Aug 2, 2013 · 4 comments

Comments

@kenorb
Copy link

kenorb commented Aug 2, 2013

Hi,
Monitoring my new processes by:

sudo /usr/bin/newproc.d

it seems that every few seconds the following command line is executed:

/Library/MakerBot/virtualenv/bin/python /Library/MakerBot/conveyor_service.py -c /Library/MakerBot/conveyor.conf --nofork

I don't use MakerBot, how I can get rid of that service/process?
Thank you.

@kenorb
Copy link
Author

kenorb commented Aug 4, 2013

Running;

sudo filebyproc.d

generates hundreds of records like:

 open_nocancel:entry python /Library/MakerBot/virtualenv/lib/python2.7

every few seconds.

Checking the processes, the following process is rerunning every few second:

_conveyor       7883   0.6  0.0  2424816    444   ??  Us    3:32pm   0:00.01 /Library/MakerBot/virtualenv/bin/python /Library/MakerBot/conveyor_service.py -c /Library/MakerBot/conveyor.conf --nofork

In the logs I've this:

$ grep conveyor /var/log/system.log | tail
Aug  4 15:50:13 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon[8297]): Exited with code: 1
Aug  4 15:50:13 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon): Throttling respawn: Will start in 10 seconds
Aug  4 15:50:23 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon[8298]): Exited with code: 1
Aug  4 15:50:23 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon): Throttling respawn: Will start in 10 seconds
Aug  4 15:50:34 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon[8299]): Exited with code: 1
Aug  4 15:50:34 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon): Throttling respawn: Will start in 10 seconds
Aug  4 15:50:44 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon[8301]): Exited with code: 1
Aug  4 15:50:44 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon): Throttling respawn: Will start in 10 seconds
Aug  4 15:50:56 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon[8303]): Exited with code: 1
Aug  4 15:50:56 kenorbs-MacBook-Air com.apple.launchd[1] (com.makerbot.conveyor.daemon): Throttling respawn: Will start in 9 seconds

58977 entries of com.makerbot.conveyor.daemon from the last few days

@kenorb
Copy link
Author

kenorb commented Aug 4, 2013

Fail!

$ /Library/MakerBot/stop_conveyor_service 
launchctl: Error unloading: com.makerbot.conveyor.daemon

$ sudo launchctl unload -w /Library/MakerBot/com.makerbot.conveyor.plist
launchctl: Dubious permissions on file (skipping): /Library/MakerBot/com.makerbot.conveyor.plist
nothing found to unload

@kenorb
Copy link
Author

kenorb commented Aug 4, 2013

sudo chmod 644 /Library/MakerBot/com.makerbot.conveyor.plist
sudo launchctl unload -w /Library/MakerBot/com.makerbot.conveyor.plist

Success!
My CPU is back to normal.

@robertcedwards
Copy link

@kenorb Thanks so much! Fixed my malformed Makerware install that I couldn't uninstall…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants