So for the past few days I've been attempting to install Armory. I've failed in the past due to hard drive space but I've finally built myself a shiny 60TB NAS on my network. I've created a hardlink from my C drive's Armory and Bitcoin appdata folders to an iSCSI drive. Armory runs perfectly when first downloading the bootstrap file, but after it finishes that it just hangs and appears to sit idle. The have been outputting this each time, even after reinstalling:
IOError: unable to open C:\Users\Jack\AppData\Roaming\Bitcoin\bootstrap.dat.partial: [Errno 2] No such file or directory: u'C:\\Users\\Jack\\AppData\\Roaming\\Bitcoin\\bootstrap.dat.partial'
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:43 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 03:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 04:08 (INFO) -- ArmoryQt.py:4280 - Log saved to C:/Users/Jack/Videos/armorylog_20150315_0408.txt
2015-03-15 04:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 04:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 05:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 05:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 06:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 06:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 07:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 07:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 08:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 08:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 09:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 09:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 10:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 10:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 11:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 11:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 12:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 12:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 12:47 (ERROR) -- announcefetch.pyc:287 - Unspecified error downloading URL
Traceback (most recent call last):
File "announcefetch.pyc", line 277, in __fetchFile
File "urllib2.pyc", line 127, in urlopen
File "urllib2.pyc", line 410, in open
File "urllib2.pyc", line 523, in http_response
File "urllib2.pyc", line 442, in error
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 629, in http_error_302
File "urllib2.pyc", line 410, in open
File "urllib2.pyc", line 523, in http_response
File "urllib2.pyc", line 442, in error
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 629, in http_error_302
File "urllib2.pyc", line 404, in open
File "urllib2.pyc", line 422, in _open
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 1222, in https_open
File "urllib2.pyc", line 1187, in do_open
File "httplib.pyc", line 1067, in getresponse
File "httplib.pyc", line 409, in begin
File "httplib.pyc", line 365, in _read_status
File "socket.pyc", line 476, in readline
File "ssl.pyc", line 246, in recv
File "ssl.pyc", line 165, in read
SSLError: The read operation timed out
2015-03-15 12:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://s3.amazonaws.com/bitcoinarmory-media/announce.txt
2015-03-15 13:17 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-03-15 13:47 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
I've tried rebooting Armory, but that just leaves me in a worse state, stuck Initializing Bitcoin Engine:
2015-03-15 14:17 (INFO) -- ArmoryQt.py:5882 - Dashboard switched to auto-InitSync
2015-03-15 14:17 (INFO) -- ArmoryUtils.pyc:3712 - Another Armory instance just tried to open.
2015-03-15 14:17 (WARNING) -- SDM.pyc:712 - bitcoind exited, bitcoind STDOUT:
2015-03-15 14:17 (WARNING) -- SDM.pyc:714 -
2015-03-15 14:17 (WARNING) -- SDM.pyc:715 - bitcoind exited, bitcoind STDERR:
2015-03-15 14:17 (WARNING) -- SDM.pyc:717 -
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
2015-03-15 14:17 (WARNING) -- SDM.pyc:754 - Overriding not-available state. This should happen 0-5 times
Really not sure what is going on here, Bitcoin-QT opens just fine and downloads on its own. Any help would be greatly appreciated, thank you!