Re: Stale mount on disconnected device: how to delete it?

2007-12-18 Thread Atom Smasher
On Tue, 18 Dec 2007, [EMAIL PROTECTED] wrote: Unfortunately, they do happen fairly often, usually caused by USB-related stuff (FreeBSD's USB stack is _the_ worst I've seen lately -- I take it that the stack's favorite hobby is panicking the kernel with unrivaled efficiency), sometimes by ATA/A

Re: FreeBSD specific WINE errors

2007-12-18 Thread Jeremy Chadwick
On Tue, Dec 18, 2007 at 01:32:06PM -0500, [EMAIL PROTECTED] wrote: > Recently eve-online came out with a new client. Since they now have a > "linux" version (which uses TransGaming's Cedega) they are less > concerned with wine compatiblity. That said, it seems that some wise > people have it worki

FreeBSD specific WINE errors

2007-12-18 Thread freebsd-list
Recently eve-online came out with a new client. Since they now have a "linux" version (which uses TransGaming's Cedega) they are less concerned with wine compatiblity. That said, it seems that some wise people have it working on linux, and I have downloaded, patched and compiled they code they're

Re: Stale mount on disconnected device: how to delete it?

2007-12-18 Thread soralx
> > The problem is that the detach event can be caught only too late to > > unmount the device properly. How may it be possible to sync a disk > > ``as soon as it is detached'' (that is when it is not physically > > connected to the computer anymore)? Mounting the disk read-only may > > be a wor

Re: Stale mount on disconnected device: how to delete it?

2007-12-18 Thread Daniel O'Connor
On Tue, 18 Dec 2007, Nikos Ntarmos wrote: > Off the top of my head, what is wrong/hard with just logging a device > failure, discarding all remaining cached operations, and unmounting > the fs when a disk device goes missing? I understand that this is not > a viable solution for critical filesystem

Re: Stale mount on disconnected device: how to delete it?

2007-12-18 Thread Nikos Ntarmos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Dec 18, 2007 at 01:13:55AM +0100, Romain Tartière wrote: > On Mon, Dec 17, 2007 at 10:32:48AM -0800, Yuri wrote : > > In case of USB device (which device in question in this problem > > happens to be) usbd can be used to mount it. > > > > If a

Re: questions on development(7)

2007-12-18 Thread Jeremie Le Hen
Hi, Sorry for the late reply. On Fri, Nov 09, 2007 at 04:56:24AM +, Aryeh M. Friedman wrote: > 4. Mergemaster behaves strange now: everytime I run it does a > buildworld before doing the merge (even if I just did a > installworld)... also it seems to default this to /usr/src2 (which is > mo