From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 16:55:57 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9B56106564A for ; Fri, 21 Oct 2011 16:55:57 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 703E38FC0A for ; Fri, 21 Oct 2011 16:55:57 +0000 (UTC) Received: by bkbzu17 with SMTP id zu17so6578190bkb.13 for ; Fri, 21 Oct 2011 09:55:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.112.6 with SMTP id eq6mr11376400bkc.16.1319216156024; Fri, 21 Oct 2011 09:55:56 -0700 (PDT) Received: by 10.204.148.66 with HTTP; Fri, 21 Oct 2011 09:55:55 -0700 (PDT) X-Originating-IP: [128.95.17.27] In-Reply-To: <20111021110600.GA19417@admin.sibptus.tomsk.ru> References: <20111021110600.GA19417@admin.sibptus.tomsk.ru> Date: Fri, 21 Oct 2011 09:55:55 -0700 Message-ID: From: David Brodbeck To: Victor Sudakov , freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: strange behavior of restore(8) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2011 16:55:57 -0000 On Fri, Oct 21, 2011 at 4:06 AM, Victor Sudakov wrote: > Colleagues, > > I am trying to restore a UFS2 zero level dump sized about 51G. > restore has created 6105 directories and no files at all, and now is > waiting forever in the runnable state. I don't have any specific advice here, but if it were me I think my next troubleshooting step would be to attach truss to the restore process after it gets "stuck," to try to see exactly what it's doing. That may give you a clue as to why it's taking so long and whether it's actually making any progress.