[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2012-07-15 Thread Clint Byrum
Adam, thanks for the response! With that, I'll mark it as Confirmed.

The symptoms all seem to center around the order that modules are loaded
and perhaps how networking is handled. Perhaps keepalived needs to be
delayed until after all networking. I have to wonder if this still
affects 12.04, since runlevel 2 is now delayed until all interfaces in
/etc/network/interfaces have been brought up.

** Changed in: keepalived (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160426

Title:
  keepalived using genhash keeps getting "zombied" and using CPU to a
  100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/160426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2012-06-01 Thread Adam Logghe
There is clearly more than one reporter (I'm one of them).

I worked around it by compiling from source.

Keepalived IF you are using it is liking to be a HIGHLY critical service
(I am not currently but will again).

Maybe it's still a medium but just to put a counterpoint to your comment
Clint.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160426

Title:
  keepalived using genhash keeps getting "zombied" and using CPU to a
  100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/160426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2012-06-01 Thread Clint Byrum
Setting Importance to Medium. 5 year old bug that has only one reporter,
so the scope of the impact seems fairly limited.

** Changed in: keepalived (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160426

Title:
  keepalived using genhash keeps getting "zombied" and using CPU to a
  100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/160426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2012-05-31 Thread Andrey Oleynik
Yes, this porblem happens right after a reboot and if I try to restart
the service result the same.

I'm obtaining an IP dynamically by VRRP. It has one statically
configured IP and additionally gets second if this computer becomes
master router.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160426

Title:
  keepalived using genhash keeps getting "zombied" and using CPU to a
  100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/160426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2012-05-31 Thread Andres Rodriguez
Hi there,

Does this problem only happens right after a reboot? IIRC, this might be
related to having keepalived after networking is started.

 it is up to upstart/sysvinit to start the daemon, and then this happens?
Are you obtaining an IP address with DHCP or is it statically configured?

Could you try to stop and restart the service and see if the issue is
seen again?

Thank you in advance!

Regards

** Changed in: keepalived (Ubuntu)
 Assignee: Ubuntu High Availability Team (ubuntu-ha) => Andres Rodriguez 
(andreserl)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160426

Title:
  keepalived using genhash keeps getting "zombied" and using CPU to a
  100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/160426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2012-05-31 Thread Andrey Oleynik
I have the same problem.

Keepalived v1.1.17 (02/10,2010)

Config:

virtual_server localhost 8443 {

delay_loop 5
protocol TCP

real_server localhost 8443 {

notify_up "logger -p daemon.warn -t Keepalived 'Proxy UP';"
notify_down "logger -p daemon.err -t Keepalived 'Proxy DOWN, 
restarting...'; service vrrp restart; service nginx restart"

SSL_GET {
url {
  path /stub
  status_code 200
}
connect_port8443
connect_timeout 3
delay_before_retry 3
}
}

real_server localhost 8443 {

notify_up "logger -p daemon.warn -t Keepalived 'VRRPd UP';"
notify_down "logger -p daemon.err -t Keepalived 'VRRPd DOWN, 
restarting...'; service vrrp restart"



The problem is reproduced after rebooting the computer. It is writing the 
following messages to log:
May 31 18:24:36 int-top-lb2 Keepalived: Remove a zombie pid file 
/var/run/checkers.pid
May 31 18:24:36 int-top-lb2 Keepalived: Starting Healthcheck child process, 
pid=3738
May 31 18:24:36 int-top-lb2 Keepalived: Healthcheck child process(3738) died: 
Respawning
May 31 18:24:36 int-top-lb2 Keepalived: Remove a zombie pid file 
/var/run/checkers.pid
May 31 18:24:36 int-top-lb2 Keepalived: Starting Healthcheck child process, 
pid=3740
May 31 18:24:36 int-top-lb2 Keepalived: Healthcheck child process(3740) died: 
Respawning
May 31 18:24:36 int-top-lb2 Keepalived: Remove a zombie pid file 
/var/run/checkers.pid
May 31 18:24:36 int-top-lb2 Keepalived: Starting Healthcheck child process, 
pid=3742
and so on

As we have found after execution of "modprob ip_vs" keepalived become to
normal work

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160426

Title:
  keepalived using genhash keeps getting "zombied" and using CPU to a
  100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/160426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2012-05-31 Thread Andrey Oleynik
** Changed in: keepalived (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160426

Title:
  keepalived using genhash keeps getting "zombied" and using CPU to a
  100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/160426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2009-05-18 Thread Andres E. Rodriguez Lazo
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: keepalived (Ubuntu)
   Status: Incomplete => Invalid

-- 
keepalived using genhash keeps getting "zombied" and using CPU to a 100%
https://bugs.launchpad.net/bugs/160426
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2009-04-30 Thread Andres E. Rodriguez Lazo
Do you still have this error? Have you try it in jaunty? Would you
provide steps to reproduce it, and sample config?

** Changed in: keepalived (Ubuntu)
   Status: New => Incomplete

** Changed in: keepalived (Ubuntu)
 Assignee: (unassigned) => Ubuntu High Availability Team (ubuntu-ha)

-- 
keepalived using genhash keeps getting "zombied" and using CPU to a 100%
https://bugs.launchpad.net/bugs/160426
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2008-07-14 Thread Adam Logghe
Im having this same probem with latest 1.1.15 package in hardy...

-- 
keepalived using genhash keeps getting "zombied" and using CPU to a 100%
https://bugs.launchpad.net/bugs/160426
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2008-02-09 Thread Koen Beek
Hardy has been synced with 1.1.15 on 9-1-08

-- 
keepalived using genhash keeps getting "zombied" and using CPU to a 100%
https://bugs.launchpad.net/bugs/160426
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160426] Re: keepalived using genhash keeps getting "zombied" and using CPU to a 100%

2007-11-06 Thread Adrian Almenar
With 1.1.13 from debian unstable works ok, this does not happen.

-- 
keepalived using genhash keeps getting "zombied" and using CPU to a 100%
https://bugs.launchpad.net/bugs/160426
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs