On Wed, Mar 22, 2017 at 11:47 AM, Nadav Har'El <[email protected]> wrote:
> > > On Tue, Mar 21, 2017 at 5:50 PM, Nadav Har'El <[email protected]> wrote: > While redis 3.0.1 still seems to work correctly, redis 3.2.8 (which you > can get by trivially changing the version in apps/redis-memonly/GET) does > not, and says: > > $ scripts/run.py > OSv v0.24-348-gd230e99 > eth0: 192.168.122.15 > 0:M 22 Mar 09:38:49.921 # Creating Server TCP listening socket *:6379: > unable to bind socket, errno: 93 > > errno 93 is EPROTONOSUPPORT. That's weird, because OSv definitely does > support binding TCP sockets, so which protocol is not supported? > I'll open an issue. Would be nice if somebody can find the time to debug > where this error is coming from and why. > I fixed this issue (https://github.com/cloudius-systems/osv/issues/865). You can now check out the latest OSv source code and build a redis image (with scripts/build image=redis-memonly) and get redis 3.2.8. Nadav. -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
