Re: [patch]sudo: punctuation fixes

2015-02-26 Thread David Gwynne
i once tried to fix some of these messages a long time ago, but the diffs got rejected because the errors are considered classic in their current form and are now heritage protected. > On 25 Feb 2015, at 9:49 pm, Fritjof Bornebusch wrote: > > On Wed, Dec 24, 2014 at 01:48:44PM +0100, Fritjof B

Re: fix stuck cancelled ehci xfers (ehci_idone: ex=%p is done!)

2015-02-26 Thread Stefan Sperling
On Thu, Feb 26, 2015 at 01:51:29AM +0100, Martin Pieuchot wrote: > On 22/02/15(Sun) 00:54, Martin Pieuchot wrote: > > On 20/02/15(Fri) 23:15, Stefan Sperling wrote: > > > In the following configuration I can pretty easily trigger endless > > > screenfulls of scrolling "ehci_idone: ex=%p is done!" m

Re: FAQ 14.9: installboot example parameters reversed

2015-02-26 Thread Nick Holland
On 02/26/15 05:44, Rolf Sommerhalder wrote: > Hi, > > While salvaging a CompactFlash with a corrupt partition table, I > noticed that the example in > http://www.openbsd.org/faq/faq14.html#InstBoot > appears to be outdated: > # cd /usr/mdec; ./installboot /boot biosboot sd0 > > According to ins

Re: FAQ 14.9: installboot example parameters reversed

2015-02-26 Thread Rolf Sommerhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ... and there is a second example further down in 14.10: # cp /usr/mdec/boot /mnt/boot # /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot sd0 which should probably read: # cp /usr/mdec/boot /mnt/boot # /usr/mdec/installboot -v -r /mnt/ sd0 /usr

FAQ 14.9: installboot example parameters reversed

2015-02-26 Thread Rolf Sommerhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, While salvaging a CompactFlash with a corrupt partition table, I noticed that the example in http://www.openbsd.org/faq/faq14.html#InstBoot appears to be outdated: # cd /usr/mdec; ./installboot /boot biosboot sd0 According to installboot(8), th