설치하려고 하는데 mariadb
설치가 실행 중 실패로 종료되어 Mysql
중지할 수 없습니다.
MySql이 설치되지 않았지만 종료할 수 없는 프로세스가 실행 중입니다.
root@sonic-ubuntu ~ # ps aux | grep mysql
root 8639 0.0 0.0 9496 2244 pts/0 S+ 08:55 0:00 grep --color=auto mysql
죽이려고 하면 다른 PID로 다시 생성됩니다. 무엇을 사용하여 프로세스를 시작하는지 식별하려고 했지만 ptree
표시되지 않습니다.
우분투 15.10 실행
도움을 주시면 감사하겠습니다.
좋습니다. mariadb를 설치하려고 하면 다음과 같은 결과가 나타납니다.
Preparing to unpack .../mariadb-server-10.1_10.1.12+maria-1~wily_amd64.deb ...
Failed to stop mysql.service: Unit mysql.service not loaded.
invoke-rc.d: initscript mysql, action "stop" failed.
invoke-rc.d returned 5
There is a MySQL server running, but we failed in our attempts to stop it.
Stop it yourself and try again!
dpkg: error processing archive /var/cache/apt/archives/mariadb-server-10.1_10.1.12+maria-1~wily_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Selecting previously unselected package mariadb-server.
Preparing to unpack .../mariadb-server_10.1.12+maria-1~wily_all.deb ...
Unpacking mariadb-server (10.1.12+maria-1~wily) ...
Errors were encountered while processing:
/var/cache/apt/archives/mariadb-server-10.1_10.1.12+maria-1~wily_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
이는 mysql이 실행 중임을 나타냅니다.
응, 하지만 찾을 수도, 멈출 수도 없어!
답변1
의 출력에는 ps aux | grep ...
자연스럽게 프로세스 자체가 포함됩니다 grep
.
root 8639 0.0 0.0 9496 2244 pts/0 S+ 08:55 0:00 grep --color=auto mysql
문제의 시스템에서 실행 중인 MySQL 인스턴스가 없는 것 같습니다.