after running "sudo ./nessusd start" i get the following error inside the double quotation. how do i resolve this? "Starting Nessus : ./nessusd: line 31: /opt/nessus/sbin/nessus-service: No such file or directory"
after running "sudo ./nessusd start" i get the following error inside the double quotation. how do i resolve this? "Starting Nessus : ./nessusd: line 31: /opt/nessus/sbin/nessus-service: No such file or directory"
Referencing the article found here:
Resolution
Remove the carriage return characters from the init script. This can be done with a sed one-liner:
This will remove the carriage return characters, after which you can start the service successfully