hak4 / subterfuge

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

bash: subterfuge: command not found #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. root@kali:~# python subterfuge/install.py -i
Installing...
Installing Dependencies:
Unpacking python-twisted
tar: dependencies/Twisted-12.0.0.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Installing python-twisted
mv: cannot stat `Twisted-12.0.0/*': No such file or directory
python: can't open file 'setup.py': [Errno 2] No such file or directory
Unpacking Django
tar: dependencies/Django-1.3.1.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Installing Django
python: can't open file 'Django-1.3.1/setup.py': [Errno 2] No such file or 
directory
Unpacking python-scapy
tar: dependencies/scapy-latest.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Installing python-scapy
sh: 1: cd: can't cd to scapy-2.2.0
python: can't open file 'setup.py': [Errno 2] No such file or directory
Unpacking arptables
tar: dependencies/arptables-v0.0.3-4.tar.gz: Cannot open: No such file or 
directory
tar: Error is not recoverable: exiting now
Installing arptables
sh: 1: cd: can't cd to arptables-v0.0.3-4
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
Unpacking Sqlite3
tar: dependencies/sqlite3.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Installing Sqlite3
sh: 1: cd: can't cd to sqlite3
sh: 0: Can't open configure
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
Installation of Dependencies Complete...

Installing Subterfuge
Unpacking Subterfuge to /usr/share/
tar: subterfuge_packages.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
mv: cannot stat `subterfuge/subterfuge': No such file or directory
mv: cannot move `subterfuge/' to `/usr/share/subterfuge': Directory not empty
Installation Complete
Installing...
Installing Dependencies:
Unpacking python-twisted
tar: dependencies/Twisted-12.0.0.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Installing python-twisted
mv: cannot stat `Twisted-12.0.0/*': No such file or directory
python: can't open file 'setup.py': [Errno 2] No such file or directory
Unpacking Django
tar: dependencies/Django-1.3.1.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Installing Django
python: can't open file 'Django-1.3.1/setup.py': [Errno 2] No such file or 
directory
Unpacking python-scapy
tar: dependencies/scapy-latest.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Installing python-scapy
sh: 1: cd: can't cd to scapy-2.2.0
python: can't open file 'setup.py': [Errno 2] No such file or directory
Unpacking arptables
tar: dependencies/arptables-v0.0.3-4.tar.gz: Cannot open: No such file or 
directory
tar: Error is not recoverable: exiting now
Installing arptables
sh: 1: cd: can't cd to arptables-v0.0.3-4
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
Unpacking Sqlite3
tar: dependencies/sqlite3.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Installing Sqlite3
sh: 1: cd: can't cd to sqlite3
sh: 0: Can't open configure
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
Installation of Dependencies Complete...

Installing Subterfuge
Unpacking Subterfuge to /usr/share/
tar: subterfuge_packages.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
mv: cannot stat `subterfuge/subterfuge': No such file or directory
mv: cannot move `subterfuge/' to `/usr/share/subterfuge': Directory not empty
Installation Complete
Terminated

2. root@kali:~# subterfuge
bash: subterfuge: command not found

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

What version of the product are you using? On what operating system?
I am using kali in a live usb, I used the same method to install it in 
Backtrack5r3 and it worked fine, 

Please provide any additional information below.
it worked in backtrack which is installed.

Original issue reported on code.google.com by ahmed.da...@gmail.com on 25 Apr 2013 at 11:43

GoogleCodeExporter commented 8 years ago
Found solution,
Before root@kali:~# subterfuge type in : cd subterfuge and then root@kali:~# 
subterfuge

Even though what I wrote worked fine in BackTrack5r3 but anyway the important 
is that it's working now :)

Original comment by ahmed.da...@gmail.com on 26 Apr 2013 at 6:08

GoogleCodeExporter commented 8 years ago

Original comment by Mtoussain@gmail.com on 26 Jun 2013 at 12:38