From owner-freebsd-questions Tue Sep 25 14:29:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id BD8A837B414; Tue, 25 Sep 2001 14:29:26 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.11.4/8.11.4) id f8PLSnq08267; Tue, 25 Sep 2001 16:28:49 -0500 (CDT) (envelope-from dan) Date: Tue, 25 Sep 2001 16:28:48 -0500 From: Dan Nelson To: Jerry Murdock Cc: questions@FreeBSD.ORG, emulation@FreeBSD.ORG Subject: Re: Linux Emulation - fstat64 errors on 4.4 Message-ID: <20010925162848.A14354@dan.emsphone.com> References: <20010925200016.19544.qmail@web14604.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010925200016.19544.qmail@web14604.mail.yahoo.com> User-Agent: Mutt/1.3.22.1i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Sep 25), Jerry Murdock said: > I'm getting the console message 3 times: > > linux: syscall fstat64 is obsoleted or not implemented > > When trying to run a linux binary that otherwise appears to work fine. Linux's libc will fall back to the 32-but file calls if the 64-bit calls are not available. > I found some messages in the archive implying that it had been fixed, > but if so, it evidently didn't make into 4.4. The commits were made to -current; I doubt it will be MFC'd until a RedHat 7.1 userland works with it (there are apparently still issues). > Does anyone know the official status of this? Any idea one when > -stable will see a fix? > > Is there a way to disable these messages? At the bottom of /sys/compat/linux/linux_util.h, either comment out or add an if(verbose) to the printf in unsupported_msg(), and rebuild your kernel. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message