<?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>Shawn Pullum, Student Life SysAdmin</title>
	<atom:link href="http://sites.uci.edu/spullum/feed/" rel="self" type="application/rss+xml" />
	<link>http://sites.uci.edu/spullum</link>
	<description>Random observations and ideas related to working at the Dean of Students and UCI.</description>
	<lastBuildDate>Thu, 03 Nov 2011 17:24:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Leopard Server Wiki Woes &#8211; Possible &#8220;Fix&#8221;</title>
		<link>http://sites.uci.edu/spullum/2011/11/03/leopard-server-wiki-woes-possible-fix/</link>
		<comments>http://sites.uci.edu/spullum/2011/11/03/leopard-server-wiki-woes-possible-fix/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 17:24:33 +0000</pubDate>
		<dc:creator>Shawn Pullum</dc:creator>
				<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[apple macosx server wiki leopard snow javascript]]></category>
		<category><![CDATA[firebug invalid session 8002]]></category>

		<guid isPermaLink="false">http://sites.uci.edu/spullum/?p=25</guid>
		<description><![CDATA[DOS uses the excellent Apple Wiki software that is bundled with Mac OS X Server. However, we discovered a few bugs as browsers were updated over time: Incompatible with Google Chrome &#8211; trying to log in would result in a &#8230; <a href="http://sites.uci.edu/spullum/2011/11/03/leopard-server-wiki-woes-possible-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>DOS uses the excellent Apple Wiki software that is bundled with Mac OS X Server. However, we discovered a few bugs as browsers were updated over time:</p>
<ul>
<li>Incompatible with Google Chrome &#8211; trying to log in would result in a <a title="Apple Support Forum" href="https://discussions.apple.com/message/6642595#6642595" target="_blank">&#8220;8002 Invalid Session&#8221; error</a></li>
<li>Bugs when using Firefox 4+ (maybe others) &#8211; clicking Edit would show the Edit Toolbar but not put the page content in an editor, so it looked like the View mode (and wouldn&#8217;t work)</li>
</ul>
<p>My assumption is that the JavaScript was using later-invalid syntax, or that previously ignored bugs now crashed the interpreter. I could &#8220;fix&#8221; the Firefox bug by refreshing the page a few times, or by logging out. However, it became so annoying I stopped using the Wiki as much as before.</p>
<p>Today I thought: &#8220;what if the JavaScript library on a newer version of OS X Server was compatible?&#8221; I tossed the code into Firebug and found the specific file that threw an error when I clicked Edit (sometimes): <strong>wikiserver_api.js</strong></p>
<p>This file is located in <strong>/usr/share/collaboration/javascript</strong></p>
<p>I decided to try Snow Leopard Server&#8217;s copy instead of Lion&#8217;s since it would be (hopefully) more compatible (and less likely to render the system unusable). I renamed the old file, scp&#8217;ed the new file, and it seems to be working =D</p>
<p>Users can now use Chrome with our Wikis, and the Edit button works in Firefox and Chrome on the first try.</p>
]]></content:encoded>
			<wfw:commentRss>http://sites.uci.edu/spullum/2011/11/03/leopard-server-wiki-woes-possible-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server woes</title>
		<link>http://sites.uci.edu/spullum/2011/02/03/server-woes/</link>
		<comments>http://sites.uci.edu/spullum/2011/02/03/server-woes/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 03:02:47 +0000</pubDate>
		<dc:creator>Shawn Pullum</dc:creator>
				<category><![CDATA[Server Administration]]></category>

		<guid isPermaLink="false">http://sites.uci.edu/spullum/?p=15</guid>
		<description><![CDATA[Hi all, Working late tonight. This is my second attempt at a server hard disk upgrade for our &#8220;IT box&#8221; that serves Wikis, handles e-mail, and processing user logins. If you are thinking this box does too many things, I &#8230; <a href="http://sites.uci.edu/spullum/2011/02/03/server-woes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hi all,</p>
<p>Working late tonight. This is my second attempt at a server hard disk upgrade for our &#8220;IT box&#8221; that serves Wikis, handles e-mail, and processing user logins. If you are thinking this box does too many things, I totally agree. We&#8217;re going to split up services later this month when we get a new box.</p>
<p>My hope was to clone the primary hard drive on top of a bigger hard drive. The first time I tried Carbon Copy Cloner (great program). The image worked perfectly, but I made the mistake of partitioning the new drive under Snow Leopard.  By default, Disk Utility uses &#8220;GUID Partition Table&#8221;, which will not boot on the Mac Pro G5 Tower that we are using (older Macs use Apple Partition Map).</p>
<p>This time, I decided to try Disk Utility. I dragged ServerHD to the &#8220;source&#8221; area, and put the new drive in the destination. After 45 minutes, I returned to a &#8220;read/write error&#8221;.<br />
At first, I thought &#8220;oh well, I&#8217;ll try again later&#8221;, but I started to get worried when Disk Utility couldn&#8217;t see the original disk anymore. It complained that &#8220;the disk isn&#8217;t mounted&#8221; so I restarted the computer. It wouldn&#8217;t boot up&#8230; Tried again, no luck. I got a flashing Globe icon that I&#8217;m assuming means &#8220;trying to network boot&#8221;.</p>
<p>My heart sank in my chest. I immediately decided to grab the machine and take it back to my office. Luckily, for some strange reason it worked over here. I had hooked up an external, bootable (not really&#8230; we partitioned it as GUID too, ugh) hard drive.</p>
<p>Now I have it running and I am using Carbon Copy Cloner live on the boot volume. I&#8217;ll get everything backed up and put it back tomorrow morning. Whew! I&#8217;m running into all those errors you read about but don&#8217;t dream you&#8217;ll see. We do have backups, luckily, but I&#8217;m thinking I will make it out when I wanted to leave.</p>
<p>Wish me luck UCI and the world <img src='http://sites.uci.edu/spullum/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://sites.uci.edu/spullum/2011/02/03/server-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hi everyone</title>
		<link>http://sites.uci.edu/spullum/2011/01/30/hi-everyone/</link>
		<comments>http://sites.uci.edu/spullum/2011/01/30/hi-everyone/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 21:52:54 +0000</pubDate>
		<dc:creator>Shawn Pullum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sites.uci.edu/spullum/?p=5</guid>
		<description><![CDATA[I&#8217;m going to use this blog to document interesting ideas, news stories I like, projects we are working on in DOS-IT/SA-IT/OIT, and other streams of consciousness. Hopefully it will be somewhat interesting.]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m going to use this blog to document interesting ideas, news stories I like, projects we are working on in DOS-IT/SA-IT/OIT, and other streams of consciousness. Hopefully it will be somewhat interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://sites.uci.edu/spullum/2011/01/30/hi-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
