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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=HYH27K5fl/8/vhEM I1j/+JLVu63GbWP4EfCuoCpvlIdhELOuHboxWFuk067r4M/rNXCi1q3vMnySSYzf ODiEwdqkdZ9OxsdY0zKchkO0Yb2lzy4U2IieQen+po1YJvb125P/w+aVzbQnKSrQ lNav0nRaz83JusylauoxLntMsqU= 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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=tiOj1CE4xswOH88levNKcw 83Kus=; b=na9uu2wjtLVLxNmiNC/Jv8u1yrSpyYmQHrD54OvzYdcJjvo67kwhpc 2QabgdZqcdFaIfbPlI4aa62C0WvXMWadlcTOXOk3fY4KMP4Ohmlj78nu1BqYY7Bu Mr4vxlQ3xwvGrK/vSjUQMw68jMT9tsyWG/az+uaFIaV5BDjIcCT14= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=HCc:D*it, Avast, avast, UD:it X-HELO: mail-wm0-f52.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=MGHfXL78NP6CbqyCkIRJuagRS51LJTdsYIok+S8D8NY=; b=ZFYBilac5tbpHasPy3vAwKkPdEkiORgfhDn54tMjaw2OvMl0xuq3QFdxsxn6W2eGt3 OYe59ywXYytIH2fPeinGYf3+qdd2VcdFq6VcwXnCcVqsMjmER8KbFJ0Prx6FRIRUqQVY Do/q1q+hsqgycJKeQjbzbVr3NJRGDM77txdjhBnWGRiWUs1P4WDcpOBC4i0Xj1aLar0k cZZ47V3u0RmVzhNCSg6Sno4KrT3USk3l1tqd/T36uGpF+QMpE+rVQaEChnK16fbaHu0H ox5n44XEhdJBjU+FsbaOk/0MGx4hK04jljDqoe/ryFbwMdezpnudpRlQm4nkgkrZkHct 74Mg== X-Gm-Message-State: AODbwcBGvhFp80X9tVvcbJKUGmpmLsc6rpW6/CQVUQ2Yt56ok4wNi8fg OWaBQGJxO+mIDw== X-Received: by 10.28.94.9 with SMTP id s9mr1231897wmb.41.1493894154313; Thu, 04 May 2017 03:35:54 -0700 (PDT) Subject: Re: Avast has put 2 Cygwin files in its chest To: cygwin AT cygwin DOT com References: <107af1f3-3b9f-a773-58eb-1de6af2c27ed AT gmail DOT com> Cc: brega AT 4dsistemi DOT it From: Marco Atzeri Message-ID: <48c9f7f8-c18e-cce2-b183-8a312946e261@gmail.com> Date: Thu, 4 May 2017 12:35:45 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <107af1f3-3b9f-a773-58eb-1de6af2c27ed@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 04/05/2017 12:16, David Macek wrote: > On 4. 5. 2017 11:33, Alex Brega wrote: >> Would be possible for you to provide me these files (dbus-daemon.exe and ssh.exe) via mail or uploaded somewhere in order to recover them on their original folders ? > > The installer can re-install any broken packages, including those containing ssh.exe and dbus-daemon.exe. The installer is available at . > Alex, to find the package containing a given file you can use cygcheck. $ cygcheck -p usr/bin/ssh.exe Found 4 matches for usr/bin/ssh.exe openssh-debuginfo-7.4p1-1 - openssh-debuginfo: Debug info for openssh (installed binaries and support files) openssh-debuginfo-7.5p1-1 - openssh-debuginfo: Debug info for openssh openssh-7.4p1-1 - openssh: The OpenSSH server and client programs (installed binaries and support files) openssh-7.5p1-1 - openssh: The OpenSSH server and client programs so you need to reinstall openssh-7.5p1-1 Similar for dbus-daemon.exe -> dbus-1.10.8-1 The best approach, as David suggests, is to reinstall the package with setup; however you can also download the package files from a mirror and extract the file, but this could create wrong file pernmissions: Assuming you need to the 64bit version package file: http://ba.mirror.garr.it/mirrors/sourceware.org/cygwin/x86_64/release/openssh/openssh-7.5p1-1.tar.xz http://ba.mirror.garr.it/mirrors/sourceware.org/cygwin/x86_64/release/dbus/dbus-1.10.8-1.tar.xz use "x86" instead of "x86_64" for 32bit version Regards Marco -- 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