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 To: cygwin AT cygwin DOT com From: Robert Schmidt Subject: Re: cygrunsrv: Service failed to respond in a timely fashion (1.5.11) Date: Mon, 28 Feb 2005 09:13:20 +0100 Lines: 40 Message-ID: <4222D2A0.9010408@broadpark.no> References: <42204270 DOT 4AE6CFFB AT dessent DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: dhcp-068-177.oslo.eur.slb.com User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) In-Reply-To: <42204270.4AE6CFFB@dessent.net> X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: goc-cygwin AT m DOT gmane DOT org X-MailScanner-To: cygwin AT cygwin DOT com X-IsSubscribed: yes Thanks, Brian! Making sure cygwin is set up for "everybody" seemed to do the trick. All services ran fine after a reboot. For the record: no events of interest appeared in the event log (only the Windows error message in the subject). No output was produced in /var/log. Cheers, Rob Brian Dessent wrote: > 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/