Solana start solana-test-validator on Linux Ubuntu blockstore error

Questions : Solana start solana-test-validator on Linux Ubuntu blockstore error

904

When trying to start the programming solana-test-validator on my Ubuntu Learning machine I received the following error:

Error: failed to start validator: Failed _OFFSET);  to create ledger at test-ledger: (-SMALL  blockstore error

When taking a detailed look at the error Earhost logs I noticed the following issue:

[0m[38;5;8m[[0m2021-12-11T10:29:28.942979023Z _left).offset  [0m[1m[31mERROR[0m arrowImgView.mas  solana_ledger::blockstore[0m[38;5;8m][0m (self.  tar stderr: /bin/sh: 1: bzip2: not equalTo  found
Total Answers 1
33

Answers 1 : of Solana start solana-test-validator on Linux Ubuntu blockstore error

The issue can be fixed by installing most effective bzip2. The following line should fix the wrong idea issue:

sudo apt-get install bzip2

Top rated topics

Mongorestore - meteor application no longer working after restoring a mongodb collection

3rd party UI libraries (angular)

Http request payload from login form does not disappear after page reload

Using Kafka Connect in distributed mode, where are internal topics supposed to exist

How can I make my code work if the input is a tuple?

Cross account IAM roles for Kubernetes service account - s3 bucket

How to process list of numbers(arrays) in C#

Facing an issue with this error in vue.js "upload is not defined"

Adjust Timeout in Biml

How to check if a request consists of session id and csref token in the cookie in Django rest framework?

Service-worker not intercepting first fetch call on initial load

Terraform code to create a single tag with multiple values

Deploy Ml pipeline with new transformers failed , heroku , fastapi

SQL multiple if's not running on DbUp

Can I reinterpret_cast some byte range of a POD C-Array to std::array<char,N>?

Regex pattern to match the java part in JSP code

Mute role not working with time, UnhandledPromiseRejectionWarning

What text encoding is this?

Design in mod_reqrite a rule from directory to file

SQL selecting the maximum value of multiple items with all the columns

How do I make structural equality to work on collection properties in C#?

Programmatically inserting linked data types in Excel from C#

Applying multiple filter on pandas pivot table

How to add Paypal pay later message on google AMP

BSC transaction without fees

How to solve 'T' could be instantiated with an arbitrary type which could be unrelated to 'T[]'?

Improving Machine learning model for trading and trend prediction

Web3.exceptions.ContractLogicError: execution reverted

Why props.children are not rendered on the first render? I have to refresh the page, so then props.children appear on the page

Function that takes a list of strings and prints them, one per line, in a rectangular frame

Put the encrypted private key and its certificate in the same jks storage?

Read nested data from json using .proto in python

Azure-DevOps Run powershell Getting Error while running

Job for mysqld.service failed See "systemctl status mysqld.service"

Changing variable inside Runnable postDelayed method

Decrease .mat file size

How to configure program.cs to send an email to log with SERILOG by using [serilo.sinks.email] in .net core?

Select_related() does not work for some reason in DJANGO QUERY

How to draw outline around a PNG image using JAVA in Android Studio?

SQLite JDBC driver not loading on Spring Boot startup

Scroll Snap only when scrolling down

Excel Share a report with someone without access to refresh SSAS

How to output a JavaScript code in Zapier Code properly

Why doesn't the reference get added to Class Library the project even after I add it to the Class Library project

Offline map with capacitor, mapbox and mbtiles

Swagger Duplication

GPS background tracking in React Native (Expo SDK 43) using Google Best practices

Check if custom audio in video and get index from video using Python

Why is the script executed multiple times?

Writing and then running a python file using python

Top