From: Carl-Magnus F. <na...@co...> - 2008-02-05 15:08:23
|
Hi, I'm trying to setup gmyth with my existing MythTV, but I can't get the gms server started properly. One thing I did when installing my MythTV was changing the database name from the default to something personal, and this might not have been the most intelligent thing to do. gmyth-utils does not seem to have an option for database name, is this why my gms fails? Or should I configure the gms server somwhere? I have installed everything from the repositories as documented in http://gmyth.sourceforge.net/wiki/index.php/GMythStream#How_to_Install I'm running Debian testing 2.6.21 Thanks. My /var/log/gms.log ### 2008-02-05 16:16:28 gms.utils INFO Loaded TranscoderMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/mencoder.py ### 2008-02-05 16:16:28 gms.utils INFO Loaded TranscoderGMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/gmencoder.py Traceback (most recent call last): File "/usr/bin/gms.py", line 74, in <module> serve_forever() File "/usr/share/gms/lib/server.py", line 110, in serve_forever httpd = Server(addr, RequestHandler) File "/usr/lib/python2.5/SocketServer.py", line 330, in __init__ self.server_bind() File "/usr/lib/python2.5/BaseHTTPServer.py", line 101, in server_bind SocketServer.TCPServer.server_bind(self) File "/usr/lib/python2.5/SocketServer.py", line 341, in server_bind self.socket.bind(self.server_address) File "<string>", line 1, in bind socket.error: (98, 'Address already in use') ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |