On 09/ 8/10 04:55 AM, Priya Krishnan wrote:
I would like to install my bits built from the latest onnv-clone - on a system that is currently loaded with opensolaris.147. When I try to start the pkg.depot manually, I get permission errors. I have done this a couple of months ago and thought I had it all figured out :(1) login to a build machine, trigati.east 2) cd<my-workspace>/packages/i386/nightly 3) /usr/lib/pkg.depotd -d repo.redist -p 17803& [08/Sep/2010:07:34:08] ENGINE Listening for SIGHUP. [08/Sep/2010:07:34:08] ENGINE Listening for SIGTERM. [08/Sep/2010:07:34:08] ENGINE Listening for SIGUSR1. [08/Sep/2010:07:34:08] ENGINE Bus STARTING [08/Sep/2010:07:34:08] ENGINE Started monitor thread '_TimeoutMonitor'. [08/Sep/2010:07:34:08] ENGINE Error in HTTP server: shutting down Traceback (most recent call last): File "/usr/lib/python2.6/vendor-packages/cherrypy/process/servers.py", line 73, in _start_http_thread self.httpserver.start() File "/usr/lib/python2.6/vendor-packages/cherrypy/wsgiserver/__init__.py", line 1609, in start raise socket.error, msg error: [Errno 13] Permission denied [08/Sep/2010:07:34:08] ENGINE Bus STOPPING [08/Sep/2010:07:34:08] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 80)) already shut down
The error seems to indicate that the port option was ignored somehow or your shell somehow didn't pass the right port number. Note in the error it mentions port 80.
The other thing that sticks out is that you specified a relative path to the repository.
So, two things: 1) verify you really specified the port number correctly on the command line 2) try specifying the full, absolute path to the repository -Shawn _______________________________________________ on-ips-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/on-ips-dev
