<?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: Timeout while reading response from Server	</title>
	<atom:link href="https://networkguy.de/timeout-while-reading-response-from-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://networkguy.de/timeout-while-reading-response-from-server/</link>
	<description>Share your knowledge!</description>
	<lastBuildDate>Mon, 26 Sep 2016 13:41:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Bharat		</title>
		<link>https://networkguy.de/timeout-while-reading-response-from-server/#comment-1039</link>

		<dc:creator><![CDATA[Bharat]]></dc:creator>
		<pubDate>Mon, 26 Sep 2016 13:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=780#comment-1039</guid>

					<description><![CDATA[how to update value inside a data structure .  eg ; cc set smtp profiles[0] status 1]]></description>
			<content:encoded><![CDATA[<p>how to update value inside a data structure .  eg ; cc set smtp profiles[0] status 1</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Frank		</title>
		<link>https://networkguy.de/timeout-while-reading-response-from-server/#comment-357</link>

		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Tue, 19 Aug 2014 21:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=780#comment-357</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://networkguy.de/timeout-while-reading-response-from-server/#comment-343&quot;&gt;Michel&lt;/a&gt;.

Ah maybe...but it depends. :-) to execute just a single command you don&#039;t Need to Change the home Folder or vars. if you execute scripts you should use &quot;su -&quot;. Do you know why &quot;sudo&quot; isn&#039;t working?

Greets, Frank]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://networkguy.de/timeout-while-reading-response-from-server/#comment-343">Michel</a>.</p>
<p>Ah maybe&#8230;but it depends. :-) to execute just a single command you don&#8217;t Need to Change the home Folder or vars. if you execute scripts you should use &#8220;su -&#8220;. Do you know why &#8220;sudo&#8221; isn&#8217;t working?</p>
<p>Greets, Frank</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michel		</title>
		<link>https://networkguy.de/timeout-while-reading-response-from-server/#comment-343</link>

		<dc:creator><![CDATA[Michel]]></dc:creator>
		<pubDate>Mon, 04 Aug 2014 12:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=780#comment-343</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://networkguy.de/timeout-while-reading-response-from-server/#comment-338&quot;&gt;Frank&lt;/a&gt;.

Thank you Frank! I will mention this in the post! But don&#039;t forget to do it with &quot;su -&quot;, keep in mind:

The hyphen has two effects:

1) switches from the current directory to the home directory of the new user (e.g., to /root in the case of the root user) by logging in as that user

2) changes the environmental variables to those of the new user as dictated by their ~/.bashrc. That is, if the first argument to su is a hyphen, the current directory and environment will be changed to what would be expected if the new user had actually logged on to a new session (rather than just taking over an existing session).

(https://wiki.archlinux.org/index.php/Su)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://networkguy.de/timeout-while-reading-response-from-server/#comment-338">Frank</a>.</p>
<p>Thank you Frank! I will mention this in the post! But don&#8217;t forget to do it with &#8220;su -&#8220;, keep in mind:</p>
<p>The hyphen has two effects:</p>
<p>1) switches from the current directory to the home directory of the new user (e.g., to /root in the case of the root user) by logging in as that user</p>
<p>2) changes the environmental variables to those of the new user as dictated by their ~/.bashrc. That is, if the first argument to su is a hyphen, the current directory and environment will be changed to what would be expected if the new user had actually logged on to a new session (rather than just taking over an existing session).</p>
<p>(<a href="https://wiki.archlinux.org/index.php/Su" rel="nofollow ugc">https://wiki.archlinux.org/index.php/Su</a>)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Frank		</title>
		<link>https://networkguy.de/timeout-while-reading-response-from-server/#comment-338</link>

		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Tue, 29 Jul 2014 19:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=780#comment-338</guid>

					<description><![CDATA[Hi Michel,

thank you, but without &quot;su&quot;, you will get a &quot;permission denied&quot; error.

loginuser@utm:/home/login &#062; cc set http response_timeout 180
-bash: /usr/local/bin/confd-client.plx: Permission denied

loginuser@utm:/home/login &#062; su
Password:
utm:/home/login # cc set http response_timeout 180
1
utm:/home/login #

Increasing Timeout Value has also fixed my problems with updating wordpress plugins.

Regards, Frank]]></description>
			<content:encoded><![CDATA[<p>Hi Michel,</p>
<p>thank you, but without &#8220;su&#8221;, you will get a &#8220;permission denied&#8221; error.</p>
<p>loginuser@utm:/home/login &gt; cc set http response_timeout 180<br />
-bash: /usr/local/bin/confd-client.plx: Permission denied</p>
<p>loginuser@utm:/home/login &gt; su<br />
Password:<br />
utm:/home/login # cc set http response_timeout 180<br />
1<br />
utm:/home/login #</p>
<p>Increasing Timeout Value has also fixed my problems with updating wordpress plugins.</p>
<p>Regards, Frank</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
