Hi David, It looks like this was being run from a directory that no longer existed part-way through the process. What directory were you in when running that?
Christian On Tue, Dec 13, 2016 at 11:12 David Demelier <[email protected]> wrote: > Hi, > > I wanted to install reviewboard on FreeBSD (by using pip). The > installation succeeded but rb-site fails with: > > * Installing the site... > Building site directories ... OK > Building site configuration files ... OK > Creating database ... Traceback (most recent call last): > File "/usr/local/bin/rb-site", line 11, in <module> > sys.exit(main()) > File > "/usr/local/lib/python2.7/site-packages/reviewboard/cmdline/rbsite.py", > line 1937, in main > command.run() > File > "/usr/local/lib/python2.7/site-packages/reviewboard/cmdline/rbsite.py", > line 1262, in run > self.show_install_status() > File > "/usr/local/lib/python2.7/site-packages/reviewboard/cmdline/rbsite.py", > line 1598, in show_install_status > site.sync_database) > File > "/usr/local/lib/python2.7/site-packages/reviewboard/cmdline/rbsite.py", > line 1099, in step > func() > File > "/usr/local/lib/python2.7/site-packages/reviewboard/cmdline/rbsite.py", > line 433, in sync_database > self.run_manage_command("syncdb", params) > File > "/usr/local/lib/python2.7/site-packages/reviewboard/cmdline/rbsite.py", > line 654, in run_manage_command > cwd = os.getcwd() > OSError: [Errno 2] No such file or directory > > The exception is not very helpful so I'm unable to know where the problem > comes from. > > > > > > > > > -- > > > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > > > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > > > Happy user? Let us know! https://www.reviewboard.org/users/ > > > --- > > > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > > > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > > For more options, visit https://groups.google.com/d/optout. > > > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
