Re: virtio problems (was: pf deadly slow)

2013-10-04 Thread Stephane D'Alu
Now that I switched from virtio to 82545EM all my networking problems disappeared. Appart from pf, I had also some other small networking problems that I thought were apache/php related, but were in fact due to virtio. virtio is clearly the culprit, but I can't say if it is FreeBSD or VirtualBox

Re: Problems with missing ttyv devices in BHyve?

2013-10-04 Thread Craig Rodrigues
On Thu, Oct 3, 2013 at 10:38 PM, Peter Grehan wrote: > > > (2) Is it possible to connect to the console of the BHyve VM via >> /dev/ttyu2 >>or some other mechanism? I would like to be able to connect to >> the BHyve VM >>and use something like Expect or py-expect to execute con

Re: virtio problems (was: pf deadly slow)

2013-10-04 Thread Bryan Venteicher
- Original Message - > Now that I switched from virtio to 82545EM all my networking problems > disappeared. > > Appart from pf, I had also some other small networking problems that I > thought were apache/php related, but were in fact due to virtio. > > virtio is clearly the culprit, bu

Re: Problems with missing ttyv devices in BHyve?

2013-10-04 Thread Peter Grehan
Hi Craig, However, what I am trying to test is the early stage bootup of our installation CD, before FreeNAS is installed on the disk. When our CD boots up, it presents a text-based dialog menu where the user can select certain items and choose which disk to install on. If I could access the c

Use humanize_number() inside bhyveload?

2013-10-04 Thread Craig Rodrigues
Hi, In /usr/src/usr.bin/truncate/truncate.c , you can see that the '-s' parameter to the truncate utility is parsed with the expand_number() utility. Can we use expand_number() in bhyve_load? That will allow people to enter parameters like: -m 2G This is handy and consistent with other FreeBSD

Re: Use humanize_number() inside bhyveload?

2013-10-04 Thread Peter Grehan
Hi Craig, Can we use expand_number() in bhyve_load? Please commit this change :) later, Peter. ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to

Re: svn commit: r256056 - head/usr.sbin/bhyve

2013-10-04 Thread Peter Grehan
Hi Aryeh, Does this mean it will now take /dev/cdX as a parameter? Not yet: there's some other issues to resolve with that. AHCI/ATAPI drives will show up as /dev/cdX in the guest, though. later, Peter. ___ freebsd-virtualization@freebsd.org mai