collective / collective.hostout

zc.buildout deployment and remote control
22 stars 7 forks source link

Deploy fails to guess ubuntu #13

Open aclark4life opened 13 years ago

aclark4life commented 13 years ago

aclark@Alex-Clarks-MacBook-Pro:~/Developer/CLIENT/ > bin/hostout host deploy
Hostout: Running command 'deploy' from 'collective.hostout.fabfile' Hostout: Running command 'predeploy' from 'collective.hostout.fabfile' Hostout: Running command 'bootstrap' from 'collective.hostout.fabfile' Hostout: Running command 'detecthostos' from 'collective.hostout.fabfile' [root@client.aclark.net:22] run: /bin/bash -l -c "PATH=\$PATH:\"/srv/plone\" ([ -e /etc/SuSE-release ] && echo SuSE) || ([ -e /etc/redhat-release ] && echo redhat) || ([ -e /etc/fedora-release ] && echo fedora) || (lsb_release -is) || ([ -e /etc/slackware-version ] && echo slackware)" [root@client.aclark.net:22] out: /bin/bash: -c: line 0: syntax error near unexpected token (' [root@client.aclark.net:22] out: /bin/bash: -c: line 0:PATH=$PATH:"/srv/plone" ([ -e /etc/SuSE-release ] && echo SuSE) || ([ -e /etc/redhat-release ] && echo redhat) || ([ -e /etc/fedora-release ] && echo fedora) || (lsb_release -is) || ([ -e /etc/slackware[root@client.aclark.net:22] out: [root@client.aclark.net:22] out:

Fatal error: run() encountered an error (return code 1) while executing '([ -e /etc/SuSE-release ] && echo SuSE) || ([ -e /etc/redhat-release ] && echo redhat) || ([ -e /etc/fedora-release ] && echo fedora) || (lsb_release -is) || ([ -e /etc/slackware-version ] && echo slackware)'

None

Aborting.

auspex commented 13 years ago

I thought I already submitted this one...

On Tue, Jul 12, 2011 at 7:12 PM, aclark4life < reply@reply.github.com>wrote:

aclark@Alex-Clarks-MacBook-Pro:~/Developer/CLIENT/ > bin/hostout host deploy Hostout: Running command 'deploy' from 'collective.hostout.fabfile' Hostout: Running command 'predeploy' from 'collective.hostout.fabfile' Hostout: Running command 'bootstrap' from 'collective.hostout.fabfile' Hostout: Running command 'detecthostos' from 'collective.hostout.fabfile' [root@client.aclark.net:22] run: /bin/bash -l -c "PATH=\$PATH:\"/srv/plone\" ([ -e /etc/SuSE-release ] && echo SuSE) || ([ -e /etc/redhat-release ] && echo redhat) || ([ -e /etc/fedora-release ] && echo fedora) || (lsb_release -is) || ([ -e /etc/slackware-version ] && echo slackware)" [root@client.aclark.net:22] out: /bin/bash: -c: line 0: syntax error near unexpected token (' [root@client.aclark.net:22] out: /bin/bash: -c: line 0: PATH=$PATH:"/srv/plone" ([ -e /etc/SuSE-release ] && echo SuSE) || ([ -e /etc/redhat-release ] && echo redhat) || ([ -e /etc/fedora-release ] && echo fedora) || (lsb_release -is) || ([ -e /etc/slackware[ root@client.aclark.net:22] out: [root@lta.aclark.net:22] out:

Fatal error: run() encountered an error (return code 1) while executing '([ -e /etc/SuSE-release ] && echo SuSE) || ([ -e /etc/redhat-release ] && echo redhat) || ([ -e /etc/fedora-release ] && echo fedora) || (lsb_release -is) || ([ -e /etc/slackware-version ] && echo slackware)'

None

Aborting.

Reply to this email directly or view it on GitHub: https://github.com/collective/collective.hostout/issues/13

derek

djay commented 13 years ago

We were thinking of making some functional tests using virtualbox. Anyone want to have a go at that?