LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problems with nessus (https://www.linuxquestions.org/questions/linux-software-2/problems-with-nessus-303253/)

einstien 03-18-2005 01:57 PM

problems with nessus
 
hallo i installed nessus a couple of days a go....
but then when i restarted my computer and enterd the program and then i preesed connect and it said it cant connect... so i uninsatlled it and the install it agian...
but it still didnt work i registerd in the site and i downloaded the plugins every thing like i should and like the first time when i installed it.... but it doesnt connect... and when i run nessusd to load the plugins it tells me

Quote:

[root@localhost sbin]# /usr/nessus/sbin/nessusd
Loading the plugins... 1224 (out of 7234)
All plugins loaded
bind() failed : Address already in use
what can i do? why wont it connect?

benjithegreat98 03-18-2005 02:51 PM

have you run the programs like nessus-config, nessus-mkcert, nessus-adduser?

Are you using fedora like your profile says? If you are using fedora core 3 there are some rpms you can install. http://atrpms.net/dist/fc3/nessus/

einstien 03-18-2005 08:10 PM

willl ammm i do use fc3... but i dont need an rpm package i need a solution...

why when i first installed it it worked fine???? and now it wont connect?

benjithegreat98 03-18-2005 10:22 PM

Do this as root on the command line:

ps aux | grep -i nessusd

Is it already running? When I installed nessus it added a startup script to start the daemon that I had to disable later.

I ran an experiment where I started it using the startup script. After that I tried to run nessusd and got the same results as you. Otherwise it works fine.

Code:

[root@fedora nessus]# /etc/init.d/nessusd start
Starting nessusd:                                          [  OK  ]
[root@fedora nessus]# nessusd
All plugins loaded
bind() failed : Address already in use
[root@fedora nessus]# ps aux|grep nessus
root      4635  0.0  1.1  7172 4532 ?        Ss  22:16  0:00 nessusd: waiting for incoming connections
root      4683  0.0  0.1  3644  652 pts/0    R+  22:21  0:00 grep nessus
[root@fedora nessus]#

If your client is still not connecting you should try to run it as whatever you ran it as the first time when it worked (root or a regular user)

einstien 03-19-2005 09:05 AM

ok
 
ok the first time i ran it with the same user im running now.... now look i did the command you said

Quote:

[root@localhost ~]# ps aux | grep -i nessusd
root 700 0.0 1.3 11044 6796 pts/3 S+ Mar18 0:33 nessusd: waiting for incoming connections
root 30580 0.0 0.1 4116 688 pts/5 R+ 16:54 0:00 grep -i nessusd
and this is what it wrote me... now... how do i stop it? i mean you said it run on startup.. so how do i stop it from happining?

einstien 03-19-2005 10:45 AM

never
 
never mind i used kill and now the program is runing fine

benjithegreat98 03-19-2005 09:34 PM

Glad you got it working. If you would like to set it where it does not start up when FC3 starts up, go to the redhat menu > System Settings > Server Settings > Services. See if nessus is listed. You can uncheck it if it is in there. If it isn't there check in /etc/rc.d/rc.local .


All times are GMT -5. The time now is 02:27 PM.