Hello folks, I've got a USB stick that I'm passing around that will help people get a Launchpad development environment set up. It's got a repository and a slightly modified rocketfuel-setup[1]. The first person to try this version of the stick got as far as a successful 'make schema', but when he tried to 'make run', he got the error below.
What's going on? How can we work around this? thanks, jml ---------- Forwarded message ---------- From: Zachery Bir <[email protected]> Date: Sun, Nov 15, 2009 at 1:56 PM Subject: Traceback To: [email protected] Traceback (most recent call last): File "bin/run", line 218, in ? canonical.launchpad.scripts.runlaunchpad.start_launchpad() File "/home/zbir/launchpad/lp-branches/devel/lib/canonical/launchpad/scripts/runlaunchpad.py", line 269, in start_launchpad main(argv) File "/home/zbir/launchpad/lp-sourcedeps/eggs/zope.app.server-3.4.2-py2.4.egg/zope/app/server/main.py", line 56, in main setup(load_options(args)) File "/home/zbir/launchpad/lp-sourcedeps/eggs/zope.app.server-3.4.2-py2.4.egg/zope/app/server/main.py", line 132, in setup notify(zope.app.appsetup.interfaces.ProcessStarting()) File "/home/zbir/launchpad/lp-sourcedeps/eggs/zope.event-3.4.1-py2.4.egg/zope/event/__init__.py", line 23, in notify subscriber(event) File "/home/zbir/launchpad/lp-sourcedeps/eggs/zope.component-3.5.1-py2.4.egg/zope/component/event.py", line 26, in dispatch for ignored in zope.component.subscribers(event, None): File "/home/zbir/launchpad/lp-sourcedeps/eggs/zope.component-3.5.1-py2.4.egg/zope/component/_api.py", line 131, in subscribers return sitemanager.subscribers(objects, interface) File "/home/zbir/launchpad/lp-sourcedeps/eggs/zope.component-3.5.1-py2.4.egg/zope/component/registry.py", line 300, in subscribers return self.adapters.subscribers(objects, provided) File "/home/zbir/launchpad/lp-sourcedeps/eggs/zope.interface-3.5.1-py2.4-linux-i686.egg/zope/interface/adapter.py", line 535, in subscribers subscription(*objects) File "/home/zbir/launchpad/lp-branches/devel/lib/canonical/database/revision.py", line 83, in confirm_dbrevision_on_startup con = connect(config.launchpad.dbuser) File "/home/zbir/launchpad/lp-branches/devel/lib/canonical/database/sqlbase.py", line 765, in connect con = psycopg2.connect(con_str) psycopg2.OperationalError: FATAL: Ident authentication failed for user "launchpad_main" 2009-11-15 11:43:36-0600 [-] Received SIGTERM, shutting down. 2009-11-15 11:43:36-0600 [-] (Port 58085 Closed) 2009-11-15 11:43:36-0600 [-] Stopping factory <twisted.web.server.Site instance at 0xbb6ddcc> 2009-11-15 11:43:36-0600 [-] (Port 58095 Closed) 2009-11-15 11:43:36-0600 [-] Stopping factory <canonical.librarian.libraryprotocol.FileUploadFactory instance at 0xbb6512c> 2009-11-15 11:43:36-0600 [-] (Port 58080 Closed) 2009-11-15 11:43:36-0600 [-] Stopping factory <twisted.web.server.Site instance at 0xbac48ec> 2009-11-15 11:43:36-0600 [-] (Port 58090 Closed) 2009-11-15 11:43:36-0600 [-] Stopping factory <canonical.librarian.libraryprotocol.FileUploadFactory instance at 0xbac488c> 2009-11-15 11:43:36-0600 [-] Main loop terminated. 2009-11-15 11:43:36-0600 [-] Server Shut Down. make: *** [run] Error 1 _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

