From: Kent Sibilev Date: 2005-09-28T05:19:30+09:00 Subject: Re: IO.select hangs with fusefs Well, it doesn't really hang. When you run a sample it creates a virtual file system starting from the directory which you specify when you run it. Kent. On Wed, 2005-09-28 at 05:00 +0900, Gabriel Horner wrote: > Hi rubyheads, > I read about fusefs on why's page and found a commandline > interface to ActiveRecord very cool. I downloaded the latest > fuse (2.3) and latest fusefs(0.3) but when I run any of the sample > scripts it just hangs. Any of the sample scripts hang at the IO.select > call. I looked for documentation on this method on ruby-doc.org but its > not too clear to me how to use it correctly and thus troubleshoot it. > Any ideas on what's wrong or pointers to IO.select tutorials? > BTW, I'm running ruby 1.8.2. > > Thanks, > Gabriel >