Closed ivomarino closed 6 years ago
I've never seen this particular error before, but on the other hand there have been lots of problems running keepalived in a container.
What the error message means is that keepalived has detected unexpected contents in a netlink message returned by the kernel, more specifically that either the message is too short, or that a needed field is missing (see keepalived/core/keepalived_netlink.c).
Can you try running keepalived not in a container and see if you still get the problem. If you get the same problem when keepalived is not running in a container then that is something we could investigate; if you don't get the same problem then the issue you are experiencing would be something to do with the container.
hi @pqarmitage, I'm running keepalived side by side to docker on the same VM, not in a container. Anyway I've also updated keepalived to the latest trusty PPA and the issues seem different.
My understanding was that Docker was for containerisation, so I'm now unclear about the environment you are running in.
Could you please provide the output of keepalived -v
, a copy of the logs which show the problem you are now experiencing, and a description of the environment you are running in.
@pqarmitage upgrading to the latest PPA release for trusty seemed to solve the issue.
hi all, running Docker
17.05.0~ce-0~ubuntu-trusty
here along with keepalived1:1.2.7-1ubuntu1
, on/var/log/syslog
I always get this issues:seems some kind of conflict between Docker and keepalived, I got tons of those entries. Current keepalived config is set to:
thanks for any suggestion on this.