CentOS 5 client compatibility

Can’t see any problem in the log file except that it doesn’t sleep correctly… looks like the embedded libc (bionic) needs a never kernel then.

Ok, So probably I cannot use urbackup on centos 5.
Thank you for your support again

It’s probably missing support for FUTEX_PRIVATE_FLAG for the futex system call.

Ok,
just to be clear for future requests:
It seems that FUTEX_PRIVATE_FLAG is introduced in kernel 2.6.22 that is not supported by centos5. Latest release of the kernel in centos 5 is 2.6.18

Thank you