Hi all,

Been trying to provision, getting through the error messages nicely on my own, but this one has stumped me. Doing my drush provision install [location], drush version 0.1
[35] => Array
(
[type] => warning
[message] => warning: stream_set_blocking(): 57 is not a valid stream resource in /var/www/aegir/drupal/sites/default/modules/provision/provision.inc on line 652.
[timestamp] => 1235750974

There is also a similar error message here...
[44] => Array
(
[type] => warning
[message] => warning: stream_set_blocking(): 62 is not a valid stream resource in /var/www/aegir/drupal/sites/default/modules/provision/provision.inc on line 652.
[timestamp] => 1235750975

After that, it claims to happily go through the rest of the process, ending with array 47, my setup is...

Ubuntu 8.10
localhost
mysql 5.0.67
PHP 5.2.6.2ubuntu4.1
Apache 2.2.9
Drupal 6.9

Thanks for your time!!

Nick,

Comments

adrian’s picture

Status: Active » Fixed

This has been fixed in HEAD.

It's not really relevant, as it's only a warning.

It was attempting to set the stdin pipe to non blocking, when it had already been closed.
This was fixed when we ported this functionality to drush 2.x :
http://drupal.org/node/380688

Status: Fixed » Closed (fixed)

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