From owner-freebsd-questions@FreeBSD.ORG Tue Dec 17 05:41:18 2013 Return-Path: Delivered-To: freebsd-questions@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 06314472 for ; Tue, 17 Dec 2013 05:41:18 +0000 (UTC) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6E3F1DBF for ; Tue, 17 Dec 2013 05:41:17 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id ACC94160B06; Tue, 17 Dec 2013 12:40:59 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1387258859; x=1389073260; bh=LKa6/cCZP H6DPzKqGqlHMZq/eCi1XEtSo04i5UU+NNs=; b=RK140qHG/mFytRrglyJoY0Oso kejmkYxktNVUV1G29rGTkE1EEO90MTAWjw/OfAOZdZPwI9SvlNSj0k/+LHvlMv4R R6hBQioWhSOuKIh0ySPEWlnC/ma6VsfBUQexH58ZMfDmEJ0nObU0KH3brZx2pHCx 6duP4isXD7tOl01lPI= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 44OM_RVgKFoR; Tue, 17 Dec 2013 12:40:59 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id EBED7160B02; Tue, 17 Dec 2013 12:40:58 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.5/8.14.5/Submit) id rBH5ewn7089303; Tue, 17 Dec 2013 12:40:58 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: =?utf-8?B?0JHQtdC70L7Qs9GD0YDQvtCyINCh0LLRj9GC0L7RgdC70LDQsg==?= Subject: Re: Problem with amanda backup (cannot allocate memory) on FreeBSD-9.1-RELEASE amd64 In-Reply-To: <52AFDB0B.3020603@aprec.ru> (slava@aprec.ru) Date: Tue, 17 Dec 2013 12:40:57 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 05:41:18 -0000 Hi, > Hello everyone. I've posted this problem on forums.zmanda.com, but > without any luck. I think, maybe it's something FreeBSD-specific, or > specific to it's version. So, here it is, any help will be greatly > appreciated. >From my experience running Amanda server on FreeBSD: - I had to disable jumbo frames on FreeBSD, it seems to slow down the network more than anything; - I noticed I have to update all the clients before I update the server. That may be unrelated to your issue, but I had the same apparent symptoms: big filesystem would never complete while small are fine. Best regards, Olivier