listen(1): proposed addition to the runit suite

2016-08-10 Thread Daniel Kahn Gillmor
are not interpreted. `listen` cannot create unix-domain socket filenames that contain a comma (,). `listen` produces its error messages in english and is not internationalized. SEE ALSO listen(2), chpst(8), sd_listen_fds(3), umask(2) AUTHOR -- Daniel Kahn Gillmor <

Re: s6, listen(8), etc.

2016-09-05 Thread Daniel Kahn Gillmor
On Mon 2016-09-05 02:48:54 -0400, Jonathan de Boyne Pollard wrote: > Daniel Kahn Gillmor: > >> #!/bin/sh >> mkdir -p /run/kresd/workdir && \ >> setfacl -m u:kresd:rwx /run/kresd/workdir && \ >> cd /run/kresd/workdir && \ &

Re: s6, listen(8), etc.

2016-09-01 Thread Daniel Kahn Gillmor
I think we might be approaching diminishing returns on this thread, so please don't take offense if i don't reply too much beyond this. I do appreciate your taking the time to document your thought process here, though. thanks! A couple minor comments: On Thu 2016-09-01 08:34:18 -0400, Laurent

Re: s6, listen(8), etc. (was: [PATCH 1/3] correct typo)

2016-08-30 Thread Daniel Kahn Gillmor
On Tue 2016-08-30 12:25:37 -0400, Laurent Bercot wrote: > On 30/08/2016 15:20, Daniel Kahn Gillmor wrote: >> i assume you mean http://www.skarnet.org/software/s6/ . thanks for the >> pointer. I'm looking at that, and it looks like s6's preferred form of >> user contact is

[PATCH 3/3] move http links to https

2016-08-29 Thread Daniel Kahn Gillmor
--- doc/benefits.html| 6 +++--- doc/chpst.8.html | 2 +- doc/index.html | 12 ++-- doc/install.html | 2 +- doc/replaceinit.html | 6 +++--- doc/runscripts.html | 2 +- man/chpst.8 | 2 +- package/CHANGES | 6 +++--- 8 files changed, 19

[PATCH 2/3] document how to get the source code and send changes

2016-08-29 Thread Daniel Kahn Gillmor
--- doc/code.html | 47 +++ doc/index.html | 1 + 2 files changed, 48 insertions(+) create mode 100644 doc/code.html diff --git a/doc/code.html b/doc/code.html new file mode 100644 index 000..ca3b32e --- /dev/null +++ b/doc/code.html @@ -0,0

Re: [PATCH 1/3] correct typo

2016-08-30 Thread Daniel Kahn Gillmor
On Tue 2016-08-30 07:15:20 -0400, Laurent Bercot wrote: > Oh, yes, sorry, you even wrote a message (about a listen(1) command) > not too long ago :) Yes, indeed. That program is now halfway done, and i am hoping to share it with people who might be interested. > (Shameless plug: in the

Re: [PATCH 1/3] correct typo

2016-08-30 Thread Daniel Kahn Gillmor
On Tue 2016-08-30 04:55:19 -0400, Laurent Bercot wrote: > Please avoid sending patches to this list with git-send-email, or at > least please provide a 0/n introductory message to give context. This > list is read by humans. I'm a human, and i read this list :) I will be happy to send a 0/n

Re: Vim `.swp' files in nosh source tarballs

2017-04-17 Thread Daniel Kahn Gillmor
On Sun 2017-04-16 20:30:24 +0100, Jonathan de Boyne Pollard wrote: > I purge the directories of these from time to time, as I have just done again. > But they tend to very slowly accrue, for one reason or another. It's not a > major worry. Anyway, better that the archive have everything

Re: Mailing-lists, failing probes, unsubscriptions

2017-11-30 Thread Daniel Kahn Gillmor
On Thu 2017-11-30 22:53:55 +, Laurent Bercot wrote: > In the past year, or sometimes at an older time than that, a lot of > addresses have apparently failed enough probes and been unsubscribed, > even still working addresses. Only today was it brought to my > attention. This kind of mass

socket-activate is published [was: Re: listen(1)]

2019-02-15 Thread Daniel Kahn Gillmor
Hi folks-- On Wed 2016-08-10 11:58:55 -0400, Daniel Kahn Gillmor wrote: > The tool is a binary called "listen", which tries to open a series of > sockets and then exec()'s another command with those file descriptors > already open. It adopts a convention for identifying those