PDA

View Full Version : ccxstream


mchipser
03-22-2006, 08:09 PM
hello,

how can i check to see if a program i installed is running?

i installed ccxstream so my xbox will see my tivo and play files from the tivo through the xbox. thanks for the help

Myk3

fantmn
03-23-2006, 12:22 AM
Go to the Linux prompt on the Tivo and do PS -ef |more If you need details about what these commands do, google them. Also look for netstat I assume it should be listening on a port. If so you should see the port listening.

mchipser
03-23-2006, 06:53 PM
hey,

i tried that command and the tivo says

bash-2.02# PS -ef |more
bash: PS: command not found

i looked up what the commands mean and got this

http://www.linuxdevcenter.com/linux/cmd/cmd.csp?path=p/ps

i have tried with "--" And only one of them. "-'
still nothing. thanks for the help

Myk3

cheer
03-23-2006, 10:31 PM
Linux is case-sensitive. Try "ps" (lower case).

Do you have AlphaWolf's AIO utilities installed?

fantmn
03-24-2006, 01:33 AM
hey,

i tried that command and the tivo says

bash-2.02# PS -ef |more
bash: PS: command not found

i looked up what the commands mean and got this

http://www.linuxdevcenter.com/linux/cmd/cmd.csp?path=p/ps

i have tried with "--" And only one of them. "-'
still nothing. thanks for the help

Myk3

Opps, sorry, I got a happy shift finger. All I can say is it had been a very long day with little sleep the night before. Thanks for catching it cheer.