sanlk-resetd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sanlk-resetd: command not found
or when using sudo you get the following error message
sudo: sanlk-resetd: command not found
Solutions to sanlk-resetd: command not found
How To Fix sanlk-resetd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sanlk-resetd is provided by sanlk-reset package.
sanlk-reset is:
Sanlock ensures that single disk cannot be used by more than one running VM at a time, across any host in a network.
This package contains the reset daemon and client. A cooperating host running the daemon can be reset by a host running the client, so long as both maintain access to a common sanlock lockspace.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sanlk-reset
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sanlk-reset.
sudo apt -y install sanlk-reset
Or if you have aptitude installed you can use the following command.
sudo aptitude install sanlk-reset
Summary
In this tutorial we learn how to fix sanlk-resetd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.