GNU bug report logs -
#55335
openssh-service no longer listens on IPv6
Previous Next
Full log
View this message in rfc822 format
Ludovic Courtès <ludo <at> gnu.org> skribis:
> + (make <service>
> + #:provides '(test-inetd6)
> + #:start (make-inetd-constructor %command
> + (list
> + (endpoint (make-socket-address
> + AF_INET
> + INADDR_LOOPBACK
> + $PORT))
> + (endpoint (make-socket-address
> + AF_INET6
> + IN6ADDR_LOOPBACK
> + $PORT))))
> + #:stop (make-inetd-destructor))
> + (make <service>
> + #:provides '(test-inetd-v6-only)
> + #:start (make-inetd-constructor %command
> + (list
> + (endpoint (make-socket-address
> + AF_INET6
> + IN6ADDR_LOOPBACK
> + $PORT))))
> + #:stop (make-inetd-destructor))
I should point out that this new test hangs with Fibers 1.1.0; we need
this fix:
https://github.com/wingo/fibers/commit/c25dcb9cc4b5b977474ffe555b40ce2f1d0d1edc
I’ve contacted Aleix to see if we could release Fibers 1.1.1. Otherwise
we’ll use a snapshot in Guix.
Ludo’.
This bug report was last modified 2 years and 359 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.