Re: How do I build a brand new /etc?

2015-05-26 Thread Ian Lepore
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

FreeBSD 10.1-stable: repeatable panic when trying to copy files from an ext3 filesystem mounted read-only

2015-05-26 Thread Torfinn Ingolfsen
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

Re: Kernel fails to boot after update

2015-05-26 Thread Warren Block
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