I'm getting this message in a launchd log. The service in question is a Focusrite thing.
What does it mean?
(system/com.focusrite.ControlServer) <Notice>: cannot spawn: service is in penalty box
The peripheral seems to be working fine.
Mostly I want to know what being in a penalty box means.
The exact mechanics of this are… complex, but AFAICT it means that launchd
was unable to start the service because of a problem with the service itself, for example:
-
The service specifies a user (
UserName
) or group (GroupName
) andlaunchd
can’t establish that identity. -
There’s a problem with the executable, for example, it doesn’t have a valid architecture or it’s inaccessible due to permissions.
There’s probably more subtle stuff as well, but this should give you the general idea.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"