Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

launchd wont quit, Service exiting with abnormal code: 127 goes on forever.

May 20 11:08:06 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor[36239]): Service exited with abnormal code: 127
May 20 11:08:06 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.

Mac mini 2018 or later

Posted on May 20, 2020 3:17 AM

Reply
Question marked as Top-ranking reply

Posted on May 20, 2020 7:06 AM

It means you have a launchd plist that is attempting to run Cisco videoguardmonitor, but it is failing to load. It is set keep trying to load (respawn) that program indefinitely.


Did you attempt to delete the Cisco software without using their uninstaller (or detailed instructions)?


launchd is the daemon responsible for starting programs when you log in or the system starts up. The preference list file (plist) controls how launchd is supposed to launch the program, including where to find the program in the file system.

Similar questions

6 replies
Sort By: 
Question marked as Top-ranking reply

May 20, 2020 7:06 AM in response to sophak225

It means you have a launchd plist that is attempting to run Cisco videoguardmonitor, but it is failing to load. It is set keep trying to load (respawn) that program indefinitely.


Did you attempt to delete the Cisco software without using their uninstaller (or detailed instructions)?


launchd is the daemon responsible for starting programs when you log in or the system starts up. The preference list file (plist) controls how launchd is supposed to launch the program, including where to find the program in the file system.

Reply

May 21, 2020 7:30 AM in response to Barney-15E

Thanks for the reply guys


I've tried removing cache files from


sasha:~ sam$ rm -rf /Users/sam/Library//Caches/com.cisco.videoguard7/*
sasha:~ sam$ rmdir /Users/sam/Library//Caches/com.cisco.videoguard7/


some more checks

sasha:~ sam$ launchctl list | grep com.cisco.videoguardmonitor
-	127	com.cisco.videoguardmonitor


tried removing it..

sasha:~ sam$ sudo launchctl remove com.cisco.videoguardmonitor


but it still continues to spawn (checking the system.log in console)

May 21 15:25:27 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 21 15:25:37 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor[69248]): Service exited with abnormal code: 127
May 21 15:25:37 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 21 15:25:47 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor[69255]): Service exited with abnormal code: 127
May 21 15:25:47 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.


This is so frustrating, im not sure if its this process that's eating all my mac's memory or not..




Reply

May 22, 2020 12:44 AM in response to Barney-15E

Thanks, i removed the below from /Users/username/Library/LaunchAgents/


-r-xr-xr-x  1 sam  staff  453 25 Mar 09:01 com.logmein.GoToMeeting.G2MAIRUploader.plist


& also checked in /Library/LaunchAgents/ where i could find no related plist files.


I still get console showing


May 22 08:43:07 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 22 08:43:17 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor[82136]): Service exited with abnormal code: 127
May 22 08:43:17 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 22 08:43:27 sasha com.apple.xpc.launchd[1] (com.cisco.videoguardmonitor[82137]): Service exited with abnormal code: 127


Is there a way to check the spawned process to backtrack where it parent process is? or any other places that i could check.


Thanks for your help.

Reply

launchd wont quit, Service exiting with abnormal code: 127 goes on forever.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.