From: Anthony Liguori <anthony@codemonkey.ws>
To: Charles Duffy <Charles_Duffy@messageone.com>
Cc: kvm@vger.kernel.org, daniel-listas@gmx.net
Subject: Re: VNC server for KVM VM
Date: Fri, 14 Aug 2009 17:13:13 -0500 [thread overview]
Message-ID: <4A85E179.7060500@codemonkey.ws> (raw)
In-Reply-To: <4A85D6E0.6060103@messageone.com>
Charles Duffy wrote:
> Daniel Bareiro wrote:
>> inet_listen: bind(ipv4,0.0.0.0,5903): Address already in use
>> inet_listen: FAILED
>
> If you check with netstat, I expect you'll see the port in TIME_WAIT
> state; if so, this will eventually clean itself up if you just wait a
> little bit before restarting.
>
> One option to avoid it is to make sure all connections are closed
> properly on shutdown; another is to set the SO_REUSEADDR flag on the
> socket before the bind() call.
We set SO_REUSEADDR.
Regards,
Anthony Liguori
next prev parent reply other threads:[~2009-08-14 22:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-14 20:58 VNC server for KVM VM Daniel Bareiro
2009-08-14 21:28 ` Charles Duffy
2009-08-14 22:13 ` Anthony Liguori [this message]
2009-08-15 0:38 ` Daniel Bareiro
2009-08-14 22:12 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A85E179.7060500@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=Charles_Duffy@messageone.com \
--cc=daniel-listas@gmx.net \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.