Iβve been racking my brains over this for more than two days and canβt understand where the problem is. This is mainly a problem related to my installation, but if anyone can help me find a solution to this problem, then I will be his slave for eternity ..!
I am running Snow leopard (host) and VMware fusion, starting the Ubuntu Lucid server (guest OS). Somehow, after many headaches, I managed to get my workspace from Mac to Ubuntu. Thus, in fact, I was able to isolate my dev environment on a virtual machine, which simplifies the work of the entire development team in the same environment regardless of their OS / host installation, etc. Although this certainly made things simpler, I was stuck with a specific problem due to asterisks (I think). Every time I make changes to the stylesheets and reloads, I get this error:
Error compiling CSS asset Errno::EPERM: Operation not permitted - /mnt/hgfs/banjarey/tmp/cache/assets/DCF/780/sprockets%2F5f78b3457def1d02bd3fb75d4e0cfb63 /home/coderboy/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.0/lib/active_support/core_ext/file/atomic.rb:38:in `chown'
The fact is that if I reload the page twice or thrice, compiling css and everything will be fine.
This is a real shame for reloading the page twice or thrice for every css change I make. I played a bit with memberships and permissions, but was an amateur whom I did not know deeply enough, I think.
Any ideas from people?
source share