Live data from Hacker News

Virtualbox 3.2.0 Beta 1 released, experimental OS X Guests

forums.virtualbox.org

11–20 of 35 posts

Re: Virtualbox 3.2.0 Beta 1 released, experimental OS X Guests

#12
post #11

My download is timing out at 419 KB, anyone else having problems?

Mine is at 428 KB. :P

Which file are you downloading? I'm trying virtualbox-3.2_3.2.0~beta1-60785~Ubuntu~lucid_i386.deb

I downloaded the Guest Additions without problems.

Re: Virtualbox 3.2.0 Beta 1 released, experimental OS X Guests

#13

"Memory ballooning to dynamically in- or decrease the amount of RAM used by a VM (64-bit hosts only) (see the manual for more information)" Awesome. I'm definitely not a VM expert, but I think that means I can fire up my VM, and if not much is running in it, it won't consume as much memory on the host. Is that correct?

I think it means you can increase the RAM of a VM without shutting it down. With Xen, the VM needs to be rebuilt (a couple of minutes off)

Re: Virtualbox 3.2.0 Beta 1 released, experimental OS X Guests

#16

My download is timing out at 419 KB, anyone else having problems?

Try using wget or curl. Chrome hung for me, but wget downloaded the 70MB file in about 30 seconds.

Tried wget, no luck. No worries, I'll try later, should really get back to work :)

Re: Virtualbox 3.2.0 Beta 1 released, experimental OS X Guests

#17
post #9
post #5

Earlier quoted context omitted.

It is illegal to run OS X on a hardware not made by Apple, I guess it's fine to run it as a guest in a VM (the old Mac-on-Linux did that), although I can be wrong as well.

It is not illegal, to my knowledge no court has ruled on the matter and the only judgment (PYSTAR) that even remotely relates to OSX on no apple hardware and it had to do with copyright violations. Copyright protects distribution and public display of the media not the use of the private use of media. Companies have tried to blur this line by expanding what copyright encompass. If they want it to be illegal they need…

Okay, thanks for the clarification, I wrote my original commentary without much caution, the user just not followed the EULA, that what I wanted to say, which to my knowledge is illegal in my country.

Re: Virtualbox 3.2.0 Beta 1 released, experimental OS X Guests

#18
post #7
post #2

Is Guest OS X, on VMs legal? I thought that was the against Apples terms of service. I never really found out what happened to the whole PsyStar thing.

You're legally only allowed to run OS X Server virtualized on Apple hardware. VMware and Parallels have both implemented checks in their products to help Apple enforce this (although I believe they're somewhat trivial to work around).

AFAICT VirtualBox does nothing to enforce it.

Re: Virtualbox 3.2.0 Beta 1 released, experimental OS X Guests

#19

"Memory ballooning to dynamically in- or decrease the amount of RAM used by a VM (64-bit hosts only) (see the manual for more information)" Awesome. I'm definitely not a VM expert, but I think that means I can fire up my VM, and if not much is running in it, it won't consume as much memory on the host. Is that correct?

I believe it's just memory overcommitment, so you can assign more memory than you actually have available on the host and it will dynamically handle it for you. Crazy stuff, though.

Re: Virtualbox 3.2.0 Beta 1 released, experimental OS X Guests

#20
post #13

"Memory ballooning to dynamically in- or decrease the amount of RAM used by a VM (64-bit hosts only) (see the manual for more information)" Awesome. I'm definitely not a VM expert, but I think that means I can fire up my VM, and if not much is running in it, it won't consume as much memory on the host. Is that correct?

I think it means you can increase the RAM of a VM without shutting it down. With Xen, the VM needs to be rebuilt (a couple of minutes off)

Memory ballooning is basically a mechanism for hypervisor to steal pages from the guest and yes, so it allows for over-commitment. Memory balloon driver is present inside the guest and hypervisor communicates how many pages it needs back to the driver. The driver allocates pages and sends it back to the hypervisor.
Post reply on HN