running Sardu Pro (registered version) on some linux distros, you have to install the package "lsof" and "dmidecode".
Otherwise, you may have error like:
«Executable not found: "lsof"»
or
«SARDU need dmdidecode»
(note: SARDU writes "dmdidecode", but you have to install the package named "dmidecode").
If you have an «Absent or limited connection» error, try to type:
- Code: Select all
ls -ls `which ping`
You will see an output beginnig as follow:
-rwsr-xr-x 1 root ...