[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AG-TECH]Commands to restart VIC and RAT



John,

First you'll want to look for any services or servicemanagers already running:

ps -elf | grep python

ps -elf | grep vic

ps -elf | grep rat

Then get the process IDs from the output of these commands and kill the processes:

kill -9 1234

where 1234 is the process ID.


Then just restart the service manager:

AGServiceManager.py

and use your venueclient to reenable your node services.


hope this helps

myk

At 09:15 AM 4/16/2007, john langkals wrote:
Hello AG Tech,

From a terminal in fedora core, how do I restart (the commands) my VIC and RAT services? I have both audio and video capture running on one box and the display on a windows box.

Thanks,

John