On Monday 26 September 2005 16:54, Greg Woods wrote:
> 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
or pass the -p option to the netstat command for the PID & process name.
-- 
Steve Boddy
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to