【问题标题】:Solana start solana-test-validator on Linux / Ubuntu blockstore errorSolana 在 Linux / Ubuntu 块存储错误上启动 solana-test-validator
【发布时间】:2022-01-15 17:35:49
【问题描述】:

在我的 Ubuntu 机器上尝试启动 solana-test-validator 时,我收到以下错误:

Error: failed to start validator: Failed to create ledger at test-ledger: blockstore error

在详细查看错误日志时,我注意到以下问题:

[0m[38;5;8m[[0m2021-12-11T10:29:28.942979023Z [0m[1m[31mERROR[0m solana_ledger::blockstore[0m[38;5;8m][0m tar stderr: /bin/sh: 1: bzip2: not found

【问题讨论】:

    标签: solana solana-cli


    【解决方案1】:

    这个问题可以通过安装bzip2来解决。 以下行应该可以解决问题:

    sudo apt-get install bzip2
    

    【讨论】:

      猜你喜欢
      • 2022-12-03
      • 1970-01-01
      • 2021-09-15
      • 2022-07-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-11-18
      • 2021-12-10
      相关资源
      最近更新 更多