From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010409140728.1473E19A18@mail.cse.psu.edu> Subject: [9fans] fileserver booting problems Date: Mon, 9 Apr 2001 10:07:20 -0400 Topicbox-Message-UUID: 7beed1c4-eac9-11e9-9e20-41e7f4b1d025 Those of you with 'real' fileservers may want to apply the two following patches to reduce the possibility of random panics when the filserver is rebooted. o% diff /n/dump/2001/0406/sys/src/fs/port/arp.c /sys/src/fs/port 172a173 > mb->next = 0; o% o% diff /n/dump/2001/0406/sys/src/fs/emelie/etherif.c /sys/src/fs/emelie 143a144 > mb->next = 0; o% --jim