Error: Broken pipe
Possible sources
This error originated from one of the following locations within the iPXE source code:
General advice
Try using the
latest version of iPXE. Your problem may have already been fixed.
Try building iPXE with the
debug option
DEBUG=fc
You can
contact the iPXE developers and other iPXE users.
Refresh this page after 24 hours. This page is actively monitored, and further information may be added soon.
Additional notes
(Please edit this page to include any of your own useful hints and tips for fixing this error.)
This error usually indicates the loss of one or more Fibre Channel frames, leading to out-of-order or out-of-sequence frames being received.
Things to try:
If you are using FCoE in a virtual machine, check that your virtualisation software correctly handles high volumes of network traffic. In particular, some versions of qemu before version 0.11.1 can overflow the virtual NIC's whole receive queue in one shot, causing packets to be dropped before the virtual machine can execute a single instruction. (qemu is often used as a base for other virtualisation software, so this bug may affect you even if you don't think you are using qemu.)