jamiedixon
Bit poster
I realize there's improvements to be had but I wanted to announce some success in getting Fedora Core 4 working on the MacPro.
First, the terminal patch to run the mac in legacy 32 bit mode was necessary and worked fine:
sudo nvram boot-args="-legacy maxmem=2048"
Second, thanks to jdifronzo's post (http://forum.parallels.com/thread3659-2.html) suggesting a problem with ethernet packets larger than 1500, setting the read and write buffer size in the /etc/fstab file to 1024 solved my networking problems. Granted "scp" still won't work as it doesn't look at that but nfs seems to be fine.
stor16:/pic16 /pic16 nfs tcp, rw, intr, bg, hard, timeo=20, rsize=1024,wsize=1024 0 0
I've yet to do thorough benchmarking compared to the other machines I have here but am thrilled to get this far!
I guess I need to send in my $79.95!
Thanks, parallels team! I'm looking forward to getting access to all 4 cores and improved hardware (graphics in particular) support, in addition to cracking this packet size problem.
First, the terminal patch to run the mac in legacy 32 bit mode was necessary and worked fine:
sudo nvram boot-args="-legacy maxmem=2048"
Second, thanks to jdifronzo's post (http://forum.parallels.com/thread3659-2.html) suggesting a problem with ethernet packets larger than 1500, setting the read and write buffer size in the /etc/fstab file to 1024 solved my networking problems. Granted "scp" still won't work as it doesn't look at that but nfs seems to be fine.
stor16:/pic16 /pic16 nfs tcp, rw, intr, bg, hard, timeo=20, rsize=1024,wsize=1024 0 0
I've yet to do thorough benchmarking compared to the other machines I have here but am thrilled to get this far!
I guess I need to send in my $79.95!
Thanks, parallels team! I'm looking forward to getting access to all 4 cores and improved hardware (graphics in particular) support, in addition to cracking this packet size problem.
Last edited: