Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-08-31 Thread John-Mark Gurney
Hiroo Ono () wrote this message on Sun, Aug 31, 2014 at 14:01 +0900: During upgrading world and kernel from r26939 to r270837, I got the following problem. a) the arch is i386 b) kernel is of r270837, userland is of r26939 (make kernel is done and rebooted, make installworld not

ARM IMX6 build failure

2014-08-31 Thread Bjoern A. Zeeb
linking kernel.debug locore.o: In function `virt_done': (.text+0x130): undefined reference to `initarm' uart_core.o: In function `uart_bus_probe': /scratch/tmp/bz/head.svn/sys/dev/uart/uart_core.c:381: undefined reference to `uart_cpu_eqres' uart_subr.o: In function `uart_getenv':

Revision: 270871: kernel build failure due to: [...]/netmap.c:556:23: error: no member named 'if_pspare' in 'struct ifnet'

2014-08-31 Thread O. Hartmann
cc -c -O3 -fno-strict-aliasing -march=native -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option

Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-08-31 Thread 小野寛生
Thank you for taking a look into this. 2014-08-31 15:47 GMT+09:00 John-Mark Gurney j...@funkthat.com: Hiroo Ono () wrote this message on Sun, Aug 31, 2014 at 14:01 +0900: During upgrading world and kernel from r26939 to r270837, I got the following problem. a) the arch is i386

Modify bsdinstall to set the default locale?

2014-08-31 Thread Craig Rodrigues
Hi, I recently did a fresh install of FreeBSD-10.stable on a new machine. If I run the 'locale', I get this: LANG= LC_CTYPE=C LC_COLLATE=C LC_TIME=C LC_NUMERIC=C LC_MONETARY=C LC_MESSAGES=C LC_ALL= Can we add something to bsdinstall/bsdconfig for setting the default locale? We already have

Re: Modify bsdinstall to set the default locale?

2014-08-31 Thread Allan Jude
On 2014-08-31 12:36, Craig Rodrigues wrote: Hi, I recently did a fresh install of FreeBSD-10.stable on a new machine. If I run the 'locale', I get this: LANG= LC_CTYPE=C LC_COLLATE=C LC_TIME=C LC_NUMERIC=C LC_MONETARY=C LC_MESSAGES=C LC_ALL= Can we add something to

Re: Modify bsdinstall to set the default locale?

2014-08-31 Thread Craig Rodrigues
On Sun, Aug 31, 2014 at 9:41 AM, Allan Jude allanj...@freebsd.org wrote: On 2014-08-31 12:36, Craig Rodrigues wrote: That would seem to make sense. Where do these settings actually get stored? Where would I find a list of the possible settings to create the dialog? I've never tried to use

Re: Modify bsdinstall to set the default locale?

2014-08-31 Thread Andrew Berg
On 2014.08.31 11:41, Allan Jude wrote: That would seem to make sense. Where do these settings actually get stored? Where would I find a list of the possible settings to create the dialog? Setting them in /etc/login.conf for the default user class is how I do it.

Re: Modify bsdinstall to set the default locale?

2014-08-31 Thread Shane Ambler
On 01/09/2014 02:11, Allan Jude wrote: On 2014-08-31 12:36, Craig Rodrigues wrote: Hi, I recently did a fresh install of FreeBSD-10.stable on a new machine. If I run the 'locale', I get this: LANG= LC_CTYPE=C LC_COLLATE=C LC_TIME=C LC_NUMERIC=C LC_MONETARY=C LC_MESSAGES=C LC_ALL=

Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-08-31 Thread John-Mark Gurney
Hiroo Ono () wrote this message on Sun, Aug 31, 2014 at 20:43 +0900: Thank you for taking a look into this. 2014-08-31 15:47 GMT+09:00 John-Mark Gurney j...@funkthat.com: Hiroo Ono () wrote this message on Sun, Aug 31, 2014 at 14:01 +0900: During upgrading world