From owner-freebsd-isp Wed Jun 9 11:59:48 1999 Delivered-To: freebsd-isp@freebsd.org Received: from loki.intrepid.net (intrepid.net [204.71.127.3]) by hub.freebsd.org (Postfix) with ESMTP id 297A214BDB for ; Wed, 9 Jun 1999 11:59:46 -0700 (PDT) (envelope-from mark@loki.intrepid.net) Received: (from mark@localhost) by loki.intrepid.net (8.8.5/8.8.5) id OAA21252; Wed, 9 Jun 1999 14:59:37 -0400 Message-ID: <19990609145937.L26725@intrepid.net> Date: Wed, 9 Jun 1999 14:59:37 -0400 From: Mark Conway Wirt To: Joe Nall Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Forking Problem w/ Perl, FBSD 3.1 References: <19990609134358.J26725@intrepid.net> <375EAFBD.62EC48F@nall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2 In-Reply-To: <375EAFBD.62EC48F@nall.com>; from Joe Nall on Wed, Jun 09, 1999 at 01:17:33PM -0500 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jun 09, 1999 at 01:17:33PM -0500, Joe Nall wrote: > > if (!(-d $dir)) { > > print "Creating $dir\n"; > > mkdir "$dir",0777; > > system("/var/qmail/bin/maildirmake $dir/Maildir"); > > system("chown -R vpopmail.vchkpw $dir"); > > > > } > > > There is no chmod in your code snippet. Do you mean the chown? > Are you sure the script doesn't launch anything asynchronous? > Check the status returns on all of the calls. > Is the filesystem NFS mounted? Correct -- I mean to say chown, not chmod ;-) The script itself doesn't launch anything asynchronous, and the code that it's calling -- maildirmake -- is just a series of mkdir(2)'s and chdir(2)'s. The file system is local -- it's A DPT SmartRAID IV.. --Mark -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message