php - Nginx and Aegir installation on Ubuntu fails -


I am installing Nginx with Agier on vanilla Ubuntu 14.04 VPS the following:

At the very end During AICER installation, I get the following error:

  '/var/aegir/config/server_master/nginx/subdir.d' to 'aegir @ nginx.drophost.eu:/' RSIIN could not be made [Error] /var/aegir/config/server_master/nginx/subdir.d could not be synchronized to remote server nginx.drophost.eu. Changes may not be available [error] until it has been done. (Error: ssh: hostname could not be resolved nginx.drophost.eu: name or service do not know rsync: connection unexpectedly closed (0 bytes so far) [sender] rsync error: feel free to error at io.c (Code 255)) [sender = 3.1.0])  

The server domain is nginx.drophost.eu and this server resolves the IP correctly, so what's wrong?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -