[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: iceweasle bookmark items



On Sun, Dec 25, 2011 at 04:28:33PM +0800, lina wrote:
> On Sun, Dec 25, 2011 at 4:21 PM, Scott Ferguson
> <prettyfly.productions@gmail.com> wrote:
> > On 25/12/11 19:01, lina wrote:
> >> Hi,
> >>
> >> I think I made some mistakes again.
> >>
> >> I deleted the  *.default under ~/.mozilla/firefox
> >>
> >> now only:
> >>
> >> :~/.mozilla/firefox$ ls
> >> profiles.ini
> >>
> >> I could not restart the iceweasle, it's always showed me:
> >> Iceweasel is already running, but is not responding. To open a new
> >> window, you must first close the existing Iceweasel process, or
> >> restart your system.
> >>
> >> faile to find in the "top", so don't know how to kill the existing
> >> iceweasel process.
> >
> > $ killall xulrunner-stub
> 
> #  killall xulrunner-stub
> xulrunner-stub: no process found

For future reference, you could also
killall iceweasel
Or, do a 
$ ps aux | grep iceweasel #you will get something like the following
tony     30126  5.9  6.8 949352 278832 ?       Sl   11:12   3:00
/usr/lib/iceweasel/firefox-bin
tony     31431  0.0  0.0   7548   848 pts/3    S+   12:03   0:00 grep
iceweasel

Then 
kill -9 $pid
where (in my case) $pid is 30126 (the process id for my running
iceweasel instance)


./tony


-- 
http://www.baldwinsoftware.com
sent using mutt
---------------------------
ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAAB
AQC36TvTIaCR5Ft2nGWGcmRHKW6m3
ugvGXhP6gGjzfRZPD5rnExPMRJwle
Wv4f5r4WZvtHIbFfrpxfX+DIaplx
nilQWSSLclDynxeELjb7oXHrDw7V
lqipUCohFq7U86lecT57yXoEmHNMH
bzXY1f97nQN7iYW2+ZAjc+PWypwx+
Amr6dD9fuwCkg4O8j/HCVlp9hTdh
GGT28YJG50joPiT5iueyKUvdkpyV
Y0wOqSPSjiOFH/HFEaEN4fE0BmdXl
Z+5up/bAgxLUdLim7mNoqA8ePfOnl
9/EknMK8fEz3NsNybFlCvKSPpmgc
40/Ubc8SI/dUfT2DmoBTRY7Y2xHH+p 
tony@baldwinsoftware.com
-----------------------------


Reply to: