From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DB7141381F3 for ; Tue, 15 Oct 2013 16:13:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B776E0997; Tue, 15 Oct 2013 16:13:05 +0000 (UTC) Received: from mail-qe0-f42.google.com (mail-qe0-f42.google.com [209.85.128.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0F44E085B for ; Tue, 15 Oct 2013 16:13:03 +0000 (UTC) Received: by mail-qe0-f42.google.com with SMTP id gc15so6537827qeb.29 for ; Tue, 15 Oct 2013 09:13:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=uMPfb5EJBlUhgBwvqoZwFwdRh3eGwX7hQlv0MUZrCzU=; b=tOUnYefR/wTJQ5FpEDevkosC3BLQVNOlrgTRLOtEqIMAFA81kZXFjjDEKeMB/LgVIW cfO9bIRnu4qh604YfbzNsaCquTO87+Y1PB7saCdnll3CqHIuXK0bauzJwPESUEot9TEf WLv3RXDlKeZeSVLyHQznFtaMRblG8ZtD2QqfeallMNaEm3L1pBKROOFugAZQfnPcnvgC 4DZKyZJ4iHPUJBNvIq5d7QF/xzyEtrMwctjYvBpGjlKmXAumvVmULPtydq28Xuaf41CV Oghv/FdSlY3Sk0IVoAOJbT8n3Zhc3cgmjQDqgtOYU2mShtv1Xti84EYdAl5DYpfgeFGR uldA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.49.24.74 with SMTP id s10mr47529058qef.24.1381853582989; Tue, 15 Oct 2013 09:13:02 -0700 (PDT) Received: by 10.140.81.84 with HTTP; Tue, 15 Oct 2013 09:13:02 -0700 (PDT) In-Reply-To: <525D26AA.7080806@gmail.com> References: <525D006C.3000800@gmail.com> <525D26AA.7080806@gmail.com> Date: Tue, 15 Oct 2013 09:13:02 -0700 Message-ID: Subject: Re: [gentoo-user] Can't kill /usr/lib64/libreoffice/program/nsplugin From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: ac42c397-d4b3-4c14-89ea-0584f2e6c349 X-Archives-Hash: a2d84ee17e8d8c3e779d3060ec4c000f >>>> Multiple instances of /usr/lib64/libreoffice/program/nsplugin keep >>>> spawning even after I kill them. I suspect midori although I have the >>>> libreoffice plugin disabled. Has anyone else seen this? How can I >>>> confirm my suspicions? >>> >>> ps with the f option ? >> >> I always do 'ps -ef|grep name' but should that indicate whether midori >> is to blame? >> > No, that will grep nsplugin only, that string is unlikely to appear in > the line of ps output of it's parent. > > Rather pipe ps -ef into less and search for nsplugin. Less efficient but > a) you should care about that and b) you will get everything and none of > it chucked away by grep Yep, it's midori. pstree was no good for this. Thanks everyone. - Grant