LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 02-21-2006, 04:16 AM   #1
ashfaq
Member
 
Registered: Feb 2004
Location: Islamabad, Pakistan
Distribution: Redhat Linux
Posts: 42

Rep: Reputation: 15
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.
 
Old 02-21-2006, 05:26 AM   #2
bertheylen
LQ Newbie
 
Registered: Feb 2006
Posts: 11

Rep: Reputation: 0
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"
 
Old 04-16-2010, 02:40 PM   #3
drecute
LQ Newbie
 
Registered: Apr 2010
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by bertheylen View Post
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 View Post
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.
 
Old 04-16-2010, 03:50 PM   #4
brucehinrichs
Member
 
Registered: Mar 2008
Location: US
Distribution: Debian Sid; Sabayon, UbuntuStudio, Slackware-multilib 13.1, Peppermint Ice, CentOS
Posts: 575

Rep: Reputation: 69
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:
Code:
echo $PATH
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.
 
Old 06-16-2010, 11:04 PM   #5
unktehi
LQ Newbie
 
Registered: Jun 2010
Posts: 1

Rep: Reputation: 0
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.
 
Old 01-19-2012, 01:31 PM   #6
k0rn
LQ Newbie
 
Registered: Jan 2012
Distribution: Slackware 13
Posts: 10

Rep: Reputation: Disabled
Quote:
Originally Posted by unktehi View Post
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Nessus install script not finding nessus.tar.gz darin3200 Linux - Software 1 08-15-2005 05:35 PM
starting mysql client localhost not recognised? davidh_uk Linux - Software 6 05-10-2005 04:32 PM
sendmail - starting sm-client error DirkSchreckmann Linux - Networking 0 03-16-2004 09:28 AM
Nessus found Garcon/port 999 on a Win 98 client thepenguinhippy Linux - Security 6 10-10-2003 02:17 PM
starting telnet client cuss Linux - Newbie 8 03-09-2003 10:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration