cloudify-manager-blueprints icon indicating copy to clipboard operation
cloudify-manager-blueprints copied to clipboard

3.3.1 ubuntu server, Task failed 'cloudify_agent.installer.operations.create'.

Open junneyang opened this issue 9 years ago • 0 comments

Exception raised on operation [cloudify_agent.installer.operations.create] invocation Traceback (most recent call last): File "/root/helloworld/env/lib/python2.7/site-packages/cloudify/decorators.py", line 122, in wrapper result = func(_args, *_kwargs) File "/root/helloworld/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py", line 114, in wrapper return func(_args, *_kwargs) File "/root/helloworld/env/lib/python2.7/site-packages/cloudify_agent/installer/operations.py", line 141, in create installer.create_agent() File "/root/helloworld/env/lib/python2.7/site-packages/cloudify_agent/installer/init.py", line 66, in create_agent self._from_package() File "/root/helloworld/env/lib/python2.7/site-packages/cloudify_agent/installer/init.py", line 119, in _from_package url=self.cloudify_agent['package_url']) File "/root/helloworld/env/lib/python2.7/site-packages/cloudify_agent/installer/init.py", line 307, in download return self.runner.download(url, destination) File "/root/helloworld/env/lib/python2.7/site-packages/cloudify_agent/installer/runners/fabric_runner.py", line 394, in download self.run(command, **attributes) File "/root/helloworld/env/lib/python2.7/site-packages/cloudify_agent/installer/runners/fabric_runner.py", line 148, in run code=r.return_code FabricCommandExecutionException: Command 'wget -T 30 http://10.5.24.124:53229/packages/agents/ubuntu-trusty-agent.tar.gz -O [32;48;2m������������������������91������[0m

/tmp/tmp.G4091lu6ve' executed with an error. code: 126 error: [32;48;2m������������������������91������[0m

--2016-02-22 16:13:01-- http://10.5.24.124:53229/packages/agents/ubuntu-trusty-agent.tar.gz

Connecting to 10.5.24.124:53229... connected.

HTTP request sent, awaiting response... 200 OK

Length: 16988079 (16M) [application/octet-stream]

Saving to: ���\033[32���

0% [ ] 0 --.-K/s
100%[======================================>] 16,988,079 --.-K/s in 0.02s

2016-02-22 16:13:01 (751 MB/s) - ���\033[32��� saved [16988079/16988079]

/bin/bash: 48: command not found

/bin/bash: $'2m������������������������91������\E[0m\r': command not found

/bin/bash: line 1: /tmp/tmp.G4091lu6ve: Permission denied output: None

junneyang avatar Feb 22 '16 08:02 junneyang