Reply
Thread Tools
Posts: 44 | Thanked: 9 times | Joined on Dec 2012
#1
run driftnet in n900 as root and get permission denied. I have searched online and found nothing. (driftnet is already chmod x)

Last edited by gibman; 2013-01-28 at 00:00.
 
Posts: 30 | Thanked: 104 times | Joined on Jun 2014 @ Earth
#2
Originally Posted by gibman View Post
run driftnet in n900 as root and get permission denied. I have searched online and found nothing. (driftnet is already chmod x)
i got the same problem..have a fix yet?
 
Sohil876's Avatar
Posts: 130 | Thanked: 132 times | Joined on Jan 2013 @ India
#3
Originally Posted by gibman View Post
run driftnet in n900 as root and get permission denied. I have searched online and found nothing. (driftnet is already chmod x)

Originally Posted by amirulrb View Post
i got the same problem..have a fix yet?
Yeah if youre executing it by just tryping driftnet you get that error because youre trying to execute a directory. The package in repos have a wrong sysmlink (if not intentional) of a directory /opt/driftnet/ to /usr/bin/driftnet.
It should actually contain a sysmlink of binary /opt/driftnet/driftnet to /usr/bin/driftnet.
But you should be able to use driftnet by typing :
Code:
driftnet/driftnet
But if you dont want to keep typing that instead of just driftnet, removing the original sysmlink :
Code:
rm /usr/bin/driftnet
And doing a sysmlink of binary :
Code:
ln -s /opt/driftnet/driftnet /usr/bin/driftnet
should make it work, you should then be able to use it by just typing driftnet.

Last edited by Sohil876; 2014-06-20 at 13:05.
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:33.