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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=Zw4 olRYdE8GGtr6mjvn2o1mhGg6Rs5TCxDs5M502p0jay/SaJIq4vHPd02VlngDi9Dv cdvPOyMbYN4+Yy+MM9nbAYv0ZeJ10aTZzy+XR1ldzu0+qZGcQ4YeWVLD9Q0FEJBa HyN7TOP3SsJfXkBIKLFvI3HN4VcWzRRChLwMjysc= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=eykF7Vi0L lXknLDXQmw+vNOPXWI=; b=un7Fbmxis3NL4R6ZOdd+JlwHSwUpN31N0PssD0WnQ UI6PqzPeE9U1ULXtGrjX/8gckwL5/Zkis23brxGJ1InTjyOyPsPEhaN1CDLNhYu6 KvxS/8R5C7LjwAEsDDPOzTqsA3P6zLjTzn8+siKxUrzm+AYWcTcjTqgKPk6rMnyN L8= 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=-1.3 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: Ishtar.tlinx.org Message-ID: <532CC553.9000700@tlinx.org> Date: Fri, 21 Mar 2014 16:03:47 -0700 From: Linda Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: Bingo... cygserver-config script installed inconsistent path in registry. Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Finally tracked this down. when I ran the cygserver-config, it installed a different path for cygserver-config than what everything else thinks it is running under... I.e. even though my shell and the dbus server, both think they are running under C:/bin (which is a symlink -> cygwin64/bin, through C:\windows\system32\cygwin) The cygserver-config installed C:\cygwin64\bin\cygrunsrv.exe in the registry -- which worked for starting it, but it thought it was a different instance than anything else. i.e. bash, and X11 and dbus are all started off of C:\bin. I changed the path of the service to correspond to the others (->C:\bin\cygrunsrv.exe), and now my X server picks up the shared memory. (But glxgears still don't turn... -- I thought the lack of shared memory might be a problem there, but guess its another problem). So why didn't cygserver-config install what all the other progs thought they were under ("C:\bin")? -- 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