[KinoSearch] KinoSearch Death
Chris Nandor
projects at pudge.net
Thu Oct 19 19:18:35 PDT 2006
At 18:54 -0700 2006.10.19, Marvin Humphrey wrote:
>One thing that's interesting about your error message is the last
>number, which is errno.
>
>[Thu Oct 19 23:08:48 2006] [error] refill: tried to read 1024 bytes,
>got 0: 0 at
>
>It's zero. That's frustrating. We're reading from a PerlIO* object
>(which is the C struct underpinning a Perl filehandle). We asked it
>for 1024 bytes, and it gave us zero. But it didn't set errno.
It's 116, almost every time.
$ perl -le 'print $! = 116'
Stale NFS file handle
The httpds read the files over NFS. I forgot that part when we were
discussing open files before.
--
Chris Nandor pudge at pobox.com http://pudge.net/
Open Source Technology Group pudge at ostg.com http://ostg.com/
More information about the kinosearch
mailing list