Bitcoin Forum
November 09, 2024, 03:40:37 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Are all these ERROR messages normal when launching in Ubuntu?  (Read 293 times)
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3878
Merit: 1733


View Profile
October 15, 2017, 06:13:51 PM
 #1

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 <module>
    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
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3752
Merit: 1364

Armory Developer


View Profile
October 16, 2017, 12:06:37 AM
 #2

Start if with --offline

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!