My php.ini for Apache was set at 128M of memory_limit, while the cli php.ini was at 32M. Drush "hosting tasks" failed and no error was reported ("Status: Succesful", but "Log message" nearly empty).

Increasing the memory_limit to 128M made it all work, but I had to run the command without --backend and with -v 2 to find the problem.

Comments

anarcat’s picture

Project: Hosting » Provision
Version: 5.x-0.2.x-dev » 5.x-0.2-alpha1

This bug lies probably in the provision module, not in hosting.

anarcat’s picture

adrian’s picture

I fixed this upstream in drush, unfortunately it's very difficult to get the error output to be clearer, as both cases involve a return code of 255.

so there's a general 'application error' that occurs, and the output is logged (due to php logging errors to stdout)

adrian’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.