Results 1 to 10 of 10
sudo airmon-ng start wlan0
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 ...
- 09-28-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 17
How to close the following processes?
sudo airmon-ng start wlan0
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
670 NetworkManager
675 avahi-daemon
677 avahi-daemon
731 wpa_supplicant
1523 dhclient
Process with PID 1523 (dhclient) is running on interface wlan0
I use Ubuntu Netbook Remix 10.04.
Thank you.
- 09-29-2010 #2
Hi you have to delete the id number by opening file where process is run and then save file .
i.e you will look process file in as
Code:[ved@localhost /]$ cd /var/run/ [ved@localhost run]$ ls abrt gdm pcscd.events setroubleshoot abrtd.pid gdm.pid pcscd.pid sm-client.pid acpid.pid hald pcscd.pub sm-notify.pid acpid.socket haldaemon.pid plymouth sshd.pid atd.pid httpd pm-utils sudo auditd.pid libgpod portreserve syslogd.pid avahi-daemon lvm ppp udev-configure-printer console mdadm pptp udisks ConsoleKit messagebus.pid rpcbind.lock utmp console-kit-daemon.pid netreport rpcbind.sock vpnc crond.pid net-snmp rpc.statd.pid wpa_supplicant cron.reboot NetworkManager saslauthd wpa_supplicant.pid cups nscd sendmail.pid yum.pid cupsd.pid openvpn sepermit dbus pcscd.comm setrans
- 09-29-2010 #3
as i have to close yum pid no 2734 then
and hit enter keyCode:[ved@localhost ~]$ su Password: [root@localhost ved]# vi /var/run/yum.pid
then ssow a number which i delete
and then press Esc :wq enter
- 09-29-2010 #4Just Joined!
- Join Date
- Aug 2010
- Posts
- 17
Could you write precise sequence of commands for Ubuntu?
Is it the only way to close those processes?
- 09-30-2010 #5
doesn't the kill command work under sudo with the pid??? (be very carefull with this though!)
- 10-01-2010 #6Just Joined!
- Join Date
- Aug 2010
- Posts
- 17
OK. I'll try.
Is there any other way to close those processes?
Is there an analogues programme to NetworkManager?
- 10-01-2010 #7
Geez, I thought I've seen everything.

Generally, daemons and processes started from rc.d or init.d scripts should be shut down usingor similar.Code:sudo /etc/init.d/foo stop
DHCP client is probably started from your network config, revise that to get rid of it.
NetworkManager ... it is provided for convenience, it's not needed for a network connection to function.
- 10-01-2010 #8
- 10-01-2010 #9Just Joined!
- Join Date
- Jan 2006
- Posts
- 62
"it is provided for convenience, it's not needed for a network connection to function."
__________________________
Maybe you need those programs to make network secure..?
Maybe deleting those programs could open security exploit holes in the OS..?
Which security updates are those items connected to..? and why?..
- 10-01-2010 #10Just Joined!
- Join Date
- Aug 2010
- Posts
- 17
When I type "sudo /etc/init.d/foo stop"
the processes seem to shut down, but if I try to use aireplay, those processes appear again with different PIDs.
How to close them permanently?
I also cannot install madwifi; maybe there is some compatibility problems with Atheros 5007EG.


Reply With Quote
