Create a shared folder as you normally do using the VirtualBox machine settings UI.
Then, run the following command:
Even if you chmod 777 your file, OS X may have decided that you don't have permission to move/modify it.
For me, removing the ACLs fixed this:
Source: http://osxadmin.blogspot.com/2008/01/chmod-acl-removal.html
The automatic discovery/driver download for network printers doesn't work in Lion. You may have to download the driver package manually from http://support.apple.com/kb/HT3669.
From James Fryman:
The default compiler on Lion doesn't play nice with Ruby 1.8.7. To get around this, run the following...
rvm uninstall 1.8.7 && CC=/usr/bin/gcc-4.2 rvm install 1.8.7
Lion uses LLVM instead of GCC as the default compiler. Apparently there is a bug in LLVM that causes the tarsnap build to hang, so if you're having problems, the following worked for me:
These mailing list posts were helpful: http://comments.gmane.org/gmane.comp.sysutils.backup.tarsnap.user/342
I recently started getting an error about the locale settings on both my prgmr instances. I tried a bunch of different solutions found with Google searches before I found one that worked:
Source: http://forum.slicehost.com/comments.php?DiscussionID=5065
local long_macro "something really long..." local macro_length : length local long_macro
char varname[omit] value
*/5 * * * * ruby /Scripts/gmail/checkmail.rb