@ killing a process in terminal type "ps -ax" ( ps space -ax) it will display all the process which are running. get the number of the corresponding process and type in terminal " kill number" number means which ever be the number corresponding to the process, some thing like 2436 , use it as "kill 2436"
On 5/23/10, Srihari k <[email protected]> wrote: > On 23/05/2010, Joji Antony <[email protected]> wrote: >> @Srihari >> >> If the program starts as a service, it will be automatically restarted >> every time you kill it. On a Debian system you can stop,restart etc >> the service by >> >> sudo service wvdial stop|restart|start >> >> etc >> >> If the "service" command is not available on your box, you need to >> find the initialization script in /etc/init.d folder, I think. Look for >> files >> that are named similar like wvdial. > > @Joji Antony > No wvdial is not a service. > > Can anyone please check this log and tell me where is the problem?In > wvdial or bluetooth (bluez) or kernel ? > > http://pastebin.com/R8LfhiYk > >> I dont know if that is your problem, but HTH >> >> -- >> "Freedom is the only law". >> "Freedom Unplugged" >> http://www.ilug-tvm.org >> >> You received this message because you are subscribed to the Google >> Groups "ilug-tvm" group. >> To control your subscription visit >> http://groups.google.co.in/group/ilug-tvm/subscribe >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> >> >> >> For details visit the google group page: >> http://groups.google.com/group/ilug-tvm?hl=en >> > > > -- > Srihari K > > -- > "Freedom is the only law". > "Freedom Unplugged" > http://www.ilug-tvm.org > > You received this message because you are subscribed to the Google > Groups "ilug-tvm" group. > To control your subscription visit > http://groups.google.co.in/group/ilug-tvm/subscribe > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > > > > For details visit the google group page: > http://groups.google.com/group/ilug-tvm?hl=en > -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
