Am 07.11.2013 23:26, schrieb Viktor Dukhovni:
On Thu, Nov 07, 2013 at 11:21:15PM +0100, Tobi wrote:
Copy the *SAME* config file to different machines and try:
$ postmap -q '192.167.34.21' mysql:/path/to/config-file
Are the results different?
Yes they are. On the two other machines the file works
root@mail1:~# postmap -q '192.167.34.21' mysql:/etc/postfix/mysql-test.cnf
On the two other servers the ip/port is different, but mysql is a
ndb-cluster so the same tables/records
If the ip/port are different, it is not the *SAME* configuration.
I know but it's not possible otherwise. The two other server reach the
mysql-cluster via other ips/ports.
Don't run the tests as root, run the tests as a non-privileged user
(with read access to the configuration file).
for my "error" it makes no difference which user I use. I tried several
users beside root on the two other servers and it works. But on the
third one regardless of the user I have this error.
tobi