fileconveyor icon indicating copy to clipboard operation
fileconveyor copied to clipboard

FSMonitorError: Could not monitor... Errno=No space left on device (ENOSPC)

Open joshstrange opened this issue 13 years ago • 8 comments
trafficstars

My config file: https://gist.github.com/3060040 Shell output: http://pastebin.com/0sRQ5BKa

I am trying to setup FileConveyor for use with Drupal 6, the CDN module, and Rackspace Cloudfiles. I am aware, from both the output and my own research, that the current module being used is deprecated and that this link has a patch for updating to the newer module. -

I have held off using that patch as I don't want to introduce more uncertainty until I am sure that the cause of my issue is the outdated module (and it alone).

I have posted my config file as well because I am sure I made a mistake there as well. After I get this all working I plan on writing a very in depth blog post explain how to set something like this up because there aren't many good resources for how to setup D6+CF+FC.

Thanks!

joshstrange avatar Jul 06 '12 13:07 joshstrange

Did you ever figure this out? I'm getting the same error.

lozeone avatar Jul 30 '12 00:07 lozeone

No, I wish I had. I ended up scrapping file conveyor as a whole and just moving to AWS where I could make the the EBS volume a massive size. We wanted to use file conveyor to get a ton of images stored in Drupal 6 off the server it was being hosted on but ended up just moving off RS completely and to AWS. Sorry I can't help!

joshstrange avatar Jul 30 '12 19:07 joshstrange

See http://blog.sorah.jp/2012/01/24/inotify-limitation

ghost avatar Aug 14 '12 19:08 ghost

I think @erikseifert gave the correct answer. I'll leave this open for future reference, but not much we can do, I'm afraid.

wimleers avatar Oct 13 '12 19:10 wimleers

Same problem but @erikseifert blog solution works! Incrice inotify max user watches

# Check current maximum
$ cat /proc/sys/fs/inotify/max_user_watches
8192
# Increase the maximum
$ echo 100000|sudo tee /proc/sys/fs/inotify/max_user_watches
Password:
100000
# Check
$ cat /proc/sys/fs/inotify/max_user_watches
100000

sobi3ch avatar Nov 30 '12 15:11 sobi3ch

@sobi3ch Could you maybe add that to the Troubleshooting wiki? :) (Over here: https://github.com/wimleers/fileconveyor/wiki/Troubleshooting)

wimleers avatar Dec 04 '12 16:12 wimleers

done

sobi3ch avatar Dec 05 '12 09:12 sobi3ch

Wonderful, thanks @sobi3ch! :)

wimleers avatar Dec 05 '12 11:12 wimleers