Two main issues remaining to be fixed in Drubuntu: NetworkManager conflict and file permissions
Need to fix in Drubuntu
- (Some) Drush scripts writing with no read permissions
- NetworkManager rewriting /etc/resolv.conf
this line needs to be added at the top via sudo vi /etc/resolv.conf
:
nameserver 127.0.0.1
See http://data.agaric.com/fixing-network-manager-overwriting-dns for the lasting fix.
Background
Cannot figure out how to configure that through network manager ("Network Connections" under preferences). [somehow though we dealt with this... ]
https://help.ubuntu.com/community/NetworkManager
http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html
http://drush.ws/help
http://drupalcode.org/project/drubuntu.git/blob/c7907c29b9914c23040bfd022c3c482f5e057d26:/dns/dnsmasq.inc
http://drupalcontrib.org/api/drupal/contributions--drush--includes--drush.inc/function/drush_op/7
... it needs to download itself. Drush code to do that:
http://drupalcode.org/project/dog.git/blobdiff/b605d46379e253a1f5dc706a10819b30ebf2ab82..1a49446:/dog.init.inc
Comments
Post new comment