From owner-freebsd-hackers Tue Mar 20 10:40:49 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from gandalf.vi.bravenet.com (gandalf.bravenet.com [139.142.105.50]) by hub.freebsd.org (Postfix) with SMTP id 8FF3B37B718 for ; Tue, 20 Mar 2001 10:40:46 -0800 (PST) (envelope-from dphoenix@bravenet.com) Received: (qmail 16387 invoked by uid 1000); 20 Mar 2001 18:35:14 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Mar 2001 18:35:14 -0000 Date: Tue, 20 Mar 2001 10:35:14 -0800 (PST) From: Dan Phoenix To: freebsd-hackers@freebsd.org Subject: apache truss readings Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG open("./semcache.inc",0,0666) ERR#2 'No such file or directory' open("/website/include/semcache.inc",0,0666) = 5 (0x5) __getcwd(0xbfbf6b90,0x400) = 0 (0x0) open(".",0,00) = 6 (0x6) chdir(0xbfbf6744) = 0 (0x0) lstat("semcache.inc",0xbfbf6694) = 0 (0x0) __getcwd(0xbfbf6744,0x400) = 0 (0x0) fchdir(0x6) = 0 (0x0) close(6) = 0 (0x0) ioctl(5,TIOCGETA,0xbfbf749c) ERR#25 'Inappropriate ioctl for device' fstat(5,0xbfbf6454) = 0 (0x0) read(0x5,0x8306000,0x2000) = 1043 (0x413) read(0x5,0x8306000,0x2000) = 0 (0x0) ioctl(5,TIOCGETA,0xbfbf64f8) ERR#25 'Inappropriate ioctl for device' close(5) = 0 (0x0) fcntl(0x4,0x4,0x4) = 0 (0x0) read(0x4,0x82fa000,0x2000) ERR#35 'Resource temporarily unavailable' ok first error i understand....a call is being made for ./include instead of real path...whether an extra system call made for an include is really going to make a big diff can;t be to much. What concerns me is ERR#35 'Resource temporarily unavailable'...what could that be from? I do have some nfs for forums but 1)semcache.inc is local on ide drive and second it did not show any other file being opened before that resource issue....ideas? btw what is err#25 from? -- Dan +------------------------------------------------------+ | BRAVENET WEB SERVICES | | dan@bravenet.com | | make installworld | | ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail | | ln -s /var/qmail/bin/newaliases /usr/sbin/newaliases | +______________________________________________________+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message