<?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: Ubuntu Error &#8220;sudo: /etc/sudoers is mode 0640, should be 0440&#8243;</title>
	<atom:link href="http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 12:37:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Derrick</title>
		<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/comment-page-1/#comment-2120</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Fri, 16 Sep 2011 17:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=398#comment-2120</guid>
		<description>For those of  you that &quot;ESC&quot; key doesn&#039;t work, try holding down the left shift key.</description>
		<content:encoded><![CDATA[<p>For those of  you that &#8220;ESC&#8221; key doesn&#8217;t work, try holding down the left shift key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SmeeZee</title>
		<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/comment-page-1/#comment-2110</link>
		<dc:creator>SmeeZee</dc:creator>
		<pubDate>Mon, 12 Sep 2011 20:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=398#comment-2110</guid>
		<description>Perfect, thank you!</description>
		<content:encoded><![CDATA[<p>Perfect, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar</title>
		<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/comment-page-1/#comment-1923</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Sun, 24 Jul 2011 15:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=398#comment-1923</guid>
		<description>After I issued command chmod -R 777 /etc 
all the services are down like networking services, mysql services. when i type sudo command it shows
sudo: /etc/sudoers is mode 0640, should be 0440
sudo: no valid sudoers sources found, quitting
when i type su root
password:
authentication failure.

can anyone plz tell me the solution for the above prob</description>
		<content:encoded><![CDATA[<p>After I issued command chmod -R 777 /etc<br />
all the services are down like networking services, mysql services. when i type sudo command it shows<br />
sudo: /etc/sudoers is mode 0640, should be 0440<br />
sudo: no valid sudoers sources found, quitting<br />
when i type su root<br />
password:<br />
authentication failure.</p>
<p>can anyone plz tell me the solution for the above prob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Leach</title>
		<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/comment-page-1/#comment-1379</link>
		<dc:creator>A Leach</dc:creator>
		<pubDate>Wed, 22 Dec 2010 16:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=398#comment-1379</guid>
		<description>I had this problem after messing around with samba. I wasn&#039;t in a position where I could restart my (Ubuntu 10.10) server, so I ignored it.. Now I just found a solution though: drop to the su shell.

Problem:-
$ sudo vim /etc/bash.bashrc 
sudo: /etc/sudoers is mode 0640, should be 0440
sudo: no valid sudoers sources found, quitting

Solution:-

$ su -
Password: 
root@metabuntu:~# chmod 0440 /etc/sudoers
root@metabuntu:~# logout
$ sudo vim /etc/bash.bashrc ## Now works!!!</description>
		<content:encoded><![CDATA[<p>I had this problem after messing around with samba. I wasn&#8217;t in a position where I could restart my (Ubuntu 10.10) server, so I ignored it.. Now I just found a solution though: drop to the su shell.</p>
<p>Problem:-<br />
$ sudo vim /etc/bash.bashrc<br />
sudo: /etc/sudoers is mode 0640, should be 0440<br />
sudo: no valid sudoers sources found, quitting</p>
<p>Solution:-</p>
<p>$ su -<br />
Password:<br />
root@metabuntu:~# chmod 0440 /etc/sudoers<br />
root@metabuntu:~# logout<br />
$ sudo vim /etc/bash.bashrc ## Now works!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu /etc/sudoers problem</title>
		<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/comment-page-1/#comment-1351</link>
		<dc:creator>Ubuntu /etc/sudoers problem</dc:creator>
		<pubDate>Sun, 21 Nov 2010 19:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=398#comment-1351</guid>
		<description>[...] any users to the sudo users as my sudoers file has the wrong permission. My only access is SSH thus this(via recovery mode) solution doesn&#8217;t seem to work for [...]</description>
		<content:encoded><![CDATA[<p>[...] any users to the sudo users as my sudoers file has the wrong permission. My only access is SSH thus this(via recovery mode) solution doesn&#8217;t seem to work for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eby louis</title>
		<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/comment-page-1/#comment-1262</link>
		<dc:creator>eby louis</dc:creator>
		<pubDate>Tue, 24 Aug 2010 13:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=398#comment-1262</guid>
		<description>thanks a lot
can u describe about the sudoers entries
how can i reduce the 15 minute allowed time for a user in sudoers entry

         have a nice day</description>
		<content:encoded><![CDATA[<p>thanks a lot<br />
can u describe about the sudoers entries<br />
how can i reduce the 15 minute allowed time for a user in sudoers entry</p>
<p>         have a nice day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koguma</title>
		<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/comment-page-1/#comment-1156</link>
		<dc:creator>koguma</dc:creator>
		<pubDate>Tue, 06 Apr 2010 09:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=398#comment-1156</guid>
		<description>Thanks a LOT !!!
I was near to reinstall my ubuntu server and with your help I could avoid it....</description>
		<content:encoded><![CDATA[<p>Thanks a LOT !!!<br />
I was near to reinstall my ubuntu server and with your help I could avoid it&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shirdrn</title>
		<link>http://www.craigmayhew.com/blog/2009/09/ubuntu-error-sudo-etcsudoers-is-mode-0640-should-be-0440/comment-page-1/#comment-1057</link>
		<dc:creator>Shirdrn</dc:creator>
		<pubDate>Tue, 17 Nov 2009 09:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=398#comment-1057</guid>
		<description>Thanks!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

