<?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: FMud version 0.9 released</title>
	<atom:link href="http://bc-dev.net/2009/06/16/fmud-version-09-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 14:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ivy</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1304</link>
		<dc:creator>ivy</dc:creator>
		<pubDate>Sat, 20 Aug 2011 10:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1304</guid>
		<description>不支持中文啊，郁闷。
Fmud does not support Chinese.</description>
		<content:encoded><![CDATA[<p>不支持中文啊，郁闷。<br />
Fmud does not support Chinese.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1285</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 09 Aug 2011 14:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1285</guid>
		<description>Thanks so much Matt for the quick response.

I did actually get it working.  The problem was that I had set up a crontab as well with a different shell user than root, which was firing first, and of course the policy didn&#039;t have permissions to run correctly.

I did notice that the client wouldn&#039;t work running off of cron until I logged on as root, and then even after I logged off it would work.  I will try the nohup.

So... note to others who might have troubles:  It appears that you need to either run the flashpolicyd.py file as root or another user that has superuser privelidges.  In other words, chances are you can&#039;t get this to work if you are running on shared hosting, only if you have your own VPS or dedicated server.  Correct mne if I&#039;m wrong in that Matt.

Thanks again Matt.

Steve</description>
		<content:encoded><![CDATA[<p>Thanks so much Matt for the quick response.</p>
<p>I did actually get it working.  The problem was that I had set up a crontab as well with a different shell user than root, which was firing first, and of course the policy didn&#8217;t have permissions to run correctly.</p>
<p>I did notice that the client wouldn&#8217;t work running off of cron until I logged on as root, and then even after I logged off it would work.  I will try the nohup.</p>
<p>So&#8230; note to others who might have troubles:  It appears that you need to either run the flashpolicyd.py file as root or another user that has superuser privelidges.  In other words, chances are you can&#8217;t get this to work if you are running on shared hosting, only if you have your own VPS or dedicated server.  Correct mne if I&#8217;m wrong in that Matt.</p>
<p>Thanks again Matt.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1284</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 09 Aug 2011 13:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1284</guid>
		<description>@Steve

When you&#039;re talking about having FMud running on port 843 I assume you mean the socket policy file?

Security errors are almost always because either the policy file is not accessible (not being served, firewall blocking it) or the policy file itself is incorrect (wrong domain, syntax error, existing master, etc.)

If it works until you log out of the shell make sure you are using nohup (or similar) when starting the policy file server script.</description>
		<content:encoded><![CDATA[<p>@Steve</p>
<p>When you&#8217;re talking about having FMud running on port 843 I assume you mean the socket policy file?</p>
<p>Security errors are almost always because either the policy file is not accessible (not being served, firewall blocking it) or the policy file itself is incorrect (wrong domain, syntax error, existing master, etc.)</p>
<p>If it works until you log out of the shell make sure you are using nohup (or similar) when starting the policy file server script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1283</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 09 Aug 2011 13:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1283</guid>
		<description>Hey all,

I too am having the security error.  I have noticed the following behavior:
-I set up FMud according to the instructions, using 843 as the port (I have root)
-I set up a script to see if FMud is running, and if not to run it, and added a cron job to run this script
-FMud works fine, happy days
-I log out of the shell and close my putty window... FMud stops working
-No further attempts will get FMud to work, I always get a security error
- I change the port to 4444, FMud works again, until I log out of shell.
- Now no attempts will get FMud to work on either 843 or 4444

So it seems there is some kind of log or something that I can&#039;t find that is preventing it from working on a port it has already run on.

I am thinking that I could set up some kind of hack to delete this log before I run the startup script on server reboot, but I am not sure if this would work.

Can anyone who has sucessfully gotten FMud to work please help out?

Thanks so much,

Steve</description>
		<content:encoded><![CDATA[<p>Hey all,</p>
<p>I too am having the security error.  I have noticed the following behavior:<br />
-I set up FMud according to the instructions, using 843 as the port (I have root)<br />
-I set up a script to see if FMud is running, and if not to run it, and added a cron job to run this script<br />
-FMud works fine, happy days<br />
-I log out of the shell and close my putty window&#8230; FMud stops working<br />
-No further attempts will get FMud to work, I always get a security error<br />
- I change the port to 4444, FMud works again, until I log out of shell.<br />
- Now no attempts will get FMud to work on either 843 or 4444</p>
<p>So it seems there is some kind of log or something that I can&#8217;t find that is preventing it from working on a port it has already run on.</p>
<p>I am thinking that I could set up some kind of hack to delete this log before I run the startup script on server reboot, but I am not sure if this would work.</p>
<p>Can anyone who has sucessfully gotten FMud to work please help out?</p>
<p>Thanks so much,</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tokyfeng</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1268</link>
		<dc:creator>tokyfeng</dc:creator>
		<pubDate>Wed, 20 Jul 2011 08:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1268</guid>
		<description>hi,Matt, your FMUD can not support CHINESE(maybe Unicode)，can you help me??</description>
		<content:encoded><![CDATA[<p>hi,Matt, your FMUD can not support CHINESE(maybe Unicode)，can you help me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1069</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 06 May 2011 15:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1069</guid>
		<description>It&#039;s nothing to do with FMud. All the processing of the policy file happens by magic inside the Flash player itself. The only thing the client does is pass the url and port where the file is served.</description>
		<content:encoded><![CDATA[<p>It&#8217;s nothing to do with FMud. All the processing of the policy file happens by magic inside the Flash player itself. The only thing the client does is pass the url and port where the file is served.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kline</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1068</link>
		<dc:creator>Kline</dc:creator>
		<pubDate>Fri, 06 May 2011 13:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1068</guid>
		<description>Seems it went down due to a large HE.net link outage earlier; but those params are the issue it seems as I see them in the HTML source on the page. I let the owner know, thanks!

Also, would you know if it is FMud or Flash in general that is so pedantic about accepting policy files?

FMud would not connect using the policy file served from that same server (sh.ackmud.net:843) when it contained a single blank newline at the end. Removing the newline solved the issue but I wasn&#039;t sure if it was a FMud problem or a larger Flash problem.</description>
		<content:encoded><![CDATA[<p>Seems it went down due to a large HE.net link outage earlier; but those params are the issue it seems as I see them in the HTML source on the page. I let the owner know, thanks!</p>
<p>Also, would you know if it is FMud or Flash in general that is so pedantic about accepting policy files?</p>
<p>FMud would not connect using the policy file served from that same server (sh.ackmud.net:843) when it contained a single blank newline at the end. Removing the newline solved the issue but I wasn&#8217;t sure if it was a FMud problem or a larger Flash problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1067</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 06 May 2011 10:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1067</guid>
		<description>@Kline
That page is down for me so I can&#039;t check, but if you&#039;re specifying name and pass parameters in the embedding page then FMud will send these to the mud on connection and that would explain two newlines. They are in the example html page that comes with FMud but if you&#039;re not using that functionality you should remove the parameters.</description>
		<content:encoded><![CDATA[<p>@Kline<br />
That page is down for me so I can&#8217;t check, but if you&#8217;re specifying name and pass parameters in the embedding page then FMud will send these to the mud on connection and that would explain two newlines. They are in the example html page that comes with FMud but if you&#8217;re not using that functionality you should remove the parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kline</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1065</link>
		<dc:creator>Kline</dc:creator>
		<pubDate>Fri, 06 May 2011 03:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1065</guid>
		<description>Hello,

Is FMud sending multiple newlines on connection to a game, or is it just a problem I am experiencing local to a game I play?

Please see here: http://sh.ackmud.net

It appears two newlines are sent immediately after connect; and this has occurred across different host machines, too.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Is FMud sending multiple newlines on connection to a game, or is it just a problem I am experiencing local to a game I play?</p>
<p>Please see here: <a href="http://sh.ackmud.net" rel="nofollow">http://sh.ackmud.net</a></p>
<p>It appears two newlines are sent immediately after connect; and this has occurred across different host machines, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://bc-dev.net/2009/06/16/fmud-version-09-released/#comment-1063</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 05 May 2011 23:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=62#comment-1063</guid>
		<description>@Night1Candi

I&#039;m not sure I can help with the client on mudconnect.com as any problems are going to be at their end. Perhaps try contacting Andy at TMC directly?</description>
		<content:encoded><![CDATA[<p>@Night1Candi</p>
<p>I&#8217;m not sure I can help with the client on mudconnect.com as any problems are going to be at their end. Perhaps try contacting Andy at TMC directly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

