- In Jenkins, Nodes > xxx > Monitoring > View Threads to find those threads which naming *svnkit*, kill them.
- Nodes > xxx > Monitoring > Execute the garbage collector
- Clean the workspace of related job
星期五, 9月 20, 2019
How to resolve "org.tmatesoft.svn.core.SVNException: svn: E175002: SSL peer shut down incorrectly"?
星期一, 9月 09, 2019
Linux nologin and recovery
- checkout someone's shell
- awk -F: '{print $7}' /etc/passwd
- change someone (root) to nologin
- sudo usermod -s `which nologin` root
- recovery
- sudo usermod -s /bin/bash root
訂閱:
文章 (Atom)