Newsgroups: comp.unix.questions Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!dog.ee.lbl.gov!elf.ee.lbl.gov!torek From: torek@elf.ee.lbl.gov (Chris Torek) Subject: Re: What is a silo? Organization: Lawrence Berkeley Laboratory, Berkeley References: <15092@hacgate.UUCP> Message-ID: <13796@dog.ee.lbl.gov> X-Local-Date: Sat, 1 Jun 91 06:32:01 PDT Reply-To: torek@elf.ee.lbl.gov (Chris Torek) Date: Sat, 1 Jun 91 13:32:01 GMT Distribution: usa In article <15092@hacgate.UUCP> tony@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@ee.lbl.gov