Percona-Lab / mongodb_consistent_backup

A tool for performing consistent backups of MongoDB Clusters or Replica Sets
https://www.percona.com
Apache License 2.0
276 stars 80 forks source link

process #242

Closed obissick closed 6 years ago

obissick commented 6 years ago

Why is mongodb_consistent_backup user running polkitd process on a server i didnt install it on? This server is not even a MongoDB server.

dbmurphy commented 6 years ago

This is not run by this tool, this is a python library something else like s3cmd via pythons boto library would maybe cause this, but it’s normally systemd that would trigger it.

Sent from my iPhone

On Nov 30, 2017, at 17:25, Oren Bissick notifications@github.com wrote:

Why is mongodb_consistent_backup user running polkitd process on a server i didnt install it on? This server is not even a MongoDB server.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

timvaillancourt commented 6 years ago

@dbmurphy is correct, this tool only spawns Python and/or "mongodump" processes/threads. You can confirm this also by reading the python source code.

If polkitd is running as the same user as the 'mongodb_consistent_backup' user this could be due to duplicated numeric user ids or it was started before a change to /etc/passwd.

timvaillancourt commented 6 years ago

Closing due to no reply.