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 :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=mF6zIpqVXYWYgqG35ln0UP5Og8mmlCPTWAmbLY9im+E khZR6wOIZefiH6kS4jxzlhzG4thiBBR0y6Mf06lZ8z6xuuF5meOp2keSMZ5Al7UB cAp/1Dlk8JI33tIRXonu9IU90YcuCD5y+z57/WSBM8KP+Bnnvb2IdhfBDIlHgHfg = 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 :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=x5kpdCrF7MsIqTwAv3Uc/m10ST4=; b=EYcaD2eAijQYuZ3+c oayNL6XB6EHChDJEX/KyK9DxqvY+bHttUdCsbyz+2/EZZ4Yqd70kki4td4bT26aU WsC/4UmWQ+XOhd+pzgS/zoNKcXoa18aJmukrHuHuvIiOw4rWZn7npWPYtrt2JL3U 7Q2FIHWscl5hPUNaTxwa74/Xwo= 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 X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 X-Trace: 1034182438/mk-filter-4.mail.uk.tiscali.com/B2C/$THROTTLED_DYNAMIC/b2c-CUSTOMER-DYNAMIC-IP/85.210.78.63/None/drstacey AT tiscali DOT co DOT uk X-SBRS: None X-RemoteIP: 85.210.78.63 X-IP-MAIL-FROM: drstacey AT tiscali DOT co DOT uk X-SMTP-AUTH: X-Originating-Country: GB/UNITED KINGDOM X-MUA: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBAHNq+VFV0k4//2dsb2JhbAANToM7vnmBL4MYAQEBBDhAEQsYCRYPCQMCAQIBNwENEwgBAa53kkqQDhaDdQOZCIRnjlI Message-ID: <51F96BB1.6060109@tiscali.co.uk> Date: Wed, 31 Jul 2013 20:55:29 +0100 From: David Stacey User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: brltty postinstall error during setup-x86.exe Cygwin install References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 31/07/2013 05:10, Kenneth Wolcott wrote: > Here's the error during the install: > > Package: Unknown package > brltty.sh exit code 1 > > Here's the pertinent line in the /var/log/setup.log.full: > > 2013/07/30 20:56:03 running: C:\cygwin32\bin\bash.exe --norc > --noprofile "/etc/postinstall/brltty.sh" > cygrunsrv: Error installing a service: OpenService: Win32 error 1073: > The specified service already exists.^M The post-install script for brltty registers a Windows service called BrlAPI. If you reinstall Cygwin (say by deleting C:\cygwin and running setup-x86.exe again) without removing this service, then the post-install script will attempt to register this service again and you will see the error. Before uninstalling Cygwin, you can remove the BrlAPI service by typing: cygrunsrv --remove BrlAPI You can see if any other Cygwin services have been registered by typing cygrunsrv --list Cheers, Dave. -- 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