<?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"
	>
<channel>
	<title>Comments for Pr0gr4mm3r</title>
	<atom:link href="http://wp.pr0gr4mm3r.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.pr0gr4mm3r.com</link>
	<description>Free tools and information maintained by an online entrepreneur.</description>
	<pubDate>Sat, 05 Jul 2008 16:04:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Fix PSP Error with OpenDNS - (80410418) by Taro</title>
		<link>http://wp.pr0gr4mm3r.com/internet/fix-psp-error-with-opendns-80410418/#comment-8413</link>
		<dc:creator>Taro</dc:creator>
		<pubDate>Tue, 22 Apr 2008 15:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/internet/fix-psp-error-with-opendns-80410418/#comment-8413</guid>
		<description>Here is the other answer for 80410418.

System Setting - Default Setting will reset every thing for you and if you have a functioning connection will find it on reboot.</description>
		<content:encoded><![CDATA[<p>Here is the other answer for 80410418.</p>
<p>System Setting - Default Setting will reset every thing for you and if you have a functioning connection will find it on reboot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft&#8217;s Attack Against Linux &#038; Open Source by Free Php Source Code</title>
		<link>http://wp.pr0gr4mm3r.com/linux/microsofts-attack-against-linux-open-source/#comment-7890</link>
		<dc:creator>Free Php Source Code</dc:creator>
		<pubDate>Sat, 12 Apr 2008 19:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://wp.old.pr0gr4mm3r.com/2007/07/06/microsofts-attack-against-linux-open-source/#comment-7890</guid>
		<description>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..</description>
		<content:encoded><![CDATA[<p>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting your X10 CM17A Firecracker Module Working in Linux by Andrew Wells</title>
		<link>http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-7322</link>
		<dc:creator>Andrew Wells</dc:creator>
		<pubDate>Tue, 01 Apr 2008 18:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-7322</guid>
		<description>Glad to see you were able to get it working.  I will update this post to recommend a system-wide configuration file to avoid problems such as this.</description>
		<content:encoded><![CDATA[<p>Glad to see you were able to get it working.  I will update this post to recommend a system-wide configuration file to avoid problems such as this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting your X10 CM17A Firecracker Module Working in Linux by imali</title>
		<link>http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-7279</link>
		<dc:creator>imali</dc:creator>
		<pubDate>Mon, 31 Mar 2008 19:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-7279</guid>
		<description>Just an update on this....I managed to get the PHP example working. It was indeed user and groups issue. I didn't do the full HEYU reinstall but added  the user www-data to the tty group under linux and that seems to have resolved the issue.</description>
		<content:encoded><![CDATA[<p>Just an update on this&#8230;.I managed to get the PHP example working. It was indeed user and groups issue. I didn&#8217;t do the full HEYU reinstall but added  the user www-data to the tty group under linux and that seems to have resolved the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting your X10 CM17A Firecracker Module Working in Linux by Andrew Wells</title>
		<link>http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-6778</link>
		<dc:creator>Andrew Wells</dc:creator>
		<pubDate>Fri, 21 Mar 2008 19:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-6778</guid>
		<description>Changing the ownership of the index.php file won't change the run-time user of the script unless you have suphp or suexec installed.  On most systems, web scripts are run as www-data.  You can verify that by running the following code in a php script:

&lt;?php echo shell_exec("whoami"); ?&gt;
&lt;i&gt;You may have to change the quotes back to the non-fancy ones as Wordpress likes to mess with them.&lt;/i&gt;

I would recommend reinstalling heyu and specify the option for a global config file so it can be accessed under multiple users, or create another config file under the same user as your web interface.

Keep me updated :)</description>
		<content:encoded><![CDATA[<p>Changing the ownership of the index.php file won&#8217;t change the run-time user of the script unless you have suphp or suexec installed.  On most systems, web scripts are run as www-data.  You can verify that by running the following code in a php script:</p>
<p>< ?php echo shell_exec("whoami"); ?><br />
<i>You may have to change the quotes back to the non-fancy ones as Wordpress likes to mess with them.</i></p>
<p>I would recommend reinstalling heyu and specify the option for a global config file so it can be accessed under multiple users, or create another config file under the same user as your web interface.</p>
<p>Keep me updated <img src='http://wp.pr0gr4mm3r.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting your X10 CM17A Firecracker Module Working in Linux by imali</title>
		<link>http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-6777</link>
		<dc:creator>imali</dc:creator>
		<pubDate>Fri, 21 Mar 2008 19:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-6777</guid>
		<description>Right, I'm getting a bit further now. Added the full path as suggested and still nothing. So I echo $command and I get "heyu -c /home/user/.heyu/x10config on A2 2&#62;&#38;1" If I copy/paste this into the terminal it works fine. but nothing through the web interface.

echoing $output now gives "Unable to write in Heyu directory '/home/user/.heyu/' HEYU: Can't open tty line. Check the permissions." so you're right it looks like a permissions problem.

I've changed the ownership of the x10config file from user to root, and the same for the index.php as well. this hasn't helped.

Any further help would be appreciated :)</description>
		<content:encoded><![CDATA[<p>Right, I&#8217;m getting a bit further now. Added the full path as suggested and still nothing. So I echo $command and I get &#8220;heyu -c /home/user/.heyu/x10config on A2 2&gt;&amp;1&#8243; If I copy/paste this into the terminal it works fine. but nothing through the web interface.</p>
<p>echoing $output now gives &#8220;Unable to write in Heyu directory &#8216;/home/user/.heyu/&#8217; HEYU: Can&#8217;t open tty line. Check the permissions.&#8221; so you&#8217;re right it looks like a permissions problem.</p>
<p>I&#8217;ve changed the ownership of the x10config file from user to root, and the same for the index.php as well. this hasn&#8217;t helped.</p>
<p>Any further help would be appreciated <img src='http://wp.pr0gr4mm3r.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting your X10 CM17A Firecracker Module Working in Linux by Andrew Wells</title>
		<link>http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-6772</link>
		<dc:creator>Andrew Wells</dc:creator>
		<pubDate>Fri, 21 Mar 2008 15:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-6772</guid>
		<description>Hi imali, I'm pretty sure your problem is that Apache &#038; PHP is running as a different user than what you normally run the command under, so it's not finding the config file in your home directory.

Try adding the full path to the config file in the Heyu command.  You can do that by passing the -c switch.  Put this option before the rest of the command, so it will look like this:

heyu -c /home/user/.heyu/x10config [rest of command]

If you still run into problems, output the $command variable as well.  Copy that into a terminal and see if it works there.

Let me know if that helps.</description>
		<content:encoded><![CDATA[<p>Hi imali, I&#8217;m pretty sure your problem is that Apache &#038; PHP is running as a different user than what you normally run the command under, so it&#8217;s not finding the config file in your home directory.</p>
<p>Try adding the full path to the config file in the Heyu command.  You can do that by passing the -c switch.  Put this option before the rest of the command, so it will look like this:</p>
<p>heyu -c /home/user/.heyu/x10config [rest of command]</p>
<p>If you still run into problems, output the $command variable as well.  Copy that into a terminal and see if it works there.</p>
<p>Let me know if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting your X10 CM17A Firecracker Module Working in Linux by imali</title>
		<link>http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-6770</link>
		<dc:creator>imali</dc:creator>
		<pubDate>Fri, 21 Mar 2008 14:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/linux/getting-your-x10-cm17a-firecracker-module-working-in-linux/#comment-6770</guid>
		<description>Hi Andrew, I'm trying to get an x10 web interface working using tht PHP example. I'm using a CM12u module through USB interface with Heyu. I can execute heyu commands direct from the command line but nothing happens when I try through the web interface. I've modified your php file only slightly by changing 'fon' and 'foff' commands to 'on' and 'off' but other than this everything is the same. Any suggestions? By the way I'm quite new to linux and php too.

Oh yes, I tried another thing also...at the top of the php file in the 'if' brackets i tried putting an echo "$output"; and this returned "unable to find Heyu configuration file' in the webpage. I've not changed the default location of the x10config that comes with heyu....it's in home/user/.heyu/x10config.</description>
		<content:encoded><![CDATA[<p>Hi Andrew, I&#8217;m trying to get an x10 web interface working using tht PHP example. I&#8217;m using a CM12u module through USB interface with Heyu. I can execute heyu commands direct from the command line but nothing happens when I try through the web interface. I&#8217;ve modified your php file only slightly by changing &#8216;fon&#8217; and &#8216;foff&#8217; commands to &#8216;on&#8217; and &#8216;off&#8217; but other than this everything is the same. Any suggestions? By the way I&#8217;m quite new to linux and php too.</p>
<p>Oh yes, I tried another thing also&#8230;at the top of the php file in the &#8216;if&#8217; brackets i tried putting an echo &#8220;$output&#8221;; and this returned &#8220;unable to find Heyu configuration file&#8217; in the webpage. I&#8217;ve not changed the default location of the x10config that comes with heyu&#8230;.it&#8217;s in home/user/.heyu/x10config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix PSP Error with OpenDNS - (80410418) by Andrew Wells</title>
		<link>http://wp.pr0gr4mm3r.com/internet/fix-psp-error-with-opendns-80410418/#comment-5805</link>
		<dc:creator>Andrew Wells</dc:creator>
		<pubDate>Wed, 05 Mar 2008 00:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/internet/fix-psp-error-with-opendns-80410418/#comment-5805</guid>
		<description>Deejy, thank you so much for showing the intelligence of the &lt;b&gt;Miami-Dade County Public Schools&lt;/b&gt; in Florida.  Obviously, we can't have derogatory comments like the one you attempted to put on this page.

I suggest you pay attention in class instead of surfing the 'net.  I also highly recommend that you don't post garbage from school computers, because I now have the street address of your school's IT department as well as an email address to the department that would love to hear about their students' activities online.</description>
		<content:encoded><![CDATA[<p>Deejy, thank you so much for showing the intelligence of the <b>Miami-Dade County Public Schools</b> in Florida.  Obviously, we can&#8217;t have derogatory comments like the one you attempted to put on this page.</p>
<p>I suggest you pay attention in class instead of surfing the &#8216;net.  I also highly recommend that you don&#8217;t post garbage from school computers, because I now have the street address of your school&#8217;s IT department as well as an email address to the department that would love to hear about their students&#8217; activities online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix PSP Error with OpenDNS - (80410418) by Deejy</title>
		<link>http://wp.pr0gr4mm3r.com/internet/fix-psp-error-with-opendns-80410418/#comment-5804</link>
		<dc:creator>Deejy</dc:creator>
		<pubDate>Tue, 04 Mar 2008 23:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/internet/fix-psp-error-with-opendns-80410418/#comment-5804</guid>
		<description>Aye guys This is how you fix it...........(derogatory comment removed)!!!!!!</description>
		<content:encoded><![CDATA[<p>Aye guys This is how you fix it&#8230;&#8230;&#8230;..(derogatory comment removed)!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.579 seconds -->
