PDA

View Full Version : [ubuntu] Kill The Process using terminal..



mrridz
June 3rd, 2009, 10:04 AM
root@c0mrade-laptop:~/madwifi# airmon-ng start ath0


Found 5 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!

PID Name
2678 NetworkManager
2696 wpa_supplicant
2701 avahi-daemon
2703 avahi-daemon
3268 dhclient
Process with PID 3268 (dhclient) is running on interface ath0


Interface Chipset Driver

wifi0 Atheros madwifi-ng
ath0 Atheros madwifi-ng VAP (parent: wifi0) (VAP cannot be put in monitor mode)

root@c0mrade-laptop:~/madwifi#


im facing this problem while i trying to run airodump..can anyone tell me how to kill the process..?? need it a.s.a.p..
thanks..

spcwingo
June 3rd, 2009, 10:08 AM
Say, for example, you wanted to kill a process named wbar. That would be:


pkill wbar

Or, if it's a process run by root:


sudo pkill wbar

Sub101
June 3rd, 2009, 10:08 AM
Not sure of exactly your problem but to kill a process you can


pkill <processname>
or
kill <pid>

sehe
June 3rd, 2009, 10:08 AM
I don't really get the question. Here goes the generic answer

apropos kill
killall <processname>
man pgrep

/etc/init.d/avahi-daemon stop
/etc/init.d/wpa-ifupdown stop

luck

mrridz
June 3rd, 2009, 06:40 PM
thanks dude..ya'll bright my day..now i can use aircrack..thanks a lot..