Date: Wed, 9 Jun 1999 14:59:37 -0400 From: Mark Conway Wirt <mark@intrepid.net> To: Joe Nall <joe@nall.com> Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Forking Problem w/ Perl, FBSD 3.1 Message-ID: <19990609145937.L26725@intrepid.net> In-Reply-To: <375EAFBD.62EC48F@nall.com>; from Joe Nall on Wed, Jun 09, 1999 at 01:17:33PM -0500 References: <19990609134358.J26725@intrepid.net> <375EAFBD.62EC48F@nall.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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"); > > > > } > > <SNIP> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990609145937.L26725>