Installation Error on Linux via sdb-deploy ui

Got this when installing on baremetal via the tutorial for Linux SingleStoreDB Cloud · SingleStore Documentation

2021/08/05 16:04:10 client.go:114 memsqlctl error output: 
stdout: Error creating node: memsqld --version failed: : error running command: `/opt/singlestoredb-server-7.5.6-9e799dbf4f/memsqld --defaults-file /var/lib/memsql/c1832d11-3769-4f8c-8b46-7f511ee297d2/memsql.cnf --user 110 --version`: signal: killed
stderr: (empty)
error running memsqlctl: error running command: `/usr/bin/ssh -oBatchMode=yes -q -tt -oControlPath=/run/user/1000/singlestoredb-toolbox353490853/2.socket xxx.xxx.xxx.xxx sudo -S -k -- /bin/sh -c $1`
				  where $1 = `printf 13817d58-565a-4306-ab98-937735e2d9b2 && exec memsqlctl --json --yes create-node --no-start --port 3306 --timeout 60s`: exit status 1: 
stdout: Error creating node: memsqld --version failed: : error running command: `/opt/singlestoredb-server-7.5.6-9e799dbf4f/memsqld --defaults-file /var/lib/memsql/c1832d11-3769-4f8c-8b46-7f511ee297d2/memsql.cnf --user 110 --version`: signal: killed
stderr: (empty)

Hello, @dendisuhubdy!
Thank you for reaching out!
This error means that the memsqld process failed to start in time. This might be a permission error, or invalid config file.
Could you please try running /opt/singlestoredb-server-7.5.6-9e799dbf4f/memsqld --defaults-file /var/lib/memsql/c1832d11-3769-4f8c-8b46-7f511ee297d2/memsql.cnf --user 110 --version from the host, where the command failed, and share the verbose output of the command?