Earlier quoted context omitted.
> How can a software developer justify stealing software Oh come on. Running a legally obtained OSX installation on hardware you own is hardly stealing. I don't see why OSX "fanboys" constantly bring up this tiresome meme about OSX being this near "holy" OS which cannot run on anything but this similarly holy Apple hardware. It's a generic consumer OS designed to work on what is mostly run of the mill X86 hardware. G…
My reply is to this Who actually takes software licenses seriously in their own home? If this doesn't imply one's okay with stealing, then I take my comment back. Because you seem to assume I use a mac, I must confess to not owning one and therefore not using macos.
OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
61–70 of 96 posts
Re: OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
#62Earlier quoted context omitted.
It's not "stealing" if you paid for a license. By your logic, jailbreaking an iPhone would constitute theft.
It's more akin to installing iOS on a Nexus phone.
Re: OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
#63Earlier quoted context omitted.
I write software for free and as a living, so I surely take it seriously. How can a software developer justify stealing software, unless they're trapped in a poor or technologically restricted situation (Cuba)? EDIT: There's some confusion as to what I replied to: My reply is to this Who actually takes software licenses seriously in their own home? If this doesn't imply one's okay with stealing, then I take my commen…
Agreed. I am surprised at how many people on HN show negative attitude toward compliancy with the EULA. I thought HNers had a respect for software license.
[1]: https://www.eff.org/wp/dangerous-terms-users-guide-eulas
Re: OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
#64The OSX license agreement severely limits the practicality of this: http://images.apple.com/legal/sla/docs/macOS1012.pdf It only allows you: Section 2B(iii): "to install, use and run up to two (2) additional copies or instances of the Apple Software within virtual operating system environments on each Mac Computer you own or control that is already running the Apple Software, for purposes of: (a) software development…
The part of that EULA section that really gives me trouble is "...that is already running the Apple Software...". I want to run OSX in a VM on my MacBook Pro with Windows as the host OS. I used to do it the other way around, boot into OSX and run Windows in a Parallels VM. These days most of my work is in Windows, especially VR work, so it's more practical to boot into Windows. (And I like Windows better than OSX any…
Re: OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
#65The OSX license agreement severely limits the practicality of this: http://images.apple.com/legal/sla/docs/macOS1012.pdf It only allows you: Section 2B(iii): "to install, use and run up to two (2) additional copies or instances of the Apple Software within virtual operating system environments on each Mac Computer you own or control that is already running the Apple Software, for purposes of: (a) software development…
The part of that EULA section that really gives me trouble is "...that is already running the Apple Software...". I want to run OSX in a VM on my MacBook Pro with Windows as the host OS. I used to do it the other way around, boot into OSX and run Windows in a Parallels VM. These days most of my work is in Windows, especially VR work, so it's more practical to boot into Windows. (And I like Windows better than OSX any…
Re: OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
#66Earlier quoted context omitted.
So...? Don't do this at work. Who actually takes software licenses seriously in their own home?
I do. I mean... seems pretty hypocritical for a coder who's made most of their income from software NOT to.
Re: OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
#67This little line, copyrighted by Apple, is what I understand to be the legal protection they have against people running OS X on non-Apple hardware: https://github.com/kholia/OSX-KVM/blob/476ae8b082088049f2f8c... I would not be surprised if a DMCA takedown will be filed against this repository soon. More information here: http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/#sec_3_2_1
Re: OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
#68Earlier quoted context omitted.
Of course. I run ESXi (bare metal hypervisor) with various Windows and Linux VMs running on it. One of the Windows VMs even has my GPU passed through to it and gets near-native gaming performance.
I'm assuming you are using an AMD GPU? The last time I looked, there were significant challenges with getting a Nvidia or iGPU to work.
Non-Quadro NVIDIA cards don't want to work in a VM so you need to disguise KVM to get them to work. NVIDIA says this is a bug but I think they just want you to buy quadro cards. [1]
AMD Bonaire and Hawaii architecture cards have issues with resetting in a VM, so you can't let the VM go to sleep or shutdown. Newer (R9 480) or older AMD cards don't have this issue. [2]
[1]: http://vfio.blogspot.com/2014/08/vfiovga-faq.html?m=1 [2]: http://vfio.blogspot.com/2015/04/progress-on-amd-front.html?...
(not my blog)
Re: OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
#69This little line, copyrighted by Apple, is what I understand to be the legal protection they have against people running OS X on non-Apple hardware: https://github.com/kholia/OSX-KVM/blob/476ae8b082088049f2f8c... I would not be surprised if a DMCA takedown will be filed against this repository soon. More information here: http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/#sec_3_2_1
I doubt that line ("ourhardworkbythesewordsguardedpleasedontsteal") is creative enough to meet the threshold of originality required for something to be protected by copyright. Even if it actually were copyrightable/trademarked it wouldn't be a valid legal strategy to prevent fair-use: https://en.wikipedia.org/wiki/Sega_v._Accolade
Re: OS X-KVM: Running Mac OS X El Capitan on KVM and QEMU
#70Earlier quoted context omitted.
Using Vmware, and passthrough for the videocard you can achieve this with Linux as the host and Windows as the guest. Not sure if it's possible with OSX. What we really need are video drivers for OSX, for virtualbox and/or other virtualisation solutons, so OSX as a guest can work really well.
VGA passthrough is also possible with KVM. I wonder if Oracle has any plans to add it to VirtualBox? It seems they have made room for KVM support, so in theory they could. I have seen all OSX versions from Leopard to El Capitan successfully running as a VB guest, but the graphics support has always been bad, since there are no Guest Additions for OSX (BTW this also means no bidirectional clipboard, drag & drop of fil…