과거 어느 시점에서, 나는 posgresql을 설치했고 그것을 제거 할 수 없습니다 :
$ ps -A|egrep postg 232 ??
287 ?? 0:00.02 postgres: logger process
328 ?? 0:00.09 postgres: writer process
335 ?? 0:00.06 postgres: wal writer process
336 ?? 0:00.03 postgres: autovacuum launcher process
342 ?? 0:00.01 postgres: stats collector process
fs_usage
디스크를 점유하고 있음을 보여주기 때문에 부팅 할 때마다 시동을 멈추고 싶습니다 .
이미 추가 POSTGRES=-NO-
를 시도 /etc/hostconfig
했지만 프로세스가 계속 발생합니다.
또한 나는 다른 게시물에서 찾은 것을 운없이 시도했습니다.
$: locate postg|egrep plist
/Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
/Library/PostgreSQL/8.3/uninstall-postgresql.app/Contents/Info.plist
/Library/PostgreSQL/8.4/uninstall-postgresql.app/Contents/Info.plist
/Library/StartupItems/postgresql-8.3/StartupParameters.plist
$: sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
(restart)
그러나 여전히 postgresql 프로세스가 나타납니다 :(
com.edb.launchd.postgresql-9.0.plist
이 위치에서 찾을 수 없었습니다.