Re: panic after removing usb flash disk

2007-08-17 Thread Bob Johnson
On 8/17/07, Svein Halvor Halvorsen <[EMAIL PROTECTED]> wrote: > Oliver Fromme wrote: > > Roman Bogorodskiy wrote: > > > Artem Kuchin wrote: > > > > [FreeBSD crashes when a mounted device disappears] > > > > > > It's not a bug, it's a feature. > > > > I certainly wouldn't call it a feature. As

Re: panic after removing usb flash disk

2007-08-17 Thread Svein Halvor Halvorsen
Oliver Fromme wrote: > Roman Bogorodskiy wrote: > > Artem Kuchin wrote: > > > [FreeBSD crashes when a mounted device disappears] > > > > It's not a bug, it's a feature. > > I certainly wouldn't call it a feature. As others have > noted, it is a known shortcoming in FreeBSD, and fixing > it i

Re: panic after removing usb flash disk

2007-08-16 Thread Kevin Oberman
> Date: Thu, 16 Aug 2007 10:08:17 -0700 > From: Jeremy Chadwick <[EMAIL PROTECTED]> > > On Thu, Aug 16, 2007 at 09:31:32AM -0700, Kevin Oberman wrote: > > To further complicate things, many of the major contributors to FreeBSD > > are only interested in it for its use as a server or embedded OS. T

Re: panic after removing usb flash disk

2007-08-16 Thread Jeremy Chadwick
On Thu, Aug 16, 2007 at 09:31:32AM -0700, Kevin Oberman wrote: > To further complicate things, many of the major contributors to FreeBSD > are only interested in it for its use as a server or embedded OS. This > means that they are willing to commit resources to SMP, which they need, > but not so w

Re: panic after removing usb flash disk

2007-08-16 Thread Kevin Oberman
> Date: Thu, 16 Aug 2007 22:38:23 +0800 > From: Eugene Grosbein <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Thu, Aug 16, 2007 at 04:46:11PM +0400, Roman Bogorodskiy wrote: > > > It's not a bug, it's a feature. > > Kernel panic just cannot be a feature, and other OSes do not > panic th

Re: panic after removing usb flash disk

2007-08-16 Thread Ian Smith
On Thu, 16 Aug 2007, Oliver Fromme wrote: > Roman Bogorodskiy wrote: > > Artem Kuchin wrote: > > > [FreeBSD crashes when a mounted device disappears] > > > > It's not a bug, it's a feature. > > I certainly wouldn't call it a feature. As others have > noted, it is a known shortcoming

Re: panic after removing usb flash disk

2007-08-16 Thread Eugene Grosbein
On Thu, Aug 16, 2007 at 04:46:11PM +0400, Roman Bogorodskiy wrote: > It's not a bug, it's a feature. Kernel panic just cannot be a feature, and other OSes do not panic this way. Is is design problem and it _is_ the bug (the hard-to-fix one). Eugene ___

Re: panic after removing usb flash disk

2007-08-16 Thread Oliver Fromme
Roman Bogorodskiy wrote: > Artem Kuchin wrote: > > [FreeBSD crashes when a mounted device disappears] > > It's not a bug, it's a feature. I certainly wouldn't call it a feature. As others have noted, it is a known shortcoming in FreeBSD, and fixing it is non-trivial. Always remember to umou

Re: panic after removing usb flash disk

2007-08-16 Thread Roman Bogorodskiy
Artem Kuchin wrote: > Hello! > > I don't know if it really belongs to this list, since > i have only tested on 7-CURRENT, but on the other hand > 7-CURRENT is soon going to be stable. > > So here it goes: > > 1) insert usb flash disk > 2) usbd detected it > 3) mount it (mount -t msdosfs /dev

Re: panic after removing usb flash disk

2007-08-16 Thread Momchil Ivanov
На Thursday 16 August 2007 14:28:59 Artem Kuchin написа: > Hello! > > I don't know if it really belongs to this list, since > i have only tested on 7-CURRENT, but on the other hand > 7-CURRENT is soon going to be stable. > > So here it goes: > > 1) insert usb flash disk > 2) usbd detected it > 3)

Re: panic after removing usb flash disk

2007-08-16 Thread Jeremy Chadwick
On Thu, Aug 16, 2007 at 04:28:59PM +0400, Artem Kuchin wrote: > Hello! > > I don't know if it really belongs to this list, since > i have only tested on 7-CURRENT, but on the other hand > 7-CURRENT is soon going to be stable. > > So here it goes: > > 1) insert usb flash disk > 2) usbd detected it

panic after removing usb flash disk

2007-08-16 Thread Artem Kuchin
Hello! I don't know if it really belongs to this list, since i have only tested on 7-CURRENT, but on the other hand 7-CURRENT is soon going to be stable. So here it goes: 1) insert usb flash disk 2) usbd detected it 3) mount it (mount -t msdosfs /dev/da1s1 /mnt) 4) simply pull the pen drive o