MemSQL Installation Issue

Precisely memsql-deploy cluster-in-a-box --license fails with:
✓ Downloaded memsql-server 7.0.9
The target user admin on host 127.0.0.1 does not have the privileges to perform this action.
Please enter your password to proceed with sudo. (For details, see SingleStore Tools Issues · SingleStore Documentation).
sudo password for admin@127.0.0.1:
Installing MemSQL locally…
✓ Installed MemSQL 7.0.9 locally
✘ Failed to deploy master aggregator
Starting rollback
✓ Rollback succeeded
error running memsqlctl: error running command: "/usr/bin/sudo" "-S" "-k" "--" "/bin/sh" "-c" "'printf' '87793e3c-c202-4c2a-a527-0aa68b07631c' && 'exec' 'memsqlctl' '--json' '--yes' 'create-node' '--port' '3306' '--secure-password' 'fCNY/Uc8EI6lBCdx2cwKxXZM0QODq2wFiU4w8w==' '--timeout' '60s'": exit status 1
stderr: [sudo] password for admin: Latest errors from MemSQL tracelog:
97 2019-12-10 22:58:26.698 INFO: Log opened
: Failed to connect to MemSQL: Could not establish connection: Error 1045: Access denied for user ‘root’@‘localhost’ (using password: NO)

With -vvv I see it fails at the following point:

2019/12/11 00:55:07 main.go:39 Running command /bin/memsqlctl --json --yes create-node --port 3306 --secure-password v/vdL+H0n2E5VRPmD5dfUSX4l72rtiJDBsq9mw== --timeout 60s
⠼ Deploying master aggregator 2019/12/11 00:55:08 main.go:39 Command /bin/memsqlctl --json --yes create-node --port 3306 --secure-password v/vdL+H0n2E5VRPmD5dfUSX4l72rtiJDBsq9mw== --timeout 60s failed with exit code 1 in 843.144051ms
✘ Failed to deploy master aggregator

1 Like

This is a duplicate (same question and same asker) of Memsql-deploy cluster-in-a-box fails - Help - SingleStore Forums, we will post an answer there.