tsuru / now

Yet another script to install Tsuru and its dependencies.
BSD 3-Clause "New" or "Revised" License
89 stars 53 forks source link

sed: -e expression #1, char 25: unterminated `s' command #38

Closed joubertredrat closed 8 years ago

joubertredrat commented 8 years ago

Hi guys,

When I try to install using script, fails with this error, anyone know a solution for this? I'm using defualt ubuntu 14.04 server LTS cloud image on Openstack.

v1: Pulling from tsuru/planb
8a648f689ddb: Pull complete 
72e508b738d2: Pull complete 
f052e32284b0: Pull complete 
Digest: sha256:3c3403d43061ea750a1dea2983014c6e295191cfcf0954192fd0060d980d5f51
Status: Downloaded newer image for tsuru/planb:v1
a52ff2d7fb6d250fd35e1c0569b2f84b57286d378fcdb414d25f8296a29fea0c
sudo: unable to resolve host ts1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  gandalf-server
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 2,051 kB of archives.
After this operation, 12.4 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/tsuru/ppa/ubuntu/ trusty/main gandalf-server amd64 0.7.3-1~trusty1 [2,051 kB]
Fetched 2,051 kB in 3s (603 kB/s)                  
Selecting previously unselected package gandalf-server.
(Reading database ... 73851 files and directories currently installed.)
Preparing to unpack .../gandalf-server_0.7.3-1~trusty1_amd64.deb ...
Unpacking gandalf-server (0.7.3-1~trusty1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up gandalf-server (0.7.3-1~trusty1) ...
Creating user "git" within group "git"...
Processing triggers for ureadahead (0.100.0-16) ...
sed: -e expression #1, char 25: unterminated `s' command
fsouza commented 8 years ago

@joubertredrat sounds like @ElSaico has fixed it, can you give it another try?

Thanks!

joubertredrat commented 8 years ago

Hi @fsouza I'm using digital ocean to test, I will test now to see if works.

Thanks.

joubertredrat commented 8 years ago

Hi guys,

Tested on Ubuntu 14.04.3 in NYC3@DigitalOcean, runs fine.

fsouza commented 8 years ago

Thank you, @joubertredrat! May I close this issue?