Post by chrise99 » Thu Jan 03, 2013 9:58 am
OK fixed it -sorry - should’ve RTFMd.!
Post by young » Thu Jan 03, 2013 4:57 pm
I want to make sure others can see the resolution, because I know I personally don’t always read the manual.
If I understand things correctly, you ran into an issue where the database was not able to automatically detect the network interface. The system will automatically detect certain device types (like “eth0”), but you can manually set it using the “network-interface-name” parameter in the file “/etc/citrusleaf/citrusleaf.conf” in the network section. The example below references “br0”:
network {
service {
...
address 10.0.2.131
port 3000
reuse-address
network-interface-name br0
...
}
}
Post by chrise99 » Thu Jan 03, 2013 5:12 pm
Exactly
I added the line network-interface-name br0 and all was well
root@big:/etc/citrusleaf>sudo /etc/init.d/citrusleaf start
Starting citrusleaf: [ OK ]
Starting citrusleaf daemon: [ OK ]
root@big:/etc/citrusleaf>