Re: Several LOR's with most recent install media

2016-03-04 Thread Benjamin Kaduk
On Thu, 3 Mar 2016, Chris H wrote: > > > > Mar 2 22:00:00 spare newsyslog[705]: logfile turned over due to size>100K > > Mar 2 22:12:00 spare kernel: lock order reversal: > > Mar 2 22:12:00 spare kernel: 1st 0xda5f45a0 bufwait (bufwait) @ > > /usr/src/sys/kern/vfs_bio.c:3488 > > Mar 2

Re: ERROR: ctfconvert: *.o doesn't have type data to convert

2016-03-04 Thread Chris H
On Fri, 4 Mar 2016 11:21:33 -0800 Mark Johnston wrote > On Fri, Mar 04, 2016 at 08:47:44AM -0800, Chris H wrote: > > I've just finished building world, and am building a custom kernel. > > (11-CURRENT svn co from yesterday, and on an i386) > > > > I see the following message

Re: Several LOR's with most recent install media

2016-03-04 Thread Chris H
On Thu, 03 Mar 2016 07:24:11 -0800 "Chris H" wrote > On Wed, 02 Mar 2016 23:00:44 -0800 "Chris H" wrote > > > On Wed, 02 Mar 2016 21:49:39 -0800 "Chris H" wrote > > > > > Hello all, > > > I just finished an install off

Re: ERROR: ctfconvert: *.o doesn't have type data to convert

2016-03-04 Thread Mark Johnston
On Fri, Mar 04, 2016 at 08:47:44AM -0800, Chris H wrote: > I've just finished building world, and am building a custom kernel. > (11-CURRENT svn co from yesterday, and on an i386) > > I see the following message emitted on every lib being processed > during the build: > > ERROR: ctfconvert: *.o

Re: ERROR: ctfconvert: *.o doesn't have type data to convert

2016-03-04 Thread Chris H
On Fri, 04 Mar 2016 08:47:44 -0800 "Chris H" wrote > I've just finished building world, and am building a custom kernel. > (11-CURRENT svn co from yesterday, and on an i386) > > I see the following message emitted on every lib being processed > during the build: > >

ERROR: ctfconvert: *.o doesn't have type data to convert

2016-03-04 Thread Chris H
I've just finished building world, and am building a custom kernel. (11-CURRENT svn co from yesterday, and on an i386) I see the following message emitted on every lib being processed during the build: ERROR: ctfconvert: *.o doesn't have type data to convert (replace the asterisk (*) with any

CURRENT r296381 panic in vn_sendfile (/usr/src/sys/kern/kern_sendfile.c:833)

2016-03-04 Thread Vitalij Satanivskij
Hello. I get kernel panic on high loaded server with messages savecore: reboot after panic: vn_sendfile: mlen 326 space -20 hdrlen 326 # kgdb kernel.debug /var/crash/vmcore.0 Unread portion of the kernel message buffer: panic: vn_sendfile: mlen 326 space -20 hdrlen 326 cpuid = 5 KDB:

Virtio network: poor performance with KVM hypervisor (latest Proxmox)

2016-03-04 Thread Alexey Tarasov
Hi all! I am using the latest Proxmox 4.1 with all updates installed. I have several VM's with FreeBSD guests and 1 VM with Ubuntu 14 (all KVM). Host system file download speed: 60 MBps. FreeBSD guest download speed: 2 MBps on virtio network with TSO enabled, 5-9 MBps with TSO disabled; 12

WITHOUT_MODULES=if_lmc not working in NanoBSD

2016-03-04 Thread O. Hartmann
I try to disable device bpf in the kernel, which results in a compilation error of if_lmc: [...] --- /empty/src/ALG/CURRENT/sys/modules/lmc/../../dev/lmc/if_lmc.c:4357:33: error: use of undeclared identifier 'DEV_BPF' ALTQ_PRESENT ? "ALTQ " : "", NBPFILTER ? "BPF " : "", ^