I'm running a dbfarm on a remote server serverXThe dbfarm has been created this way (passphrase changed):monetdbd create /var/lib/monetdb/dbfarmmonetdbd set control=yes /var/lib/monetdb/dbfarmmonetdbd set port=50000 /var/lib/monetdb/dbfarmmonetdbd set listenaddr=0.0.0.0 /var/lib/monetdb/dbfarmmonetdbd set passphrase=roberto /var/lib/monetdb/dbfarmPort 50000 is open.From another machine on the same subnet, I request a status:$ monetdb -hserverX -p50000 -Proberto statusstatus: =OKIt does connect (using a different port gives a connection refused).However, it just acknowledges the command, without performing it.Whatever command I try, it behaves the same:$ monetdb -hserverX -p50000 -Proberto create xcreate: =OK$ monetdb -hserverX -p50000 -Proberto create xcreate: =OKNotice that the second one should have failed. This confirms that the commands are not executed at all.I have had this issue for a long time, it's nothing new. I just never asked before, because I normally solve it with ssh tunneling a port and using it locally. In this case, I cannot use this.Am I missing something, or is it a bug?Roberto
_______________________________________________
users-list mailing list
users-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/users-list