Unable to remove testing instance

Hey there,

I want to remove a testing instance, but the following error occurs:

User 'testing' still logged in or running processes.

The testing instance itself is a copy of a central monitoring instance, which controls one remote site.
I’ve stoped the testing-instance before.

I didn’t find any docs or relative questions in the forum.
If you have seen something, let me know.
Thank’s in advance!

1 Like

Hi,
you can use the command lsof -u testing to get a list of all processes that the user testing still has.

Karl

2 Likes

@kdeutsch Thank you for the quick answer! :slight_smile:

Just in case anybody wants to kill these processes as well, here ist the lsof command:

kill -9 $(lsof -t -u testing)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.