From owner-freebsd-questions@freebsd.org Fri Mar 4 16:47:33 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96D099DA9D5 for ; Fri, 4 Mar 2016 16:47:33 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f170.google.com (mail-io0-f170.google.com [209.85.223.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70E1564E for ; Fri, 4 Mar 2016 16:47:32 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f170.google.com with SMTP id n190so68274573iof.0 for ; Fri, 04 Mar 2016 08:47:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=m8NVLf45pojBE8EWnXZG72Ba8GEelvt97Trz2vSrT7M=; b=ZYcqVANSpSBMif3fEVGBsOebi5AvhVlVusrDKdogIeiCalVeGmxatumEeJMAcUxUmf aR9nKVF6KdKbvfB2OuoqT2GnlxmC/QyauaOZ/wtxbeWbmi4hzFxnLKJ1/jVqPqhs6Tr6 BO62xj4Mhs84aLmRe02Gl+gsBlXiNoc0V2kksLScjCCAWlPSCyHFapzi029ynOO6BU7X Yd+n4mAN5zPryEfAxcT4a2m6uzcDIx7MXTB4XAzplgxX53oF23RjXsRsvc/ZxJN/rX88 di9fosSznIjTc6fBbVlqwxcL6jsX4Ak5GA09yiAlfu6B1mpJleFnCrh4okIVDJDVz1MF Zbjw== X-Gm-Message-State: AD7BkJKtkmVngENTzOBTjKZHzfAIzXDU8tsEITTJorDddYMrYJMRLTVUx8ry2mw8J3oXfA== X-Received: by 10.107.10.105 with SMTP id u102mr8134737ioi.85.1457104155344; Fri, 04 Mar 2016 07:09:15 -0800 (PST) Received: from WorkBox.Home.gmail.com (174-30-194-239.mpls.qwest.net. [174.30.194.239]) by smtp.gmail.com with ESMTPSA id c79sm1566714iod.5.2016.03.04.07.09.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Mar 2016 07:09:14 -0800 (PST) References: User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Support SimpleRezo Cc: freebsd-questions@freebsd.org Subject: Re: File corruptions with SSHFS In-reply-to: Date: Fri, 04 Mar 2016 09:09:13 -0600 Message-ID: <8637s6fffq.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 16:47:33 -0000 Support SimpleRezo writes: > Hi, > > Here is my problem: > I create a SSHFS mount (Host B) of a directory from a remote host (Host A). > My remote directory contains packages that I manually generates (pkg > create). When I do a pkg add of my package (Host B), I get the following > output: > > pkg: archive_read_extract() errno -1: Lzma library error: No progress is > possible > > I note the file is corrupted and the md5 of the package is changed on Host > A after run of this command (pkg add). > > Any idea ? If the package server is on-site and you intend to mount it routinely, use NFS. If it is off-site, or this is a one-time operation, use SCP to copy the directory containing the packages to your local system and then install them with pkg-add(8). I've never heard anything good about SSHFS. -- ================================================================== :: Brandon Wandersee :: :: brandon.wandersee@gmail.com :: ==================================================================