X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=SLNeMUzk9/gFAnow v8ZbOeDe8DZaCsdknurM4xR9HKcA4Faky6s2ZsSeVBjRPp8ZH734P8H9Gvk97WAE hl4UTowBRLdeGpiVLlnTMoaaQzfZpDWHqANEjCPTJOpwXgM/kG7gHpOAmS45s79s 6MtepWO2xsw2p1rjgcmxweWToUk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=EW8xL2XVs2Y/12luLoKdit 3BgSM=; b=DG4SKfJH/z01ABciCJ7x/aWxxRK68trxD7te/ABAAcmHqI5T/qzvUG wV3n7jkq0YskCZb6+nvubYFbuqNbWwrEQaSXa8BXnPIwNzRRK3gxNrQKpf/Tsi6B Bt4MmXXX8rHREATHNIcujbqQoh3RzrPxhzw5KGlr6fwJsNOtuV3lQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock03.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Does gam_server have to run? To: cygwin AT cygwin DOT com References: <155DEC68569B714B86C2C7075F5EDA98C1FC8B66 AT DAKIYA1 DOT pegasus DOT local> From: Ken Brown Message-ID: <55F8466F.10204@cornell.edu> Date: Tue, 15 Sep 2015 12:25:19 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <155DEC68569B714B86C2C7075F5EDA98C1FC8B66@DAKIYA1.pegasus.local> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 9/15/2015 11:48 AM, Doug Lewan wrote: > All, > > On my last cygwin update I noticed that I have /usr/libexec/gam_server.exe running. > I learned this because the install script could not kill it (and neither could I!). > It was using about 1 sec/sec of CPU. > > With a little investigation I learned that > it's part of GNOME's "file alternation monitoring". > I'm willing to believe that I've installed /something/ of GNOME or that uses GNOME, > but I do /not/ want the GNOME ecosystem creeping into my world. > > Can anyone help me understand how to stop it from running? > > Alternatively, can someone help me understand how to find dependencies within CYGWIN? 'cygcheck -f /usr/libexec/gam_server.exe' will tell you that the program is provided by the gamin package. The /usr/bin/cygcheck-dep (from the cygcheck-dep package) can tell you what installed packages require gamin. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple