tue
June 18, 2013, 7:08am
1
Hi
I got the plexconnect app to work on a laptop running mountain lion, but on my imac the port :80 is taken by a httpd process which reload every time i stop it. Anybody got an idea to what this could be?? I have stopped sharing(file and printer sharing was running, and i would very much like it to be running later). if I :sudo lsof -i :80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
httpd 3350 root 5u IPv6 0xb98eb00ac0762b6f 0t0 TCP *:http (LISTEN)
httpd 3351 _www 5u IPv6 0xb98eb00ac0762b6f 0t0 TCP *:http (LISTEN)
Does anabody know these processes and how to deal with them
Thanks in advance
tue
June 18, 2013, 7:17am
2
When Starting PlexConnect i get the following:
PlexConnect: started: 22:28:20
PlexConnect: ***
PlexConnect: PlexConnect
PlexConnect: Press ENTER to shut down.
PlexConnect: ***
PlexConnect: started: 22:28:20
PlexConnect: IP_self: 10.0.0.20
PlexGDM: ***
PlexGDM: looking up Plex Media Server
PlexGDM: ***
PlexGDM: servers discovered: 1
PlexConnect: PMS: 10.0.0.20:32400
DNSServer: started: 22:28:21
DNSServer: ***
DNSServer: Starting up.
DNSServer: intercept trailers.apple.com: 10.0.0.20
DNSServer: forward other to higher level DNS: 8.8.8.8
DNSServer: ***
WebServer: started: 22:28:21
WebServer: Failed to connect to HTTP on 0.0.0.0 port 80: [Errno 48] Address already in use
PlexConnect: WebServer not alive. Shutting down.
DNSServer: Shutting down.
f00b4r
June 18, 2013, 9:44am
3
You have an Apache (httpd) web server running on your machine already.
You have the option of either:
- disabling it (easier and see Google for how to)
- configuring PlexConnect to use Apache instead of its own web server (harder but you can see the sticky on OSX server for details of how to configure it)
niclas
June 18, 2013, 9:45am
4
Do you have a web service running on port 80?
tue
June 19, 2013, 7:25pm
6
Thanks a lot. I looked for apache but could´t find it anywhere so I thought it was not the issue. At one point the processes stopped and I could get plexconnect to work. I will be looking for apache and see what I can do.
Kuflu
Hi,
A similar problem for me - PlexConnect can't start as the DNS Server is encountering a conflict on port 53, but with Python :
mediamacpro:PlexConnect XXX$ sudo lsof -i :53
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
Python 38205 root 4u IPv4 0x0a3ba458 0t0 UDP *:domain
I've tried googling the obvious - change the port python runs on - but have found it a bit of a mystery.
Could I prevail on the group to assist? Is this a ridiculously easy problem to solve? Thanks!
EDIT:
Updated with more details, as per template (apols, noob error)
ATV v3 running 5.2
DNS Server: 192.168.1.92 (also IP address of Mac Pro running PlexConnect)
OS : 10.7.2 M/Lion
Plex Media Server running on above box, version 0.9.7.22.511-4b5280f
PlexConnect pulled down via git yesterday (folder datestamped 13-Jun)'
Settings.cfg:
[PlexConnect]
port_pms = 32400
enable_plexgdm = True
ip_dnsmaster = 8.8.8.8
ip_webserver = 0.0.0.0
loglevel = Normal
enable_dnsserver = True
ip_pms = 192.168.178.10
port_webserver = 80
Output of trying to run sudo ./PlexConnect.py
21:56:13 PlexConnect: started: 21:56:13
21:56:13 PlexConnect: ***
21:56:13 PlexConnect: PlexConnect
21:56:13 PlexConnect: Press CTRL-C to shut down.
21:56:13 PlexConnect: ***
21:56:13 PlexConnect: IP_self: 192.168.1.92
21:56:13 PlexConnect: started: 21:56:13
21:56:13 DNSServer: started: 21:56:13
21:56:13 DNSServer: Failed to create socket on UDP port 53: [Errno 48] Address already in use
21:56:13 PlexConnect: DNSServer not alive. Shutting down.
I believe you will be asked to provide more details using the template in the “Read Before Posting” thread that is pinned at the top of this forum.
f00b4r
July 14, 2013, 9:07am
9
I would reboot your machine as it may be that you ran PlexConect before, did not shut it down cleanly and so the DNS server part may still be running.
If that doesn’t work provide the info in the sticky.
system
Closed
December 20, 2019, 11:38pm
10
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.