[Bug 1028585] Re: Memory allocation problem with ipvsadm

2015-01-27 Thread Joel
After having set up a LVS-DR, I get this while trying to list a particular service on 14.04 ipvsadm -L -t ip.of.ser.vice -- 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

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2015-01-27 Thread Joel
actually, forget my comment. That was my mistake omitting service port. -- 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

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2013-08-06 Thread Peter Matulis
@Ralf 1. Edit the real server without specifying the -m ipvsadm -e -t 10.131.208.21.80 -r 192.168.0.5 -w 0 -m But you did specify the -m ^^^ ipvsadm -e -t -t 10.131.208.21.80 -r 192.168.0.5 -w 0 -m works. -t -t ? Really? -- You received this bug notification because you are a member of

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2013-08-06 Thread Peter Matulis
Ah, I needed to specify the -m ! $ sudo ipvsadm -e -t 192.168.0.100:80 -r 192.168.1.103:8080 -m -w 0 This works. -- 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:

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2013-08-06 Thread Peter Matulis
This is what I'm seeing: $ sudo ipvsadm -Ln IP Virtual Server version 1.2.1 (size=4096) Prot LocalAddress:Port Scheduler Flags - RemoteAddress:Port Forward Weight ActiveConn InActConn TCP 192.168.0.100:80 wrr - 192.168.1.101:8080 Masq1 0 0 -

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-15 Thread Ralf Spenneberg
I can confirm it on amd64 using ipvsadm 1.25.clean-1ubuntu5 linux-image-3.2.0-23-generic and linux-image-3.2.0-29-generic -- 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

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ipvsadm (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ipvsadm in Ubuntu.

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-15 Thread Ralf Spenneberg
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

Re: [Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-05 Thread Stephen Murcott
I filed it for i386 did not test on 64bit... I did not see why a tiny pair of ipv4 load balancers would need 64bit arch. On Sun, Aug 5, 2012 at 2:24 AM, Clint Byrum cl...@fewbar.com wrote: Also could not reproduce on precise. I notice though that both systems have been amd64 so perthaps this

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-04 Thread Clint Byrum
Cannot reproduce on Quantal. $ sudo ipvsadm -A -t 10.248.8.73:80 -s rr $ ipvsadm: Installed: 1:1.26-1ubuntu1 Candidate: 1:1.26-1ubuntu1 Version table: *** 1:1.26-1ubuntu1 0 500 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages 100

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-04 Thread Clint Byrum
Also could not reproduce on precise. I notice though that both systems have been amd64 so perhaps this is specific to i386. -- 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

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-07-25 Thread Serge Hallyn
** Changed in: ipvsadm (Ubuntu) Importance: Undecided = High -- 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

[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-07-24 Thread Stephen Murcott
I basically worked around this issue by doing the following on the same server:- aptitude purge ipvsadm aptitude install git-core build-essential autoconf automake autotools- dev dh-make debhelper devscripts fakeroot libpopt-dev libnl-dev dpatch mkdir tmp cd tmp git clone