Re: FreeBSD 13.0 terrible performance in KVM

2021-04-24 Thread Bane Ivosev via freebsd-stable
We have over 50 FreeBSD VM on KVM for years, several Proxmox (5x,6x) and Centos (6.x,7.x) servers, and never experienced performance problem like this. Your example on fresh new 13 VM: # time -p find / -name cacert.pem real 0.28 user 0.00 sys 0.13 12.2 our syslog server: # time -p find / -na

Re: kvm vlan virtio problem

2012-11-03 Thread Bane Ivosev
ssage - From: "Bane Ivosev" To: freebsd-stable@freebsd.org Sent: Saturday, November 3, 2012 2:12:25 PM Subject: kvm vlan virtio problem hi, i have several kvm ubuntu 12.04 and centos 6 hosts with standard bridged network setup. same problem on each server with freebsd 9 amd64 guest and virtio

kvm vlan virtio problem

2012-11-03 Thread Bane Ivosev
hi, i have several kvm ubuntu 12.04 and centos 6 hosts with standard bridged network setup. same problem on each server with freebsd 9 amd64 guest and virtio nic: soon after guest start host syslog is filling with this message at very high rate. guest is working without any problem. with e1000

kvm & virtio performance

2012-05-01 Thread Bane Ivosev
hi, anyone test freebsd as guest on kvm with virtio drivers? any expirience? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: how to update source tree

2011-12-09 Thread Bane Ivosev
what is your CVSROOT and defaultrouter in /etc/rc.conf? On 12/10/2011 05:20, Man Chan wrote: Hi, I am new to freebsd and just installed a 8.2 release on a laptop.� I just tried to update my source tree with the example� describe in the A.4 Anonymous CVS without any luck.� The error is no rout

Re: Low nfs write throughput

2011-11-18 Thread Bane Ivosev
and if you use zfs also try this zfs set sync=disabled On 11/18/11 04:10, Daryl Sayers wrote: > Can anyone suggest why I am getting poor write performance from my nfs setup. > I have 2 x FreeBSD 8.2-STABLE i386 machines with ASUS P5B-plus mother boards, > 4G mem and Dual core 3g processor using 1

Re: Low nfs write throughput

2011-11-18 Thread Bane Ivosev
did you try this ? sysctl -w vfs.nfsrv.async=1 On 11/18/11 04:10, Daryl Sayers wrote: > Can anyone suggest why I am getting poor write performance from my nfs setup. > I have 2 x FreeBSD 8.2-STABLE i386 machines with ASUS P5B-plus mother boards, > 4G mem and Dual core 3g processor using 147G 15k

Re: pkg_add -r does not find packages FreeBSD 9.0 rc1

2011-11-12 Thread Bane Ivosev
set PACKAGESITE environment variable for tcsh shell setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/ hope this help On 11/12/11 15:36, Kenneth Hatteland wrote: I have installed RC1 and after getting confused with the new install routines, I have my s