X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C45C13858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1675678146; bh=mcSp6CQPpFOUyXMotybSozsM9LtQFI9F7M347ql+gQQ=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=f6ia8AUoUTMJkfNtGskOlimjiicOMtg8Uy/FW+fQxfVRM3/TAfh4rzgudIEHh0ScU 3jBTiVUv59Sup67NryD+9vfBuB8KWFCa1ygcVGUj7YKWxxuG9e+NCO528g0AcHbRv6 QNGG5C0xYfauBUGt5oF0JdIMQWJaQ5h+Ms4DjZnY= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com Date: Mon, 6 Feb 2023 11:08:24 +0100 To: Doug Henderson Subject: Re: cygrunsrv -L error Message-ID: Mail-Followup-To: Doug Henderson , cygwin References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Provags-ID: V03:K1:lzZwJQLy44f5V8tsdh5rh2NF7G38c9At9lJrjvrxDitRmorLyb9 J76cchEfyOyj9kpd6rlWl2I0K0ut4arR97qEXlX/nBve0ho9rWPpvM9uaVkYggL+fnyrMvx z+BRJXN4c9PmUUc//Yw1+DcftrLbA/lgo+ZQiA/FcJ3pweiEDh3hp2qrF3Nzto5WTL4ISz0 hDAWrUhoiAbyAasrYgKIQ== UI-OutboundReport: notjunk:1;M01:P0:1/k1RUqvhqY=;JZ92AYkKF3rT3puYmqq6ZrRlm/5 gtjF4tdMYCQQZvsKWrtpaXk97pIzNLwulw4yXFCrugw9Vd2kOSCauRDB0NE4G12mZYMmhRdY1 6PAEoOHezl4Oh6uWKLKPbdTlKAokHWBXHL4iUtEGATx8MEdTlAsiSSM7GcCftFW6F9gH3d4cK XsDldxzK60vQX7eQkAts2lA6P7QIsepJsYMrc9ZbQbK0uulUg7YnkC4Bf5/lPY3K3NoMkCLUM 7trBdluOM9W++c0QpEUfC9onLyARWAaT4fbQYj8wPWOFraiE2SNRbwttJ+gF/aIWmT5sFVJTE OanDvVaAQFuBL2j8k+YRFnwoV56Ej4Eq4sUfpLrWLmBzZqJUdpnUhBCt+SLSOyVcWnMkr5wY/ sI4Po1z+O91PGOOfN+44P1ifRKl0w7qG7yLwrzKOniA0nEESdCGIGWKtE2HilH8qXbr24iw/7 /Zzdu86atH+KQcXm1G+sTrlH94tynRDDbgxldyXIbBasXUSHmzRCGDjOz/5VxYS/soupQXR6e wORkpNqgMIfuDCnqP06JdO3DCgZtIDkC+bb9r3HQZRh3kqefDymNamp/vYX4R2jo//QImZ0QK C1AczDH3azqI9mfLPI2ydH9OLfgxp/y7Der81+sle2K4jKBMTQV5MCLpz5VHciQ6gOo7JyIkc QnFgY9NhyYd/d35AFMwQiThMPxXZcpAahm7I8+Tzcg== X-Spam-Status: No, score=-97.2 required=5.0 tests=BAYES_00, GOOD_FROM_CORINNA_CYGWIN, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_FAIL, SPF_HELO_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Corinna Vinschen via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Corinna Vinschen , cygwin Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Feb 5 09:15, Doug Henderson via Cygwin wrote: > Hi, > > I tried to run "cygrunsrc -L" in both a regular and elevated shell. In both > cases I received the same error messages. I do not believe I have any > cygwin services configured. > > $ cygrunsrv -L > cygrunsrv: warning: QueryServiceConfig failed for 'dcsvc': Win32 error 2 > The system cannot find the file specified. > cygrunsrv: warning: QueryServiceConfig failed for 'McpManagementService': > Win32 error 15100 > The resource loader failed to find MUI file. I checked that I have a dcsvc service installed, but I don't have the McpManagementService (something with Office 365, apparently). I can't reproduce the above, not even the dcsvc warning. Neither with the latest, nor with the previous version of cygrunsrv. I searched the web and apparently both errors are known, independently from cygrunsrv or Cygwin, for instance: https://www.reddit.com/r/PowerShell/comments/xod7nu/getservice_error/ https://ugetfix.com/ask/how-to-fix-mcpmanagementservice-error-code-15100-in-windows/ The problem here is that you see the warnings, I assume? You can avoid seeing them by redirecting stderr to /dev/null. Corinna -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple