Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2001 10:35:14 -0800 (PST)
From:      Dan Phoenix <dphoenix@bravenet.com>
To:        freebsd-hackers@freebsd.org
Subject:   apache truss readings
Message-ID:  <Pine.BSO.4.21.0103201032270.15366-100000@gandalf.bravenet.com>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSO.4.21.0103201032270.15366-100000>