From owner-freebsd-current@FreeBSD.ORG Mon Apr 11 02:49:32 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D02116A4CE; Mon, 11 Apr 2005 02:49:32 +0000 (GMT) Received: from av5-1-sn1.fre.skanova.net (av5-1-sn1.fre.skanova.net [81.228.11.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD1A43D1F; Mon, 11 Apr 2005 02:49:32 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: by av5-1-sn1.fre.skanova.net (Postfix, from userid 502) id DFDF237E4A; Mon, 11 Apr 2005 04:49:30 +0200 (CEST) Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av5-1-sn1.fre.skanova.net (Postfix) with ESMTP id CC31837E48; Mon, 11 Apr 2005 04:49:30 +0200 (CEST) Received: from sentinel (h104n1-gl-a-d4.ias.bredband.telia.com [195.198.193.104]) by smtp3-2-sn1.fre.skanova.net (Postfix) with ESMTP id B0FAE37E42; Mon, 11 Apr 2005 04:49:30 +0200 (CEST) From: "Daniel Eriksson" To: "'FreeBSD Current'" Date: Mon, 11 Apr 2005 04:49:16 +0200 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcU+QQ0jOzhTi0sXTUGqnvO2q2I/cg== cc: 'Pawel Jakub Dawidek' Subject: ggate and mmap, possible problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2005 02:49:32 -0000 Hi! Is it possible that there is some sort of problem using mmap on a (UFS2) filesystem mounted over ggate? I keep getting errors on the console when I enable mmap on a server running a proprietary video server application (which is a binary compiled on FBSD 4.11 afaik). I don't have access to the source code for the server app unfortunately (but I do have some access to the developers). I'm pretty sure that with mmap enabled in the server, it tries to mmap all files smaller than 50MB (most are 20-50MB). The errors look like this: g_vfs_done():ggate0[READ(offset=-1009882480640, length=65536)]error = 5 vnode_pager_getpages: I/O read error vm_fault: pager read error, pid 1527 (mcvidserv) This could certainly be a problem in the proprietary server, but I thought I'd ask here too. This is on a recent 6-CURRENT system. /Daniel Eriksson