Ubuntu 14.04 - missing server package?

Good evening! I just tried installing Aerospike as shown here: http://www.aerospike.com/docs/operations/install/linux/ubuntu/ Though I encountered a problem with the ubuntu package. It occurs “aerospike-server-community-.ubuntu12.x86_64.deb” is missing (as mentioned on the installation page the tar-file should contain server as well). Any hints?

Cheers Korbi

I just used the wget command and it seems to get the files correctly. Are you looking for a file specific to 14.04 because we actually do not have a 14.04 specific binary.

wget -O aerospike.tgz 'http://aerospike.com/download/server/latest/artifact/ubuntu12'

Can you list out the files that exist on your machine in aerospike-server-community-3.7.4-ubuntu12.04 folder?

ls -l

The other option can be to download the file from the downloads page:

12.04 would’ve been fine as well. Here the file’s content:

-rw-r--r-- 1 korbi korbi 4319254 Feb 22 23:18 aerospike-tools-3.7.3.ubuntu12.04.x86_64.deb
drwxr-xr-x 4 korbi korbi    4096 Feb 22 23:18 aerospike-tools-deps/
-rwxr-xr-x 1 korbi korbi    1331 Feb 22 23:18 asinstall*
-rw-r--r-- 1 korbi korbi    8241 Feb 22 23:18 LICENSE
-rw-r--r-- 1 korbi korbi     855 Feb 22 23:18 SHA256SUMS

Cheers

PS: I just see - there was an update Feb. 22nd. Might V3.7.3 've been incomplete? Downloading the current Version (3.7.4) I get all files as expected:

-rw-r--r-- 1 korbi korbi 9076486 Feb 25 03:23 aerospike-server-community-3.7.4.ubuntu12.04.x86_64.deb
-rw-r--r-- 1 korbi korbi 4319254 Feb 25 03:23 aerospike-tools-3.7.3.ubuntu12.04.x86_64.deb
drwxr-xr-x 4 korbi korbi    4096 Mär  2 14:05 aerospike-tools-deps/
-rwxr-xr-x 1 korbi korbi    1331 Feb 25 03:23 asinstall*
-rw-r--r-- 1 korbi korbi    8241 Feb 25 03:23 LICENSE
-rw-r--r-- 1 korbi korbi    1022 Feb 25 03:23 SHA256SUMS

Interesting… Yes, might have been a one-off… :slight_smile: