Problem with recent upgrade - renders RB Site non operational

2013-02-11 Thread Clive Hunt
Hi.
 
I am new to RB and Linux in general. I have attempted an upgrade but this 
has stopped the site from functioning. Here is the transcript:
 
it@SRTREVIEWBOARD:/etc$ sudo rb-site upgrade /var/www/reviewboard
[sudo] password for it:
Rebuilding directory structure
Upgrading site settings_local.py
Updating database. This may take a while.
The log output below, including warnings and errors,
can be ignored unless upgrade fails.
-- begin log output --
Creating tables ...
Creating table extensions_registeredextension
Creating table diffviewer_filediffdata
Upgrading Review Board from 1.6.14 to 1.7.5
There are unapplied evolutions for auth.
There are unapplied evolutions for accounts.
There are unapplied evolutions for diffviewer.
There are unapplied evolutions for reviews.
Adding baseline version for new models
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
The stored evolutions do not completely resolve all model changes.
Run `./manage.py evolve --hint` to see a suggestion for the changes 
required.
The following are the changes that could not be resolved:
In model scmtools.Repository:
Field 'extra_data' has been added
Field 'hosting_account' has been added
Error: Your models contain changes that Django Evolution cannot resolve 
automatically.
it@SRTREVIEWBOARD:/etc$
it@SRTREVIEWBOARD:/etc$ Upgrading Review Board from 1.6.14 to 1.7.5
There are unapplied evolutions for auth.
There are unapplied evolutions for accounts.
There are unapplied evolutions for diffviewer.
There are unapplied evolutions for reviews.
Adding baseline version for new models
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
The stored evolutions do not completely resolve all model changes.
Run `./manage.py evolve --hint` to see a suggestion for the changes 
required.
The following are the changes that could not be resolved:
In model scmtools.Repository:
Field 'extra_data' has been added
Field 'hosting_account' has been added
Error: Your models contain changes that Django Evolution cannot resolve 
automatically.
Upgrading: command not found
it@SRTREVIEWBOARD:/etc$ There are unapplied evolutions for auth.
There: command not found
it@SRTREVIEWBOARD:/etc$ There are unapplied evolutions for accounts.
There: command not found
it@SRTREVIEWBOARD:/etc$ There are unapplied evolutions for diffviewer.
There: command not found
it@SRTREVIEWBOARD:/etc$ There are unapplied evolutions for reviews.
There: command not found
it@SRTREVIEWBOARD:/etc$ Adding baseline version for new models
Adding: command not found
it@SRTREVIEWBOARD:/etc$ Project signature has changed - an evolution is 
requiredNo command 'Project' found, did you mean:
 Command 'project' from package 'turnin-ng' (universe)
Project: command not found
it@SRTREVIEWBOARD:/etc$ Installing custom SQL ...
Installing: command not found
it@SRTREVIEWBOARD:/etc$ Installing indexes ...
Installing: command not found
it@SRTREVIEWBOARD:/etc$ Installed 0 object(s) from 0 fixture(s)
-bash: syntax error near unexpected token `('
it@SRTREVIEWBOARD:/etc$ The stored evolutions do not completely resolve all 
model changes.
No command 'The' found, did you mean:
 Command 'the' from package 'the' (universe)
The: command not found
it@SRTREVIEWBOARD:/etc$ Run `./manage.py evolve --hint` to see a suggestion 
for the changes required.
-bash: ./manage.py: No such file or directory
Run: command not found
it@SRTREVIEWBOARD:/etc$
it@SRTREVIEWBOARD:/etc$ The following are the changes that could not be 
resolved:
No command 'The' found, did you mean:
 Command 'the' from package 'the' (universe)
The: command not found
it@SRTREVIEWBOARD:/etc$ In model scmtools.Repository:
In: command not found
it@SRTREVIEWBOARD:/etc$ Field 'extra_data' has been added
No command 'Field' found, did you mean:
 Command 'field' from package 'rheolef' (universe)
Field: command not found
it@SRTREVIEWBOARD:/etc$ Field 'hosting_account' has been added
No command 'Field' found, did you mean:
 Command 'field' from package 'rheolef' (universe)
Field: command not found
it@SRTREVIEWBOARD:/etc$ Error: Your models contain changes that Django 
Evolution cannot resolve automatically.
Error:: command not found
it@SRTREVIEWBOARD:/etc$
 
I am not sure of what to do next - can anyone advise?
 
I have backed up the database incase I need to hose the current 
installation and start a fresh.
 
Cheers,
 
-Clive-

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message 

Re: Problem with recent upgrade - renders RB Site non operational

2013-02-11 Thread Christian Hammond
Hi Clive,

I replied to this previously with some things to try and some questions. Can 
you look for the previous e-mail?

Christian


-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com

On Feb 11, 2013, at 1:36 AM, Clive Hunt clive.h...@gmail.com wrote:

 Hi.
  
 I am new to RB and Linux in general. I have attempted an upgrade but this has 
 stopped the site from functioning. Here is the transcript:
  
 it@SRTREVIEWBOARD:/etc$ sudo rb-site upgrade /var/www/reviewboard
 [sudo] password for it:
 Rebuilding directory structure
 Upgrading site settings_local.py
 Updating database. This may take a while.
 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.
 -- begin log output --
 Creating tables ...
 Creating table extensions_registeredextension
 Creating table diffviewer_filediffdata
 Upgrading Review Board from 1.6.14 to 1.7.5
 There are unapplied evolutions for auth.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 Adding baseline version for new models
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 The stored evolutions do not completely resolve all model changes.
 Run `./manage.py evolve --hint` to see a suggestion for the changes required.
 The following are the changes that could not be resolved:
 In model scmtools.Repository:
 Field 'extra_data' has been added
 Field 'hosting_account' has been added
 Error: Your models contain changes that Django Evolution cannot resolve 
 automatically.
 it@SRTREVIEWBOARD:/etc$
 it@SRTREVIEWBOARD:/etc$ Upgrading Review Board from 1.6.14 to 1.7.5
 There are unapplied evolutions for auth.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 Adding baseline version for new models
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 The stored evolutions do not completely resolve all model changes.
 Run `./manage.py evolve --hint` to see a suggestion for the changes required.
 The following are the changes that could not be resolved:
 In model scmtools.Repository:
 Field 'extra_data' has been added
 Field 'hosting_account' has been added
 Error: Your models contain changes that Django Evolution cannot resolve 
 automatically.
 Upgrading: command not found
 it@SRTREVIEWBOARD:/etc$ There are unapplied evolutions for auth.
 There: command not found
 it@SRTREVIEWBOARD:/etc$ There are unapplied evolutions for accounts.
 There: command not found
 it@SRTREVIEWBOARD:/etc$ There are unapplied evolutions for diffviewer.
 There: command not found
 it@SRTREVIEWBOARD:/etc$ There are unapplied evolutions for reviews.
 There: command not found
 it@SRTREVIEWBOARD:/etc$ Adding baseline version for new models
 Adding: command not found
 it@SRTREVIEWBOARD:/etc$ Project signature has changed - an evolution is 
 requiredNo command 'Project' found, did you mean:
  Command 'project' from package 'turnin-ng' (universe)
 Project: command not found
 it@SRTREVIEWBOARD:/etc$ Installing custom SQL ...
 Installing: command not found
 it@SRTREVIEWBOARD:/etc$ Installing indexes ...
 Installing: command not found
 it@SRTREVIEWBOARD:/etc$ Installed 0 object(s) from 0 fixture(s)
 -bash: syntax error near unexpected token `('
 it@SRTREVIEWBOARD:/etc$ The stored evolutions do not completely resolve all 
 model changes.
 No command 'The' found, did you mean:
  Command 'the' from package 'the' (universe)
 The: command not found
 it@SRTREVIEWBOARD:/etc$ Run `./manage.py evolve --hint` to see a suggestion 
 for the changes required.
 -bash: ./manage.py: No such file or directory
 Run: command not found
 it@SRTREVIEWBOARD:/etc$
 it@SRTREVIEWBOARD:/etc$ The following are the changes that could not be 
 resolved:
 No command 'The' found, did you mean:
  Command 'the' from package 'the' (universe)
 The: command not found
 it@SRTREVIEWBOARD:/etc$ In model scmtools.Repository:
 In: command not found
 it@SRTREVIEWBOARD:/etc$ Field 'extra_data' has been added
 No command 'Field' found, did you mean:
  Command 'field' from package 'rheolef' (universe)
 Field: command not found
 it@SRTREVIEWBOARD:/etc$ Field 'hosting_account' has been added
 No command 'Field' found, did you mean:
  Command 'field' from package 'rheolef' (universe)
 Field: command not found
 it@SRTREVIEWBOARD:/etc$ Error: Your models contain changes that Django 
 Evolution cannot resolve automatically.
 Error:: command not found
 it@SRTREVIEWBOARD:/etc$
  
 I am not sure of what to do next - can anyone advise?
  
 I have backed up the database incase I need to hose the current installation 
 and start a fresh.
  
 

Re: Problem with recent upgrade - renders RB Site non operational

2013-02-11 Thread Clive Hunt
Hi Christian,
 
Not sure what is going on but I have no messages from you on Friday showing 
on my Google Groups.  Can you re-post please?
 
I will then try your suggestions and get back to you with the results.
 
Many Thanks,
 
-Clive-

On Monday, 11 February 2013 09:37:22 UTC, Christian Hammond wrote:

 Hi Clive,

 I replied to this previously with some things to try and some questions. 
 Can you look for the previous e-mail?

 Christian


 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com 

 On Feb 11, 2013, at 1:36 AM, Clive Hunt clive...@gmail.com javascript: 
 wrote:

 Hi.
  
 I am new to RB and Linux in general. I have attempted an upgrade but this 
 has stopped the site from functioning. Here is the transcript:
  
 i...@SRTREVIEWBOARD:/etc$ javascript: sudo rb-site upgrade 
 /var/www/reviewboard
 [sudo] password for it:
 Rebuilding directory structure
 Upgrading site settings_local.py
 Updating database. This may take a while.
 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.
 -- begin log output --
 Creating tables ...
 Creating table extensions_registeredextension
 Creating table diffviewer_filediffdata
 Upgrading Review Board from 1.6.14 to 1.7.5
 There are unapplied evolutions for auth.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 Adding baseline version for new models
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 The stored evolutions do not completely resolve all model changes.
 Run `./manage.py evolve --hint` to see a suggestion for the changes 
 required.
 The following are the changes that could not be resolved:
 In model scmtools.Repository:
 Field 'extra_data' has been added
 Field 'hosting_account' has been added
 Error: Your models contain changes that Django Evolution cannot resolve 
 automatically.
 i...@SRTREVIEWBOARD:/etc$ javascript:
 i...@SRTREVIEWBOARD:/etc$ javascript: Upgrading Review Board from 
 1.6.14 to 1.7.5
 There are unapplied evolutions for auth.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 Adding baseline version for new models
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 The stored evolutions do not completely resolve all model changes.
 Run `./manage.py evolve --hint` to see a suggestion for the changes 
 required.
 The following are the changes that could not be resolved:
 In model scmtools.Repository:
 Field 'extra_data' has been added
 Field 'hosting_account' has been added
 Error: Your models contain changes that Django Evolution cannot resolve 
 automatically.
 Upgrading: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: There are unapplied evolutions 
 for auth.
 There: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: There are unapplied evolutions 
 for accounts.
 There: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: There are unapplied evolutions 
 for diffviewer.
 There: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: There are unapplied evolutions 
 for reviews.
 There: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: Adding baseline version for new 
 models
 Adding: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: Project signature has changed - 
 an evolution is requiredNo command 'Project' found, did you mean:
  Command 'project' from package 'turnin-ng' (universe)
 Project: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: Installing custom SQL ...
 Installing: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: Installing indexes ...
 Installing: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: Installed 0 object(s) from 0 
 fixture(s)
 -bash: syntax error near unexpected token `('
 i...@SRTREVIEWBOARD:/etc$ javascript: The stored evolutions do not 
 completely resolve all model changes.
 No command 'The' found, did you mean:
  Command 'the' from package 'the' (universe)
 The: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: Run `./manage.py evolve --hint` 
 to see a suggestion for the changes required.
 -bash: ./manage.py: No such file or directory
 Run: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript:
 i...@SRTREVIEWBOARD:/etc$ javascript: The following are the changes 
 that could not be resolved:
 No command 'The' found, did you mean:
  Command 'the' from package 'the' (universe)
 The: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: In model scmtools.Repository:
 In: command not found
 i...@SRTREVIEWBOARD:/etc$ javascript: Field 'extra_data' has been 
 added
 No command 'Field'