LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   polkitd (https://www.linuxquestions.org/questions/linux-newbie-8/polkitd-4175640606/)

catiewong 10-17-2018 08:58 PM

polkitd
 
I just statlled centos 7.5 .

and found that a mysqld process run by polkitd , I tried kill this process , but found that another mysqld process will be generated , even stopped polkitd service , this process is still running .

Just wonder why this mysqld process cannot be killed , the polkitd is to keep the process running ?

thanks

RandomTroll 10-17-2018 09:19 PM

polkitd isn't a mysqld process.
Code:

man polkit
for an explanation.

bradvan 10-18-2018 05:47 AM

Look at Post by coredump. He gives a good explanation of /proc/<pid>. It should help you identify what is starting mysqld.

pan64 10-18-2018 08:08 AM

most probably mysqld is a service and configured that way (=auto restart if died).
So you need to stop the service instead of killing the process.
But I'm not really sure if that was a good idea.


All times are GMT -5. The time now is 12:53 PM.