Andrew @ Parallels
Parallels Team
Well, suspend/resume issue with guest Solaris is already fixed and will be available in upcoming public build.sjferris said:And then we can bug you guys about the suspend functionality in Solaris![]()
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Well, suspend/resume issue with guest Solaris is already fixed and will be available in upcoming public build.sjferris said:And then we can bug you guys about the suspend functionality in Solaris![]()
Andrew @ Parallels said:Development team is working on Mac Pro support and fix will be available in upcoming public build. Stay tuned.
jdifronzo said:Simple answer: The registry fix will cause other unpredictible problems.
Nerdy answer: Fragmentation is an important part of the TCP/IP protocol. It allows us to send packets over different mediums that contains differnet MTUs. While most networks won't have a problem with 1024 (as suggested in one post) there will be a few that do. With multiple routes to the same destination, sometimes a site will work and other time it will not.
stormj said:This post has bothered me for a while, but I wanted to confirm my understanding before I replied. MTU is *maximum* transmission unit. It does not fix it at that size. Ethernet's max is 1500. Lowering the max to 1024 for compatibility within XP will not prevent anything from working. It will simply cause some media (e.g. ethernet) to fragment quicker, thereby adding packet overhead, and a little slower operation.
The Internet Protocol readily fragments packets that start with a higher MTU than the subsequent link supports.
As such, the downside to making this change is that you add some packet overhead, but it won't stop data links from occuring. Indeed, quite to the contrary, it actually helps it work in this case.
RB7 said:Sorry for the stupid question, but when you said 3-4, did you mean days, weeks?![]()
Tim Surgent said:1. Open Applications->Utilities->Terminal
2. Run the following command:
3. Reboot your Mac Pro.Code:sudo nvram boot-args="-legacy maxmem=2048"
wad said:It would seem that by the so called workarounds that the problem may be the 64bit support on the new mac pro's.
Right now I have a macbookpro that has a core duo chip in it and parallels is awesome, but on my macpro no dice.
When Apple decides to upgrade to the core duo2 in the mac book pros wont parallel's also break on those new machines?
Is this a symptom of apple not having proper development boxes of their new machines due to developers burning them by releasing pictures and code etc when they get a dev box.
I know some people are mad that the software crashes on mac pro's but could this be more of an issue that the developers didn't have a mac pro to try until everyone else got one?
This may be a bigger issue of the actual idea that Apple make a proper developement platform using the intel processor virtualizer so that new code can be tried on intel pre release chips?
rinconj said:Actually you can replace the core duo chips in Mac Mini and iMac with core 2 duo and they will still work. But Mac Pro is a completely new beast and completely 64-bit system architecture, so some drivers are definitely different.
wad said:Just to double check, you have done this and parallels works in native 64bit mode on the merom chip?
I think not.
It may be a direct drop in replacement, but the problem is with the code in parallels not the os or the motherboard.
Try no to discmiss anyone's comments without knowing what you are talkign about.
rinconj said:I was not trying to dismiss your comments. I was simply saying Parallels can try their code on core 2 duo chips months before Apple released Mac Pro if they really want to.
Jeff A said:One other thing I did, which I had to do again a few minutes ago, was to manually toggle the MTU for the built-in Ethernet on the OS X side. Use the System Preferences -> Network. For Show drop-down select Ethernet 1 (or whichever one you're using), click on Ethernet tab. Change Configure from Automatic to Manual (Advanced). Click on the Jumbo MTU radio button, click on Apply Now. Then click back on the Standard MTU radio button, click on Apply Now. No idea why, but this appears to allow XP to work properly. This worked while the VM was running.