Questions tagged [vmware-fusion]

A software system for running virtual machines (a hypervisor) used to run Windows or other operating systems on a Macintosh under OSX.

VMWare Fusion is a software system for hosting virtual machines on OS X. It is especially promoted on the vendor's web site as a way to run Windows on a Mac. It has also been used for running Linux. Wikipedia has a detailed discussion.

172 questions
0
votes
2 answers

install CoreOSon VMware Fusion

I'm trying to install CoreOS on VMware Fusion.I follow the steps on official guide,but when I append "coreos.autologin" to the kernel parameters on boot,it showed error: cannot find the command 'load_coreos' ? So,what could I do ?
Allen
  • 583
  • 1
  • 4
  • 7
0
votes
1 answer

Setup Jupyter inside Fusion's CentOS 7

I am trying to install Jupyter inside CentOS 7 VM (that I already had) so I can access it via port 8888 at my host Mac laptop. However, I cannot figure out the networking piece. I am changing the IP address to 200.100.x.x for convenience From Host…
HP.
  • 19,226
  • 53
  • 154
  • 253
0
votes
1 answer

VMWare Fusion - External access private IP when no network available

I have IIS running in Windows 8 in a VM on my Mac. With the Networking set to Bridged mode I can access IIS from my Mac using the IP address. This works fine when I'm connected to my network. What I need to be able to do is access IIS from my Mac…
littlecharva
  • 4,224
  • 8
  • 45
  • 52
0
votes
3 answers

Kernel Panic When Booting in RedHat Linux under VMWare Fusion : Filesystem Not Found

This should be simple. Yet, it's giving me Hell. Problem I have compiled the latest kernel and when I reboot my box, it generates a kernel panic related to the filesystem. Question How do I get the new kernel to recognize the VMWare filesystem? …
gMale
  • 17,147
  • 17
  • 91
  • 116
0
votes
1 answer

Cannot install XCode 4.3.2 on 10.7.5 running on VMWare Fusion 7.1.1

I have installed OSX 10.7.5 on VMWare fusion 7.1.1 and it is running fine. When I try and install XCode 4.3.2 or 4.3.3 on it, the installation fails. The "XCode Component Installation" screen just shows "Mobile Device Framework" as the one that…
0
votes
0 answers

Import existing VMware machines into VMware Fusion

I'm trying to load some existing VMware disk stored in an external USB3 HD into VMware Fusion for Mac OS X but no matter how i do it but Mac OS X always copy the imported vmware machine into the local hard drive. What i did is, download the…
peris
  • 943
  • 3
  • 20
  • 33
0
votes
0 answers

Porting issue with Docker

Hey I tried running the command sudo docker run -d -P training/webapp python app.py" from the tutorial but I keep getting the error FATA[0000] Error response from daemon: Cannot start container. I downloaded the image fine but the trouble occurs…
Ph33ly
  • 663
  • 3
  • 13
  • 29
0
votes
1 answer

scp not able to resolve dns name

Question first: Does anyone know why scp won't resolve the dns name wheezy to the ip address 192.168.164.144 while ping does? Explanation & Details second: While on OS Mavericks I could scp files from my terminal to my VMWare Fusion Debian instance…
0
votes
1 answer

Vagrant complaining about settings (vmx, customize)

I'd really like to be able to run a single virtual machine on both a linux box and a mac box with no changes to the Vagrantfile. I've put together a YAML setup that I generally like to help configure the box (or later: boxes). I am having trouble…
Brian Bruggeman
  • 5,008
  • 2
  • 36
  • 55
0
votes
1 answer

How to set eth0 MAC address in Vagrant with the VMware provisioner?

Vagrant relies on VMware (Workstation and Fusion) to generate the MAC address of eth0 (the first and default ethernet interface) on a guest being deployed from a box. I would like to fix this MAC address so it is static and not regenerated each time…
0
votes
1 answer

Shell script runs fine from command line, but not in root cron

I have no idea why this script is not working. The script has been made executable and I get no output in mail or the snap.log that I set up to catch anything. I've run as root at the command line and it worked perfectly, but once it's been added to…
nickg
  • 137
  • 1
  • 2
  • 12
0
votes
1 answer

Strange Vagrant error with Docker and shell provisioners

I have the following Vagrantfile: VAGRANTFILE_API_VERSION = "2" $script = <