Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29764 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94042 invoked by uid 1010); 25 May 2007 18:27:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94027 invoked from network); 25 May 2007 18:27:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2007 18:27:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=lists@block-online.eu; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lists@block-online.eu; sender-id=unknown Received-SPF: error (pb1.pair.com: domain block-online.eu from 81.169.146.160 cause and error) X-PHP-List-Original-Sender: lists@block-online.eu X-Host-Fingerprint: 81.169.146.160 mo-p00-ob.rzone.de Solaris 10 (beta) Received: from [81.169.146.160] ([81.169.146.160:49287] helo=mo-p00-ob.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/E5-46302-5AA27564 for ; Fri, 25 May 2007 14:27:51 -0400 Received: from ollie.block.home (dslb-084-063-161-021.pools.arcor-ip.net [84.63.161.21]) by post.webmailer.de (klopstock mo14) (RZmta 6.8) with ESMTP id B054c6j4PGFeMn for ; Fri, 25 May 2007 20:27:46 +0200 (MEST) To: internals@lists.php.net Date: Fri, 25 May 2007 20:26:11 +0200 User-Agent: KMail/1.7.1 References: <4638E608.2090202@adaniels.nl> <465717F0.1010603@lerdorf.com> <465721FA.6040800@adaniels.nl> In-Reply-To: <465721FA.6040800@adaniels.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200705252026.11759.lists@block-online.eu> X-RZG-AUTH: jsAgD75E4FZRsMYse5W8COLJ40bV42cELvihCND/Uu2brXmKBiVmFQjlqDs= X-RZG-CLASS-ID: mo00 Subject: Re: [PHP-DEV] Re: Still having lstat trouble From: lists@block-online.eu (Oliver Block) Hi, how about gdb php Regards, Oliver Am Freitag, 25. Mai 2007 19:50 schrieb Arnold Daniels: > 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