Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <42204270.4AE6CFFB@dessent.net> Date: Sat, 26 Feb 2005 01:33:36 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygrunsrv: Service failed to respond in a timely fashion (1.5.11) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Robert Schmidt wrote: > On all my PCs, I've installed a few services using cygrunsrv (cron, > Privoxy, ...). On my newest laptop (a brand new Dell M70, fresh XP+SP2 > and basic cygwin 1.5.11 installation), none of the cygrunsrv services > will start. Check the logs in /var/log. For a service 'foo' you should have /var/log/foo.log that will contain stdout and/or stderr of the process. Also check the Event Log for messages about the service. From your cygcheck output your group is "mkgroup_l_d" which means you don't have a valid /etc/group file -- this is a hint that you need to run "mkgroup -l -d > /etc/group" or similar. Check the users guide. From your cygcheck output your mounts are all "user" mounts and not "system" mounts, so they will be invisible to services, which log in with different credentials than normal users (i.e. LOCALSYSTEM). "user" mounts and services do not mix well. I think there's an entry in the FAQ on how to convert them using sed and mount, or you could just select "everybody" next time you run setup. Brian -- 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/