OpnSrcConstruction / subterfuge

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

Mac OS X Version #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create Mac OS X application

What is the expected output? What do you see instead?
-Subterfuge running natively on Mac OS X

Original issue reported on code.google.com by topher.s...@gmail.com on 8 May 2012 at 9:57

GoogleCodeExporter commented 8 years ago
I'll be your beta-tester!

Original comment by markalle...@gmail.com on 13 Jul 2012 at 10:59

GoogleCodeExporter commented 8 years ago
Issue 38 has been merged into this issue.

Original comment by topher.s...@gmail.com on 7 Aug 2012 at 7:32

GoogleCodeExporter commented 8 years ago
Looks good on Lion so far but can't seem to get the interface 

had no issues whatsoever with my build

see stdout  > 

uit the server with CONTROL-C.
[13/Aug/2012 17:25:59] "GET / HTTP/1.1" 200 9498
[13/Aug/2012 17:25:59] "GET /static/css/settings.css HTTP/1.1" 200 197
[13/Aug/2012 17:25:59] "GET /static/css/main.css HTTP/1.1" 200 8113
[13/Aug/2012 17:25:59] "GET /static/js/domtab.js HTTP/1.1" 200 9399
[13/Aug/2012 17:25:59] "GET /static/js/jquery.js HTTP/1.1" 200 91358
[13/Aug/2012 17:25:59] "GET /static/css/domtab.css HTTP/1.1" 200 3108
[13/Aug/2012 17:25:59] "GET /static/images/subterfugebg.png HTTP/1.1" 200 
1459772
[13/Aug/2012 17:25:59] "GET /static/images/logo.png HTTP/1.1" 200 65863
[13/Aug/2012 17:25:59] "GET /static/images/title.png HTTP/1.1" 200 15636
[13/Aug/2012 17:25:59] "GET /static/images/activity.gif HTTP/1.1" 200 7247
[13/Aug/2012 17:25:59] "GET /static/images/panel.jpg HTTP/1.1" 200 430
[13/Aug/2012 17:25:59] "GET / HTTP/1.1" 200 438
[13/Aug/2012 17:25:59] "GET /static/images/loader.gif HTTP/1.1" 200 10819
[13/Aug/2012 17:25:59] "GET /static/images/TranspFills/transpBlue90.png 
HTTP/1.1" 200 170
[13/Aug/2012 17:25:59] "GET /static/images/transpBlack75.png HTTP/1.1" 200 166
[13/Aug/2012 17:25:59] "GET /static/images/panelsmall.png HTTP/1.1" 200 342
[13/Aug/2012 17:25:59] "GET /static/images/down.png HTTP/1.1" 200 2936
[13/Aug/2012 17:26:00] "GET / HTTP/1.1" 200 438
[13/Aug/2012 17:26:01] "GET / HTTP/1.1" 200 438
[13/Aug/2012 17:26:02] "GET / HTTP/1.1" 200 438
[13/Aug/2012 17:26:03] "GET / HTTP/1.1" 200 438
[13/Aug/2012 17:26:04] "GET / HTTP/1.1" 200 438
[13/Aug/2012 17:26:05] "GET / HTTP/1.1" 200 438
[13/Aug/2012 17:26:05] "GET /plugins/ HTTP/1.1" 200 20759
[13/Aug/2012 17:26:06] "GET /static/images/plugins/builder.png HTTP/1.1" 200 
66822
[13/Aug/2012 17:26:06] "GET /static/images/plugins/netview.png HTTP/1.1" 200 
5364
[13/Aug/2012 17:26:06] "GET /static/images/plugins/tunnelblock.png HTTP/1.1" 
200 77935
[13/Aug/2012 17:26:06] "GET /static/images/plugins/dos.png HTTP/1.1" 200 31425
[13/Aug/2012 17:26:06] "GET /static/images/plugins/harvester.png HTTP/1.1" 200 
26148
[13/Aug/2012 17:26:06] "GET /static/images/plugins/injection.png HTTP/1.1" 200 
5589
[13/Aug/2012 17:26:06] "GET /static/images/redbuttonbg.png HTTP/1.1" 200 256
[13/Aug/2012 17:26:06] "GET /static/images/plugins/hijacking.png HTTP/1.1" 200 
7120
[13/Aug/2012 17:26:06] "GET /static/images/plugins/evilgrade.png HTTP/1.1" 200 
25416
[13/Aug/2012 17:26:07] "GET /plugins/ HTTP/1.1" 200 20759
ls: /sys/class/net/: No such file or directory
usage: route [-dnqtv] command [[modifiers] args]
No default gateway present
[13/Aug/2012 17:26:18] "GET /settings/ HTTP/1.1" 200 14808
Using Interface => -----
Auto Configure  => yes
Using Gateway   => -----
ifconfig: illegal option -- -
usage: ifconfig [-C] [-L] interface address_family [address [dest_address]]
                [parameters]
       ifconfig interface create
       ifconfig -a [-C] [-L] [-d] [-m] [-u] [-v] [address_family]
       ifconfig -l [-d] [-u] [address_family]
       ifconfig [-C] [-L] [-d] [-m] [-u] [-v]
[13/Aug/2012 17:26:28] "POST /config/settings/ HTTP/1.1" 200 14664
^Csh-3.2# open .
sh-3.2# subterfuge 

Original comment by gentlema...@gmail.com on 13 Aug 2012 at 10:38

GoogleCodeExporter commented 8 years ago
Installed it with full dependencies on my OSX Lion box and it just gives me 
this when I run the Subterfuge command

Traceback (most recent call last):
  File "/bin/subterfuge", line 7, in <module>
    from update import updatecheck
  File "/usr/share/subterfuge/update.py", line 13, in <module>
    from django.conf import settings
ImportError: No module named django.conf

Original comment by nixe...@gmail.com on 20 Jan 2013 at 7:49

GoogleCodeExporter commented 8 years ago
Has Subterfuge been successfully tested on OSX yet?  I haven't seen follow-up 
to these messages:  
http://code.google.com/p/subterfuge/issues/detail?id=45#makechanges
Thanks in advance,
Kyle

Original comment by bigoi...@gmail.com on 8 Mar 2013 at 6:56

GoogleCodeExporter commented 8 years ago

Original comment by topher.s...@gmail.com on 14 Mar 2013 at 3:25