On Wed, 2007-12-05 at 23:40 +0100, Ivo Dancet wrote:> Hi
>
> I can''t get backgroundrb working. I get the following error in
> backgroundrb_server.log:
>
> backgroundrb/framework/core.rb:117:in `bind'': Address family not
> supported by protocol family - bind(2) (Errno::EAFNOSUPPORT)
>
> Seems to be a problem with my Mac (Leopard) and my ruby install (1.8.6
> that came with the OS) according to some emails I found with google.
> Did anyone allready found a way to solve this?
In your config file, change "localhost" to "0.0.0.0" and it
should work.
There seems to be some problem with using "localhost" as IP address on
Mac.