View Single Post
Posts: 4 | Thanked: 0 times | Joined on Jun 2012
#48
Originally Posted by stevomanu View Post
Maybe try and update your phone ?

Code:
apt-get update
then

Code:
apt-get upgrade
After updates have installed try it again see what happens .
Thanks stevomanu I did the following ...

Code:
 apt-get update
apt-get upgrade -y
But still the same =(

Then I did (according to hxxp://zitstif.no-ip.org/?p=581&cpage=1#comment-5188) ...

Code:
 apt-get install nmap=5.50-2 libaprutil1=1.3.9-2 libapr1=1.4.2-1 --force-yes -y
apt-get clean && apt-get autoclean
because I also noted that when I do svn there is a segmentation fault and nmap error route_dst_netlink: can’t find interface “wlan0″ =S

Now I got svn and nmap working but metasploit still show the same error ...
Any clue?