BOOM GOES THE DYNAMITE! Thank you all. Using your tips I finally found a way to map the port usage and found the daemon process that had been haunting me.
It never showed up anywhere else, but I could finally kill it after this. For future readers: To find the process stealing your port: *lsof -i :**portnumber *(May need to start with sudo on this one to find all processes) * * Find the ID of the process, then: *kill processidnumber* * * Then Paster Serve away! Thank you all for your help. Much much much appreciated! -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
