A user had stray `rsession` processes. Using: ```sh pkill rsession ``` was not sufficient to terminate those. They had to use: ```sh pkill -SIGKILL rsession ``` to get rid of them.