From owner-freebsd-stable@FreeBSD.ORG Sun Jul 6 17:06:04 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B051657 for ; Sun, 6 Jul 2014 17:06:04 +0000 (UTC) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 678A72209 for ; Sun, 6 Jul 2014 17:06:04 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id o6so3535603oag.4 for ; Sun, 06 Jul 2014 10:06:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4Uf3k8RyljD4XpcROb9W42UDjGvHT3e6YwNH4JIwkOk=; b=KNo9Om1MaswZBMMvoDAnhwRTSNznJLqOidR/OrrgZaiNGlm6SMhLsRDn/KabtN8UlX 35NCFcQ/ZaoWQysm5ZKJJDjre0RgqxneHE1T0HiULUwhJc8F7+DlbYMLIq8PBHdHAT+B TuIp5VY6YlWScvKJQbHipR7ubrYQPDwSQ6PC1bqMhU3Ueb8AYTImJk+wHiBCM/2AfPc5 Xkl66ApKuwbmXXAsVoji79CErb0HfZd05JFJp7YS2CFvJEYZ4kesZ1zyFp0a5N0rKgpU x5e0fKYoUwozj9HgnDE53Mcvx2k6paUwO4V6mmITfzH5lio8/s7RV2QspdrUYL+UKv3d 5zew== MIME-Version: 1.0 X-Received: by 10.182.245.164 with SMTP id xp4mr25764697obc.23.1404666363703; Sun, 06 Jul 2014 10:06:03 -0700 (PDT) Received: by 10.202.182.130 with HTTP; Sun, 6 Jul 2014 10:06:03 -0700 (PDT) Date: Sun, 6 Jul 2014 19:06:03 +0200 Message-ID: Subject: unzip bugs? From: Zenny To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2014 17:06:04 -0000 Tried to unzip the image files downloaded from a smartphone (S4) and it just fails to do anything rather than corrupting the original files. % unzip Camera.zip Archive: Camera.zip unzip: skipping non-regular entry '20140705_150730.jpg' unzip: skipping non-regular entry '20140705_150727.jpg' unzip: skipping non-regular entry '20140705_150718.jpg' unzip: skipping non-regular entry '20140705_150701.jpg' unzip: skipping non-regular entry '20140705_150655.jpg' But the -t flag gives the output correctly to all zip files: % unzip -t Photos_downloaded_by_AirDroid.zip Archive: Photos_downloaded_by_AirDroid.zip testing: 20140705_150730.jpg OK testing: 20140703_201731_Richtone(HDR).jpg OK testing: 20140503_061145.jpg OK testing: 20140507_092622.jpg OK Saw a thread here with similar issues: http://lists.freebsd.org/pipermail/freebsd-current/2014-February/048454.html But does not seem to solve the problem in FreeBSD-10.0! Any inputs? Thanks!