简体   繁体   中英

jenkins terminates automatically due to a process "/var/tmp/bbb/bbb"

I am using non-containerized jenkins on server. It gets terminated automatically each time I try to restart it.

Process which is killing jenkins is "/var/tmp/bbb/bbb". This process gets triggered by jenkins and even If I try to kill this process and restart jenkins service, jenkins again trigger this process which eventually happen to be a reason for termination of jenkins.

/var/tmp/bbb/bbb

I've also searched on google but couldn't find anything useful. Please help.

servers htop report here

Check your root crontab.

I found the same process, made investigation. My instance was using for mining with scripts in crontab.

These scripts stop processes, stop all security services and syslog, create new users, find ssh-keys, change iptables, etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM