many processes of “executable”

Do you notice if it happens at a particular time everyday?

Cause we’ve discovered that it can be a cron problem. Try disabling all cron jobs and see if it still happens.

Also, be sure to do this:

Go into plesk:

1) Mail server settings

* At Relay Options:
2) Uncheck the authentication required: “POP3 lock time”

* Disable greylisting:
3) /usr/local/psa/bin/grey_listing –update-server -status off

http://forum.parallels.com/showthread.php?t=90550

How To scp, ssh and rsync without prompting for password

How To scp, ssh and rsync without prompting for password

Whenever you need to use scp to copy files, it asks for passwords. Same with rsync as it (by default) uses ssh as well. Usually scp and rsync commands are used to transfer or backup files between known hosts or by the same user on both the hosts. It can get really annoying the password is asked every time. I even had the idea of writing an expect script to provide the password. Of course, I didn’t. Instead I browsed for a solution and found it after quite some time. There are already a couple of links out there which talk about it. I am adding to it… Continue reading “How To scp, ssh and rsync without prompting for password”