Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83560 invoked by uid 1010); 25 May 2007 17:50:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83545 invoked from network); 25 May 2007 17:50:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2007 17:50:56 -0000 Authentication-Results: pb1.pair.com header.from=info@adaniels.nl; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=info@adaniels.nl; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain adaniels.nl from 82.94.236.173 cause and error) X-PHP-List-Original-Sender: info@adaniels.nl X-Host-Fingerprint: 82.94.236.173 loco.helderhosting.nl Linux 2.5 (sometimes 2.4) (4) Received: from [82.94.236.173] ([82.94.236.173:57307] helo=loco.helderhosting.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/B4-46302-DF127564 for ; Fri, 25 May 2007 13:50:54 -0400 Received: from [192.168.1.170] (a80-126-54-132.adsl.xs4all.nl [80.126.54.132]) by loco (Postfix) with ESMTP id 8337551F09C; Fri, 25 May 2007 19:50:50 +0200 (CEST) Message-ID: <465721FA.6040800@adaniels.nl> Date: Fri, 25 May 2007 19:50:50 +0200 User-Agent: Thunderbird 1.5.0.10 (X11/20070403) MIME-Version: 1.0 To: Rasmus Lerdorf Cc: Tijnema , Brian Moon , internals@lists.php.net References: <4638E608.2090202@adaniels.nl> <4654A616.7050302@adaniels.nl> <4654BD0A.60903@macvicar.net> <4654C01C.6040600@lerdorf.com> <4654C380.7060206@dealnews.com> <4654C4E2.2090301@lerdorf.com> <465717F0.1010603@lerdorf.com> In-Reply-To: <465717F0.1010603@lerdorf.com> Content-Type: multipart/alternative; boundary="------------060608010506020708040907" Subject: Re: [PHP-DEV] Re: Still having lstat trouble From: info@adaniels.nl (Arnold Daniels) --------------060608010506020708040907 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi again, No, the symlinks work fine in the shell and with all other applications. Also I haven't mounted with any options other than 'notail'. Please have a look at the e-mail I've send a few hours ago. arnold@arnold-laptop:~$ mount /dev/sda3 on / type reiserfs (rw,notail) ..... Best regards, Arnold Rasmus Lerdorf wrote: > Tijnema wrote: > >> On 5/24/07, Rasmus Lerdorf wrote: >> >>> Which filesystems is /tmp on on the various boxes? tmpfs related >>> perhaps? >>> >>> -Rasmus >>> >> Nice idea, but I don't think it's a problem there, I think it's a >> configuration problem. I've build my own linux, and so I have all >> configuration like I want. >> I'm running php-5.2.3RC1 as Apache 2.2.3 module. >> I've split up my USB stick in a few file systems, and they worked all >> for me, except for msdos&vfat file systems, as they don't support >> symlinks. >> Test results here: >> http://86.86.80.41/fs_test.php >> and source for the test is here: >> http://86.86.80.41/fs_test.phps >> > > Mount options then perhaps? There is a "nosymlink" mount option which > would certainly cause this. > > -Rasmus > > --------------060608010506020708040907--