![]() |
ispcp-arpl-msgr: No such file or directory - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: ispcp-arpl-msgr: No such file or directory (/thread-9689.html) |
ispcp-arpl-msgr: No such file or directory - theprincy - 02-20-2010 06:14 PM on a server by making mailq I get this error F34A11D580E8 1651 Fri Feb 19 17:00:13 xxxxx@xxxxxxx.xx (temporary failure. Command output: pipe: fatal: pipe_command: execvp /var/www/ispcp/engine/messager/ispcp-arpl-msgr: No such file or directory) how can I solve? RE: ispcp-arpl-msgr: No such file or directory - RatS - 02-20-2010 06:18 PM changing the path to the right one? now it's messenger not longer messager. RE: ispcp-arpl-msgr: No such file or directory - theprincy - 02-20-2010 07:04 PM I had not noticed ![]() i have resolved in this way is correct ? 1. Become superuser Use the su command to become superuser. % su 2. Delete the /tmp and /usr/tmp directories. Use the following commands: # rm -r /tmp # rm -r /usr/tmp NOTE: All contents will be deleted. 3. Set up the symbolic links to /usr/tmp # ln -s /usr/tmp /tmp # ln -s /usr/tmp /var/tmp 4. Make the temporary directories writable. Use the chmod command to open the permissions of the two linked directories: # chmod 777 /tmp /var/tmp |