zxs / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 0 forks source link

tpm install command fails with Could not determine Linux distribution [archlinux] #1045

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Install Arch Linux
2. Install pre-requisites (I am using MariaDB 10.0.14)
3. Run command:

tools/tpm install epsilon --topology=all-masters 
--install-directory=/opt/continuent --replication-user=tungsten 
--replication-password=password --master=archmaster1,archmaster2 
--members=archmaster1,archmaster2 --master-services=alpha,beta --start

What is the expected output?

Successful completion of the command

What do you see instead?

ERROR >> Could not determine Linux distribution. Tungsten has been tested on 
RedHat and Debian systems. (OSCheck)

What version of the product are you using?

2.2.1-403

On what operating system?

Arch Linux based on their 2014.10.01 install image

Please provide any additional information below.

Notes:

I feel that an unrecognized Linux OS shouldn't cause a fatal error, but 
tentatively proceed with the installation.

Original issue reported on code.google.com by Initial....@gmail.com on 23 Oct 2014 at 11:17

GoogleCodeExporter commented 9 years ago
What is the best way to help support tungsten on unsupported linux 
distributions?

Original comment by Initial....@gmail.com on 27 Oct 2014 at 4:24

GoogleCodeExporter commented 9 years ago
Installation and replication probably won't work, but you may skip the 
validation with:

--skip-validation-check=OSCheck

Original comment by linas.vi...@continuent.com on 30 Oct 2014 at 9:32