On Tue, Mar 21, 2017 at 5:50 PM, Nadav Har'El <[email protected]> wrote:

>
>
> On Tue, Mar 21, 2017 at 4:05 PM, <[email protected]> wrote:
>
>> I am mailing about OSv Redis.
>>
>> I have noticed in the download section http://osv.io/downloads/ that ova
>> for Redis contains quite old 0.24 version.
>>
>
> All our prepared images are old. I'm CC'ing Peka to consider if he wants
> to change that.
>
> You can build an image yourself by downloading the OSv source code, and
> building it with:
>
>     scripts/build -j4 image=redis-memonly      # replace -j4 by the number
> of your CPUs for fast compile
>
> This will build build/latest/usr.img in qcow2 format. You can use
> scripts/convert to convert it to other formats.
>
> Currently, this will download redis 3.0.1. You can probably easily update
> it by editing apps/redis-memonly/GET to download a different version.
>

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.

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

Reply via email to