This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

port already in use


rubylist
 Share

Recommended Posts

I just launched an ubuntu server on rackspace. I installed the basics and then installed mumble. When I run it, I get the error, what am I doing wrong?



1 => Server: TCP Listen on [::]:64738 failed: The bound address is already in use

1 => Stopped


Looking in netstat, I do see processes listening on that port:


Active Internet connections (only servers)

Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name

tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -

tcp 0 0 127.0.0.1:6502 0.0.0.0:* LISTEN -

tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -

tcp6 0 0 :::22 :::* LISTEN -

tcp6 0 0 :::64738 :::* LISTEN -

udp 0 0 0.0.0.0:41809 0.0.0.0:* -

udp 0 0 0.0.0.0:5353 0.0.0.0:* -

udp6 0 0 :::64738 :::* -

Link to comment
Share on other sites

  • Administrators

How did you install and start mumble server?

AFAIK the debian and ubuntu packages launch the process post install. So if you installed the package mumble-server from the repository, make sure you use the /etc/init.d/mumble-server script to start/stop.

Link to comment
Share on other sites

 Share

×
×
  • Create New...