Help Starting Clearing Port 80

brsy

nah mang
May 12, 2011
1,530
272
I'm trying to start MAMP Pro on port 80 and it wouldn't start. So I checked the logs, and it's saying something about teamviewer, which is notorious for using port 80. The only problem is I removed teamviewer a long time ago. Any idea why this is happening? Here is the log.
Marker - Nov 1, 2014, 3:15:32 PM
Nov 1 15:15:33 PelicanHall com.apple.xpc.launchd[1] (com.teamviewer.desktop[10888]): Service could not initialize: Unable to set current working directory. error=2, path=/Applications/TeamViewer.app/Contents/Helpers: 14A388a: xpcproxy + 12907 [1227][1016C726-9ACF-3A24-9C51-A279F5C6B167]: 0x2
Nov 1 15:15:33 PelicanHall com.apple.xpc.launchd[1] (com.teamviewer.teamviewer[10889]): Service could not initialize: Unable to set current working directory. error=2, path=/Applications/TeamViewer.app/Contents/MacOS: 14A388a: xpcproxy + 12907 [1227][1016C726-9ACF-3A24-9C51-A279F5C6B167]: 0x2
Nov 1 15:15:33 PelicanHall com.apple.xpc.launchd[1] (com.teamviewer.desktop): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
Nov 1 15:15:33 PelicanHall com.apple.xpc.launchd[1] (com.teamviewer.teamviewer): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
 

brsy

nah mang
May 12, 2011
1,530
272
Code:
Last login: Fri Oct 31 20:11:29 on console
PelicanHall:~ pelicanhall$ top -o
invalid option or syntax: -o
top usage: top
[-a | -d | -e | -c <mode>]
[-F | -f]
[-h]
[-i <interval>]
[-l <samples>]
[-ncols <columns>]
[-o <key>] [-O <secondaryKey>]
[-R | -r]
[-S]
[-s <delay>]
[-n <nprocs>]
[-stats <key(s)>]
[-pid <processid>]
[-user <username>]
[-U <username>]
[-u]
PelicanHall:~ pelicanhall$
Wrong command apparently.
 

Ethereal

Neurotic Male
May 18, 2013
494
330
Code:
Last login: Fri Oct 31 20:11:29 on console
PelicanHall:~ pelicanhall$ top -o
invalid option or syntax: -o
top usage: top
[-a | -d | -e | -c <mode>]
[-F | -f]
[-h]
[-i <interval>]
[-l <samples>]
[-ncols <columns>]
[-o <key>] [-O <secondaryKey>]
[-R | -r]
[-S]
[-s <delay>]
[-n <nprocs>]
[-stats <key(s)>]
[-pid <processid>]
[-user <username>]
[-U <username>]
[-u]
PelicanHall:~ pelicanhall$
Wrong command apparently.
Oh, use:
Code:
top -u
 

brsy

nah mang
May 12, 2011
1,530
272
Oh, use:
Code:
top -u

PelicanHall:~ pelicanhall$ top -u

Processes: 213 total, 2 running, 7 stuck, 204 sleeping, 968 threads 09:24:13
Load Avg: 2.39, 2.38, 2.39 CPU usage: 5.33% user, 4.61% sys, 90.4% idle
SharedLibs: 11M resident, 12M data, 0B linkedit.
MemRegions: 34613 total, 1044M resident, 60M private, 333M shared.
PhysMem: 3715M used (1061M wired), 379M unused.
VM: 494G vsize, 1063M framework vsize, 2520(0) swapins, 5450(0) swapouts.
Networks: packets: 11335927/3952M in, 15935818/20G out.
Disks: 769629/40G read, 804371/23G written.

PID COMMAND %CPU TIME #TH #WQ #PORT MEM PURG CMPRS PGRP
20039- Google Chrom 10.7 00:08.01 9 0 102 73M+ 112K 0B 976
0 kernel_task 4.1 60:46.92 93/4 0 2 471M+ 0B 0B 0
983- Google Chrom 2.9 24:15.57 22 1 151 31M- 0B 20M 976
283- Google Chrom 2.7 25:04.41 8 0 93 1792K 0B 22M 220
20052 top 2.5 00:00.15 1/1 0 19 1952K+ 0B 0B 20052
20033 Terminal 2.4 00:00.60 10 4 269+ 11M+ 8192B 0B 20033
282- Google Chrom 2.1 18:57.92 21 0 149 8440K 0B 21M 220
140 WindowServer 1.9 40:16.00 6 2 509- 38M- 304K 56M 140
976- Google Chrom 1.9 71:34.60 43 3 608 115M 616K 43M 976
219 pbs 1.7 00:00.32 6 5 52+ 1508K+ 0B 812K- 219
19964- Google Chrom 1.3 00:18.79 16 0 151 120M+ 1204K 0B 976
20050- Google Chrom 1.0 00:00.36 17 4 75 17M 0B 0B 976
979- Google Chrom 0.9 31:30.34 4 0 74 51M 0B 33M 976
19972- GoogleTalkPl 0.4 00:01.08 10 0 191 8852K 0B 0B 1997
 

Users who are viewing this thread

Top