Comment 1 for bug 1201686

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

Few issues:

a)

"sh: ip: command not found"

So, either iproute2 needs to be installed or I need to set wsrep_node_address explicitly

b) socat needs to be installed

This is critical (or need to workaround with a my.cnf containing [sst] section, can take longer).

c)

130712 19:58:56 [Warning] Ignoring user change to 'jenkins' because the user was set to 'mysql' earlier on the command line

130712 19:58:56 [Warning] Can't create test file /var/lib/mysql/jhc-new-centos6-64.lower-test
130712 19:58:56 [Warning] Can't create test file /var/lib/mysql/jhc-new-centos6-64.lower-test
/mnt/workspace/percona-xtrabackup-2.1-param/BUILD_TYPE/release/Host/centos6-64/xtrabackuptarget/galera55/test/server/bin//mysqld: Can't change dir to '/var/lib/mysql/' (Errcode: 2)
130712 19:58:56 [Warning] One can only use the --user switch if running as root

This is not critical, however, I am not sure about this warning.

${MYSQLD} --basedir=$MYSQL_BASEDIR --user=$USER --help --verbose --wsrep-sst-method=rsync| grep -q wsrep

should --user=$USER be not passed here? I guess not passing this makes it run as jenkins user which I guess is fine?