'Relanzamiento tuncfg' sigue apareciendo en mi consola

0

Estaba escaneando mi Mac OS X con sophos antivirus y abrí la consola. Veo esto una y otra vez.

¿Cómo puedo decir lo que sea para dejar de intentar iniciar tuncfg? Recientemente reinstalé mi sistema operativo porque accidentalmente arruiné una biblioteca clave para usar el terminal al intentar instalar macruby.

3/13/11 11:27:32 PM com.hamachix.tuncfgd[856]   /usr/sbin/tuncfgrelaunch: line 8: tuncfg:: command not found
3/13/11 11:28:32 PM com.hamachix.tuncfgd[865]   Relaunching tuncfg
3/13/11 11:28:32 PM com.hamachix.tuncfgd[865]   /usr/sbin/tuncfgrelaunch: line 8: tuncfg:: command not found
3/13/11 11:29:32 PM com.hamachix.tuncfgd[875]   Relaunching tuncfg
3/13/11 11:29:32 PM com.hamachix.tuncfgd[875]   /usr/sbin/tuncfgrelaunch: line 8: tuncfg:: command not found
Andy
fuente

Respuestas:

1

Yo buscaria /Library/LaunchDaemons/com.hamachix.*.plist y /Library/LaunchAgents/com.hamachix.*.plist; cualquier archivo coincidente debe ser deshabilitado en launchd y luego se retira.

$ sudo launchctl unload /Library/LaunchDaemons/com.hamachix.tuncfgd.plist
$ sudo rm /Library/LaunchDaemons/com.hamachix.tuncfgd.plist

(El ejemplo anterior es una conjetura basada en el registro launchd nombre del trabajo y pid; el (los) nombre (s) y ubicación (es) del archivo real pueden ser diferentes.)

geekosaur
fuente
gracias, esos comandos funcionaron Ya no veo esos mensajes en la consola.