Checkout fails

Created by Maciej Muehleisen
Keywords:
bazaar bzr inode

If ./playground.py upgrade fails on the documentation project with the message:

Fetching project: https://launchpad.net/openwns-documentation
!!! Unable to retrieve project https://launchpad.net/openwns-documentation !!!

see what happens if you manually download the documentation:
bzr branch lp:openwns-documentation

If you experience "no free space on device left" or "quote exceeded" but "df -h" / "quota" says something else, you might have reached the inode filesystem limit. See the documentation of your Linux distribution on how to fix that.

"too many open files" might also be a problem. Follow this link for a fix for Ubuntu Linux http://ubuntuforums.org/showthread.php?t=638597 else look it up for your Linux distribution.