Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-21-2006, 04:16 AM
|
#1
|
Member
Registered: Feb 2004
Location: Islamabad, Pakistan
Distribution: Redhat Linux
Posts: 42
Rep:
|
nessus client not starting
i am running nessusd and it listioning on 1241 port but nessus client is not starting from linux AS4
i have tried command "nessus &" but it didn't work... message come bash command not found..
pl tell me what to do.
|
|
|
02-21-2006, 05:26 AM
|
#2
|
LQ Newbie
Registered: Feb 2006
Posts: 11
Rep:
|
Are you sure you installed the nessus client also?
Try "whereis nessus". (this will probably give no resulsts  )
If this doesn't give any resulsts you may try looking for the nessus files with "locate nessus" (don't forget to update your search database first: "updatedb".
If "locate nessus" finds something you can try starting this using an absolute path.
eg: "/opt/bin/nessus"
|
|
|
04-16-2010, 02:40 PM
|
#3
|
LQ Newbie
Registered: Apr 2010
Posts: 3
Rep:
|
Quote:
Originally Posted by bertheylen
Are you sure you installed the nessus client also?
Try "whereis nessus". (this will probably give no resulsts  )
If this doesn't give any resulsts you may try looking for the nessus files with "locate nessus" (don't forget to update your search database first: "updatedb".
If "locate nessus" finds something you can try starting this using an absolute path.
eg: "/opt/bin/nessus"
|
Quote:
Originally Posted by bertheylen
Try "whereis nessus". (this will probably give no resulsts  )
|
In my case I tried "whereis nessus", it gave me a result of /opt/nessus/bin/nessus. Apart from this, I dont know why the command would not be found.
Any update on this please.
|
|
|
04-16-2010, 03:50 PM
|
#4
|
Member
Registered: Mar 2008
Location: US
Distribution: Debian Sid; Sabayon, UbuntuStudio, Slackware-multilib 13.1, Peppermint Ice, CentOS
Posts: 575
Rep:
|
Quote:
i have tried command "nessus &" but it didn't work... message come bash command not found..
|
This is probably because the location of nessus is not in your path.
Quote:
In my case I tried "whereis nessus", it gave me a result of /opt/nessus/bin/nessus
|
This tells you where nessus is located. Typing: in a terminal will tell you in what directories the system looks for commands. If /opt and /bin aren't in your PATH, it won't be found when you type the command. Typing
Code:
export PATH=$PATH:/bin
Will add the directory /bin to your PATH, enabling the system to 'see' the command.
EDIT: The directory /bin should be in your path already (check to see with echo $PATH). If it is, then it is probably a permissions problem.
Last edited by brucehinrichs; 04-16-2010 at 03:54 PM.
|
|
|
06-16-2010, 11:04 PM
|
#5
|
LQ Newbie
Registered: Jun 2010
Posts: 1
Rep:
|
Similar problem
I'm having some kind of similar problem.
I'm new at Linux and it's really hard to learn commands when installations don't go as spelled out on forums, etc.
I THINK I installed NESSUS and downloaded the latest plugins. Now, I'm trying to get the client started but I'm not sure how.
I tried the whereis nessus comment from root@bt:/opt/nessus# - it came back with: nessus: /etc/nessus
from roott@bt:/opt/nessus# I typed in cd /etc/nessus
then I tried typing NessusClient
As you can see I'm totally lost. An online course I'm taking, which demonstrates and older version, somehow runs NessusClient from cd /bin/ - how do I get to that point?
P.S. when I use the echo command, this is what I get:
/opt/kde3/bin:/opt/kde3/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/oracle/instantclient_10_2:/opt/oracle/instantclient_10_2
Last edited by unktehi; 06-16-2010 at 11:06 PM.
|
|
|
01-19-2012, 01:31 PM
|
#6
|
LQ Newbie
Registered: Jan 2012
Distribution: Slackware 13
Posts: 10
Rep: 
|
Quote:
Originally Posted by unktehi
I'm having some kind of similar problem.
I'm new at Linux and it's really hard to learn commands when installations don't go as spelled out on forums, etc.
I THINK I installed NESSUS and downloaded the latest plugins. Now, I'm trying to get the client started but I'm not sure how.
I tried the whereis nessus comment from root@bt:/opt/nessus# - it came back with: nessus: /etc/nessus
from roott@bt:/opt/nessus# I typed in cd /etc/nessus
then I tried typing NessusClient
As you can see I'm totally lost. An online course I'm taking, which demonstrates and older version, somehow runs NessusClient from cd /bin/ - how do I get to that point?
P.S. when I use the echo command, this is what I get:
/opt/kde3/bin:/opt/kde3/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/oracle/instantclient_10_2:/opt/oracle/instantclient_10_2
|
Hi, (sorry if my english is bad) I have the Slackware 13 kernel-current(2.6.37.6-smp), and i reach the total nessus installation, but with so much problems. I'll write something to help someone using newest Slack or similar.
i have an sucessufully installation with this packages: SERVER- nessus-server-2.2.9-1.fc4.i386.tgz (Fedora4package)
but i have an SERIOUS problem with the client installation, so i download the Slackbuild nessus-client 1.0.2, wich created /tmp/nessus-client-1.0.2-i486-2sl.tgz ,wich added NessusClient to /usr/bin. I think that's is possible install one nessus-client more recent, but didn't yet. i hope this help somebody-someone.
|
|
|
All times are GMT -5. The time now is 04:30 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|