Hi!
I've installed SlapOS node from the source, but when trying to launch for the first time opt/slapos/bin/slapformat -c /etc/opt/slapos/slapos.cfg, I got this error :
/opt/slapos/bin/slapformat -c /etc/opt/slapos/slapos.cfg
Configured logging to file '/var/log/slapformat.log'
Started.
Loading previous computer data from '/etc/opt/slapos/slapos.xml'
Adding 0 new partitions
Updating computer
Uncaught exception:
Traceback (most recent call last):
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/format.py", line 1183, in main run(config)
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/format.py", line 1001, in run computer.send(config)
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/format.py", line 227, in send xml_marshaller.dumps(_getDict(self)))
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/slap/slap.py", line 232, in updateConfiguration '/loadComputerConfigurationFromXML', { 'xml' : xml })
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/slap/slap.py", line 530, in POST raise socket.error(self.error_message_connect_fail + str(e))
error: Couldn't connect to the server. Please double check given master-url argument, and make sure that IPv6 is enabled on your machine and that the server is available. The original error was:_ssl.c:488: The handshake operation timed out
Traceback (most recent call last):
File "/opt/slapos/bin/slapformat", line 20, in <module> sys.exit(slapos.format.main())
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/format.py", line 1183, in main run(config)
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/format.py", line 1001, in run computer.send(config)
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/format.py", line 227, in send xml_marshaller.dumps(_getDict(self)))
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/slap/slap.py", line 232, in updateConfiguration '/loadComputerConfigurationFromXML', { 'xml' : xml })
File "/opt/slapos/eggs/slapos.core-0.23-py2.7.egg/slapos/slap/slap.py", line 530, in POST raise socket.error(self.error_message_connect_fail + str(e))
socket.error: Couldn't connect to the server. Please double check given master-url argument, and make sure that IPv6 is enabled on your machine and that the server is available. The original error was:_ssl.c:488: The handshake operation timed out
What would be the problem?
Thanks!