On Freitag, 29. Mai 2009, Jan-Oliver Wagner wrote:
> On Freitag, 29. Mai 2009, lovewadhwa wrote:
> > m using openvas-client 2.0.3 to connect to my openvas server but getting
> > the following error:
> > 
> > Error: Invalid PLUGIN_INFO response from server
> > Error: Error while updating the cached plugin information
> > Error: Login failed
> > 
> > 
> > I have no clue why this error is occuring.I had earlier some successful
> > connections to my server and then it suddenly started giving errors.

in case you compiled the client yourself, you may apply this patch to find out
more:

Index: nessus/comm.c
===================================================================
--- nessus/comm.c       (Revision 3507)
+++ nessus/comm.c       (Arbeitskopie)
@@ -1334,6 +1334,7 @@
       /* plugin information could not be parsed.  Looks like a server
        * error */
       show_error(_("Invalid PLUGIN_INFO response from server"));
+fprintf(stderr,"PLUGIN_INFO parse error on this line:%s", buf);
       return -1;
     }
   }


Probably we should write the details to log file always. Laban?

Best

        Jan

-- 
Dr. Jan-Oliver Wagner |  ++49-541-335084-0  |  http://www.greenbone.net/
Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 
202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner
_______________________________________________
Openvas-discuss mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss

Reply via email to