From: Matt Z. <md...@de...> - 2002-02-21 22:47:06
|
On Fri, Feb 22, 2002 at 09:35:43AM +1100, Nick 'Sharkey' Moore wrote: > Ah, well, mainly that I didn't know it existed. I'd still like to be able > to do it with a signal, just so I can script horrible things like: > > ps auxww | grep 'tracing\ thread' | awk '{print $2;}' | xargs kill -HUP > > Hopefully something useful should come out of all this mucking around: I'm > setting up IPv6 virtual networks & trying to do simulation and conformance > testing using UML. There's probably a paper in it :-) It should be even easier to script with mconsole, something like: mconsole $(find the UML socket in ~/.uml) cad probably the socket with the most recent mtime or some such would do. -- - mdz |