On Thu, Nov 30, 2017 at 3:32 PM, <answerhu...@gmail.com> wrote:

> I started with
> "scripts/run.py -e "memcached -u root -p 1121" --forward "tcp:1121::1121""
> which I add "-p 1121".
> Then it worked.
> Before I added "-p",it showed me
> "Connection closed by foreign host"
> Thanks very much.
>
>
Whoever started this line of examples with the number "1121" in this
thread, probably assumed that this is memcached's default port, but it
isn't, it's 11211 :-)
If you use 11211 in these examples instead, you wouldn't need to change
memcached's default port to 1121 with this -p option.

-- 
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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to