Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Ivan Klymenko
В Mon, 23 May 2011 14:55:39 -0700 Garrett Cooper пишет: > On Mon, May 23, 2011 at 11:44 AM, O. Hartmann > wrote: > > On 05/23/11 18:10, Garrett Cooper wrote: > >> > >> On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: > >> > >>> > >> > >> Shouldn't DEBUG_FLAGS be the proper usage in this parti

[head tinderbox] failure on ia64/ia64

2011-05-23 Thread FreeBSD Tinderbox
TB --- 2011-05-23 22:06:05 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-05-23 22:06:05 - starting HEAD tinderbox run for ia64/ia64 TB --- 2011-05-23 22:06:05 - cleaning the object tree TB --- 2011-05-23 22:06:19 - cvsupping the source tree TB --- 2011-05-23 22:06:19 - /usr/bin/c

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 23:55, Garrett Cooper wrote: On Mon, May 23, 2011 at 11:44 AM, O. Hartmann wrote: On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: Shouldn't DEBUG_FLAGS be the proper usage in this particular case? Mmmhhh, I changed .if defined(D

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Garrett Cooper
On Mon, May 23, 2011 at 11:44 AM, O. Hartmann wrote: > On 05/23/11 18:10, Garrett Cooper wrote: >> >> On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: >> >>> >> >> Shouldn't DEBUG_FLAGS be the proper usage in this particular case? > > Mmmhhh, > I changed > > .if defined(DEBUG) && !defined(INSTA

Re: Randomization in hastd(8) synchronization thread

2011-05-23 Thread Maxim Sobolev
On 5/21/2011 8:57 AM, Pawel Jakub Dawidek wrote: Hmm, hastd keeps separate bitmap for synchronization. It is stored in am_syncmap field. Blocks that are dirtied during regular writes should not effect on synchronization bitmap and synchronization progress. Possibly, but this policy is not very

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: Shouldn't DEBUG_FLAGS be the proper usage in this particular case? -Garrett ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: [rfc] remove hlt_cpus et al sysctls and related code

2011-05-23 Thread Andriy Gapon
on 19/05/2011 19:58 Andriy Gapon said the following: > on 18/05/2011 20:04 Attilio Rao said the following: >> 2011/5/18 Garrett Cooper : >>> We use this internally at work still with a software config that uses 4BSD >>> so >>> as long as there is an equivalent tunable, that's good enough for us mo

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Garrett Cooper
On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: > Shouldn't DEBUG_FLAGS be the proper usage in this particular case? -Garrett ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 14:52, Ivan Klymenko wrote: В Mon, 23 May 2011 10:03:42 +0200 "O. Hartmann" пишет: On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with follow

[PATCH] Simple tidy up of puc(4) bus driver

2011-05-23 Thread John Baldwin
This small patch makes the puc(4) bus drivers a little more friendly. It should now list the port for each child device in the boot messages, and devinfo -v should list the type and port of each child device in its output as well: Index: puc_pci.c ==

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Ivan Klymenko
В Mon, 23 May 2011 10:03:42 +0200 "O. Hartmann" пишет: > On 05/23/11 00:37, Garrett Cooper wrote: > > On May 22, 2011, at 2:42 PM, O. Hartmann wrote: > > > >> Building kernel and modules with CLANG (did not try with gcc) > >> results in corrupted system with following error message. > >> Operatin

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Dimitry Andric
On 2011-05-23 14:49, Dimitry Andric wrote: On 2011-05-23 10:03, O. Hartmann wrote: ... But make installkernel still fails installing mps.ko.symbols (which is not found). Is it only mps.ko that suffers from this problem? Or are other kernel modules also resulting in the same message? Ok, I g

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Dimitry Andric
On 2011-05-23 10:03, O. Hartmann wrote: ... But make installkernel still fails installing mps.ko.symbols (which is not found). Is it only mps.ko that suffers from this problem? Or are other kernel modules also resulting in the same message? ___ freeb

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn://s

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn:/

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 10:36, O. Hartmann wrote: On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of F

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn://s