This drove me nuts for a while when setting up a new VM to play with 
elastic agents.

I did 'vagrant init ubuntu/trusty64' and then started it without changing 
any defaults. When I tried to install the server I got this . . .

[Wed Aug 24 01:18:27 UTC 2016] using default settings from 
/etc/default/go-server

Error starting Go Server.

dpkg: error processing package go-server (--configure):

 subprocess installed post-installation script returned error exit status 
255

E: Sub-process /usr/bin/dpkg returned an error code (1)


It took me longer to figure out then it should have, didn't have enough 
memory.


Add this to the Vagrantfile fixed it:


  config.vm.provider "virtualbox" do |vb|

    vb.memory = "2048"

  end


Feel fairly silly, but putting this here in case anyone searches for the 
same error. 

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to