<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Scott's Blog</title>
	<atom:link href="http://scottf.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottf.wordpress.com</link>
	<description>All Things Considered</description>
	<lastBuildDate>Sun, 01 Nov 2009 13:50:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Getting GroupWise to work on 64-bit Ubuntu by Groupwise reloaded &#8211; Ubuntu 9.10 (amd64) &#8211; A geek&#39;s blog</title>
		<link>http://scottf.wordpress.com/2008/02/08/getting-groupwise-to-work-on-64-bit-ubuntu/#comment-6510</link>
		<dc:creator>Groupwise reloaded &#8211; Ubuntu 9.10 (amd64) &#8211; A geek&#39;s blog</dc:creator>
		<pubDate>Sun, 01 Nov 2009 13:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/?p=558#comment-6510</guid>
		<description>[...] http://scottf.wordpress.com/2008/02/08/getting-groupwise-to-work-on-64-bit-ubuntu/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://scottf.wordpress.com/2008/02/08/getting-groupwise-to-work-on-64-bit-ubuntu/" rel="nofollow">http://scottf.wordpress.com/2008/02/08/getting-groupwise-to-work-on-64-bit-ubuntu/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Home NAS Software by Mike</title>
		<link>http://scottf.wordpress.com/2007/01/25/home-nas-software/#comment-6508</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 24 Oct 2009 19:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/2007/01/25/home-nas-software/#comment-6508</guid>
		<description>Windows Home Server is sux. They create 2 partitions - for system 20GB and the rest for Data. You can not make small partition for data than disksize - 20GB. Want to split your 1500GB disk to few partitions? No way! First will be 20GB and second 1480GB and if you try to resize it - you have to reinstall WHS!!!

NONSENSE!!!!</description>
		<content:encoded><![CDATA[<p>Windows Home Server is sux. They create 2 partitions &#8211; for system 20GB and the rest for Data. You can not make small partition for data than disksize &#8211; 20GB. Want to split your 1500GB disk to few partitions? No way! First will be 20GB and second 1480GB and if you try to resize it &#8211; you have to reinstall WHS!!!</p>
<p>NONSENSE!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPAM Filter Whitelisting on a Barracuda by Matt Schlawin</title>
		<link>http://scottf.wordpress.com/2006/05/17/spam-filter-whitelisting-on-a-barracuda/#comment-6506</link>
		<dc:creator>Matt Schlawin</dc:creator>
		<pubDate>Tue, 06 Oct 2009 12:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/2006/05/17/spam-filter-whitelisting-on-a-barracuda/#comment-6506</guid>
		<description>Hi Scott,
I am looking for a GroupWise plugin for the Barracuda SPAM filter to update the one that I have.  You were referred to me as someone who might be doing that.

I have been running Barracuda since 2004 and I had a plugin that added SPAM and NOT SPAM buttons to the GroupWise interface.  It was working great until I updated the firmware on the Barracuda last weekend.  I have the source code but have no clue on how to update it.

Are you thinking of writing a plugin for Barracuda?  I&quot;d be interested!

Thanks for your time.

Matt</description>
		<content:encoded><![CDATA[<p>Hi Scott,<br />
I am looking for a GroupWise plugin for the Barracuda SPAM filter to update the one that I have.  You were referred to me as someone who might be doing that.</p>
<p>I have been running Barracuda since 2004 and I had a plugin that added SPAM and NOT SPAM buttons to the GroupWise interface.  It was working great until I updated the firmware on the Barracuda last weekend.  I have the source code but have no clue on how to update it.</p>
<p>Are you thinking of writing a plugin for Barracuda?  I&#8221;d be interested!</p>
<p>Thanks for your time.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting GroupWise to work on 64-bit Ubuntu by xtad</title>
		<link>http://scottf.wordpress.com/2008/02/08/getting-groupwise-to-work-on-64-bit-ubuntu/#comment-6505</link>
		<dc:creator>xtad</dc:creator>
		<pubDate>Thu, 01 Oct 2009 07:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/?p=558#comment-6505</guid>
		<description>Wery good manual:

September 18, 2009 at 11:06 pm

Brian
Brian’s avatar

This works for me on Ubuntu Jaunty x86_64 with the 8.0.1 client:

Install ia32 java version:
sudo aptitude install ia32-sun-java-bin

Using the novell-groupwise-client-8.0.1-88138.i586.rpm file:
unpack the rpm with:
rpm2cpio novell-groupwise-client-8.0.1-88138.i586.rpm &#124; cpio -ivd

then move the files to where they need to go:
cd opt
sudo mv novell/ /opt/
cd ../usr/bin
sudo mv groupwise /usr/bin/
cd ../share/applications
sudo mv gwclient.desktop /usr/share/applications/

tell groupwise to use the system java:
cd /opt/novell/groupwise/client/
mv java java-orig
ln -s /usr/lib/jvm/ia32-java-6-sun/jre java

Then run the groupwise client as normal.

Information from this site:
http://www.sharms.org/blog/2009/06/03/installing-groupwise-8-client-in-ubuntu-jaunty-amd64/comment-page-1/#comment-5981</description>
		<content:encoded><![CDATA[<p>Wery good manual:</p>
<p>September 18, 2009 at 11:06 pm</p>
<p>Brian<br />
Brian’s avatar</p>
<p>This works for me on Ubuntu Jaunty x86_64 with the 8.0.1 client:</p>
<p>Install ia32 java version:<br />
sudo aptitude install ia32-sun-java-bin</p>
<p>Using the novell-groupwise-client-8.0.1-88138.i586.rpm file:<br />
unpack the rpm with:<br />
rpm2cpio novell-groupwise-client-8.0.1-88138.i586.rpm | cpio -ivd</p>
<p>then move the files to where they need to go:<br />
cd opt<br />
sudo mv novell/ /opt/<br />
cd ../usr/bin<br />
sudo mv groupwise /usr/bin/<br />
cd ../share/applications<br />
sudo mv gwclient.desktop /usr/share/applications/</p>
<p>tell groupwise to use the system java:<br />
cd /opt/novell/groupwise/client/<br />
mv java java-orig<br />
ln -s /usr/lib/jvm/ia32-java-6-sun/jre java</p>
<p>Then run the groupwise client as normal.</p>
<p>Information from this site:<br />
<a href="http://www.sharms.org/blog/2009/06/03/installing-groupwise-8-client-in-ubuntu-jaunty-amd64/comment-page-1/#comment-5981" rel="nofollow">http://www.sharms.org/blog/2009/06/03/installing-groupwise-8-client-in-ubuntu-jaunty-amd64/comment-page-1/#comment-5981</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZFS Not Borked by Ivan</title>
		<link>http://scottf.wordpress.com/2009/09/25/zfs-not-borked/#comment-6504</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Mon, 28 Sep 2009 12:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/?p=678#comment-6504</guid>
		<description>Cool, glad this turned out so particularly nicely. I wondered what ever happened. :)</description>
		<content:encoded><![CDATA[<p>Cool, glad this turned out so particularly nicely. I wondered what ever happened. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZFS Borked by Scott</title>
		<link>http://scottf.wordpress.com/2009/04/28/zfs-borked/#comment-6503</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 25 Sep 2009 17:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/?p=661#comment-6503</guid>
		<description>I have posted an update to this saga that was unexptected. The zfs data and the drives associated with the apparently b0rked zfs volume were not the problem. There was something screwed with the operating system.</description>
		<content:encoded><![CDATA[<p>I have posted an update to this saga that was unexptected. The zfs data and the drives associated with the apparently b0rked zfs volume were not the problem. There was something screwed with the operating system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deltek Vision a Year Later by Bill Bartmann</title>
		<link>http://scottf.wordpress.com/2008/05/14/deltek-vision-a-year-later/#comment-6502</link>
		<dc:creator>Bill Bartmann</dc:creator>
		<pubDate>Fri, 04 Sep 2009 00:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/?p=590#comment-6502</guid>
		<description>Cool site, love the info.</description>
		<content:encoded><![CDATA[<p>Cool site, love the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Passworded PDF by Scott</title>
		<link>http://scottf.wordpress.com/2009/08/06/oracle-passworded-pdf/#comment-6501</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 14 Aug 2009 16:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/?p=666#comment-6501</guid>
		<description>Disappointingly, they just said &quot;Thanks for the signed agreement&quot;.</description>
		<content:encoded><![CDATA[<p>Disappointingly, they just said &#8220;Thanks for the signed agreement&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internal Mailing Lists Revisited by Wm. glesener</title>
		<link>http://scottf.wordpress.com/2007/01/25/internal-mailing-lists-revisited/#comment-6500</link>
		<dc:creator>Wm. glesener</dc:creator>
		<pubDate>Wed, 29 Jul 2009 17:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/2007/01/25/internal-mailing-lists-revisited/#comment-6500</guid>
		<description>Our Organization is transitioning to Outlook. I want to thank you for the MailSaver application. It&#039;s an immense help.  However, it doesn&#039;t seem to save messages in the Groupwise Archive to the hard drive.  I know, you&#039;re asking why do you need to do that?  Well, when we transition, the licensing goes with it, so my current Groupwise Archive will be unusable.  Have you made a mod to the app to allow for Mailsaver to save the archive?  

Thanks again, 

Wm.</description>
		<content:encoded><![CDATA[<p>Our Organization is transitioning to Outlook. I want to thank you for the MailSaver application. It&#8217;s an immense help.  However, it doesn&#8217;t seem to save messages in the Groupwise Archive to the hard drive.  I know, you&#8217;re asking why do you need to do that?  Well, when we transition, the licensing goes with it, so my current Groupwise Archive will be unusable.  Have you made a mod to the app to allow for Mailsaver to save the archive?  </p>
<p>Thanks again, </p>
<p>Wm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running FreeBSD 7.0 on ESX Server by Max</title>
		<link>http://scottf.wordpress.com/2008/01/17/running-freebsd-70-on-esx-server/#comment-6499</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 28 Jul 2009 07:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://scottf.wordpress.com/2008/01/17/running-freebsd-70-on-esx-server/#comment-6499</guid>
		<description>Thanks for posting this. It helped me a lot. As i hate it to install X11 things on my Servers i tried if i could end up without it - and it works: just install emulators/vmware-guestd6 without -tools6. Just in case you don&#039;t want/need X11 and the vmware-tools on a server.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. It helped me a lot. As i hate it to install X11 things on my Servers i tried if i could end up without it &#8211; and it works: just install emulators/vmware-guestd6 without -tools6. Just in case you don&#8217;t want/need X11 and the vmware-tools on a server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
