search for: system_linux

Displaying 4 results from an estimated 4 matches for "system_linux".

2016 Jan 27
2
ctdb, raw sockets and CVE-2015-8543
...tdb cluster; messages like: | We are still serving a public IP 'x.x.x.x' that we should not be serving. Removing it | common/system_common.c:89 failed to open raw socket (Invalid argument) | Could not find which interface the ip address is hosted on. can not release it and | common/system_linux.c:344 failed to open raw socket (Invalid argument) The corresponding parts in ctdb's code look like this: | s = socket(AF_INET, SOCK_RAW, htons(IPPROTO_RAW)); converting IPPROTO_RAW to 0xff00 (from strace): | socket(PF_INET, SOCK_RAW, 0xff00 /* IPPROTO_??? */) = -1 EINVAL (Invalid argument...
2015 May 19
0
ctdb_client.c control timed out - banning nodes
...25.782002 [ 6031]: Async operation failed with ret=0 res=-1 opcode=0 2015/05/18 14:24:25.782009 [ 6031]: Async wait failed - fail_count=2 2015/05/18 14:24:25.782015 [ 6031]: server/ctdb_takeover.c:1523 Async control CTDB_CONTROL_TAKEOVER_IP failed Node 1: 2015/05/18 14:24:24.919614 [29039]: common/system_linux.c:91 failed to open raw socket 2015/05/18 14:24:24.919650 [29039]: server/ctdb_takeover.c:2667 sending of gratious arp on iface 'bond2:1' failed (Too many open files) 2015/05/18 14:24:25.025629 [29039]: Failed to create pipe for vacuum child process. 2015/05/18 14:24:25.052609 [29039]: comm...
2016 Jan 29
0
ctdb, raw sockets and CVE-2015-8543
...| We are still serving a public IP 'x.x.x.x' that we should not be > serving. Removing it > | common/system_common.c:89 failed to open raw socket (Invalid argument) > | Could not find which interface the ip address is hosted on. can not > release it > and > | common/system_linux.c:344 failed to open raw socket (Invalid argument) > > The corresponding parts in ctdb's code look like this: > | s = socket(AF_INET, SOCK_RAW, htons(IPPROTO_RAW)); > converting IPPROTO_RAW to 0xff00 (from strace): > | socket(PF_INET, SOCK_RAW, 0xff00 /* IPPROTO_??? */) = -1...
2014 May 20
1
CTDB + InfiniBand Public IP Addresses
Hi, I'm trying to set up a small CTDB cluster running in an IPoIB InfiniBand network. When I try to start up a cluster with a set of public IP addresses, the public addresses do not come online. So, I removed the public address configuration and started a single node up by hand, then tried to add a public address as follows: [root at gp-1-0 ctdb]# ctdb ip Public IPs on node 0 [root at