I'm having a problem with drush downloading modules, I've set up a VPS on Linode using Ubuntu 10.4 and Apache. I'm installing a new site with Drupal 7 and when trying to add modules I'm getting the following:
mkmagu@mail:/srv/www/webdesignbymary.com/public_html$ drush dl admin_menu advanced_help backup_migrate cck views ctools mollom token views_slideshow page_title imageapi pathauto
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
Destination directory [error]
/srv/www/webdesignbymary.com/public_html/sites/all/modules is not
writable.
Project admin_menu (7.x-3.0-rc1) could not be downloaded to [error]
/srv/www/webdesignbymary.com/public_html/sites/all/modules/admin_menu.
Destination directory [error]
/srv/www/webdesignbymary.com/public_html/sites/all/modules is not
writable.
Project advanced_help (7.x-1.0-beta1) could not be downloaded to [error]
/srv/www/webdesignbymary.com/public_html/sites/all/modules/advanced_help.
Destination directory [error]
/srv/www/webdesignbymary.com/public_html/sites/all/modules is not
I have chmod the sites all modules & themes folders to be 755 but still can't get drush to download the modules. Getting this VPS up and running has been a big learning curve for me and I imagine I'm missed something. Right now I can install the modules one by one with the wget command.
Any help would be greatly appreciated