supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* runit-0.9.0 available
@ 2003-04-25  7:59 Gerrit Pape
  2003-05-01  6:40 ` runit-0.9.1 available Gerrit Pape
  0 siblings, 1 reply; 8+ messages in thread
From: Gerrit Pape @ 2003-04-25  7:59 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

Hello,

there's a new test package of runit available:

 http://smarden.org/runit/

The svlogd program is new in this version.  svlogd is a service logging
daemon designed to be run from log/run files, similar to multilog.  The
runsvdir program no longer propagates the TERM signal to the runsv
processes if it receives one, but exits immediately; and runsvdir now
supports handling of the HANGUP signal, see the man page for details.
svwaitdown has changed to additionally send the down command to the
services it works on.  More run scripts have been added to the
collection of run scripts.

See the web page for details.

Regards, Gerrit.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* runit-0.9.1 available
  2003-04-25  7:59 runit-0.9.0 available Gerrit Pape
@ 2003-05-01  6:40 ` Gerrit Pape
  2003-05-04  6:59   ` runit-0.9.2 available Gerrit Pape
  0 siblings, 1 reply; 8+ messages in thread
From: Gerrit Pape @ 2003-05-01  6:40 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

Hello,

there's a new test package, version 0.9.1, of runit available:

 http://smarden.org/runit/

This version fixes a bug in the service logging daemon svlogd which
broke line selection in some configurations.

Regards, Gerrit.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* runit-0.9.2 available
  2003-05-01  6:40 ` runit-0.9.1 available Gerrit Pape
@ 2003-05-04  6:59   ` Gerrit Pape
  2003-05-04  8:31     ` Lukas Beeler
  2003-05-04  9:54     ` runit-0.9.3 available Gerrit Pape
  0 siblings, 2 replies; 8+ messages in thread
From: Gerrit Pape @ 2003-05-04  6:59 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

Hello,

there's a new test package of runit available:

 http://smarden.org/runit/

The documentation now includes instructions on how to optionally
integrate runit with traditional init schemes instead of replacing them,
and a page about service dependencies. The runsvstat and runsvctrl
programs are now installed by default and referred to in the
documentation, and a problem with svlogd handling its command line
arguments has been fixed.

Regards, Gerrit.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: runit-0.9.2 available
  2003-05-04  6:59   ` runit-0.9.2 available Gerrit Pape
@ 2003-05-04  8:31     ` Lukas Beeler
  2003-05-04  9:26       ` Gerrit Pape
  2003-05-04  9:54     ` runit-0.9.3 available Gerrit Pape
  1 sibling, 1 reply; 8+ messages in thread
From: Lukas Beeler @ 2003-05-04  8:31 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

* Gerrit Pape <pape@smarden.org>:
> and a page about service dependencies. The runsvstat and runsvctrl
> programs are now installed by default and referred to in the

It looks like something gone wrong there. runvstat and runsvctrl
arent getting compiled (which results in an error).
See Patch below.

--- Makefile.orig       2003-05-04 10:28:33.000000000 +0200
+++ Makefile    2003-05-04 10:28:47.000000000 +0200
@@ -1,5 +1,5 @@
 IT=sysdeps runit runit-init runsv runsvdir runsvchdir svwaitup svwaitdown \
-utmpset svlogd
+utmpset svlogd runsvctrl runsvstat
 
 default: $(IT)
 

-- 
Debian gibt es in drei Flavours: Stale, Rusting und Broken, die
ein- bis zweimal je jahrzehnt umbenannt werden.
 -- frank paulsen in de.alt.sysadmin.recovery

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: runit-0.9.2 available
  2003-05-04  8:31     ` Lukas Beeler
@ 2003-05-04  9:26       ` Gerrit Pape
  0 siblings, 0 replies; 8+ messages in thread
From: Gerrit Pape @ 2003-05-04  9:26 UTC (permalink / raw)


On Sun, May 04, 2003 at 10:31:05AM +0200, Lukas Beeler wrote:
> * Gerrit Pape <pape@smarden.org>:
> > and a page about service dependencies. The runsvstat and runsvctrl
> > programs are now installed by default and referred to in the
> 
> It looks like something gone wrong there. runvstat and runsvctrl
> arent getting compiled (which results in an error).
> See Patch below.

Yep, my fault.  I'll include the fix.

Thanks, Gerrit.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* runit-0.9.3 available
  2003-05-04  6:59   ` runit-0.9.2 available Gerrit Pape
  2003-05-04  8:31     ` Lukas Beeler
@ 2003-05-04  9:54     ` Gerrit Pape
  2003-06-10  9:33       ` runit-0.9.4 available Gerrit Pape
  1 sibling, 1 reply; 8+ messages in thread
From: Gerrit Pape @ 2003-05-04  9:54 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

Hello, there is a new test package, version 0.9.3, of runit available:

 http://smarden.org/runit/

This version fixes a build failure of the package caused by an error in
the Makefile introduced with version 0.9.2.

Regards, Gerrit.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* runit-0.9.4 available
  2003-05-04  9:54     ` runit-0.9.3 available Gerrit Pape
@ 2003-06-10  9:33       ` Gerrit Pape
  2003-06-19  7:47         ` runit-0.9.5 available Gerrit Pape
  0 siblings, 1 reply; 8+ messages in thread
From: Gerrit Pape @ 2003-06-10  9:33 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

Hello, there is a new test package of runit available:

 http://smarden.org/runit/

The getty service examples are updated to use ./finish scripts.  svlogd
now has a default log file size of 1MB, as documented in the man page,
and only prints verbose messages if the -v option is set.  A setuidgid
drop-in replacement has been added (not installed by default), and the
documentation has been updated slightly.

Regards, Gerrit.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* runit-0.9.5 available
  2003-06-10  9:33       ` runit-0.9.4 available Gerrit Pape
@ 2003-06-19  7:47         ` Gerrit Pape
  0 siblings, 0 replies; 8+ messages in thread
From: Gerrit Pape @ 2003-06-19  7:47 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

Hello, a new test package of runit, version 0.9.5, is available:

 http://smarden.org/runit/

runit now supports systems that don't provide the poll() system call.
The instructions on how to use runit's service supervision with a
traditional init scheme, and a minor bug in the svlogd program have been
fixed.

Regards, Gerrit.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-06-19  7:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-25  7:59 runit-0.9.0 available Gerrit Pape
2003-05-01  6:40 ` runit-0.9.1 available Gerrit Pape
2003-05-04  6:59   ` runit-0.9.2 available Gerrit Pape
2003-05-04  8:31     ` Lukas Beeler
2003-05-04  9:26       ` Gerrit Pape
2003-05-04  9:54     ` runit-0.9.3 available Gerrit Pape
2003-06-10  9:33       ` runit-0.9.4 available Gerrit Pape
2003-06-19  7:47         ` runit-0.9.5 available Gerrit Pape

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).