From owner-freebsd-stable@freebsd.org Mon Jan 11 13:06:38 2016 Return-Path: Delivered-To: freebsd-stable@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 1D54DA69613 for ; Mon, 11 Jan 2016 13:06:38 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward19j.cmail.yandex.net (forward19j.cmail.yandex.net [5.255.227.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3C451328 for ; Mon, 11 Jan 2016 13:06:37 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from web13j.yandex.ru (web13j.yandex.ru [5.45.198.54]) by forward19j.cmail.yandex.net (Yandex) with ESMTP id 555B0210F4 for ; Mon, 11 Jan 2016 16:06:28 +0300 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web13j.yandex.ru (Yandex) with ESMTP id A2DC2D40AE4; Mon, 11 Jan 2016 16:06:27 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1452517587; bh=SNzqt1+KkYHMIvVLljXSHwK2w+3bBaMLjhrHBjylUgc=; h=From:To:Subject:Date; b=TZI+DBhuJa1lKMqAnxGJmfsUQnOnVNJYjZRNpQNraKoOwzA9ird+U5L1bnpOtJ7qX IdZUhVb0iYbEECYwJoEnAXSo92Sz/7CXsN8Mm2HWjfyGEET06CznrUfkj0o/ggb39G i9Snc4p/JAi2GiEeSrnfQPsvoqu6irNTxuGGdwbA= Received: by web13j.yandex.ru with HTTP; Mon, 11 Jan 2016 16:06:27 +0300 From: S.N.Grigoriev To: FreeBSD Stable Subject: pfi_table_update: cannot set 77 new addresses into table igb0 MIME-Version: 1.0 Message-Id: <832641452517587@web13j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 11 Jan 2016 16:06:27 +0300 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2016 13:06:38 -0000 Hi list, I've found out a problem on my server running FreeBSD 10.1-RELEASE-p19 (amd64) with 76 jails configured. The following message appears during the system startup: pfi_table_update: cannot set 77 new addresses into table igb0: 22 After that some jails have network communication problems. To restore network communications I need to restart the pf service from the system console. Remote attempts to restart pf freeze network operations at all. My question is: if there is a system tuning variable which allows to fix my problem? -- Regards, Serguey.