RE: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-11 Thread Kamil Choudhury
 kinda odd, as you cant even buy a floppy disk anymore

Not so!

I just bought one package of this as a gag gift for a friend's birthday: 

http://www.amazon.com/Verbatim-3-5In-1-44MB-Pre-Fmt-10Pk/dp/B511BI/

Paying $10 for ~15MB of storage was a mindblowing experience :) 
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


RE: Best VM setup for FreeBSD

2013-06-06 Thread Kamil Choudhury
Virtualbox + iscsi + ZFS snapshotting = a pretty good time overall. 


From: owner-freebsd-virtualizat...@freebsd.org 
[owner-freebsd-virtualizat...@freebsd.org] on behalf of David P. Caldwell 
[da...@code.davidpcaldwell.com]
Sent: Thursday, June 06, 2013 10:21
Cc: freebsd-virtualization@freebsd.org
Subject: Re: Best VM setup for FreeBSD

I am using VirtualBox without incident, with a Windows 7 host.

-- David Caldwell
http://www.davidpcaldwell.com/

On Wed, Jun 5, 2013 at 10:20 AM, TJ t...@melodicninja.co.uk wrote:
 Hi guys,
 i am looking to setting up some virtual FreeBSD servers.

 I run a run a network that only has FreeBSD hosts and i want to setup a few
 test boxes but would be much easier if i could virtualise them.

 I know there is bhyve in CURRENT but it is still young and wanted something
 tried and true, the FreeBSD handbook suggest VirtualBox, but there are also
 things like qemu and xen.

 What is the best and easiest to manage?

 I have only ever used EXSi before but the ESXi client is not available for
 *nix so it makes managing a bit more difficult.

 Thanks

 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to
 freebsd-virtualization-unsubscr...@freebsd.org
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


RE: Failed assertion in virtualbox-ose 4.1.18

2012-08-02 Thread Kamil Choudhury
Went ahead and recompiled without DEBUG and DBUS (we are running headless, 
after all). 

Stable for two days. 

Of course, this begs the question of whether or not the assertion is correct or 
not... 

From: owner-freebsd-virtualizat...@freebsd.org 
[owner-freebsd-virtualizat...@freebsd.org] on behalf of Kamil Choudhury 
[kamil.choudh...@anserinae.net]
Sent: Monday, July 30, 2012 11:35 PM
To: freebsd-virtualization@freebsd.org
Subject: Failed assertion in virtualbox-ose 4.1.18

Hi all:

I've got a troublesome Win2K8r2 guest on a Virtualbox/FreeBSD 8.3-RELEASE
AMD x6 host.

The guest is running headless, with two SATA discs, 2 cpus and 6 gigs of RAM.

Special consideration: I compiled virtualbox using the --disable-hardening 
compiler option.

My port options were:

[X] DBUSD-Bus support
[X] DEBUG   Install debug symbols
[X] GUESTADDITIONS  Build with Guest Additions
[ ] NLS Native Language Support via gettext
[ ] PULSEAUDIO  Support PulseAudio sound server
[ ] QT4 Build with QT4 Frontend
[X] UDPTUNNEL   Build with UDP tunnel support
[X] VDE Build with VDE support
[X] VNC Build with VNC support
[ ] WEBSERVICE  Build Webservice
[ ] X11 X11 support

The host starts up okay, runs for a period of ranging from half an hour to five 
hours,
and then invariably crashes with the following error in the log:

00:35:50.612 !!Assertion Failed!!
00:35:50.612 Expression: pTimer-enmClock == TMCLOCK_VIRTUAL_SYNC ? enmState ==
TMTIMERSTATE_ACTIVE : enmState == TMTIMERSTATE_PENDING_SCHEDULE || enmState ==
TMTIMERSTATE_PENDING_STOP_SCHEDULE

Googling doesn't seem to reveal a great deal, and I have not yet done a source 
dive to
figure out what's going on. It's especially perplexing given that there is 
another
Win2K8r2  VM running flawlessly on the same host (albeit with 1 CPU, 2 gigs of 
RAM and
1 SATA disc.)

Any assistance would be greatly appreciated. Has anyone ever seen anything like 
this?

Thanks,
Kamil
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Failed assertion in virtualbox-ose 4.1.18

2012-07-30 Thread Kamil Choudhury
Hi all: 

I've got a troublesome Win2K8r2 guest on a Virtualbox/FreeBSD 8.3-RELEASE 
AMD x6 host. 

The guest is running headless, with two SATA discs, 2 cpus and 6 gigs of RAM. 

Special consideration: I compiled virtualbox using the --disable-hardening 
compiler option. 

My port options were: 

[X] DBUSD-Bus support  
[X] DEBUG   Install debug symbols  
[X] GUESTADDITIONS  Build with Guest Additions 
[ ] NLS Native Language Support via gettext
[ ] PULSEAUDIO  Support PulseAudio sound server
[ ] QT4 Build with QT4 Frontend
[X] UDPTUNNEL   Build with UDP tunnel support  
[X] VDE Build with VDE support 
[X] VNC Build with VNC support 
[ ] WEBSERVICE  Build Webservice   
[ ] X11 X11 support

The host starts up okay, runs for a period of ranging from half an hour to five 
hours, 
and then invariably crashes with the following error in the log: 

00:35:50.612 !!Assertion Failed!!
00:35:50.612 Expression: pTimer-enmClock == TMCLOCK_VIRTUAL_SYNC ? enmState == 
TMTIMERSTATE_ACTIVE : enmState == TMTIMERSTATE_PENDING_SCHEDULE || enmState == 
TMTIMERSTATE_PENDING_STOP_SCHEDULE

Googling doesn't seem to reveal a great deal, and I have not yet done a source 
dive to 
figure out what's going on. It's especially perplexing given that there is 
another 
Win2K8r2  VM running flawlessly on the same host (albeit with 1 CPU, 2 gigs of 
RAM and 
1 SATA disc.)

Any assistance would be greatly appreciated. Has anyone ever seen anything like 
this? 

Thanks, 
Kamil
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org