Correggere i miei LaunchAgent

1

Sospetto che i miei LaunchAgent su MacBook siano stati interrotti questo è ciò che ottengo quando corro ...

$ ls -ld ~/Library/LaunchAgents
lrwxr-xr-x  1 infacq  staff  46 Aug 16 11:03 /Users/infacq/Library/LaunchAgents -> /usr/local/opt/mysql/homebrew.mxcl.mysql.plist

Quando provi ad installare altre cose usando brew , verrà semplicemente indicata la directory mancante. Questo è ciò che ottengo quando provo a eseguire altre cose.

ERROR  watchman--no-pretty get-sockname returned with exit code null 2016-01-23T07:35:13,560: [cli] Failed to open /Users/infacq/Library/LaunchAgents/com.github.facebook.watchman.plist for write: No such file or directory

Error: watchman--no-pretty get-sockname returned with exit code null 2016-01-23T07:35:13,560: [cli] Failed to open /Users/infacq/Library/LaunchAgents/com.github.facebook.watchman.plist for write: No such file or directory

    at ChildProcess.<anonymous> (/Users/infacq/Documents/weekdays/node_modules/fb-watchman/index.js:198:18)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at maybeClose (internal/child_process.js:821:16)
    at Socket.<anonymous> (internal/child_process.js:319:11)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at Pipe._onclose (net.js:469:12)

Come posso risolvere questo problema?

    
posta Muhaimin 22.01.2016 - 04:23
fonte

1 risposta

2

Oops è il suono che sta facendo il tuo Mac.

Realizzerei un backup di Time Machine per ogni caso (o equivalente).

Quindi devi rimuovere il link:

rm ~/Library/LaunchAgents

Crea di nuovo quella directory (e, facoltativamente, ripristina tutto dal backup che ora manca)

mkdir -p ~/Library/LaunchAgents

È quindi possibile riabilitare in sicurezza il processo di avvio di mysql:

  ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
    
risposta data 22.01.2016 - 05:46
fonte

Leggi altre domande sui tag