> > try lsof -i tcp:32768 > lsof -i tcp:32769 > to see what process owns it > If lsof isn't installed you can use netstat -ap to give similar results. Cheers, Michael