svn commit: r200214 - head/sys/fs/ntfs

2009-12-07 Thread Guido van Rooij
Author: guido Date: Mon Dec 7 15:15:08 2009 New Revision: 200214 URL: http://svn.freebsd.org/changeset/base/200214 Log: Fix ntfs such that it understand media with a non-512-bytes sector size: 1. Fixups are always done on 512 byte chunks (in stead of sectors). This is kind of stupid. 2.

svn commit: r189762 - head/sys/geom/eli

2009-03-13 Thread Guido van Rooij
Author: guido Date: Fri Mar 13 08:13:51 2009 New Revision: 189762 URL: http://svn.freebsd.org/changeset/base/189762 Log: Backout this commit whil a better solution is developed Modified: head/sys/geom/eli/g_eli.c Modified: head/sys/geom/eli/g_eli.c

Re: svn commit: r189624 - head/etc/rc.d

2009-03-11 Thread Guido van Rooij
On Tue, Mar 10, 2009 at 03:33:28PM +, Gavin Atkinson wrote: Is this due to a bug/feature of gmirror? A long time ago, swapoff used to be run on shutdown, but it was removed by pjd@ in src/etc/rc.d/swap1 version 1.9 with the following commit message: It was due to a brainfart on my

svn commit: r189694 - head/etc/rc.d

2009-03-11 Thread Guido van Rooij
Author: guido Date: Wed Mar 11 12:55:12 2009 New Revision: 189694 URL: http://svn.freebsd.org/changeset/base/189694 Log: Backout previous commit due to PEBKAC Modified: head/etc/rc.d/swap1 Modified: head/etc/rc.d/swap1

svn commit: r189624 - head/etc/rc.d

2009-03-10 Thread Guido van Rooij
Author: guido Date: Tue Mar 10 15:19:49 2009 New Revision: 189624 URL: http://svn.freebsd.org/changeset/base/189624 Log: When swap resides on a mirror and it is not stopped, the mirror is degraded upon the next reboot and will have to be rebuild. Thus call swapoff when rebooting (read: when

svn commit: r189625 - head/sys/geom/eli

2009-03-10 Thread Guido van Rooij
Author: guido Date: Tue Mar 10 15:23:43 2009 New Revision: 189625 URL: http://svn.freebsd.org/changeset/base/189625 Log: When attaching a geli on boot make sure that it is detached upon last close. (needed for a gmirror to properly shutdown upon reboot when a geli is on top the gmirror)

Re: svn commit: r189625 - head/sys/geom/eli

2009-03-10 Thread Guido van Rooij
On Tue, Mar 10, 2009 at 05:19:48PM +0100, Fabian Keil wrote: Log: When attaching a geli on boot make sure that it is detached upon last close. (needed for a gmirror to properly shutdown upon reboot when a geli is on top the gmirror) Detach-on-last-close is known to cause panics