Skip to content

failed to bind to address #169

Answered by senorsmile
senorsmile asked this question in Q&A
Oct 24, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Ah, it shows that qemu is bound to port 5900. Weird since it's not actively running at the moment.

sudo ss -tlnp | grep 5900
LISTEN 0      1                                                 127.0.0.1:5900       0.0.0.0:*    users:((".qemu-system-x8",pid=370922,fd=21)) 

How do I bind it to a different port?

I tried address=127.0.0.1:5901 to no avail.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@any1
Comment options

@senorsmile
Comment options

Answer selected by lack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #168 on October 24, 2022 17:00.