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] Which Radeon Firmware?

2013-11-11 Thread Marc Joliet
Am Mon, 11 Nov 2013 12:55:02 -0600 schrieb Bruce Hill : [...] > Hi Marc, > > Do you have DRM_RADEON built in or a module? > > Just wondering if that's the difference. I have it configured as a module, just like the OP (after re-configuring): % zgrep DRM_RADEON /proc/config.gz CONFIG_DRM_RADEO

Re: [gentoo-user] Which Radeon Firmware?

2013-11-11 Thread Bruce Hill
On Mon, Nov 11, 2013 at 05:41:55PM +0100, Marc Joliet wrote: > Am Mon, 11 Nov 2013 16:03:23 +0100 > schrieb Elias Diem : > > > Hi Bruce > > > > On 2013-11-11, Bruce Hill wrote: > > > > > If you have CONFIG_DRM_RADEON=m, and > > > CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/", then the kernel will

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] Which Radeon Firmware?

2013-11-11 Thread Marc Joliet
Am Mon, 11 Nov 2013 16:03:23 +0100 schrieb Elias Diem : > Hi Bruce > > On 2013-11-11, Bruce Hill wrote: > > > If you have CONFIG_DRM_RADEON=m, and > > CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/", then the kernel will pick the > > right firmware automatically, without having to name the microcode

Re: [gentoo-user] Which Radeon Firmware?

2013-11-11 Thread Bruce Hill
On Mon, Nov 11, 2013 at 04:03:23PM +0100, Elias Diem wrote: > Hi Bruce > > On 2013-11-11, Bruce Hill wrote: > > > If you have CONFIG_DRM_RADEON=m, and > > CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/", then the kernel will pick the > > right firmware automatically, without having to name the microc

Re: [gentoo-user] Which Radeon Firmware?

2013-11-11 Thread Elias Diem
Hi Bruce On 2013-11-11, Bruce Hill wrote: > If you have CONFIG_DRM_RADEON=m, and > CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/", then the kernel will pick the > right firmware automatically, without having to name the microcode in > CONFIG_EXTRA_FIRMWARE at all. Yes, thank you. It worked. > Buil

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] Which Radeon Firmware?

2013-11-11 Thread Bruce Hill
On Mon, Nov 11, 2013 at 01:59:41PM +0100, Elias Diem wrote: > Hi all > > I've got a Radeon graphics card and I don't know which > firmware to use. My model doesn't seem to be listed on > https://wiki.gentoo.org/wiki/Radeon#Firmware > > Here is the output from lspci: > > > 00:01.0 VGA compati

[gentoo-user] Which Radeon Firmware?

2013-11-11 Thread Elias Diem
Hi all I've got a Radeon graphics card and I don't know which firmware to use. My model doesn't seem to be listed on https://wiki.gentoo.org/wiki/Radeon#Firmware Here is the output from lspci: 00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Trinity [Radeon HD 7560D]

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