<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>glob &#187; cyclades</title>
	<atom:link href="http://www.jessereynolds.com/glob/tag/cyclades/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jessereynolds.com/glob</link>
	<description>jesse&#039;s blog</description>
	<lastBuildDate>Sat, 15 Oct 2011 23:47:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Xserve G4&#8217;s serial port for outbound communication</title>
		<link>http://www.jessereynolds.com/glob/2007/02/20/using-xserve-g4s-serial-port-for-outbound-communication/</link>
		<comments>http://www.jessereynolds.com/glob/2007/02/20/using-xserve-g4s-serial-port-for-outbound-communication/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 10:09:14 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cyclades]]></category>
		<category><![CDATA[g4]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[xserve]]></category>

		<guid isPermaLink="false">http://www.jessereynolds.com/glob/?p=7</guid>
		<description><![CDATA[When I stuffed up the config on my Cyclades console server, I plugged it&#8217;s console port into the serial port on the XServe so I could get in there and fix it up. However, you can&#8217;t use ZTerm or any other terminal emulation program to use the serial port unless you disable serial terminal support [...]]]></description>
			<content:encoded><![CDATA[<p>When I stuffed up the config on my Cyclades console server, I plugged it&#8217;s console port into the serial port on the XServe so I could get in there and fix it up. However, you can&#8217;t use ZTerm or any other terminal emulation program to use the serial port unless you disable serial terminal support (ie the ability to log into your XServe via a serial cable). That is, you can only have it set up for oubtound serial sessions, or inbound. We want outbound, in this case.</p>
<p>Edit the following file:</p>
<p><tt>vi /System/Library/StartupItems/SerialTerminalSupport/SerialTerminalSupport</tt></p>
<p>Find the section that reads:<br />
<tt><br />
# To disable configuration of the serial port for use as a terminal,<br />
# change the value for the line below to $FALSE. The default is $TRUE.<br />
# This change will only affect server platforms.<br />
ENABLE_SERIAL_TERMINAL=<strong>$TRUE</strong><br />
</tt></p>
<p>Just set that $TRUE to $FALSE and reboot.</p>
<p>Background, also from the same SerialTerminalSupport file:</p>
<p><tt><br />
# Serial Terminal Support<br />
# -----------------------<br />
# The status field in the following line in /etc/ttys is automatically<br />
# set to 'on' thus enabling the serial port (tty.serial) for terminal<br />
# access:<br />
#<br />
# tty.serial "/usr/libexec/getty std.9600" vt100 off secure<br />
#<br />
# This behavior may be turned off by setting the ENABLE_SERIAL_TERMINAL<br />
# variable below to $FALSE and setting the status field for tty.serial<br />
# in /etc/ttys to 'off'.<br />
</tt></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessereynolds.com/glob/2007/02/20/using-xserve-g4s-serial-port-for-outbound-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

