On Mon, 2005-09-26 at 08:51 -0700, Nada De nada wrote:
>  I run the "netstat -l -n
> | grep 6543" to see if something else was using the
> port and I got this message
> 
> tcp   0    0 0.0.0.0:6543     0.0.0.0:*     LISTEN

Try running "lsof | grep -w 6543" to find which process is listening on
that port. I'll lay odds you already have a mythbackend process running.

--Greg


_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to