|
||||||||
Thanks for that Manuel. Works fine now. I've also put up a version of the image for such configurations (CF or HD on secondary master) here: ftp://ftp.lin-x-pert.com/pub/m0n0wall/ Regards, Frans -----Original Message----- From: Manuel Kasper [mailto:mk at neon1 dot net] Sent: 16 August 2003 14:39 To: Frans J King Cc: m0n0wall at lists dot m0n0 dot ch Subject: Re: [m0n0wall] Fireware upgrade fails. gunzip broken pipe Hi Frans, On Sat, 16 Aug 2003, Frans J King wrote: > and used this to upgrade the firmware. But during the upgrade the > console shows ("gunzip broken pipe") and nothing > gets upgraded. I'm thinking perhaps I have a corrupted compressed image > but I can uncompress it fine on my development > box. > > Does anyone know where I may be going wrong or if I need to modify > /etc/rc.firmware. Yes, you do... there's a reference to ad0 (actually /dev/rad0) in there, too: /usr/bin/gunzip -S "" -c $2 | dd of=/dev/rad0 bs=16k > /dev/null 2>& Change that to rad2 and you should be fine, I think. HTH, Manuel |