PDA

View Full Version : openvas can't workable



when123
2013-05-10, 07:23
when i get apt-get update and upgrade .

the openvas can't see in the menu .and can't workable too .

how can i fix it anymore

compuwar
2013-05-10, 14:08
I also did an update today and had OpenVAS disappear from the Kali menu. In addition, openvas-nvt-sync wasn't happy and wanted to migrate my configuration. After that, I got a segfault in openvassd. I have opened a bug report:

http://bugs.kali.org/view.php?id=350

Paul

crypiehef
2013-05-10, 16:29
I also did an update today and had OpenVAS disappear from the Kali menu. In addition, openvas-nvt-sync wasn't happy and wanted to migrate my configuration. After that, I got a segfault in openvassd. I have opened a bug report:

http://bugs.kali.org/view.php?id=350

Paul

Ditto, on both 32bit and AMD64 bit installs. Not sure about my Raspi ARM install yet.

Ahmad
2013-05-11, 12:16
I had the same thing
I tried many things but it didn't work

snow-bt
2013-05-13, 05:29
the problem is with the libs between libopenvas5 and libopenvas6
what to do ? maybe the should remove one lib from the repo.servers or somthing !!

reaperz73
2013-05-14, 00:43
Until it is fixed I just forced the older version.

sanscore
2013-05-14, 12:49
I am having a similar issue reverting to a previous version of openvas. I have run
apt-get purge
apt-get update
but
apt-cache showpkg openvas

is only seeing the latest package of openvas 1.1, so no help there, any help greatly appreciated

have the following in sources.list
deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali-dev main contrib non-free
deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali main contrib non-free
deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://repo.kali.org/kali kali-bleeding-edge main
## Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free

compuwar
2013-05-14, 16:01
reaper: Using what input to apt-get? I can't seem to figure out how to get the old version back on...

compuwar
2013-05-14, 17:42
sanscore: That's my experience too.

reaperz73
2013-05-14, 19:18
you can

apt-get install packagname=version

or install synaptic

after that this is my output
root@kali:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
greenbone-security-assistant loki openvas-administrator openvas-cli openvas-manager
openvas-scanner
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.

Notice I use apt-get upgrade not apt-get dist-upgrade

when123
2013-05-15, 15:26
Could show this process more detail?

compuwar
2013-05-15, 15:55
you can

apt-get install packagname=version


The only version shown is the new broken one, 1.1. Any other value for version gets an error that the version wasn't found.

reaperz73
2013-05-15, 20:14
The only version shown is the new broken one, 1.1. Any other value for version gets an error that the version wasn't found.
looks like the old version has been removed from the repos.
I update with apt-get update because right now apt-get dist-upgrade will break openvas

reaperz73
2013-05-15, 21:02
ok all here is a fix
http://forums.kali.org/showthread.php?6961-how-to-rollback-openvas-to-cd-original&p=10524#post10524