<?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: Xserve G4 running Panther Server 10.3.9: Didn&#8217;t like that security update… at all</title>
	<atom:link href="http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/</link>
	<description>Notes from an unfinished world…</description>
	<lastBuildDate>Sat, 18 Feb 2012 11:48:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sjk</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6198</link>
		<dc:creator>sjk</dc:creator>
		<pubDate>Thu, 15 Jun 2006 04:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6198</guid>
		<description>As Pierre and others already know, there can be integrity issues with backups/restores of &quot;live&quot; database and other &quot;volatile&quot; data using other software besides SD!.  Just wanted to clarify that&#039;s a general concern and not SD!-specific.</description>
		<content:encoded><![CDATA[<p>As Pierre and others already know, there can be integrity issues with backups/restores of &#8220;live&#8221; database and other &#8220;volatile&#8221; data using other software besides SD!.  Just wanted to clarify that&#8217;s a general concern and not SD!-specific.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6194</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Tue, 13 Jun 2006 11:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6194</guid>
		<description>Andrew and sjk: Thanks for the additional advice. I don&#039;t why I didn&#039;t think of using BBEdit (which I own) to edit the httpd.conf file. Somehow I forgot that it (like TextWrangler) can open invisible files and edit root-owned ones. I will try SD! shortly to confirm that it works well to create a bootable clone of my OS X Server volume. (The developer has told me that the only issue might be the &quot;live&quot; MySQL databases. But it&#039;s not really a problem for me as I would do the backup during the night and the MySQL databases only change during the day. We don&#039;t offer the ability to comment on post items. FileMaker would also probably complain about databases not having been closed properly, but it would still work. In any case, I keep separate backups of the databases remotely.)

Aapo: Yes, that&#039;s what I figured when I got the error message, and that&#039;s how I figured out that trashing the known_hosts file would probably clear the problem. The problem is that it&#039;s not very intuitive at all :). But I guess that&#039;s what you get with server solutions. They are just never going to be user-friendly like a client Mac OS environment.</description>
		<content:encoded><![CDATA[<p>Andrew and sjk: Thanks for the additional advice. I don&#8217;t why I didn&#8217;t think of using BBEdit (which I own) to edit the httpd.conf file. Somehow I forgot that it (like TextWrangler) can open invisible files and edit root-owned ones. I will try SD! shortly to confirm that it works well to create a bootable clone of my OS X Server volume. (The developer has told me that the only issue might be the &#8220;live&#8221; MySQL databases. But it&#8217;s not really a problem for me as I would do the backup during the night and the MySQL databases only change during the day. We don&#8217;t offer the ability to comment on post items. FileMaker would also probably complain about databases not having been closed properly, but it would still work. In any case, I keep separate backups of the databases remotely.)</p>
<p>Aapo: Yes, that&#8217;s what I figured when I got the error message, and that&#8217;s how I figured out that trashing the known_hosts file would probably clear the problem. The problem is that it&#8217;s not very intuitive at all :). But I guess that&#8217;s what you get with server solutions. They are just never going to be user-friendly like a client Mac OS environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aapo Laitinen</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6193</link>
		<dc:creator>Aapo Laitinen</dc:creator>
		<pubDate>Tue, 13 Jun 2006 07:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6193</guid>
		<description>When you connect to a SSH server for the first time, a fingerprint (a cryptographic hash, to be exact) of the public key of the server is stored in known_hosts. In subsequent connection attempts, the SSH client ensures that the fingerprint of the key the server sent matches to the stored fingerprint.

When you did a complete reinstall, the SSH server generated a new private and public key for itself. Since the SSH client can&#039;t tell whether the new key was generated on purpose or if someone is attempting a man-in-the-middle attack, it stops you from connecting.

If you ever receive the same warning regarding a computer you don&#039;t administer youself, contact the party responsible for the server by phone and ask if the disparency is legimate or not. If you receive the warning without a clear cause (such as a reinstall), be very scared.</description>
		<content:encoded><![CDATA[<p>When you connect to a SSH server for the first time, a fingerprint (a cryptographic hash, to be exact) of the public key of the server is stored in known_hosts. In subsequent connection attempts, the SSH client ensures that the fingerprint of the key the server sent matches to the stored fingerprint.</p>
<p>When you did a complete reinstall, the SSH server generated a new private and public key for itself. Since the SSH client can&#8217;t tell whether the new key was generated on purpose or if someone is attempting a man-in-the-middle attack, it stops you from connecting.</p>
<p>If you ever receive the same warning regarding a computer you don&#8217;t administer youself, contact the party responsible for the server by phone and ask if the disparency is legimate or not. If you receive the warning without a clear cause (such as a reinstall), be very scared.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjk</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6192</link>
		<dc:creator>sjk</dc:creator>
		<pubDate>Mon, 12 Jun 2006 23:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6192</guid>
		<description>I&#039;d also recommend SuperDuper! for its integrity, plus support is fast and knowledgeable if you ever need it.  I used CCC before SD!, but Mike Bombich has all but abandoned development in favor of NetRestore and CCC&#039;s forum is too &quot;risky&quot; to rely on for support.</description>
		<content:encoded><![CDATA[<p>I&#8217;d also recommend SuperDuper! for its integrity, plus support is fast and knowledgeable if you ever need it.  I used CCC before SD!, but Mike Bombich has all but abandoned development in favor of NetRestore and CCC&#8217;s forum is too &#8220;risky&#8221; to rely on for support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Aitken</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6191</link>
		<dc:creator>Andrew Aitken</dc:creator>
		<pubDate>Mon, 12 Jun 2006 21:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6191</guid>
		<description>We use SuperDuper exclusively to deploy both OS X Client and Server. So I know it works well for OS X Server.

Wherever possible, I try to have the boot volume of the Xserve mirrored to another internal drive. When I want to install a software update like this, I simply pop the drive out, thus breaking the mirror. If it all goes pear shaped, I just plug the other drive back in, and reboot as if nothing happened, while I work on sorting out the now broken drive.


With regard to editing config files, I use &lt;a&gt;TextWrangler&lt;/a&gt; a lot. It is free, and offers authenticated saves - so you don&#039;t have to use the command line text editors to edit files that need superuser authority.


With regard to the drive module question - a few months ago  I had a customer who wanted me to replace the HD, rather than the whole module in his G4 Xserve. So far, there have been no problems. It&#039;s a very simple procedure, and the drive (which I actually have in front of me now!) is a standard 60 Gig IBM DeskStar - with some silly red marker-pen marks on it…

The drives are just standard drives, but have been &#039;tested&#039; by Apple, and confirmed capable to run 24/7/365 in an Xserve. If cost is an issue, I wouldn&#039;t worry too much about putting a 3rd party drive in, just make sure it&#039;s a reputable make. The Maxtor MaxLine range seems good, so does the Seagate NL35 series (not sure if they come in non-SATA however)</description>
		<content:encoded><![CDATA[<p>We use SuperDuper exclusively to deploy both OS X Client and Server. So I know it works well for OS X Server.</p>
<p>Wherever possible, I try to have the boot volume of the Xserve mirrored to another internal drive. When I want to install a software update like this, I simply pop the drive out, thus breaking the mirror. If it all goes pear shaped, I just plug the other drive back in, and reboot as if nothing happened, while I work on sorting out the now broken drive.</p>
<p>With regard to editing config files, I use <a>TextWrangler</a> a lot. It is free, and offers authenticated saves &#8211; so you don&#8217;t have to use the command line text editors to edit files that need superuser authority.</p>
<p>With regard to the drive module question &#8211; a few months ago  I had a customer who wanted me to replace the HD, rather than the whole module in his G4 Xserve. So far, there have been no problems. It&#8217;s a very simple procedure, and the drive (which I actually have in front of me now!) is a standard 60 Gig IBM DeskStar &#8211; with some silly red marker-pen marks on it…</p>
<p>The drives are just standard drives, but have been &#8216;tested&#8217; by Apple, and confirmed capable to run 24/7/365 in an Xserve. If cost is an issue, I wouldn&#8217;t worry too much about putting a 3rd party drive in, just make sure it&#8217;s a reputable make. The Maxtor MaxLine range seems good, so does the Seagate NL35 series (not sure if they come in non-SATA however)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6190</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Mon, 12 Jun 2006 21:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6190</guid>
		<description>My understanding was that ACLs were introduced in Tiger. Since I am running Panther Server (10.3.9), I don&#039;t think they are the problem.

Even the SuperDuper! developer himself says that my CCC clone should have worked.</description>
		<content:encoded><![CDATA[<p>My understanding was that ACLs were introduced in Tiger. Since I am running Panther Server (10.3.9), I don&#8217;t think they are the problem.</p>
<p>Even the SuperDuper! developer himself says that my CCC clone should have worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlanY</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6189</link>
		<dc:creator>AlanY</dc:creator>
		<pubDate>Mon, 12 Jun 2006 20:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6189</guid>
		<description>It could be the BSD flags, but it&#039;s much more likely to be the missing ACLs that were the source of the problem.</description>
		<content:encoded><![CDATA[<p>It could be the BSD flags, but it&#8217;s much more likely to be the missing ACLs that were the source of the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6188</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Mon, 12 Jun 2006 18:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6188</guid>
		<description>Thanks for the links and pointers. I will take a closer look. I already use SuperDuper! on my home office computer to back up data, but I don&#039;t use it to back up an entire startup volume. My main question would be whether it works well with Mac OS X Server. OS X Server obviously has more stuff going on behind the scenes and ensuring that all this is preserved is probably harder than with OS X Client. I&#039;ll ask the developer.

What he says about CCC doesn&#039;t seem to explain why my backup failed, unless there are BSD flags on the volume that have to be preserved for the system to work properly.</description>
		<content:encoded><![CDATA[<p>Thanks for the links and pointers. I will take a closer look. I already use SuperDuper! on my home office computer to back up data, but I don&#8217;t use it to back up an entire startup volume. My main question would be whether it works well with Mac OS X Server. OS X Server obviously has more stuff going on behind the scenes and ensuring that all this is preserved is probably harder than with OS X Client. I&#8217;ll ask the developer.</p>
<p>What he says about CCC doesn&#8217;t seem to explain why my backup failed, unless there are BSD flags on the volume that have to be preserved for the system to work properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlanY</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6187</link>
		<dc:creator>AlanY</dc:creator>
		<pubDate>Mon, 12 Jun 2006 16:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6187</guid>
		<description>CarbonCopyCloner is indeed no good.  See this article:
http://blog.plasticsfuture.org/2006/04/23/mac-backup-software-harmful/
and the earlier article in the series:
http://blog.plasticsfuture.org/2006/03/05/the-state-of-backup-and-cloning-tools-under-mac-os-x/

That author runs tests on almost all Mac backup options and finds most of them lacking, but identifies one (SuperDuper) that does everything perfectly.</description>
		<content:encoded><![CDATA[<p>CarbonCopyCloner is indeed no good.  See this article:<br />
<a href="http://blog.plasticsfuture.org/2006/04/23/mac-backup-software-harmful/" rel="nofollow">http://blog.plasticsfuture.org/2006/04/23/mac-backup-software-harmful/</a><br />
and the earlier article in the series:<br />
<a href="http://blog.plasticsfuture.org/2006/03/05/the-state-of-backup-and-cloning-tools-under-mac-os-x/" rel="nofollow">http://blog.plasticsfuture.org/2006/03/05/the-state-of-backup-and-cloning-tools-under-mac-os-x/</a></p>
<p>That author runs tests on almost all Mac backup options and finds most of them lacking, but identifies one (SuperDuper) that does everything perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mricart</title>
		<link>http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/comment-page-1/#comment-6186</link>
		<dc:creator>mricart</dc:creator>
		<pubDate>Mon, 12 Jun 2006 14:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/06/12/xserve-g4-running-panther-server-1039-didnt-like-that-security-update%e2%80%a6-at-all/#comment-6186</guid>
		<description>We have been using &quot;Synchronize! Pro X&quot; for startup disk mirroring, and so far it worked.</description>
		<content:encoded><![CDATA[<p>We have been using &#8220;Synchronize! Pro X&#8221; for startup disk mirroring, and so far it worked.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

