umarzuki
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by umarzuki-
umarzuki commented,
on 160, output for echo ucssa1bs | sudo 2>/dev/null -S chmod 755 /etc/init.d/mysqlecho $? is 1 on clustercontrol, "grep -i ssh /var/log/syslog" returnsgrep: /var/log/syslog: Permission denied"sud...
-
umarzuki commented,
$ ssh -vvv -nvtt -p22 svadmin@10.224.204.160 "echo ucssa1bs | sudo 2>/dev/null -S chmod 755 /etc/init.d/mysql "OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014debug1: Reading configuration data /etc/ssh/s...
-
umarzuki commented,
ssh -vvv -nqtt -p22 svadmin@10.224.204.160 "echo ucssa1bs | sudo 2>/dev/null -S chmod 755 /etc/init.d/mysql " does not display anything on screen. cc.log attached.
-
umarzuki commented,
after removing MariaDB.list & ran apt-get update, it failed with different message The following command failed:ssh -q -nqtt -p22 svadmin@10.224.204.160 "echo ucssa1bs | sudo 2>/dev/null -S chmod ...
-
umarzuki commented,
command output: $ ssh -vvv -ntt -p22 svadmin@10.1.1.100 "echo password | sudo 2>/dev/null -S LC_ALL=en_US.utf8 DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::='--force-confnew' -y -q ins...
-
umarzuki commented,
thanks Ashraf, I might need to find another way, probably besides galera.
-
umarzuki commented,
I found out that this is an auto increment issue which has stated at https://mariadb.com/kb/en/mariadb/mariadb-galera-cluster-known-limitations/ Any workaround?
-
umarzuki created a post,
2 node, data on same table differ
I created table staff on database company with 6 staff on node 1 but I can only see staff 1, staff 3, staff 5 on node 1 staff 2, staff 4 and staff 6 on node 2 table is using innodb engine I'm using...
-
umarzuki commented,
Sorry, I managed to get only log from one node. So far, I was told it has been solved by upgrading federated server with identical version.
-
umarzuki commented,
below are triggers used BEGINDECLARE counter int;DECLARE connect_federated_fail CONDITION FOR 1296;DECLARE error_reading_packet CONDITION FOR 1158;DECLARE connect_federated_timeout CONDITION FOR ...