3

I was deleting a user.

# userdel u1
The memcache was not invalidated by nss responder.

But finally the user was deleted. What does "The memcache was not invalidated by nss responder" means?

Fedora 34

Thanks

JellyTea
  • 33
  • 4

1 Answers1

3

When you add or delete a user, in the background the command sss_cache is run to clear the sssd cache. This should normally take less than a second. But if sssd is busy or the system overall is overloaded, it can take much longer to clear the cache. Typically this happens if you are adding or deleting users in large batches. The message is otherwise harmless and you should find that the user was correctly deleted.

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940