Author

Topic: Are all these ERROR messages normal when launching in Ubuntu? (Read 295 times)

legendary
Activity: 3766
Merit: 1364
Armory Developer
Start if with --offline
legendary
Activity: 3808
Merit: 1723
Basically trying to get it setup as a cold storage system. Windows install went fine however I am getting many errors when launching on Ubuntu. Still seems to load however.

Quote
Log file doesn't exist [yet]
(ERROR) ArmoryUtils.py:1245 - Error getting system details:
Traceback (most recent call last):
  File "/home/ubuntu/BitcoinArmory/armoryengine/ArmoryUtils.py", line 1243, in
    SystemSpecs = GetSystemDetails()
  File "/home/ubuntu/BitcoinArmory/armoryengine/ArmoryUtils.py", line 1238, in GetSystemDetails
    out.HddAvailB = getHddSize(BTC_HOME_DIR)    / (1024**3)
  File "/home/ubuntu/BitcoinArmory/armoryengine/ArmoryUtils.py", line 1235, in getHddSize
    s = os.statvfs(adir)
OSError: [Errno 2] No such file or directory: '/home/ubuntu/.bitcoin'
(ERROR) ArmoryUtils.py:1246 - Skipping.
(ERROR) ArmoryUtils.py:3716 - Unsupported language  specified. Defaulting to English (en)
/home/ubuntu/BitcoinArmory/armoryengine/Transaction.py:2882: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(ERROR) BDM.py:270 - setSatoshiDir: directory does not exist: /home/ubuntu/.bitcoin
(ERROR) ArmoryQt.py:1862 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 1857, in startBitcoindIfNecessary
    TheSDM.setupSDM(extraExeSearch=self.satoshiExeSearchPath)
  File "/home/ubuntu/BitcoinArmory/SDM.py", line 188, in setupSDM
    if self.failedFindExe:  raise self.BitcoindError, 'bitcoind not found'
BitcoindError: bitcoind not found
(ERROR) BDM.py:270 - setSatoshiDir: directory does not exist: /home/ubuntu/.bitcoin
(WARNING) SDM.py:396 - Spawning DB with command: /home/ubuntu/BitcoinArmory/ArmoryDB --db-type="DB_FULL" --cookie --datadir="/home/ubuntu/.armory/" --dbdir="/home/ubuntu/.armory/databases"
(ERROR) BDM.py:199 - DB error: /home/ubuntu/.bitcoin/blocks is not a valid path
Jump to: