On 11/09/2015 03:46 PM, Akemi Yagi wrote:
On Mon, Nov 9, 2015 at 1:29 PM, Benjamin Smith lists@benjamindsmith.com wrote:
Testing out tipc for cluster development, and running into an immediate snag. tipcutils was found in EPEL but despite having a "compatible" kernel, it doesn't seem to actually work.
It's a completely updated system, Intel i5 with 16 GB of RAM, nothing remarkable.
Any ideas?
[root@backup2 ~]# tipc-config -netid=1234 -a=1.1.1 -be=eth:eth0 TIPC module not installed
Looks like TIPC is disabled in the CentOS kernel:
# CONFIG_TIPC is not set
You'd need to enable it and rebuild the kernel to make use of it.
Some really nice person might add that to the centosplus kernel config files :)