<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to install OpenVAS 3 in Ubuntu 9.10</title>
	<atom:link href="http://wikisecure.net/security/how-to-install-openvas-ubuntu9/feed" rel="self" type="application/rss+xml" />
	<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9</link>
	<description>Chown the web!!!</description>
	<lastBuildDate>Fri, 24 Dec 2010 07:00:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Barbara Chavez</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-975</link>
		<dc:creator>Barbara Chavez</dc:creator>
		<pubDate>Fri, 24 Dec 2010 07:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-975</guid>
		<description>OpenVAS site doesn&#039;t have to do anything to login to their IRC Channel. You can just install xChat/mIRC and change your server data to : irc.oftc.net and join #openvas to get into their channel and put your queries to them.</description>
		<content:encoded><![CDATA[<p>OpenVAS site doesn&#8217;t have to do anything to login to their IRC Channel. You can just install xChat/mIRC and change your server data to : irc.oftc.net and join #openvas to get into their channel and put your queries to them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XyluX</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-946</link>
		<dc:creator>XyluX</dc:creator>
		<pubDate>Sun, 26 Sep 2010 08:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-946</guid>
		<description>OpenVAS site doesn&#039;t have to do anything to login to their IRC Channel. You can just install xChat/mIRC and change your server data to : &lt;strong&gt;irc.oftc.net&lt;/strong&gt; and join #openvas to get into their channel and put your queries to them.</description>
		<content:encoded><![CDATA[<p>OpenVAS site doesn&#8217;t have to do anything to login to their IRC Channel. You can just install xChat/mIRC and change your server data to : <strong>irc.oftc.net</strong> and join #openvas to get into their channel and put your queries to them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahish</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-937</link>
		<dc:creator>shahish</dc:creator>
		<pubDate>Wed, 22 Sep 2010 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-937</guid>
		<description>Hi Xylux,

Sorry to disturb you again.

There offical site is down.

Still facing the same issue.

Thanks and regards,
Shahish Nambiar</description>
		<content:encoded><![CDATA[<p>Hi Xylux,</p>
<p>Sorry to disturb you again.</p>
<p>There offical site is down.</p>
<p>Still facing the same issue.</p>
<p>Thanks and regards,<br />
Shahish Nambiar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XyluX</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-879</link>
		<dc:creator>XyluX</dc:creator>
		<pubDate>Thu, 16 Sep 2010 19:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-879</guid>
		<description>Login to Server: irc.oftc.net (#openvas).
That is the official OpenVAS Channel.

- XyluX</description>
		<content:encoded><![CDATA[<p>Login to Server: irc.oftc.net (#openvas).<br />
That is the official OpenVAS Channel.</p>
<p>- XyluX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahish</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-874</link>
		<dc:creator>shahish</dc:creator>
		<pubDate>Thu, 16 Sep 2010 00:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-874</guid>
		<description>Hi Xylux,
I unable to find the IRC Channel.
Wll u please tell me the link.

Regards,
Shahish Nambiar</description>
		<content:encoded><![CDATA[<p>Hi Xylux,<br />
I unable to find the IRC Channel.<br />
Wll u please tell me the link.</p>
<p>Regards,<br />
Shahish Nambiar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whit</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-854</link>
		<dc:creator>whit</dc:creator>
		<pubDate>Mon, 13 Sep 2010 00:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-854</guid>
		<description>Installation went smoothly on Ubuntu 10.04 except for the openvas-nvt-sync step, since that tries to use mktemp when available, and the version isn&#039;t apparently compatible as evoked. Commenting that out fixed it though:

&lt;code&gt;
#        if [ -n &quot;`which mktemp`&quot; ]; then
#            SYNC_TMP_DIR=`mktemp -d openvas-nvt-sync` &#124;&#124; { echo &quot;ERROR: Cannot create temporary directory for file download&quot; &gt;&amp;2; exit 1 ; }
#            trap &quot;rm -rf $SYNC_TMP_DIR&quot; 0 1 2 5 15
#        fi
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Installation went smoothly on Ubuntu 10.04 except for the openvas-nvt-sync step, since that tries to use mktemp when available, and the version isn&#8217;t apparently compatible as evoked. Commenting that out fixed it though:</p>
<p><code><br />
#        if [ -n "`which mktemp`" ]; then<br />
#            SYNC_TMP_DIR=`mktemp -d openvas-nvt-sync` || { echo "ERROR: Cannot create temporary directory for file download" &gt;&amp;2; exit 1 ; }<br />
#            trap "rm -rf $SYNC_TMP_DIR" 0 1 2 5 15<br />
#        fi<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahish</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-826</link>
		<dc:creator>shahish</dc:creator>
		<pubDate>Wed, 08 Sep 2010 16:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-826</guid>
		<description>Hi Xylux,

Thanks for your valuable support. Keep going.
I will post in IRC Channel ans will post it once i get the solution on gsa.

Regards,
Shahish Nambiar</description>
		<content:encoded><![CDATA[<p>Hi Xylux,</p>
<p>Thanks for your valuable support. Keep going.<br />
I will post in IRC Channel ans will post it once i get the solution on gsa.</p>
<p>Regards,<br />
Shahish Nambiar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XyluX</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-820</link>
		<dc:creator>XyluX</dc:creator>
		<pubDate>Wed, 08 Sep 2010 13:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-820</guid>
		<description>Not a problem bro.. But can you please ask this query in their IRC channel. They will tell you immediately..</description>
		<content:encoded><![CDATA[<p>Not a problem bro.. But can you please ask this query in their IRC channel. They will tell you immediately..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahish</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-819</link>
		<dc:creator>shahish</dc:creator>
		<pubDate>Wed, 08 Sep 2010 12:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-819</guid>
		<description>Hi Xylux,

Sorry to disturb you again.

will you please tell me what is the default username and password for gsa and how can i change it in &quot;gsad_oap.c&quot; file since it is little confusing file

Thanks in advance.

Regards,
Shahish Nambiar</description>
		<content:encoded><![CDATA[<p>Hi Xylux,</p>
<p>Sorry to disturb you again.</p>
<p>will you please tell me what is the default username and password for gsa and how can i change it in &#8220;gsad_oap.c&#8221; file since it is little confusing file</p>
<p>Thanks in advance.</p>
<p>Regards,<br />
Shahish Nambiar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XyluX</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/comment-page-1#comment-813</link>
		<dc:creator>XyluX</dc:creator>
		<pubDate>Wed, 08 Sep 2010 05:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://wikisecure.net/?p=670#comment-813</guid>
		<description>Shahish,
          It seems you have to compile/define the username and password in &quot;gsad_oap.c.&quot; (http://www.openvas.org/src-doc/gsa-1.0.0/gsad__oap_8c.html) file.  Just give it a last try. I had a talk with some people and they said there is a default username/password defined for this. As I haven&#039;t used gsa so I am unaware of the credentials as these days I am focusing on some different research works. However if the above file helps you then its great or else you can go to openvas IRC channel and put your query and they will help you immediately. BTW, I am glad to hear that your Openvas-Client is working flawlessly now. :)

And please put the answer here also if your GSA authentication issue is solved. So that I can put that information while I will be writing a new article about gsa installation.

- XyluX</description>
		<content:encoded><![CDATA[<p>Shahish,<br />
          It seems you have to compile/define the username and password in &#8220;gsad_oap.c.&#8221; (<a href="http://www.openvas.org/src-doc/gsa-1.0.0/gsad__oap_8c.html" rel="nofollow">http://www.openvas.org/src-doc/gsa-1.0.0/gsad__oap_8c.html</a>) file.  Just give it a last try. I had a talk with some people and they said there is a default username/password defined for this. As I haven&#8217;t used gsa so I am unaware of the credentials as these days I am focusing on some different research works. However if the above file helps you then its great or else you can go to openvas IRC channel and put your query and they will help you immediately. BTW, I am glad to hear that your Openvas-Client is working flawlessly now. <img src='http://wikisecure.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And please put the answer here also if your GSA authentication issue is solved. So that I can put that information while I will be writing a new article about gsa installation.</p>
<p>- XyluX</p>
]]></content:encoded>
	</item>
</channel>
</rss>

