| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Thu Nov 03, 2005 2:57 am Post subject: Could not create listener socket |
|
|
Hello Everybody,
I'm trying to set up icecast and ices.
Have installed both programs but when start icecast with:
/usr/local/bin/icecast -c /usr/local/etc/icecast.xml &
get the following message:
"could not create listener socket on port 8000"
I also tried using port 8001 but was the same error!
Any help?
Regards
Martin |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Nov 03, 2005 10:48 am Post subject: |
|
|
something is already listening on that port, could be an already running icecast or some other server type app.
karl. |
|
| Back to top |
|
 |
EvilOverlord Forum Admin


Joined: 12 Jun 2005 Posts: 177 Location: Isle of Man
|
Posted: Thu Nov 03, 2005 7:26 pm Post subject: |
|
|
| run "lsof -i tcp" to see what process is current attached to port 8000 |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri Feb 17, 2006 6:16 am Post subject: |
|
|
im having the same error but i cant find why..
icecast -c icecast.xml
Could not create listener socket on port 8000
Server startup failed. Exiting
i did "lsof -i tcp | grep 8000"
nothing came up
anyideas? |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sat Feb 25, 2006 8:16 am Post subject: |
|
|
also im 100% sure the server is not running
root [~]# ps -C icecast
PID TTY TIME CMD
anyideas? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Feb 25, 2006 1:08 pm Post subject: |
|
|
There isn't many reasons for the bind part to fail, check the netstat output for the ports you are trying to use (netstat -ntp).
karl. |
|
| Back to top |
|
 |
EvilOverlord Forum Admin


Joined: 12 Jun 2005 Posts: 177 Location: Isle of Man
|
Posted: Sat Feb 25, 2006 5:09 pm Post subject: |
|
|
running netsta is more or less the same as running "lsof -i tcp" and he claims nothing it on that port.
Perhaps there is some hardened kernel thing running preventing access to ports. Check the syslog. |
|
| Back to top |
|
 |
|