On Montag, 15. Juni 2015, Brian Chabot wrote: > I'm working on setting a master and three slaves and I have a question > about this situation. > > I create a task and set it to run and for whatever reason the slave is > not picking it up. How can I stop or cancel this task without > interrupting other tasks?
first of all this should not happen. A task should always be stoppable, at least after some timeout. So there is likely a bug for a special situation. Restarting manager will set all tasks to Stopped. If you want to keep other scans alive, you need to go into the process table and kill the right openvasmd process. It s a bit tricky to find out the right one though. I usually use htop to find out and kill in such situations. -- Dr. Jan-Oliver Wagner | +49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 202460 Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
