3mrgnc3 / subterfuge

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

No access to subterfuge #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running subterfuge in the terminal.
2. Going to the browser and typing "localhost" or "127.0.0.1"
3.

What is the expected output? What do you see instead?
I should see the GUI menu of subterfuge. I've attached an image to see what I 
get instead.

What version of the product are you using? On what operating system?
4.3 public beta on backtrack 5 R3.

Please provide any additional information below.
Could  I have the link to the grid-OS ISO ?

Original issue reported on code.google.com by sonja.sa...@gmail.com on 9 Mar 2013 at 6:06

Attachments:

GoogleCodeExporter commented 9 years ago
It looks like you have the Apache webserver service running, and it is 
conflicting with Subterfuge. Typically when this occurs an error with be 
thrown, but there may be something else going on on your system. To fix this 
issue you can do either of two things:

To stop Apache and restart Subterfuge run the following commands:
service apache2 stop
subterfuge
(Now browse to localhost or 127.0.0.1)

To start Subterfuge on an alternate port run the following commands:
subterfuge -s {Put your IP Address here}:{put the port you want here}  -- Don't 
forget the : between your IP and port (us ifconfig to find your IP Address)

Then type your IP address and port into your browser URL bar like so: 
192.168.1.10:8080

Original comment by Mtoussain@gmail.com on 14 Mar 2013 at 10:34

GoogleCodeExporter commented 9 years ago
Stopping apache2 does allow subterfuge to run but changing the ports doesn't. 
It will result in the same error as the picture (stf.png) shows.

Original comment by sonja.sa...@gmail.com on 15 Mar 2013 at 2:08

GoogleCodeExporter commented 9 years ago

Original comment by topher.s...@gmail.com on 21 Mar 2013 at 1:01