Re: [gentoo-user] Firefox not killing processes on close

2013-11-22 Thread Dale
Dale wrote: > Thanks for the help tho. Right now, I'm doing a emerge -e system and > plan to start a emerge -e world when I leave in the AM to take my bro > to the Doctor. It may not help one dang bit but what the heck. I need > to break in this new CPU/cooler grease anyway. ;-) Dale :-) :-) Smal

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Dale
Frank Steinmetzger wrote: > On Sun, Nov 10, 2013 at 04:07:34PM -0600, Dale wrote: > I have noticed something that really bugs me. I sometimes have a few Firefox sessions running. I do this because I have to be logged into a website with more than one user/password. Here is my issu

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Dale
Alan McKinnon wrote: > On 11/11/2013 09:39, Dale wrote: >>> Use pstree or pc with the -f option to see what is really going on >> I had forgot about the pstree command. I don't have a pc command. What >> package does it belong too? Here is a snippet of pstree. > s/pc/ps/ > > typo. muscle memory. so

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Peter Weilbacher
On 2013-11-11 23:40, Frank Steinmetzger wrote: On Sun, Nov 10, 2013 at 04:07:34PM -0600, Dale wrote: > What version of Firefox? What addons (if any) do you use with Firefox? Oh good heavens. I have lots of add ons installed. It would take me a while to list them all, heck, just to get a l

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Frank Steinmetzger
On Sun, Nov 10, 2013 at 04:07:34PM -0600, Dale wrote: > >> I have noticed something that really bugs me. I sometimes have a few > >> Firefox sessions running. I do this because I have to be logged into a > >> website with more than one user/password. Here is my issue. If I click > >> the X box

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Alexander Kapshuk
On 11/11/2013 10:46 PM, Edward M wrote: > On 11/11/2013 11:57 AM, Alexander Kapshuk wrote: >> Alternatively, to the best of my knowledge, that could be shortened >> down to: >> >> rm `find ~/.mozilla -name "*lock"` > Thanks for sharing:-) > > After a little modification, tried it in a sc

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Edward M
On 11/11/2013 11:57 AM, Alexander Kapshuk wrote: Alternatively, to the best of my knowledge, that could be shortened down to: rm `find ~/.mozilla -name "*lock"` Thanks for sharing:-) After a little modification, tried it in a script on different files and they deleted.

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Alexander Kapshuk
On 11/11/2013 09:44 PM, Edward M wrote: > On 11/11/2013 10:50 AM, Bruce Hill wrote: >> Couldn't you just issue: >> find .mozilla/firefox/ -iname '*.parentlock' 2>/dev/null >> rather than running strace? >Hello:-) > It may work. never tried it > Now I'm thinking probably using a

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Edward M
On 11/11/2013 10:50 AM, Bruce Hill wrote: Couldn't you just issue: find .mozilla/firefox/ -iname '*.parentlock' 2>/dev/null rather than running strace? Hello:-) It may work. never tried it Now I'm thinking probably using a shell script like the following, can be used instead

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Bruce Hill
On Mon, Nov 11, 2013 at 10:28:19AM -0800, Edward M wrote: > On 11/10/2013 1:38 PM, Dale wrote: > > When it does not kill correctly and I try to restart that > > session, I get the error that the session is already running. > > Hello,:-) > / > /The following article explains how to deal wit

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Edward M
On 11/10/2013 1:38 PM, Dale wrote: When it does not kill correctly and I try to restart that session, I get the error that the session is already running. Hello,:-) / /The following article explains how to deal with "Firefox is already running" message.hope it helps out "Run *s

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Alexander Kapshuk
On 11/11/2013 04:52 PM, Bruce Hill wrote: > On Mon, Nov 11, 2013 at 01:44:10AM -0600, Dale wrote: >>> On 10/11/13 at 08:07pm, Walter Dnes wrote: >>> Try this hack :) >>> >>> $ ps -ef | grep [u]rxvt >>> yohan 3559 1 0 11:50 ?00:00:00 urxvt >>> yohan 3667 1 0 11:52 ?

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Neil Bothwick
On Mon, 11 Nov 2013 09:35:11 -0500, gottl...@nyu.edu wrote: > I'll leave the heavy listing to alan, but to avoid listing the grep, I > believe you want > > ps -ef | grep firefox | grep -v grep I see a lot of wheels being reinvented... -- Neil Bothwick NOTE: In order to control energy cos

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Bruce Hill
On Mon, Nov 11, 2013 at 01:44:10AM -0600, Dale wrote: > > On 10/11/13 at 08:07pm, Walter Dnes wrote: > > Try this hack :) > > > > $ ps -ef | grep [u]rxvt > > yohan 3559 1 0 11:50 ?00:00:00 urxvt > > yohan 3667 1 0 11:52 ?00:00:00 urxvt > > > > That one didn't retu

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread gottlieb
On Sun, Nov 10 2013, Dale wrote: > Walter Dnes wrote: >> On Sun, Nov 10, 2013 at 03:38:16PM -0600, Dale wrote >> >> ps -ef | grep firefox >> >> and you'll get something like... >> >> [i660][waltdnes][~] ps -ef | grep firefox >> waltdnes 28696 11663 2 19:35 pts/22 00:00:07 firefox >> waltdnes 28

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Alan McKinnon
On 11/11/2013 09:39, Dale wrote: >> Use pstree or pc with the -f option to see what is really going on >> > > > I had forgot about the pstree command. I don't have a pc command. What > package does it belong too? Here is a snippet of pstree. s/pc/ps/ typo. muscle memory. sorry. -- Alan McKinn

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Neil Bothwick
On Mon, 11 Nov 2013 11:54:57 +0530, Yohan Pereira wrote: > > Only one Firefox process exists. (I can't seem to prevent the grep > > command from listing itself). > > Try this hack :) > > $ ps -ef | grep [u]rxvt > yohan 3559 1 0 11:50 ?00:00:00 urxvt > yohan 3667 1

Re: [gentoo-user] Firefox not killing processes on close

2013-11-11 Thread Dale
Yohan Pereira wrote: > On 11/11/13 at 01:44am, Dale wrote: >> Yohan Pereira wrote: >>> On 10/11/13 at 08:07pm, Walter Dnes wrote: [i660][waltdnes][~] ps -ef | grep firefox waltdnes 28696 11663 2 19:35 pts/22 00:00:07 firefox waltdnes 28836 28825 0 19:39 pts/30 00:00:00 grep --c

Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread Yohan Pereira
On 11/11/13 at 01:44am, Dale wrote: > Yohan Pereira wrote: > > On 10/11/13 at 08:07pm, Walter Dnes wrote: > >> [i660][waltdnes][~] ps -ef | grep firefox > >> waltdnes 28696 11663 2 19:35 pts/22 00:00:07 firefox > >> waltdnes 28836 28825 0 19:39 pts/30 00:00:00 grep --color=auto firefox > >> >

Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread Dale
Yohan Pereira wrote: > On 10/11/13 at 08:07pm, Walter Dnes wrote: >> [i660][waltdnes][~] ps -ef | grep firefox >> waltdnes 28696 11663 2 19:35 pts/22 00:00:07 firefox >> waltdnes 28836 28825 0 19:39 pts/30 00:00:00 grep --color=auto firefox >> >> Only one Firefox process exists. (I can't s

Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread Dale
Alan McKinnon wrote: > On 11/11/2013 05:53, Dale wrote: >>> Only one Firefox process exists. (I can't seem to prevent the grep command from listing itself). >> I don't know whether to say you are wrong or on to something. LOL When >> I have three sessions running here, I get this: >> >> r

Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread Alan McKinnon
On 11/11/2013 05:53, Dale wrote: >> Only one Firefox process exists. (I can't seem to prevent the grep >> > command from listing itself). > > I don't know whether to say you are wrong or on to something. LOL When > I have three sessions running here, I get this: > > root@fireball / # ps aux

Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread Yohan Pereira
On 10/11/13 at 08:07pm, Walter Dnes wrote: > [i660][waltdnes][~] ps -ef | grep firefox > waltdnes 28696 11663 2 19:35 pts/22 00:00:07 firefox > waltdnes 28836 28825 0 19:39 pts/30 00:00:00 grep --color=auto firefox > > Only one Firefox process exists. (I can't seem to prevent the grep > c

Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread Dale
Walter Dnes wrote: > On Sun, Nov 10, 2013 at 03:38:16PM -0600, Dale wrote >> Howdy, >> >> I have noticed something that really bugs me. I sometimes have a few >> Firefox sessions running. I do this because I have to be logged into a >> website with more than one user/password. Here is my issue.

Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread Walter Dnes
On Sun, Nov 10, 2013 at 03:38:16PM -0600, Dale wrote > Howdy, > > I have noticed something that really bugs me. I sometimes have a few > Firefox sessions running. I do this because I have to be logged into a > website with more than one user/password. Here is my issue. If I click > the X box t

Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread Dale
staticsafe wrote: > On 11/10/2013 16:38, Dale wrote: >> Howdy, >> >> I have noticed something that really bugs me. I sometimes have a few >> Firefox sessions running. I do this because I have to be logged into a >> website with more than one user/password. Here is my issue. If I click >> the X

Re: [gentoo-user] Firefox not killing processes on close

2013-11-10 Thread staticsafe
On 11/10/2013 16:38, Dale wrote: > Howdy, > > I have noticed something that really bugs me. I sometimes have a few > Firefox sessions running. I do this because I have to be logged into a > website with more than one user/password. Here is my issue. If I click > the X box to close a session of

[gentoo-user] Firefox not killing processes on close

2013-11-10 Thread Dale
Howdy, I have noticed something that really bugs me. I sometimes have a few Firefox sessions running. I do this because I have to be logged into a website with more than one user/password. Here is my issue. If I click the X box to close a session of Firefox, it doesn't seem to kill the process