← Back to team overview

pytagsfs team mailing list archive

Re: Question and Issue

 

Hi Laurent,

On Wed, Aug 18, 2010 at 06:41:25PM +0200, everfly@xxxxxxx wrote:
> Here the log :
> 
> http://everfly.free.fr/perso/output.tar.gz
> 
> output.log -> 0A-E
> output2.log -> U-W <---- Failure

I think you need to increase the maximum number of inotify watches.

The current value can be obtained like this:

  cat /proc/sys/fs/inotify/max_user_watches

Mine is 8192 (the Ubuntu default).

To increase it, write to that file:

  sudo sh -c 'echo 32768 >/proc/sys/fs/inotify/max_user_watches'

Let me know if that helps.  In any case, pytagsfs should provide a better error
message when this happens.

Thanks,
Forest
--
Forest Bond
http://www.alittletooquiet.net
http://www.pytagsfs.org

Attachment: signature.asc
Description: Digital signature


References