That traceback still says you've got a dot outside of a string. key: "value" is the correct format - it's complaining it's seeing a scalar rather than the end of a block, which is caused by the dot.
The configuration host value needs to be pointing at the same computer on both computers - the idea is that both ends talk to the configuration server. So pick A or B and set up redis on one of them (making sure to tell redis to bind to 0.0.0.0 rather than 127.0.0.1) and point A and B at that machine for the configuration_host value. Other than that, should work fine! Cheers, James Harrison On 26/02/2012 09:16, Ruediger wrote: > On 26.02.2012 10:02, James Harrison wrote: > >> Well, I'm confused - I've just pasted in your config.yml to my install, >> changed the addresses and removed that errant dot, and it works. >> >> What error are you getting with the dot at the end of line 10 (line 11 >> on the pastebin) removed? That's certainly what was causing the original >> error, according to the traceback. > Yes, your right. Whit the DOT at the end, i get: > > http://pastebin.com/taA3mVur > > I think, i have removed the DOT while changing the IP from .84 to 10.!! > > > Question: Is this OK.? > > Machine A (.84) > > configuration_host: "192.168.1.10". > > receiver_address: "192.168.1.10" > > base_port: 3000 > > --------------------------------------- > > Machine B (.10) > > configuration_host: "192.168.1.84" > > receiver_address: "192.168.1.84" > > base_port: 4000 > > _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
