What is a silo?
Chris Torek
torek at elf.ee.lbl.gov
Sat Jun 1 23:32:01 AEST 1991
In article <15092 at hacgate.UUCP> tony at hacgate.UUCP (Tony Reeves) writes:
>A question to sun OS users. What is a silo error?
A silo is a grain storage building, or a serial port FIFO. Like the
grain storage building, the serial FIFO has a limited capacity. If you
try to add more grain when the silo is full, it just spills off the
sides. If you try to put more characters into the serial FIFO when it
is full, they spill into the bit bucket.
Hence, `zs%d: silo error' means:
DIAGNOSTICS
zsnc: silo overflow.
The 8530 character input silo overflowed before it
could be serviced.
just as it says in your manual page.
--
In-Real-Life: Chris Torek, Lawrence Berkeley Lab CSE/EE (+1 415 486 5427)
Berkeley, CA Domain: torek at ee.lbl.gov
More information about the Comp.unix.questions
mailing list