<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.6" -->
<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/"
	>

<channel>
	<title>Kylog</title>
	<link>http://www.kylo.net/kylog</link>
	<description>Kylo's blog</description>
	<pubDate>Tue, 24 Aug 2010 19:45:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.6</generator>
	<language>en</language>
			<item>
		<title>Cacti on Fedora 12</title>
		<link>http://www.kylo.net/kylog/?p=105</link>
		<comments>http://www.kylo.net/kylog/?p=105#comments</comments>
		<pubDate>Tue, 24 Aug 2010 19:45:45 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=105</guid>
		<description><![CDATA[Boy this was painful.  
 Starting uneventfully, &#8220;yum install mysql mysql-server cacti net-snmp net-snmp-utils phpmyadmin&#8221;, no big deal.
 Start up httpd (wasn&#8217;t started previously), start mysql
 mysql setup &#8212; phpMyAdmin may look like a nice gui but I could not for the life of me get it to do what I wanted: this ended [...]]]></description>
			<content:encoded><![CDATA[<p>Boy this was painful.  </p>
<li> Starting uneventfully, &#8220;yum install mysql mysql-server cacti net-snmp net-snmp-utils phpmyadmin&#8221;, no big deal.</li>
<li> Start up httpd (wasn&#8217;t started previously), start mysql</li>
<li> mysql setup &#8212; phpMyAdmin may look like a nice gui but I could not for the life of me get it to do what I wanted: this ended up doing the trick &#8220;GRANT USAGE ON *.* TO cactiuser IDENTIFIED BY &#8216;cactiuser&#8217;&#8221;</li>
<li> Now it got really fun: blank page at http://localhost/cacti.  Apache&#8217;s error_log showed php running out of memory(?!).  Turns out I hadn&#8217;t initialized the cacti database, which you do like so: &#8220;mysql cacti -u cactiuser -p < /usr/share/doc/cacti-0.8.7f/cacti.sql"</li>
<li>Oh so close!  I got a login prompt!  What&#8217;s the default login?  Didn&#8217;t find it.  After some googling: admin/admin.   Ahhhhh.</li>
<p>My takeway is that the packaging and/or documentation of cacti could really be improved.  This all took me several hours, mostly headbanging through forums.  Everything I needed to do was *somewhere*.  But it wasn&#8217;t easy to find.  Sigh.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=105</wfw:commentRss>
		</item>
		<item>
		<title>Linux: Thunderbird won&#8217;t launch chrome</title>
		<link>http://www.kylo.net/kylog/?p=103</link>
		<comments>http://www.kylo.net/kylog/?p=103#comments</comments>
		<pubDate>Mon, 01 Mar 2010 18:18:10 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=103</guid>
		<description><![CDATA[So running Thunderbird 3.0 under Fedora 11, I couldn&#8217;t get it to launch chrome correctly.  It would just start a new chrome window (not a new tab) with the default start page (blank page for me).  This was the behavior despite:

setting chrome as my default browser

going into Edit/Preferences/Advanced/Config Editor (or alternately ~/.thunderbird/
/prefs.js) and [...]]]></description>
			<content:encoded><![CDATA[<p>So running Thunderbird 3.0 under Fedora 11, I couldn&#8217;t get it to launch chrome correctly.  It would just start a new chrome window (not a new tab) with the default start page (blank page for me).  This was the behavior despite:</p>
<ul>
setting chrome as my default browser</ul>
<ul>
going into Edit/Preferences/Advanced/Config Editor (or alternately ~/.thunderbird/
<profile>/prefs.js) and overriding the protocol-handler entries for http and https.  I tried both specifying /usr/bin/google-chrome and specify xdg-open.  No dice.</ul>
<p>Grrr.  The missing magic:<br />
<code>gconftool-2 -s /desktop/gnome/url-handlers/http/command -t string "/usr/bin/google-chrome %s"</code>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=103</wfw:commentRss>
		</item>
		<item>
		<title>My .pythonrc.py</title>
		<link>http://www.kylo.net/kylog/?p=88</link>
		<comments>http://www.kylo.net/kylog/?p=88#comments</comments>
		<pubDate>Fri, 16 May 2008 17:20:54 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>Uncategorized</category>

		<category>python</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=88</guid>
		<description><![CDATA[#!/usr/bin/env python
print "hellooooooooooo"
import rlcompleter, readline
readline.parse_and_bind('tab: complete')
del rlcompleter, readline
]]></description>
			<content:encoded><![CDATA[<p><code>#!/usr/bin/env python</p>
<p>print "hellooooooooooo"</p>
<p>import rlcompleter, readline<br />
readline.parse_and_bind('tab: complete')<br />
del rlcompleter, readline</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=88</wfw:commentRss>
		</item>
		<item>
		<title>The Echo Maker</title>
		<link>http://www.kylo.net/kylog/?p=85</link>
		<comments>http://www.kylo.net/kylog/?p=85#comments</comments>
		<pubDate>Sun, 02 Mar 2008 18:01:23 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>Reading</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=85</guid>
		<description><![CDATA[I really enjoyed this book, probably as much as any contemporary fiction (not that I read much ;>) of recent years.  The only other contender would be The Known World, but save that for another day.  So, some notes.
Love the names: Rupp and Cain seem right out of Waiting for Godot, Daniel Riegel [...]]]></description>
			<content:encoded><![CDATA[<p>I really enjoyed this book, probably as much as any contemporary fiction (not that I read much ;>) of recent years.  The only other contender would be <em>The Known World</em>, but save that for another day.  So, some notes.</p>
<p>Love the names: Rupp and Cain seem right out of <em>Waiting for Godot</em>, Daniel Riegel is suitably quasi-regal quasi-biblical, Bonnie is just spot-on prairie, Gerald Weber is spot on as well (and at least the same character counts as &#8220;Oliver Sacks&#8221; hee hee, the Gerald possibly a nod to Gerald Edelman), the slightly off Karin, Karsh the Shark, not sure what to do with Schluter, &#8230;.</p>
<p>Love the organization, 5 chapters built around the central puzzle/theme trope of the book, reproduced here b/c I kept flipping around looking for it:</p>
<ul>
I am No One<br />
but Tonight on North Line Road<br />
GOD led me to you<br />
so You could Live<br />
and bring back someone else
</ul>
<p>It unfolds nicely as the story unfolds, with the great epigraphs from Loren Eiseley and Aldo Leopold to mark the sections.</p>
<p>The plot is quite crisp, deftly mixing family drama, the mystery of the event, and a rich cast of characters with conflicting motivations and impulses, etc.  And though, there is a consistently Powers-ian voice throughout, the per-character instantiations of that voice range widely and effectively.</p>
<p>Best, I love that this is a fiction writer who can unabashedly engage with &#8220;science&#8221; with a rich, sympathetic, critical set of frameworks.  The implicit critique of Sacksian psychiatry is long overdue (one of my college professors, Arthur Quinn, wrote a similarly critical <a href="http://www.worldandi.com/specialreport/1986/june/Sa10972.htm">essay</a> on Sacks 20 years ago, but it slipped beneath the waves as far as I know) &#8212; what Powers has done here is worth thorough consideration.  The engagement with neuroscience and consciousness is compelling (a theme for Powers? the only other book of his I&#8217;ve read is the AI&#8217;d <em>Galatea 2.2</em>, and the interleaving with ecology is really provocative (Edelman again?).</p>
<p>Oh and can I just say: a few weeks earlier I attempted to read Don DeLillo&#8217;s <em>Falling Man</em> and had to put it down as just too hackneyed, cloying, predictable, etc. Just bathing in 9/11.  Powers&#8217;s book on the other hand is truly and elegantly a post-9/11 book &#8212; informed by it, framed by it, could not have been written before it, and yes avoids any easy entrapment by it.  Hurrah!</p>
<p>Perhaps more detailed thoughts will follow &#8230; ;></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=85</wfw:commentRss>
		</item>
		<item>
		<title>Quote of the day</title>
		<link>http://www.kylo.net/kylog/?p=84</link>
		<comments>http://www.kylo.net/kylog/?p=84#comments</comments>
		<pubDate>Fri, 11 Jan 2008 16:06:09 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>Quotations</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=84</guid>
		<description><![CDATA[The time is always right to do something right.   &#8211;Martin Luther King

]]></description>
			<content:encoded><![CDATA[<p>The time is always right to do something right.   &#8211;Martin Luther King
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=84</wfw:commentRss>
		</item>
		<item>
		<title>Torrent exposes driver bug???</title>
		<link>http://www.kylo.net/kylog/?p=81</link>
		<comments>http://www.kylo.net/kylog/?p=81#comments</comments>
		<pubDate>Mon, 23 Apr 2007 18:03:43 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>linux</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=81</guid>
		<description><![CDATA[Weird but true.  When I down/up-load some torrents (esp w/ many peers?), my 2.6.17 (FC5) Broadcom tg3 driver goes belly up.  Here&#8217;s a thread about the problem:
http://www.linuxquestions.org/questions/showthread.php?t=476368

FMI, on FC5 the best place to address this was to add
ethtool -K eth0 tso off
as the penultimate line of /etc/sysconfig/network-scripts/ifup-eth, just before the final &#8220;exec&#8221; line.

]]></description>
			<content:encoded><![CDATA[<p>Weird but true.  When I down/up-load some torrents (esp w/ many peers?), my 2.6.17 (FC5) Broadcom tg3 driver goes belly up.  Here&#8217;s a thread about the problem:</p>
<p><a href="http://www.linuxquestions.org/questions/showthread.php?t=476368">http://www.linuxquestions.org/questions/showthread.php?t=476368<br />
</a><br />
FMI, on FC5 the best place to address this was to add</p>
<p><code>ethtool -K eth0 tso off</code></p>
<p>as the penultimate line of /etc/sysconfig/network-scripts/ifup-eth, just before the final &#8220;exec&#8221; line.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=81</wfw:commentRss>
		</item>
		<item>
		<title>N800 devel setup</title>
		<link>http://www.kylo.net/kylog/?p=80</link>
		<comments>http://www.kylo.net/kylog/?p=80#comments</comments>
		<pubDate>Sun, 22 Apr 2007 05:49:29 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>n800</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=80</guid>
		<description><![CDATA[These are just the basic things I forget, after everything is set up and installed.
4 windows:
n800:
ssh root@IP (192.168.0.5 at home
sbox:
/scratchbox/login
export DISPLAY=:2
af-sb-init.sh start
gcc -o maemo_hello maemo_hello.c `pkg-config --cflags gtk+-2.0 hildon-libs` -ansi -Wall `pkg-config --libs gtk+-2.0 hildon-libs`
Xephyr:
Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac
Edit:
cd /scratchbox/users/kylo/home/kylo


]]></description>
			<content:encoded><![CDATA[<p>These are just the basic things I forget, after everything is set up and installed.</p>
<p>4 windows:</p>
<p>n800:<br />
<code>ssh root@IP (192.168.0.5 at home</code></p>
<p>sbox:<br />
<code>/scratchbox/login<br />
export DISPLAY=:2<br />
af-sb-init.sh start<br />
gcc -o maemo_hello maemo_hello.c `pkg-config --cflags gtk+-2.0 hildon-libs` -ansi -Wall `pkg-config --libs gtk+-2.0 hildon-libs`</code></p>
<p>Xephyr:<br />
<code>Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac</code></p>
<p>Edit:<br />
<code>cd /scratchbox/users/kylo/home/kylo</code><br />
<do it up>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=80</wfw:commentRss>
		</item>
		<item>
		<title>Scratchbox install info</title>
		<link>http://www.kylo.net/kylog/?p=79</link>
		<comments>http://www.kylo.net/kylog/?p=79#comments</comments>
		<pubDate>Mon, 16 Apr 2007 05:06:31 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>n800</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=79</guid>
		<description><![CDATA[http://repository.maemo.org/stable/bora/maemo-scratchbox-install_3.1.sh
Installation was successful!
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
You now have Scratchbox 1.0.7 &#8216;apophis&#8217; release installed.
Scratchbox cannot be run as user root. Instead, use your normal login
user account. Add additional scratchbox users and sandboxes with the
following command (outside scratchbox with root permissions):
        # /scratchbox/sbin/sbox_adduser USER yes
Running this command will create sandbox environment for that [...]]]></description>
			<content:encoded><![CDATA[<p>http://repository.maemo.org/stable/bora/maemo-scratchbox-install_3.1.sh</p>
<p>Installation was successful!<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>You now have Scratchbox 1.0.7 &#8216;apophis&#8217; release installed.</p>
<p>Scratchbox cannot be run as user root. Instead, use your normal login<br />
user account. Add additional scratchbox users and sandboxes with the<br />
following command (outside scratchbox with root permissions):</p>
<p>        # /scratchbox/sbin/sbox_adduser USER yes</p>
<p>Running this command will create sandbox environment for that user and<br />
add user to the &#8217;sbox&#8217; scratchbox user group.<br />
You will need to start a new login terminal after being added to the<br />
&#8217;sbox&#8217; group for group membership to be effective.</p>
<p>Scratchbox service must be started for CPU transparency to be functional.<br />
Run the following command (outside scratchbox with root permissions):</p>
<p>        # /scratchbox/sbin/sbox_ctl start</p>
<p>Add this command to e.g. /etc/rc.local file to start scratchbox service<br />
at boot time.</p>
<p>Login to scratchbox session using the following command (as user):</p>
<p>        $ /scratchbox/login</p>
<p>Refer to scratchbox.org documentation for more information re scratchbox:<br />
http://scratchbox.org/documentation/user/scratchbox-1.0/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=79</wfw:commentRss>
		</item>
		<item>
		<title>Some more tidbits from Moab Is My Washpot</title>
		<link>http://www.kylo.net/kylog/?p=78</link>
		<comments>http://www.kylo.net/kylog/?p=78#comments</comments>
		<pubDate>Wed, 04 Apr 2007 04:45:50 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>Quotations</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=78</guid>
		<description><![CDATA[Good advice, like a secret, is easier to give away than to keep. (264)
&#8220;If my devils are to leave me, I am afraid my angels will take flight as well,&#8221; said Rilke in sharp defiance of the future industry of TV and self-help-book exorcism. (288)
Great elaboration of Camp:
Camp is not in rugby football.
Camp is not [...]]]></description>
			<content:encoded><![CDATA[<p>Good advice, like a secret, is easier to give away than to keep. (264)</p>
<p>&#8220;If my devils are to leave me, I am afraid my angels will take flight as well,&#8221; said Rilke in sharp defiance of the future industry of TV and self-help-book exorcism. (288)</p>
<p>Great elaboration of Camp:</p>
<p>Camp is not in rugby football.<br />
Camp is not in the Old Testament.<br />
Camp is not in St Paul.<br />
Camp is not in Latin lessons, though it might be in Greek.<br />
Camp loves colour.<br />
Camp loves light.<br />
Camp takes pleasure in the surface of things.<br />
Camp loves paint as much as it loves paintings.<br />
Camp prefers style to the stylish.<br />
Camp is pale.<br />
Camp is unhealthy.<br />
Camp is not <em>English</em>, damn it.</p>
<p>But &#8230;</p>
<p>Camp is not kitsch.<br />
Camp is not drag.<br />
Camp is not nearly so superficial as it would have you believe.<br />
Camp casts out all fear.<br />
Camp is strong.<br />
Camp is healthy.</p>
<p>And, let&#8217;s face it &#8230;.</p>
<p>Camp is queer. (136)</p>
<p>And summing up his adolescence:</p>
<p>Didn&#8217;t Woody Allen say that all literature was a footnote to Faust.  Perhaps all adolescence is a dialogue between Faust and Christ.  We tremble on the brink of selling that part of ourselves that is real, unique, angry, defiant and whole for the rewards of attainment, achievement, success and the golden prizes of integration and acceptance; but we also, in our great creating imagination, rehearse the sacrifice we will make:the pain and terror we will take from others&#8217; shoulders, our penetration into the lives and souls of our fellows; our submission and willingness to be rejected and despised for the sake of truth and love and, in the wilderness, our angry rebuttals of the hypocrisy, deception and compromise of a world which we see to be so false.</p>
<p>There is nothing so self-righteous nor so right as an adolescent imagination. (297)</p>
<p>Paston School lived up to all my prejudices, as things always will to the prejudiced.  (299)</p>
<p>To Myself: Not to Be Read Until I Am Twenty-Five</p>
<p>I know what you will think when you read this. You will be embarrassed.  You will scoff and sneer.  Well I tell you now that everything I feel now, everything I am now is truer and better than anything I shall ever be.  Ever.  This is me now, the real me.  Every day that I grow away from the me that is writing this now is a betrayal and a defeat.  I expect you will screw this up into a ball with sophisticated disgust, or at best with tolerant amusement but deep down you will know, you will know that you are smothering what you really, really were.  This is the age when I truly am.  From now on my life will be behind me.  I will tell you now, THIS IS TRUE&#8211;truer than anything else I will ever write, feel or know.  WHAT I AM NOW IS ME, WHAT I WILL BE IS A LIE. (301)
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=78</wfw:commentRss>
		</item>
		<item>
		<title>Penultimate Thoughts on Against the Day</title>
		<link>http://www.kylo.net/kylog/?p=77</link>
		<comments>http://www.kylo.net/kylog/?p=77#comments</comments>
		<pubDate>Tue, 03 Apr 2007 14:28:12 +0000</pubDate>
		<dc:creator>kylog</dc:creator>
		
		<category>Reading</category>

		<category>Pynchon</category>

		<guid isPermaLink="false">http://www.kylo.net/kylog/?p=77</guid>
		<description><![CDATA[I&#8217;m nearing the end of this monumental tome (20 pages left!) and I&#8217;m collecting my thoughts.  Actually, truth be told, my thoughts were largely collected several hundred pages ago, which is not to the book&#8217;s credit.  I&#8217;m a Pynchon fan, having read everything but Mason and Dixon over the last 15 years, and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m nearing the end of this monumental tome (20 pages left!) and I&#8217;m collecting my thoughts.  Actually, truth be told, my thoughts were largely collected several hundred pages ago, which is not to the book&#8217;s credit.  I&#8217;m a Pynchon fan, having read everything but Mason and Dixon over the last 15 years, and I eagerly anticipated this book.  So, while I&#8217;m still blown away by the talent, I&#8217;m afraid that this is not his best work.</p>
<p>The maximalist prose is still there, and the classic TP themes are there: the paranoid interpretation, the galloping across history, the ludic sense of humor, the constant interplay of light and illumination, the hard left anti-corporate stance, all of which I love.   But &#8230;. mmm, where do I start.  First, frankly, the man needed an editor here: the book too often feels like an indulgence, an overflowing accretion of ideas.  Of course Pynchon has never been the sculptor who produces a chiseled David, but here he&#8217;s the sculptor who just kept throwing more and more clay on the figure until it bloats past any point.  Someone save this man!</p>
<p>What&#8217;s ironic to me too is that of all TP&#8217;s books, this is the most overflowing and yet oddly the most linear.  For all the time travel talk and the sprawling across 3 decades of turn-of-the-century history, everything pretty much happens in order, it&#8217;s clear what year we are in at any given point in the book, and by-god things might even happen for a reason!  Quite ironic given his continuing digs at the &#8220;Christian linear sense of time,&#8221; the toying with bilocation (etc) all the time, and whatnot.  So for once his narrative structure is out of line (in it&#8217;s linearity) with his narrative topoi &#8212; which, when coupled with the book&#8217;s sheer unrelenting length, makes this reader end up saying: &#8220;Huh?&#8221;</p>
<p>One intriguing thing, though, about TP&#8217;s reluctant seduction by the muse of linear narrative is that he plays very successfully with some classic authorial voices.  For example, he starts with the Chums of Chance narratives, which are straight out of Horatio Alger or other Boy&#8217;s Life serial chronicles (side note: why does he abandon the CoC? they were such a great sidebar commentary on the major lines of narrative!).  Or again, I just finished reading the bit at the end of Part 4, where he dons the Chandlerian ethos for the hard-boiled detective in Southern California between the wars.  Magnificent!  It really is impressive how he can take such a classic voice and adopt it and make it his own.  </p>
<p>I just got it!  This is TP&#8217;s covers album!   Hee hee.  Almost.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylo.net/kylog/?feed=rss2&amp;p=77</wfw:commentRss>
		</item>
	</channel>
</rss>
