Whenever I run things that I've installed via macports (like tree, wget, etc) I get the following log message (I'm dumping . into this particular log, so it may be fairly low priority).

/usr/libexec/taskgated[pid]: no system signature for unsigned /opt/local/bin/tree (or wget, etc)

Any idea what this is and how to squash it?

running 10.6.2

link|improve this question

67% accept rate
feedback

2 Answers

up vote 1 down vote accepted

This is coming from the new authentication policy Apple introduced in Leopard. http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man8/taskgated.8.html

I just filter it out in my syslog using syslog-ng.

link|improve this answer
feedback

I disabled taskgated.

# launchctl unload /System/Library/LaunchDaemons/com.apple.taskgated.plist
link|improve this answer
What side-effects might this have? Isn't taskgated necessary for the stability of the programs? – nhinkle Dec 23 '11 at 5:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.