From: Charles Duffy <Charles_Duffy@messageone.com>
To: kvm@vger.kernel.org
Cc: daniel-listas@gmx.net
Subject: Re: VNC server for KVM VM
Date: Fri, 14 Aug 2009 16:28:00 -0500 [thread overview]
Message-ID: <4A85D6E0.6060103@messageone.com> (raw)
In-Reply-To: <20090814205839.GA32226@defiant.freesoftware.org>
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.
next prev parent reply other threads:[~2009-08-14 21:28 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 [this message]
2009-08-14 22:13 ` Anthony Liguori
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=4A85D6E0.6060103@messageone.com \
--to=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.