I want to stop a running service (svnserve in this case) but when I run
I did try to use the 'force' option but that didn't work.
I'm running as root via ssh into a jail. Can anyone suggest what's causing this and how to overcome it?
service svnserve stop
I get
Code:
Stopping svnserve
kill: 21415: Operation not permitted
I did try to use the 'force' option but that didn't work.
I'm running as root via ssh into a jail. Can anyone suggest what's causing this and how to overcome it?