Jump to content

restarting pitond remotely - how?


Recommended Posts

How do you start the pitond process remotely?

 

I've been trying to resolve a 505 error. After SSH-ing in, I killed pitond. But I can't figure out how to restart it. Previous posts have made suggestions, such as

 

Code:


sudo ./ pitond

 

But all I get is

 

Code:


command not found

 

Is this documented anywhere?

Link to comment
Share on other sites

sudo ./pitond (without the space) will start pitond if the current directory is where the process lives. But even with that command, pitond will die as soon as you closed the shell session.

 

The easiest commands for the unix challenged (such as I) would be:

 

cd /Applications/Retrospect\ Client.app/Contents/Resources

sudo ./pitond &

 

This is assuming that it's the Retrospect 6 client, which is not enclosed in a folder; your path may vary.

 

Dave

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...