Skip to content

Failed to install tarantool-ee on a clean system #282

@DifferentialOrange

Description

@DifferentialOrange

May be reproduced as follows.

For example, you may use clean Ubuntu installation in docker.

docker run -it ubuntu:20.04

1. Prepare the environment.

apt-get update
apt-get install -y curl cmake make build-essential

2. Install tt.

curl -L https://tarantool.io/release/2/installer.sh | bash
apt-get update
apt-get install -y tt
tt version
Tarantool CLI version 0.3.0, linux/amd64. commit: 8be6db8

3. Install tarantool-ee.

export DOWNLOAD_TOKEN=MY_TOKEN
echo "tarantool:$DOWNLOAD_TOKEN" > /tmp/creds
sed -i 's/ee: null/ee:/; s/# credential_path:.*/credential_path: \/tmp\/creds/' /etc/tarantool/tarantool.yaml
tt install tarantool-ee=1.10.13-48-ga3a42eec7-r508
   • Installing tarantool-ee=1.10.13-48-ga3a42eec7-r508
   • Checking dependencies... 
   • Checking existing...     
   • Getting bundle name for 1.10.13-48-ga3a42eec7-r508
   • Checking existing...     
   • Downloading tarantool-ee...
   • Unpacking archive...     
   • Copying executable...    
   ⨯ unable to create /opt/tarantool/bin
 Error: mkdir /opt/tarantool/bin: no such file or directory

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions