One of the changes that occurred with the CherryPy putback is that you must specify a port number if you are not running the depot server as a privileged user, since it defaults to port 80.
If you don't specify a port number, and you execute the depot as an unprivileged user, you'll get a traceback with a permission denied error because it will try to connect to port 80 by default. This change in behaviour was necessary as CherryPy doesn't provide a way to trap the port error when it occurs (it happens in a different thread than the main one). Cheers, -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
