Posted by mirzu on February 9, 2011 at 7:16pm
Having trouble getting a vmware 1.1 installation running.
Everything works fine until bcfg2 tries to start up. I recieve an error:
Server failure: [Errno 0] _ssl.c:326: error:00000000:lib(0):func(0):reason(0)
Failed to download probes from bcfg2
[Errno 0] _ssl.c:326: error:00000000:lib(0):func(0):reason(0)
and the setup quites. Anyone have any advice?
Comments
I have just started having
I have just started having this problem. I need to run this bcfg2 -vqed after adjusting server tuneables. Any idea would be really appreciated.
www.thecenterofthenet.com
http://cn.linkedin.com/in/roberpteatonjr
http://www.facebook.com/robertp.eaton
http://www.alamy.com/stock-photography/6A42F1A1-E40A-48FD-8C7F-FF258A401...
I am having the same problem
I am having the same problem and haven't been able to figure out what's happening.
Just figured it
Just figured it out...
Somehow I had run the following command twice during the setup process:
echo -e "\n" | sudo tee -a /var/lib/bcfg2/Metadata/clients.xml
This basically messed up the /var/lib/bcfg2/Metadata/clients.xml so it wouldn't connect to the bcfg2 server. I manually edited the file to not have the extra duplicate entry and tried running bcfg2 -vqed again and it worked!