[Bug 1028585] Re: Memory allocation problem with ipvsadm
Ralf Spenneberg
1028585 at bugs.launchpad.net
Wed Aug 15 11:31:26 UTC 2012
Further information:
ipvsadm -A -t 192.168.10.21:80 -s rr
works, while
ipvsadm -A -t 192.168.10.21:80 -s -rr
(obviously wrong syntax) creates a memory allocation error.
Apparently whenever a syntax or semantic error occurs ipvsadm generates
an memory allocation error.
So generate a virtual server:
ipvsadm -A -t 10.131.208.21:80 -rr
Add a real server with masquerading:
ipvsadm -a -t 10.131.208.21.80 -r 192.168.0.5 -w 1 -m
Edit the real server without specifying the -m
ipvsadm -e -t 10.131.208.21.80 -r 192.168.0.5 -w 0 -m
memory allocation problem
ipvsadm -e -t -t 10.131.208.21.80 -r 192.168.0.5 -w 0 -m
works.
Apparently syntactical errors always generate a memory allocation error.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipvsadm in Ubuntu.
https://bugs.launchpad.net/bugs/1028585
Title:
Memory allocation problem with ipvsadm
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1028585/+subscriptions
More information about the Ubuntu-server-bugs
mailing list