MattGarner

Active Member
Apr 22, 2016
29
3
53
United Kingdom
cPanel Access Level
Root Administrator
Hi all,

Ran a maldet scan on one of our cPanel servers - It finished and was going to read the report like normal by running the command: maldet --report 190523-0955.30221

It has come back with the following error:

/usr/local/maldetect/internals/functions: line 701: pico: command not found

Anyone had this before? It used to work so not sure what has changed for it to stop working correctly.
 

GOT

Get Proactive!
PartnerNOC
Apr 8, 2003
1,774
328
363
Chesapeake, VA
cPanel Access Level
DataCenter Provider
Thats a bit unexpected, however, you can probably work around this issue with this command

ln -s /usr/bin/nano /usr/bin/pico

Not sure if your maldet config is calling out pico specifically or what necessarily is going on, but pico and nano are basically the same thing so that command will likely take care of it.