FreeBSD ports that you maintain which are currently marked broken

2014-08-07 Thread linimon
Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build envir

FreeBSD ports that you maintain which are currently marked forbidden

2014-08-07 Thread linimon
Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits.

[Bug 186820] [NEW PORTS, UPDATE] Add CentOS 6.5 userland ports

2014-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186820 a.shi...@itcons.net.ua changed: What|Removed |Added CC||a.shi...@itcons.net.ua ---

Making disk IO place nicely in a guest (VirtualBox)

2014-08-07 Thread Mike Tancsa
Hi, I am running VirtualBox on RELENG_10 as the hypervisor with a RELENG10 guest. I noticed, that when a do a lot of disk IO in the guest where the hypervisor cannot keep up, this start to go "bad" in the guest. If I use the non default AHCI driver, the OS at least can kind of recover. Usi

Re: Making disk IO place nicely in a guest (VirtualBox)

2014-08-07 Thread Mike Tancsa
On 8/7/2014 2:19 PM, Mike Tancsa wrote: Hi, I am running VirtualBox on RELENG_10 as the hypervisor with a RELENG10 guest. I noticed, that when a do a lot of disk IO in the guest where the hypervisor cannot keep up, this start to go "bad" in the guest. If I use the non default AHCI driver,

A few linux-f20 ports and Skype 4.3

2014-08-07 Thread Vassilis Laganakos
Hello, I hope this is the right place to email about the Linux emulation layer. It was identified in the recent Cambrige Dev Summit the need to keep f10 base working as well as add Centos6, Centos7 and Fedora 20. xmj is working on f10 and AllanJude on Centos6 and Centos7, last time we discussed a

Re: A few linux-f20 ports and Skype 4.3

2014-08-07 Thread Artyom Mirgorodskiy
How I should prepare pulse audio? Previous version of Skype (including 4.2.0.11) hold if linux pulse audio libs is present in system On Thursday 07 August 2014 20:43:57 Vassilis Laganakos wrote: > Hello, > > I hope this is the right place to email about the Linux emulation > layer. > > It was i

Re: Making disk IO place nicely in a guest (VirtualBox)

2014-08-07 Thread Adam Vande More
On Thu, Aug 7, 2014 at 1:19 PM, Mike Tancsa wrote: > Hi, > I am running VirtualBox on RELENG_10 as the hypervisor with a > RELENG10 guest. I noticed, that when a do a lot of disk IO in the guest > where the hypervisor cannot keep up, this start to go "bad" in the guest. > > If I use the

Re: Making disk IO place nicely in a guest (VirtualBox)

2014-08-07 Thread Mike Tancsa
On 8/7/2014 4:53 PM, Adam Vande More wrote: Is your swap device ZFS backed like a ZVOL or something? Hi Adam, The hypervisor does indeed have swap on zfs. I will try disabling swap in the guest. I am pretty sure the panic was due to the guest hitting and stalling on swap inside the VM.

Re: Making disk IO place nicely in a guest (VirtualBox)

2014-08-07 Thread Adam Vande More
On Thu, Aug 7, 2014 at 4:05 PM, Mike Tancsa wrote: > On 8/7/2014 4:53 PM, Adam Vande More wrote: > >> >> >> Is your swap device ZFS backed like a ZVOL or something? >> > > Hi Adam, > The hypervisor does indeed have swap on zfs. I will try > disabling swap in the guest. I am pretty sure