Re: Some glitches on skarnet.org

2017-05-22 Thread Casper Ti. Vector
I found HTTPS to be already supported on skarnet.org, but many links
still downgrade to plain HTTP.  May I request a full upgrade to HTTPS?
If the answer is yes, I can provide a list of downgrading links I noted.

On Sat, Aug 13, 2016 at 05:01:01PM +0800, Casper Ti. Vector wrote:
> Just one more request: would you like to enable, even if optionally,
> HTTPS on skarnet.org?  There are clients for letsencrypt [1] that only
> use bash, so python (which you seem to really dislike :) will never get
> in the way.

-- 
My current OpenPGP key:
RSA4096/0x227E8CAAB7AA186C (expires: 2020.10.19)
7077 7781 B859 5166 AE07 0286 227E 8CAA B7AA 186C



[announce] lh-bootstrap: a set of scripts to build a complete image booting on s6+s6-rc

2017-05-22 Thread Laurent Bercot


 Hello,

 I've published some work I did last year: something to automate the
creation of a minimal image running s6, s6-rc, and a few other essential
tools (dnscache, dropbear...)

 No numbered releases are planned, but it's under a git repository
that will constantly evolve.

 There's a stub page at http://skarnet.org/software/lh-bootstrap/
but most of the information is in the README.md, written in Markdown,
which you can read formatted on the Github page:
 https://github.com/skarnet/lh-bootstrap

 You can also download the project from the main skarnet.org git:

 git://git.skarnet.org/lh-bootstrap
 http://git.skarnet.org/cgi-bin/cgit.cgi/lh-bootstrap/

 Enjoy,

--
 Laurent



Re: [PATCH] Fix openreadnclose failing if errno was nonzero before

2017-05-22 Thread Laurent Bercot


 Just to be sure, I released skalibs-2.5.1.1, so there's a stable 
version

with that bug fixed.

--
 Laurent



Re: [PATCH] Fix openreadnclose failing if errno was nonzero before

2017-05-22 Thread Olivier Brunel
On Mon, 22 May 2017 00:44:28 +
"Laurent Bercot"  wrote:

>   Does this bug manifest in serious ways, for instance making a s6 
> program
> fail when it should not? If it does, I'll need to release a new
> skalibs version just for this >.>

I didn't notice it from a s6 program, but from anopa where e.g.
aa-status would fail since it tries to read e.g. fd-notification
before calling s6_svstatus_read(), so when the file doesn't exist the
later call would fail.

I didn't notice issues w/ s6 programs, but as soon as I fixed this I
recompiled everything (execline, s6, etc) to avoid any issues, so I
didn't look further.