X-Spam-Check-By: sourceware.org Date: Wed, 11 Jul 2007 08:37:00 -0700 From: Lester Ingber To: cygwin AT cygwin DOT com Subject: RE: cygserver error Message-ID: <20070711153700.GA6064@ingber.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) 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 Note-from-DJ: This may be spam Dave: : Hmmm, one of those is a login shell, and the other is not. That may well : make the difference. If you add the "-ls" option to the xterm invocation, : does it then behave the same as when you start via cygwin.bat? This makes no difference. I still get the reported errors. : It isn't anything to do with X; it's to do with the way the environment is : configured. And probably the underlying problem with your service (as : illustrated by the two separate ways of invoking shells above) is that the : environment isn't set right. : : Take a look at the difference in your cygcheck output between the sshd : config and the cygserver config; I think you need to specify CYGWIN=server in : the environment for that particular service, not in your per-user windows : environment. : : So try re-running the cygrunsrv command you used to set up cygserver, and : this time add the option "-e CYGWIN=server". See this section of the docs for : an example: : : http://cygwin.com/cygwin-ug-net/using-cygserver.html#use-cygserver In this doc, I have followed the first prescription, setting CYGWIN to server in my Windows environment. (If so I shouldn't even need to add `set CYGWIN=server` in cygwin.bat. Isn't this correct?). Therefore, I should not have to use `cygrunsrv -I foo -p /usr/sbin/foo -e "CYGWIN=server"` Isn't this correct? In any case I am not sure what "service" to implement here to replace "foo"? I did try adding `set CYGWIN=server` in my startupx.sh, but I still get the same errors. Thanks. Lester -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/