[ic] interchange.pid

Brian Pribis brian.pribis at gmail.com
Fri Nov 16 12:49:11 EST 2007


Davor Ocelic wrote:
>
> So, search more for .pid in the truss output, and also look into Mike's 
> suggestion.
>
> Cya,
> -doc
>
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>   

Crud.  Believe it or not, there is no reference to the pid file.  It is 
like IC is not even checking for it and then considering the check as 
being done, but failed.

When I run truss on starting IC the file prints out all the stuff I 
would expect to see, including calls to read files.  When I call it on 
just the pid, I don't see much of anything.

The following lines are repeated over and over again using the following 
command: truss -f -o ~/[file to print to] -p [pid]

26736:    
open64("/usr/local/etc/httpd/sites/bellafigura.com/interchange/etc", 
O_RDONLY|O_NDELAY) = 2
26736:    fcntl(2, F_SETFD, 0x00000001)            = 0
26736:    fstat64(2, 0xFFBEF880)                = 0
26736:    getdents64(2, 0x01373B00, 1048)            = 448
26736:    getdents64(2, 0x01373B00, 1048)            = 0
26736:    close(2)                    = 0
26736:    poll(0xFFBEF848, 2, 3000)    (sleeping...)
26736:    poll(0xFFBEF848, 2, 3000)            = 0
26736:    time()                        = 1195225887

cbm


More information about the interchange-users mailing list