Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dianjuar/98d02af4050dc2df8ae6f18695d44ca3 to your computer and use it in GitHub Desktop.
Save dianjuar/98d02af4050dc2df8ae6f18695d44ca3 to your computer and use it in GitHub Desktop.
Fixing "a stop job is running for session c2 of user xxx (xs / 1min 30s)"

Fix a stop job is running for session c2 of user xxx (xs / 1min 30s)

enter image description here

This advice is pointing to arch based distributions. Manjaro in special

Install watchdog

# pacman -S watchdog

And then start the service at boot:

# systemctl enable watchdog.service

Start the service to don't see the message any more

# systemctl start watchdog.service

This works too

https://www.reddit.com/r/archlinux/comments/4bawf7/a_stop_job_is_running_for_session_c2_of_user/d17upwa

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment