xtrabackup: using O_DIRECT
2014-02-16 03:49:05 7fec9403c720 InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
InnoDB: File ./ib_logfile0: 'open' returned OS error 71. Cannot continue operation
innobackupex: Error: The xtrabackup child process has died at /usr/bin/innobackupex line 2642.
I had same problem. Found out that in my case the ownership and permissions on /etc/my.cnf were incorrect. After changing to
-rw-r----- mysql root /etc/my.cnf
the innobackupex worked without error. Hope this helps your install.
Mine wasn’t working even after checking the my.cnf file permissions and datadir in the [mysqld] section of configuration file. I added the following different section to make it work. Hope it helps