I'm running OSX Lion in VM and have set everything up properly, I can compile fine and run apps fine even on a device and I can connect to the VM Lion via WiFi from both a Windows install, another Mac running OSX Leopard and the host OS so I know it is running on the network.
The phone itself has its debug settings set up correctly for the app, the debugger host IP address it has is the same IP address as the VM OSX Lion install.
Is there a special case with VMs and wifi debugging?
I'm using Mono 2.10.4, mono touch v4.0.5 and MonoDevelop v2.4.2
Related
I've got a Mac OS with Catalina installed. In this MAC Os host, I run a VirtualBox centos linux box (installed with Vagrant). In the Centos virtual Box I want to launch app like (google-chrome or any x application) with the display exported to the MacOS host.
I've set the X11Forwarding yes in /etc/ssh/sshd_config (in MacOS Box AND in the Centos BOX).
On MacOS i've installed and running XQuartz, which is working well (I can start xterm from MacOs XQuartz configuration for example).
I ssh from MacOs into my Centos box with -X. So X11 port forwarding must be ok.
When I start any graphical application from Centos (google-chrome for example), I always have this message :
(google-chrome:26817): Gtk-WARNING **: 17:49:49.940: cannot open display:
I've tried some export DISPLAY configuration but without success : always cannot open dispay
Any help would be greatly appreciated because I'm stuck.
I solve my problem. It is just a matter of NIC interface used when starting VM through Vagrant. If I use the Wifi NIC -> KO. If I use the Ethernet NIC it is ok.
I have a Mac Mini that I use rEFInd to dual boot with ubuntu. Is there a terminal command I can use to reboot between them without having to have physical access to the computer to access the mac bootloader?
I have paid and installed OSX Server on OSX and everything was running fine.
The OSX told me there are some beautiful and important updates ready for me to be install and I trusted OSX and to my regret I pressed the Update button.
Now the Mac did magic work and restarted and the OSX server is GONE :(
All my websites are DOWN :( Game Over..
Now AppStore in OSX asks me to pay and buy new OSX server. And even if I press Buy button then AppStore says: We could not complete your purchase Because OS X version 10.12.4 is required.
And I have OS X 10.11.6. All I want is to use this Mac as local server for developing. Now as the OSX Server wont start and it wont install I am stuck.
I opened Terminal window and wrote:
$ sudo apachectl restart
And I got apache working on port 80 (http) and the DocumentRoot folder is changed. Probably all settings changed.
Before I updated I had OSX Server working for SSL on port 443 + port 80.
The question:
How can I get OSX Server working?
Should I reinstall the OSX I have and never do the updates? Or can I revert this last update?
I am trying to share files from ubuntu host to the mac os x lion mounted in my VMware workstation 8. I have enabled file sharing in the vmware options settings. I have also enables file sharing in the mac os x. Still I cannot see any sign of mount or where to go and access the files available in ubuntu.
Detailed explanation of how to do it will be much appreciated :) Thanks.
Given:
Mac with either Parallels or VMWare
A virtual machine with Windows installed.
A Windows GUI application Foo.exe installed in that Windows virtual machine.
A Mac application Bar.app
I'd like to start Foo.exe from Bar.app.
What are reasonable approaches to do this for Parallels?
How about VMWare?
Note: I've tried using Parallel's "prlctl exec" command, which can run a command on the VM's OS -- but I have not managed to make it launch a GUI application on the VM's display.
One way is:
You can register/associate file types in MAC OS X to exes in VMWare. So by programmatically launching an associated data file in the Finder it would launch the appropriate VMWare WindowsApp's exe.