From owner-freebsd-hackers Tue Apr 18 05:50:14 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA02592 for hackers-outgoing; Tue, 18 Apr 1995 05:50:14 -0700 Received: from physics.su.oz.au (dawes@physics.su.OZ.AU [129.78.129.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id FAA02579 for ; Tue, 18 Apr 1995 05:49:59 -0700 Received: by physics.su.oz.au id AA14098 (5.67b/IDA-1.4.4 for hackers@freebsd.org); Tue, 18 Apr 1995 22:49:54 +1000 From: David Dawes Message-Id: <199504181249.AA14098@physics.su.oz.au> Subject: mount_mfs error messages lost To: hackers@FreeBSD.org Date: Tue, 18 Apr 1995 22:49:53 +1000 (EST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 339 Sender: hackers-owner@FreeBSD.org Precedence: bulk I was trying to figure out why mount_mfs was exiting silently and not mounting anything (SNAP-950412), and I noticed that stderr gets closed in mkfs(), so the error message that would get printed when the mount() fails never gets seen. (Of course my problem was that I didn't have MFS in my kernel -- it works fine now that I do.) David