




<?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 for BeginLinux.com Blog</title>
	<atom:link href="http://beginlinux.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://beginlinux.com/blog</link>
	<description>All Types of Linux Users Welcome.</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:03:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Setup A Nagios Server On CentOS 6.2 &#124; Linux Hangout by Mike</title>
		<link>http://beginlinux.com/blog/2012/01/setup-a-nagios-server-on-centos-6-2/comment-page-1/#comment-2262</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 05 Feb 2012 16:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2479#comment-2262</guid>
		<description>Here is the problem, I think.

This is incorrect:
nagios -v /usr/local/nagios/etc/cgi.cfg

You should process the nagios.cfg file instead.
nagios -v /usr/local/nagios/etc/nagios.cfg

The error is telling you that you are processing the wrong file.</description>
		<content:encoded><![CDATA[<p>Here is the problem, I think.</p>
<p>This is incorrect:<br />
nagios -v /usr/local/nagios/etc/cgi.cfg</p>
<p>You should process the nagios.cfg file instead.<br />
nagios -v /usr/local/nagios/etc/nagios.cfg</p>
<p>The error is telling you that you are processing the wrong file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup A Nagios Server On CentOS 6.2 &#124; Linux Hangout by Richard</title>
		<link>http://beginlinux.com/blog/2012/01/setup-a-nagios-server-on-centos-6-2/comment-page-1/#comment-2261</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 05 Feb 2012 09:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2479#comment-2261</guid>
		<description>Thanks That solved it,
Unfortunatly I still get the following

[root@localhost bin]# ./nagios -v /usr/local/nagios/etc/cgi.cfg 
Nagios Core 3.3.1
.......
Reading configuration data...
Error in configuration file &#039;/usr/local/nagios/etc/cgi.cfg&#039; - Line 15 (UNKNOWN VARIABLE)
   Error processing main config file!


Line 15 is main_config_file=/usr/local/nagios/etc/nagios.cfg


When I check this file no errors found :S

thanks Richard
r.tilman@ymail.com</description>
		<content:encoded><![CDATA[<p>Thanks That solved it,<br />
Unfortunatly I still get the following</p>
<p>[root@localhost bin]# ./nagios -v /usr/local/nagios/etc/cgi.cfg<br />
Nagios Core 3.3.1<br />
&#8230;&#8230;.<br />
Reading configuration data&#8230;<br />
Error in configuration file &#8216;/usr/local/nagios/etc/cgi.cfg&#8217; &#8211; Line 15 (UNKNOWN VARIABLE)<br />
   Error processing main config file!</p>
<p>Line 15 is main_config_file=/usr/local/nagios/etc/nagios.cfg</p>
<p>When I check this file no errors found :S</p>
<p>thanks Richard<br />
<a href="mailto:r.tilman@ymail.com">r.tilman@ymail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup A Nagios Server On CentOS 6.2 &#124; Linux Hangout by Mike</title>
		<link>http://beginlinux.com/blog/2012/01/setup-a-nagios-server-on-centos-6-2/comment-page-1/#comment-2259</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 04 Feb 2012 20:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2479#comment-2259</guid>
		<description>The issue with theHTTP/1.1 403 Forbidden is because you do not have a index.html file in /var/www/html.   Just do:

touch /var/www/html/index.html

That will stop that error.</description>
		<content:encoded><![CDATA[<p>The issue with theHTTP/1.1 403 Forbidden is because you do not have a index.html file in /var/www/html.   Just do:</p>
<p>touch /var/www/html/index.html</p>
<p>That will stop that error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup A Nagios Server On CentOS 6.2 &#124; Linux Hangout by Richard</title>
		<link>http://beginlinux.com/blog/2012/01/setup-a-nagios-server-on-centos-6-2/comment-page-1/#comment-2258</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 04 Feb 2012 19:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2479#comment-2258</guid>
		<description>Thanks a lot for the instructions and the script,
The install went perfectly, after install I did a set of password to get in the system
htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

I can login to nagios but if I click on hosts I get:
Internal Server Error
The server encountered an internal error or misconfiguration .......

In the Var log I get:
Feb  4 20:12:36 richard nagios: SERVICE ALERT: localhost;HTTP;WARNING;SOFT;1;HTTP WARNING: HTTP/1.1 403 Forbidden - 5237 bytes in 0.009 second response time

So i&#039;m getting close I think,

In the presentation you mention NagiosVI if i&#039;m right, is that recommended for a dummy user :)

Thanks
Richard</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the instructions and the script,<br />
The install went perfectly, after install I did a set of password to get in the system<br />
htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin</p>
<p>I can login to nagios but if I click on hosts I get:<br />
Internal Server Error<br />
The server encountered an internal error or misconfiguration &#8230;&#8230;.</p>
<p>In the Var log I get:<br />
Feb  4 20:12:36 richard nagios: SERVICE ALERT: localhost;HTTP;WARNING;SOFT;1;HTTP WARNING: HTTP/1.1 403 Forbidden &#8211; 5237 bytes in 0.009 second response time</p>
<p>So i&#8217;m getting close I think,</p>
<p>In the presentation you mention NagiosVI if i&#8217;m right, is that recommended for a dummy user <img src='http://beginlinux.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks<br />
Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TLWIR 31: Using GNU/Linux and Free Software to Bring Back American Innovation by Rex Djere</title>
		<link>http://beginlinux.com/blog/2012/01/tlwir-31-using-linux-and-free-software-to-bring-back-american-innovation/comment-page-1/#comment-2243</link>
		<dc:creator>Rex Djere</dc:creator>
		<pubDate>Thu, 26 Jan 2012 22:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2517#comment-2243</guid>
		<description>@Caleb Thank you for the comment. 

Here is the Department of Labor&#039;s&lt;strong&gt; Six Point Test&lt;/strong&gt; for determining whether an unpaid internship is legal. These apply to a for-profit organization:
&lt;ol&gt;
&lt;li&gt;The internship, even though it includes actual operation of the facilities of the employer, is similar to training which would be given in an educational environment;
&lt;li&gt;The internship experience is for the benefit of the intern;
&lt;li&gt;The intern does not displace regular employees, but works under close supervision of existing staff;
&lt;li&gt;The employer that provides the training derives no immediate advantage from the activities of the intern; and on occasion its operations may actually be impeded;
&lt;li&gt;The intern is not necessarily entitled to a job at the conclusion of the internship; and
&lt;li&gt;The employer and the intern understand that the intern is not entitled to wages for the time spent in the internship.
&lt;/ol&gt;

I agree with you that based on item 4, an employer normally must pay an intern at least minimum wage. However, minimum wage is far lower than many companies such as GM pay their full-time employees, so the company would still save money by utilizing interns for some of the work. The interns would gain valuable experience AND resume bullets from the work. There is a simple way that a company could get around paying the volunteers: build a non-profit sister company, and have the volunteers volunteer to make products for this sister company. Non-profits CAN have unpaid interns. The non-profit could then donate the products to the for-profit. This too is legal, but I believe that the non-profit would have to claim the donations as taxable income.

I understand why the Labor Law is in place: to protect interns. However, I think that the Department of Labor SHOULD change the law as follows. 
An unpaid intern should be allowed in a for-profit company as long as the following conditions are met:
&lt;ol&gt;
&lt;li&gt;The unpaid intern can come in/leave work at any time that they wish, or they can choose not to come in work at all on any given day.
&lt;li&gt;The unpaid intern intern must abide by any workplace-related laws (e.g. safety regulations), and the intern must be provided any equipment needed to comply with those laws free of charge (e.g. safety glasses, flashlight etc.). 
&lt;li&gt;The unpaid intern volunteers his or her time and labor completely of their own free will, without coercion of any kind.
&lt;li&gt;The unpaid intern can quit the job at any time, without any fear of retribution.
&lt;li&gt;The company can terminate the intern and/or take the appropriate legal action against the intern if at any time that they feel that the intern presents some kind of internal risk to the company (e.g. stealing the company&#039;s intellectual property and selling it to a competitor).
&lt;/ol&gt;

This set of rules or something similar would help to protect both the company and the unpaid intern. Basically, what I am advocating is reforming the existing law, and implementing a system similar to this one to make the United States more competitive.

Thanks again for the comment!</description>
		<content:encoded><![CDATA[<p>@Caleb Thank you for the comment. </p>
<p>Here is the Department of Labor&#8217;s<strong> Six Point Test</strong> for determining whether an unpaid internship is legal. These apply to a for-profit organization:</p>
<ol>
<li>The internship, even though it includes actual operation of the facilities of the employer, is similar to training which would be given in an educational environment;
</li>
<li>The internship experience is for the benefit of the intern;
</li>
<li>The intern does not displace regular employees, but works under close supervision of existing staff;
</li>
<li>The employer that provides the training derives no immediate advantage from the activities of the intern; and on occasion its operations may actually be impeded;
</li>
<li>The intern is not necessarily entitled to a job at the conclusion of the internship; and
</li>
<li>The employer and the intern understand that the intern is not entitled to wages for the time spent in the internship.
</li>
</ol>
<p>I agree with you that based on item 4, an employer normally must pay an intern at least minimum wage. However, minimum wage is far lower than many companies such as GM pay their full-time employees, so the company would still save money by utilizing interns for some of the work. The interns would gain valuable experience AND resume bullets from the work. There is a simple way that a company could get around paying the volunteers: build a non-profit sister company, and have the volunteers volunteer to make products for this sister company. Non-profits CAN have unpaid interns. The non-profit could then donate the products to the for-profit. This too is legal, but I believe that the non-profit would have to claim the donations as taxable income.</p>
<p>I understand why the Labor Law is in place: to protect interns. However, I think that the Department of Labor SHOULD change the law as follows.<br />
An unpaid intern should be allowed in a for-profit company as long as the following conditions are met:</p>
<ol>
<li>The unpaid intern can come in/leave work at any time that they wish, or they can choose not to come in work at all on any given day.
</li>
<li>The unpaid intern intern must abide by any workplace-related laws (e.g. safety regulations), and the intern must be provided any equipment needed to comply with those laws free of charge (e.g. safety glasses, flashlight etc.).
</li>
<li>The unpaid intern volunteers his or her time and labor completely of their own free will, without coercion of any kind.
</li>
<li>The unpaid intern can quit the job at any time, without any fear of retribution.
</li>
<li>The company can terminate the intern and/or take the appropriate legal action against the intern if at any time that they feel that the intern presents some kind of internal risk to the company (e.g. stealing the company&#8217;s intellectual property and selling it to a competitor).
</li>
</ol>
<p>This set of rules or something similar would help to protect both the company and the unpaid intern. Basically, what I am advocating is reforming the existing law, and implementing a system similar to this one to make the United States more competitive.</p>
<p>Thanks again for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TLWIR 31: Using GNU/Linux and Free Software to Bring Back American Innovation by Caleb Cushing ( xenoterracide )</title>
		<link>http://beginlinux.com/blog/2012/01/tlwir-31-using-linux-and-free-software-to-bring-back-american-innovation/comment-page-1/#comment-2241</link>
		<dc:creator>Caleb Cushing ( xenoterracide )</dc:creator>
		<pubDate>Thu, 26 Jan 2012 08:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2517#comment-2241</guid>
		<description>I imagine that will lead to like no paid workers... however, we have a problem. We have laws that say if a worker does useful work, you have to pay them. e.g. you can&#039;t hire an intern to do productive work for you, use it, and not pay them. It&#039;s ok to have an intern move a train back and forth if it doesn&#039;t need to be done, but if it needs to be done you have to pay them.</description>
		<content:encoded><![CDATA[<p>I imagine that will lead to like no paid workers&#8230; however, we have a problem. We have laws that say if a worker does useful work, you have to pay them. e.g. you can&#8217;t hire an intern to do productive work for you, use it, and not pay them. It&#8217;s ok to have an intern move a train back and forth if it doesn&#8217;t need to be done, but if it needs to be done you have to pay them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pissed Off Penguins A Free and Open-Source Game by hyip</title>
		<link>http://beginlinux.com/blog/2011/12/pissed-off-penguins-game/comment-page-1/#comment-2240</link>
		<dc:creator>hyip</dc:creator>
		<pubDate>Wed, 25 Jan 2012 21:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2345#comment-2240</guid>
		<description>Pissed Off Penguins A Free and Open-Source Game I was recommended this web site by my cousin. I&#039;m not sure whether this post is written by him as no one else know such detailed about my difficulty. You&#039;re amazing! Thanks! your article about Pissed Off Penguins A Free and Open-Source GameBest Regards Cindy</description>
		<content:encoded><![CDATA[<p>Pissed Off Penguins A Free and Open-Source Game I was recommended this web site by my cousin. I&#8217;m not sure whether this post is written by him as no one else know such detailed about my difficulty. You&#8217;re amazing! Thanks! your article about Pissed Off Penguins A Free and Open-Source GameBest Regards Cindy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build An FTP Server on CentOS 6  &#124; Linux Hangout by Build An FTP Server on CentOS 6 &#124; Linux Hangout &#124; Anti-Cloud &#124; Scoop.it</title>
		<link>http://beginlinux.com/blog/2012/01/build-an-ftp-server-on-centos-6/comment-page-1/#comment-2231</link>
		<dc:creator>Build An FTP Server on CentOS 6 &#124; Linux Hangout &#124; Anti-Cloud &#124; Scoop.it</dc:creator>
		<pubDate>Mon, 16 Jan 2012 23:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2493#comment-2231</guid>
		<description>[...] jQuery(&quot;#errors*&quot;).hide(); window.location= data.themeInternalUrl; } }); }        beginlinux.com  - Today, 11:28 [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery(&quot;#errors*&quot;).hide(); window.location= data.themeInternalUrl; } }); }        beginlinux.com  &#8211; Today, 11:28 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is Ubuntu 11.10 Oneiric Ocelot Another Headache? by michael</title>
		<link>http://beginlinux.com/blog/2011/10/is-ubuntu-11-10-oneiric-ocelot-another-headache/comment-page-1/#comment-2227</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Mon, 16 Jan 2012 00:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2246#comment-2227</guid>
		<description>ubuntu + unty = Edsel</description>
		<content:encoded><![CDATA[<p>ubuntu + unty = Edsel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TLWIR 30: Linux++ &#8211; The GNU/Linux Desktop, Brother, and Ubuntu Increment by One by TLWIR 30: Linux++ – The GNU/Linux Desktop,... &#124; Linux &#124; Syngu</title>
		<link>http://beginlinux.com/blog/2012/01/tlwir-30-linux-the-gnulinux-desktop-brother-and-ubuntu-increment-by-one/comment-page-1/#comment-2224</link>
		<dc:creator>TLWIR 30: Linux++ – The GNU/Linux Desktop,... &#124; Linux &#124; Syngu</dc:creator>
		<pubDate>Fri, 13 Jan 2012 06:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=2457#comment-2224</guid>
		<description>[...] I believe in Synergy. One positive event feeds other positive events. The share of computer users who use Linux, GNU, and other Free Software is growing because people are actually starting to put some marketing muscle behind the concepts. Canonical is one of these companies. Red Hat is another. Google is also fighting the good fight. It was only a matter of time before we had to see positive results. Ubuntu TV, Android phones and tablets, and the rise in GNU/Linux’s desktop market share in 2011 are 3 such tangible results. Free Software and Open Source have arrived in 2012!   &#160;   &#160;Linux     Read the original post on LXer... [...]</description>
		<content:encoded><![CDATA[<p>[...] I believe in Synergy. One positive event feeds other positive events. The share of computer users who use Linux, GNU, and other Free Software is growing because people are actually starting to put some marketing muscle behind the concepts. Canonical is one of these companies. Red Hat is another. Google is also fighting the good fight. It was only a matter of time before we had to see positive results. Ubuntu TV, Android phones and tablets, and the rise in GNU/Linux’s desktop market share in 2011 are 3 such tangible results. Free Software and Open Source have arrived in 2012!   &nbsp;   &nbsp;Linux     Read the original post on LXer&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

