can't use rake deploy with Capistrano

Hello,

When I do rake deploy I have an error. As you can see, capistrano tryes to ln a dir that already removed (and I think that the directory is never created by capistrano).

Before this command I made rake remote:exec ACTION="setup" that executed the following command:

mkdir -p -m 775 /home/explicadores/apps/tutor/releases /home/explicadores/apps/tutor/shared/system && mkdir -p -m 777 /home/explicadores/apps/tutor/shared/log"

This is the first time that I am using capistrano and my deploy.rb has the following