День добрый!
Не могу разобраться, каким образом drush в сеть выходит? Можно ему как-то жестко параметры proxy прописать?
Дело в том, что на работе запущен в virtualBox образ turnkey linux, все работает, однако drush категорически отказывается через прокси работать.
wget работает, apt-get install тоже работает.
тот же
drush l10n-update-refresh выдает
Failed to fetch information about available updates from the server
Возможно он порты какие-то использует, которые закрыты на прокси?
Комментарии
drush dl Работает?
Опция -d выведет дополнительную отладочную информацию.
День добрый!
Спасибо за подсказку, dl действительно работает.
Поднял локальный прокси cntlm, так dl через него идет, и все качается, а при drush l10n-update-refresh не идет трафик через него.
Еще заметил, что при переходе по ссылке http://10.192.64.86/#overlay=admin/reports/updates/check%3Fdestination%3... происходит сбой обновления: "Не удалось получить информацию об обновлении для 6 проектов."
Возможно прокси где-то недопрописан? Почему через прокси не идет данный запрос, не пойму?
Вот что выдает с отладочной информацией:
Drush bootstrap phase : _drush_bootstrap_drush() [0.01 sec, 2.25 MB] [bootstrap]
Loading drushrc "/etc/drush/drushrc.php" into "system" scope. [0.01 [bootstrap]
sec, 2.26 MB]
Cache HIT cid: 5.8-commandfiles-0-3e46d4191221dac650946e5816495352 [debug]
[0.02 sec, 2.26 MB]
Bootstrap to phase 0. [0.06 sec, 4.84 MB] [bootstrap]
Bootstrap to phase 5. [0.07 sec, 4.84 MB] [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.07 sec, [bootstrap]
4.84 MB]
Initialized Drupal 7.22 root directory at /var/www/drupal7 [0.09 sec, [notice]
6.68 MB]
Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.1 sec, 6.68[bootstrap]
MB]
Initialized Drupal site default at sites/default [0.1 sec, 6.68 MB] [notice]
Cache HIT cid: 5.8-commandfiles-2-c32acd775c18a90c5b41d0fc9accf5ab [debug]
[0.1 sec, 6.68 MB]
Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [0.11[bootstrap]
sec, 6.68 MB]
Drush bootstrap phase : _drush_bootstrap_drupal_database() [0.11 sec,[bootstrap]
6.69 MB]
Successfully connected to the Drupal database. [0.11 sec, 6.69 MB] [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_full() [0.12 sec, [bootstrap]
7.14 MB]
Cache HIT cid: 5.8-commandfiles-5-5ae388b566e99b0cb8736d9cd53213f1 [debug]
[0.31 sec, 18.41 МБ]
Bootstrap to phase 6. [0.41 sec, 18.78 МБ] [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_login() [0.41 sec, [bootstrap]
18.78 МБ]
Successfully logged into Drupal as Гость (uid=0) [0.42 sec, [bootstrap]
18.88 МБ]
Found command: l10n-update-refresh (commandfile=l10n_update) [0.42 [bootstrap]
sec, 18.88 МБ]
Failed to fetch information about available updates from the server. [31;40m[1m[error][0m
[1.11 sec, 20.1 МБ]
Command dispatch complete [1.11 sec, 20.07 МБ] [notice]
Timer Cum (sec) Count Avg (msec)
page 1.004 1 1004.1
l10n_update_http_request 0.008 6 1.408
Peak memory usage was 20.57 МБ [1.11 sec, 20.06 МБ] [memory]
Решение нашел. В settings.php прокси нужно было прописать.