OpnSrcConstruction / subterfuge

Automatically exported from code.google.com/p/subterfuge
GNU General Public License v3.0
1 stars 0 forks source link

Server Not Qutting #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run subterfuge
2. Control + C in the term
3. run subterfuge again

What is the expected output? What do you see instead?

Expected output was for the server to start up again. Instead this is what I 
got.

anthony@Watermelon:~/Downloads/subterfuge$ 
anthony@Watermelon:~/Downloads/subterfuge$ sudo subterfuge 

Subterfuge courtesy of r00t0v3rr1d3 & 0sm0s1z
Checking for updates. You can disable this feature through the settings page.
Updating Subterfuge...
sh: 1: svn: not found
sh: 1: svn: not found
Traceback (most recent call last):
  File "/usr/share/subterfuge/update.py", line 93, in <module>
    main()  
  File "/usr/share/subterfuge/update.py", line 43, in main
    release = int(revision) - initial_revision_number
UnboundLocalError: local variable 'revision' referenced before assignment
Network Re-ARP Complete
Validating models...

0 errors found
Django version 1.3.1, using settings 'subterfuge.settings'
Development server is running at http://127.0.0.1:80/
Quit the server with CONTROL-C.
Error: That port is already in use.
anthony@Watermelon:~/Downloads/subterfuge$ 

What version of the product are you using? On what operating system?

Subterfuge 5.0, Ubuntu 12.04

Please provide any additional information below.

When doing sudo subterfuge -s 127.0.0.1:81 it'll run but on 81 and not 80.

Original issue reported on code.google.com by anthonya...@gmail.com on 10 Apr 2013 at 9:07

GoogleCodeExporter commented 8 years ago
This is a problem with the Django development web server which is being used to 
host the Subterfuge GUI. We are aware of this problem and do not currently have 
a fix since it is not our software and we have not looked into it yet.

Original comment by topher.s...@gmail.com on 24 Apr 2013 at 4:02

GoogleCodeExporter commented 8 years ago
A quick fix is to enter the subterfuge directory and run "sudo python 
install.py -i" 
and do a quick(simple) install on the graphic installer. 

Original comment by ethanhay...@me.com on 17 Jun 2013 at 10:39