Displaying 2 results from an estimated 2 matches for "system_common".
2016 Jan 27
2
ctdb, raw sockets and CVE-2015-8543
Hi!
A recent kernel security update[1] caused some issues with our ctdb
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, SO...
2016 Jan 29
0
ctdb, raw sockets and CVE-2015-8543
...51 PM, Adi Kriegisch <adi at cg.tuwien.ac.at> wrote:
> Hi!
>
> A recent kernel security update[1] caused some issues with our ctdb
> 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...