supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: Alex Efros <powerman@powerman.name>
To: supervision@list.skarnet.org
Subject: Re: runit-1.8.0 available
Date: Sat, 13 Oct 2007 20:30:17 +0300	[thread overview]
Message-ID: <20071013173017.GK1383@home.power> (raw)
In-Reply-To: <20071011125349.20697.qmail@5f798ee7595da0.315fe32.mid.smarden.org>

Hi!

On Thu, Oct 11, 2007 at 12:53:49PM +0000, Gerrit Pape wrote:
> Hmm, I don't know what's wrong.  'kill -CONT 1' makes the zombies go
> away?  Does 'kill -CHLD 1' also work, or
> 'chmod -x /etc/runit/ctrlaltdel; kill -INT 1; chmod +x /etc/runit/ctrlaltdel'?

No, these commands doesn't fix this issue. Moreover, old trick with CONT
also don't work - or, more correctly, it MAY work, but it also REBOOT
server now, which shouldn't happen AFAIK! :(

# uptime; ps ax | grep Z | wc
 17:24:26 up 21 days,  3:43,  3 users,  load average: 0.00, 0.00, 0.06
    378    2269   16681
# kill -CHLD 1
# uptime; ps ax | grep Z | wc
 17:25:27 up 21 days,  3:44,  4 users,  load average: 0.00, 0.00, 0.05
    378    2269   16681
# chmod -x /etc/runit/ctrlaltdel
# kill -INT 1
# chmod +x /etc/runit/ctrlaltdel
# uptime; ps ax | grep Z | wc
 17:26:00 up 21 days,  3:45,  4 users,  load average: 0.00, 0.00, 0.05
    378    2269   16681
# chmod -x /etc/runit/stopit
# kill -CONT 1
# 
Broadcast message from root (Sat Oct 13 17:26:20 2007):

System is going down...

-- 
			WBR, Alex.


  reply	other threads:[~2007-10-13 17:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-21 11:12 Gerrit Pape
2007-09-21 12:30 ` Alex Efros
2007-09-22 14:37 ` Alex Efros
2007-09-24 10:19   ` Gerrit Pape
2007-09-24 13:35     ` Alex Efros
2007-09-26 13:46     ` Alex Efros
2007-09-29 13:00       ` Alex Efros
2007-09-29 13:03       ` Alex Efros
2007-09-29 13:21         ` Alex Efros
2007-10-06  5:49         ` Alex Efros
2007-10-11 12:53           ` Gerrit Pape
2007-10-13 17:30             ` Alex Efros [this message]
2007-10-20 11:24               ` Alex Efros
2007-10-13 21:27           ` Alex Efros
2007-10-16  3:38             ` George Georgalis
2007-10-20 19:59               ` Alex Efros
2007-10-20 22:11                 ` George Georgalis
2007-10-20 22:20                   ` Alex Efros
2007-10-22 22:17                     ` Vincent Danen
2007-10-24  3:52                     ` George Georgalis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071013173017.GK1383@home.power \
    --to=powerman@powerman.name \
    --cc=supervision@list.skarnet.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).