PDA

View Full Version : Prob Dumb -- How do I restart tserver and mfs_ftp


JoshFink
05-04-2006, 04:41 PM
Ok..I know this is probably a dumb question but I can't find the answer and my brain is mush right now.

If I want to stop either of these and restart them, what is the best method to do it?

Thanks

Josh

ScanMan
05-04-2006, 05:20 PM
ps ax | grep "mfs_ftp"

should give you the process ID (PID) of the mfs_ftp process; then

kill -9 PID (e.g., kill -9 1234)

then to restart:

/var/mfs_ftp/mfs_ftp.tcl&

Similarly with tserver, although that can be stopped and started through the TyTool GUI.

PS - If you don't have these utilities on your tivo, download "tivobin.tgz" here. (http://tivo.stevejenkins.com/downloads/)

JoshFink
05-04-2006, 05:33 PM
Thanks.. That helped a lot.

PortlandPaw
05-09-2006, 02:02 PM
Or install hackman.