Search results

  1. T

    Problem with disk sharing after 9.0.23062 update on debian wheezy

    I happened to just have my original lying around. If you're blocked, though, you can just use an nfs share from your host. The performance seems to be just as good as the Parallels share, and not buggy. It's really easy to set up: https://gist.github.com/mowings/9782264#file-gistfile1-md
  2. T

    9.0.24217 update breaks git clone on shared FS (Ubuntu 13.04 and Ubuntu 13.10)

    You can just use NFS One other approach that you may try is to just use an NFS share on your mac; this is pretty trivial to set up. On the mac, edit /etc/exports and add a line like so: "/Users/<username>/develop/" -network 10.211.55.0 -mask 255.255.255.0 -mapall=<username> The...
  3. T

    9.0.24217 update breaks git clone on shared FS (Ubuntu 13.04 and Ubuntu 13.10)

    I had the original image I installed from and just used that (removed the old version, reinstalled from the original dmg). Yeah -- this is major bug. I suspect it has borked a lot more than git. I'm not a huge fan of VMWare Fusion, but I think it may be time to start looking at alternatives...
  4. T

    Problem with disk sharing after 9.0.23062 update on debian wheezy

    I think I'm having the same issue with git after an update this morning. See: http://forum.parallels.com/showthread.php?299965-9-0-24217-update-breaks-git-clone-on-shared-FS-(Ubuntu-13-04-and-Ubuntu-13-10) Only thing that fixed it was a downgrade
  5. T

    9.0.24217 update breaks git clone on shared FS (Ubuntu 13.04 and Ubuntu 13.10)

    Fixed by downgrade Fixed by downgradng back to my original installation.
  6. T

    9.0.24217 update breaks git clone on shared FS (Ubuntu 13.04 and Ubuntu 13.10)

    Running a fresh git clone on the host share is broken with this update: git clone [email protected]:stevenosloan/slack-notifier.git Cloning into 'slack-notifier'... remote: Counting objects: 155, done. fatal: Unable to create temporary file...
Back
Top