Displaying 2 results from an estimated 2 matches for "setup_drb_acl".
2007 Oct 12
0
Trouble on Multi Server setup
...this:
port: 22223
timer-sleep: 60
load_rails: true
rails_env: production
environment: production
host: localhost
database_yml: config/database.yml
pool_size: 10
protocal: druby
:deny: all
:allow: localhost 127.0.0.1 172.16.0.1 172.16.0.2
:order: deny,allow
I tried commenting out "self.setup_drb_acl" in
lib/backgroundrb_server.rb, but it didn''t make any difference.
Also, if I run "MiddleMan.jobs" from ./script/console on server2 or
server3, I get this:
#<DRb::DRbObject:0x41b3f240
@uri="drbunix:///tmp/backgroundrbunix_172.16.0.3_22223",
@ref=542952540>...
2006 Dec 04
4
Question about acls
Hi,
I''m not much of a developer but I''ve been using backgroundrb for a
while now and with the release of 0.2.1 it looks like I can finally
upgrade from the old version (0.2.0 had some weird issues when jobs
just wouldn''t run, seems to have cleared up now - Thanks!).
Anyhow, while I''m doing this, I would like to tackle this problem.
Most tasks I run in