On Tue, 2015-05-26 at 22:20 -0400, kpn...@pobox.com wrote:
> So, I built a new 9.3-p14 with these commands:
>
> #! /bin/sh
>
> set -x
> export DESTDIR=/ROOT/in_progress/
> export MAKEOBJDIRPREFIX=$DESTDIR/usr/obj
>
> cd $DESTDIR/usr/src
>
> make buildworld &&
> make buildkernel
>
>
> Then as
Hello,
I get a repeatable panic when trying to cpy files from an ext3 filesystewm
which is mounted read-only. Listing files works ok.
Details:
root@kg-u35jc# uname -a
FreeBSD kg-u35jc.kg4.no 10.1-STABLE FreeBSD 10.1-STABLE #0 r283269: Fri May 22
09:14:57 CEST 2015
r...@kg-u35jc.kg4.no:/usr/o
On Mon, 25 May 2015, Brandon Wandersee wrote:
On 05/25, Trevor Roydhouse wrote:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-options.html
Cheers,
TREV.
Thanks for the link, Trevor. I enabled DDB in the kernel ("options DDB") in
order to prevent the rebo