Daniele Parravicini wrote:
> First of all, happy 2009 to everyone and thanks for the great work !
> 
> I have been an happy freevo user for years, and yesterday I decided to
> upgrade from 1.7.5 to 1.8.3 (mine is a "production" environment with
> wife and kids depending from their movies and stuff....). 

Always a good idea to install a test copy first as it is quite easy to
install multiple copies of freevo.

> All the
> components seem to install fine, but when I start freevo now I get:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 55, in ?
>     rc.get_singleton(is_helper=0)
>   File "/usr/lib/python2.4/site-packages/freevo/rc.py", line 62, in
> get_singleton
>     _singleton = EventHandler(**kwargs)
>   File "/usr/lib/python2.4/site-packages/freevo/rc.py", line 544, in
> __init__
>     self.inputs.append(TcpNetwork())
>   File "/usr/lib/python2.4/site-packages/freevo/rc.py", line 425, in
> __init__
>     self.sock.bind((self.host, self.port))
>   File "<string>", line 1, in bind
> socket.error: (98, 'Address already in use')
> 
> By doing some debugging, I see that self.port is
> REMOTE_CONTROL_TCP_PORT. I changed this in local_conf.py but I still get
> the same error.
> 
> Any hint ?!

Try using "netstat -an" or "lsof" to see if the port is in use by
another process. I doubt that it is but could be caused by multiple
copies of freevo running.

Duncan

------------------------------------------------------------------------------
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to