supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* runit-2.1.0 available
@ 2009-09-30 11:41 Gerrit Pape
  2009-09-30 12:14 ` andrej.gelenberg
  2009-10-07  8:23 ` runit-2.1.1 available Gerrit Pape
  0 siblings, 2 replies; 7+ messages in thread
From: Gerrit Pape @ 2009-09-30 11:41 UTC (permalink / raw)
  To: supervision

Hi, runit version 2.1.0 is available for testing through

 http://smarden.org/runit/

The chpst program learned a new option -b to run a program with a different
name as the 0th argument, and some reported bugs have been fixed.

If you use runit regularly, please contribute[0] to the project.

Thanks, Gerrit.

[0] http://smarden.org/pape/#contribution




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

* Re: runit-2.1.0 available
  2009-09-30 11:41 runit-2.1.0 available Gerrit Pape
@ 2009-09-30 12:14 ` andrej.gelenberg
  2009-09-30 12:35   ` Gerrit Pape
  2009-10-07  8:23 ` runit-2.1.1 available Gerrit Pape
  1 sibling, 1 reply; 7+ messages in thread
From: andrej.gelenberg @ 2009-09-30 12:14 UTC (permalink / raw)
  To: Gerrit Pape; +Cc: supervision

Hi,

make check fail now. Please check it.

Gerrit Pape writes:

> Hi, runit version 2.1.0 is available for testing through
> 
>  http://smarden.org/runit/
> 
> The chpst program learned a new option -b to run a program with a different
> name as the 0th argument, and some reported bugs have been fixed.
> 
> If you use runit regularly, please contribute[0] to the project.
> 
> Thanks, Gerrit.
> 
> [0] http://smarden.org/pape/#contribution
> 
> 


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

* Re: runit-2.1.0 available
  2009-09-30 12:14 ` andrej.gelenberg
@ 2009-09-30 12:35   ` Gerrit Pape
  0 siblings, 0 replies; 7+ messages in thread
From: Gerrit Pape @ 2009-09-30 12:35 UTC (permalink / raw)
  To: supervision

 <andrej.gelenberg <at> udo.edu> writes:
> make check fail now. Please check it.

True, my bad, it's just the usage outputs of chpst and sv.  I'll fix that
in 2.1.1.  In the meantime, workaround by removing package/check from
package/install.

Regards, Gerrit.




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

* runit-2.1.1 available
  2009-09-30 11:41 runit-2.1.0 available Gerrit Pape
  2009-09-30 12:14 ` andrej.gelenberg
@ 2009-10-07  8:23 ` Gerrit Pape
       [not found]   ` <20140810190240.2992.qmail@08fdd12ac586ec.315fe32.mid.smarden.org>
  1 sibling, 1 reply; 7+ messages in thread
From: Gerrit Pape @ 2009-10-07  8:23 UTC (permalink / raw)
  To: supervision

Hi, version 2.1.1 of the runit package is available for testing through

 http://smarden.org/runit/

For services that are taken up through the 'once' command, 'sv down'
now properly instructs runsv to send the service daemon the TERM and
CONT signals.  Additionally the selftests in the build process have
been fixed.

If you use runit regularly, please contribute[0] to the project.

Thanks, Gerrit.

[0] http://smarden.org/pape/#contribution




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

* Re: runit-2.1.2 available
       [not found]   ` <20140810190240.2992.qmail@08fdd12ac586ec.315fe32.mid.smarden.org>
@ 2024-08-22 12:54     ` Alex Efros via supervision
  2024-08-22 14:01       ` Lorenzo via supervision
  0 siblings, 1 reply; 7+ messages in thread
From: Alex Efros via supervision @ 2024-08-22 12:54 UTC (permalink / raw)
  To: supervision; +Cc: Gerrit Pape

Hi!

Now, 10 years later, it looks like some maintenance is needed because of
GCC changes. Otherwise chances are runit will eventually die.

See https://bugs.gentoo.org/938282 for more details.

-- 
			WBR, Alex.

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

* Re: runit-2.1.2 available
  2024-08-22 12:54     ` runit-2.1.2 available Alex Efros via supervision
@ 2024-08-22 14:01       ` Lorenzo via supervision
  2024-08-22 14:27         ` Lorenzo via supervision
  0 siblings, 1 reply; 7+ messages in thread
From: Lorenzo via supervision @ 2024-08-22 14:01 UTC (permalink / raw)
  To: supervision list; +Cc: Alex Efros, Gerrit Pape

Hello,

On Thu, 22 Aug 2024 15:54:47 +0300
"Alex Efros via supervision" <supervision@list.skarnet.org> wrote:

> Hi!
> 
> Now, 10 years later, it looks like some maintenance is needed because
> of GCC changes. Otherwise chances are runit will eventually die.
> 
> See https://bugs.gentoo.org/938282 for more details.

patch is available in Debian
https://salsa.debian.org/debian/runit/-/commit/3e3ceeebb948d41332a8930594010f44ebd19cd5

it's not yet uploaded, but I'm already running the patched version and
it seems fine. Also, I've checked the there is no change in the '/*
sysdep:' build output compared to previous builds.

Best Regards,
Lorenzo

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

* Re: runit-2.1.2 available
  2024-08-22 14:01       ` Lorenzo via supervision
@ 2024-08-22 14:27         ` Lorenzo via supervision
  0 siblings, 0 replies; 7+ messages in thread
From: Lorenzo via supervision @ 2024-08-22 14:27 UTC (permalink / raw)
  To: Lorenzo via supervision; +Cc: Alex Efros, Gerrit Pape

On Thu, 22 Aug 2024 16:01:12 +0200
"Lorenzo via supervision" <supervision@list.skarnet.org> wrote:

> Hello,
> 
> On Thu, 22 Aug 2024 15:54:47 +0300
> "Alex Efros via supervision" <supervision@list.skarnet.org> wrote:
> 
> > Hi!
> > 
> > Now, 10 years later, it looks like some maintenance is needed
> > because of GCC changes. Otherwise chances are runit will eventually
> > die.
> > 
> > See https://bugs.gentoo.org/938282 for more details.
> 
> patch is available in Debian
> https://salsa.debian.org/debian/runit/-/commit/3e3ceeebb948d41332a8930594010f44ebd19cd5
> 

sorry, I forgot that there are other patches already applied that are
probably needed (at least some part), see

https://salsa.debian.org/debian/runit/-/blob/master/debian/patches/0014-fix-implicit-declarations-incompatible-types-argv-ty.patch?ref_type=heads

https://salsa.debian.org/debian/runit/-/blob/master/debian/patches/0016-fix-warning-for-undefined-operation-on-sequence-poin.patch?ref_type=heads

https://salsa.debian.org/debian/runit/-/blob/master/debian/patches/0017-fix-replace-obsolete-usleep-with-nanosleep.patch?ref_type=heads

https://salsa.debian.org/debian/runit/-/blob/master/debian/patches/0018-fix-resource-leaks-and-other-issues-as-reported-by-i.patch?ref_type=heads


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

end of thread, other threads:[~2024-08-22 14:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-30 11:41 runit-2.1.0 available Gerrit Pape
2009-09-30 12:14 ` andrej.gelenberg
2009-09-30 12:35   ` Gerrit Pape
2009-10-07  8:23 ` runit-2.1.1 available Gerrit Pape
     [not found]   ` <20140810190240.2992.qmail@08fdd12ac586ec.315fe32.mid.smarden.org>
2024-08-22 12:54     ` runit-2.1.2 available Alex Efros via supervision
2024-08-22 14:01       ` Lorenzo via supervision
2024-08-22 14:27         ` Lorenzo via supervision

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