https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256657

Michael Tuexen <tue...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tue...@freebsd.org

--- Comment #2 from Michael Tuexen <tue...@freebsd.org> ---
I have almost no experience with jails and mysql/mariadb.
Can you reproduce the problem with using nc? Could you share the commands how
to reproduce that?

I guess you want to run a TCP based server on the host, so you could use
nc -4 -k -l 3000
for that.

A client on the host could be used as
nc -4 -N 127.0.0.1 3000

Can you reproduce the issue using nc? If yes, what are the necessary steps to
reproduce the issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to