On Wed, 21 Oct 2015 23:19:31 +0200 Marek Bel <[email protected]> wrote:
> Armory output on command line:
> 
> (ERROR) ArmoryUtils.py:1115 - Error getting system details:
> Traceback (most recent call last):
>   File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1113, in 
<module>
>     SystemSpecs = GetSystemDetails()
>   File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1108, in
> GetSystemDetails
>     out.HddAvailB = getHddSize(BTC_HOME_DIR)    / (1024**3)
>   File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1105, in 
getHddSize
>     s = os.statvfs(adir)
> OSError: [Errno 2] No such file or directory: '/home/marek/.bitcoin/'

I experienced the same problem. It seems that Armory does not find the 
bitcoin directory when it is not in the user's home.

The problem may be circumvented by manually forcing this parameter to the 
correct value, i.e. launching armory with the following option.
  --satoshi-datadir=/my/path/to/bitcoin/

Best regards.

-- 
Marco Solieri

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to