<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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>Docunext Technology</title>
	<link>http://www.docunext.com/blog</link>
	<description>Open Source Notes, Wiki, Forums. We Proudly Use Debian GNU/Linux</description>
	<pubDate>Sat, 04 Jul 2009 02:42:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Strange OCSInventory-Agent Process Halt</title>
		<link>http://www.docunext.com/blog/2009/07/03/strange-ocsinventory-agent-process-halt/</link>
		<comments>http://www.docunext.com/blog/2009/07/03/strange-ocsinventory-agent-process-halt/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 02:42:04 +0000</pubDate>
		<dc:creator>Albert</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[OCSInventory-Agent]]></category>

		<guid isPermaLink="false">http://www.docunext.com/blog/2009/07/03/strange-ocsinventory-agent-process-halt/</guid>
		<description><![CDATA[I have no idea why this is happening on my laptop, but I found a lame-o workaround. When I would try and run ocsinventory-agent on my laptop, it would freeze, so I added the debug flag and noticed it was freezing here:

ocsinventory-agent --devlib --debug
[debug] Ocsinventory unified agent for UNIX and Linux1.0.1
[debug] Log system initialised (Stderr)
[debug] [...]]]></description>
			<content:encoded><![CDATA[<p>I have no idea why this is happening on my laptop, but I found a lame-o workaround. When I would try and run ocsinventory-agent on my laptop, it would freeze, so I added the debug flag and noticed it was freezing here:</p>
<pre>
ocsinventory-agent --devlib --debug
[debug] Ocsinventory unified agent for UNIX and Linux1.0.1
[debug] Log system initialised (Stderr)
[debug] the --server passed doesn't have a protocle, assume http as default
[debug] Accountinfo file: /var/lib/ocsinventory-agent/http:__dev-4x.com_ocsinventory/ocsinv.adm
[debug] OCS Agent initialised
[debug] Calling handlers : `start_handler'
[debug] Compress::Zlib is avalaible.
[debug] sending XML
[debug] Calling handlers : `prolog_writers'
[debug] =BEGIN=SERVER RET======
[debug] $VAR1 = '<?xml version=\'1.0\' encoding=\'ISO-8859-1\'?>
<REPLY>
  <OPTION>
    <NAME>DOWNLOAD</NAME>
    <PARAM FRAG_LATENCY="10" PERIOD_LATENCY="0" TIMEOUT="30" ON="0" TYPE="CONF" CYCLE_LATENCY="60" PERIOD_LENGTH="10" />
  </OPTION>
  <RESPONSE>SEND</RESPONSE>
  <PROLOG_FREQ>24</PROLOG_FREQ>
</REPLY>
&#8216;;
[debug] =END=SERVER RET======
[debug] PROLOG_FREQ has not changed since last process
[debug] Calling handlers : `prolog_reader&#8217;
[debug]  run func: `Ocsinventory::Agent::Option::Download::download_prolog_reader&#8217;
[debug] sending XML
[debug] Calling handlers : `inventory_handler&#8217;
[debug]  run func: `Ocsinventory::Agent::Option::Download::download_inventory_handler&#8217;
</pre>
<p>I did an strace and noted that there was some sort of illegal seek going on, and an option to cancel or retry. I tried again without strace and simply pressed the &#8220;c&#8221; key whenver it halted. Finally the process went through to the end:</p>
<pre>
[debug] Ocsinventory::Agent::Backend::IpDiscover check function failed
[debug] Ocsinventory::Agent::Backend::OS::AIX check function failed
[debug] Ocsinventory::Agent::Backend::OS::BSD check function failed
[debug] Ocsinventory::Agent::Backend::OS::Generic::Ipmi check function failed
[debug] Ocsinventory::Agent::Backend::OS::Generic::Packaging::BSDpkg check function failed
[debug] Ocsinventory::Agent::Backend::OS::Generic::Packaging::Gentoo check function failed
[debug] Ocsinventory::Agent::Backend::OS::Generic::Screen check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Archs::PowerPC check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Fedora check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Gentoo check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Knoppix check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Mandrake check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Mandriva check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Redhat check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Slackware check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::SuSE check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Trustix check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Ubuntu check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Storages::3ware check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Storages::Adaptec check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Storages::HP check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Storages::Lsilogic check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Storages::ServeRaid check function failed
[debug] Ocsinventory::Agent::Backend::OS::MacOS check function failed
[debug] Ocsinventory::Agent::Backend::OS::Solaris check function failed
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB disabled because of a 'runMeIfTheseChecksFailed' in 'Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB'
[debug] Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB::Debian disabled because of a 'runMeIfTheseChecksFailed' in 'Ocsinventory::Agent::Backend::OS::Linux::Distro::NonLSB'
[debug] Running Ocsinventory::Agent::Backend::AccessLog
[debug] Running Ocsinventory::Agent::Backend::DeviceID
[debug] Running Ocsinventory::Agent::Backend::OS::Generic
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Dmidecode
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Dmidecode::Bios
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Dmidecode::Memory
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Dmidecode::Ports
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Dmidecode::Slots
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Hostname
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Lspci
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Lspci::Controllers
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Lspci::Modems
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Lspci::Sounds
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Lspci::Videos
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Packaging
[debug] Ocsinventory::Agent::Backend::OS::Generic::Packaging has no run() function -> ignored
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Packaging::Deb
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Packaging::RPM
[debug] Running Ocsinventory::Agent::Backend::OS::Generic::Users
[debug] Running Ocsinventory::Agent::Backend::OS::Linux
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::CPU
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Controllers
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Distro::LSB
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Domains
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Drives
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Mem
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Network::IPv4
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Network::Networks
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Sounds
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Storages
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Sys
[debug] Running Ocsinventory::Agent::Backend::OS::Linux::Uptime
[debug] Section BIOS has changed since last inventory
[debug] Section VIDEOS has changed since last inventory
[debug] Section HARDWARE has changed since last inventory
[debug] Section SOUNDS has changed since last inventory
c[debug] Section SOFTWARES has changed since last inventory
[debug] Section MEMORIES has changed since last inventory
[debug] Section CONTROLLERS has changed since last inventory
[debug] Section STORAGES has changed since last inventory
[debug] Section NETWORKS has changed since last inventory
[debug] Section DRIVES has changed since last inventory
[debug] Section SLOTS has changed since last inventory
c

c[debug] =BEGIN=SERVER RET======
[debug] $VAR1 = '<?xml version=\'1.0\' encoding=\'ISO-8859-1\'?>
<REPLY>
  <RESPONSE>NO_ACCOUNT_UPDATE</RESPONSE>
</REPLY>
&#8216;;
[debug] =END=SERVER RET======
[debug] Calling handlers : `end_handler&#8217;
[debug]  run func: `Ocsinventory::Agent::Option::Download::download_end_handler&#8217;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.docunext.com/blog/2009/07/03/strange-ocsinventory-agent-process-halt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moving to Movable Type</title>
		<link>http://www.docunext.com/blog/2009/07/03/moving-to-movable-type/</link>
		<comments>http://www.docunext.com/blog/2009/07/03/moving-to-movable-type/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 23:44:20 +0000</pubDate>
		<dc:creator>Albert</dc:creator>
		
		<category><![CDATA[Docunext]]></category>

		<category><![CDATA[Ikiwiki]]></category>

		<category><![CDATA[Movable Type]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[mediawiki]]></category>

		<guid isPermaLink="false">http://www.docunext.com/blog/2009/07/03/moving-to-movable-type/</guid>
		<description><![CDATA[I have been having a great time with Movable Type recently, and so I plan to migrate the Docunext blog to MTOS very soon. I still have a lot to learn with ikiwiki, so for now I&#8217;m sticking with MediaWiki.
]]></description>
			<content:encoded><![CDATA[<p>I have been having a great time with Movable Type recently, and so I plan to migrate the Docunext blog to MTOS very soon. I still have a lot to learn with ikiwiki, so for now I&#8217;m sticking with MediaWiki.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docunext.com/blog/2009/07/03/moving-to-movable-type/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning About the Awesome Window Manager (WM)</title>
		<link>http://www.docunext.com/blog/2009/07/03/learning-about-the-awesome-window-manager-wm/</link>
		<comments>http://www.docunext.com/blog/2009/07/03/learning-about-the-awesome-window-manager-wm/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 23:41:02 +0000</pubDate>
		<dc:creator>Albert</dc:creator>
		
		<category><![CDATA[Awesome]]></category>

		<category><![CDATA[Lua]]></category>

		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.docunext.com/blog/2009/07/03/learning-about-the-awesome-window-manager-wm/</guid>
		<description><![CDATA[I&#8217;m enjoying the learning process involved with setting up Awesome. Its working for me, though I did encounter quite a few gotchas:

Java apps had problems with awesome (not specifically awesome), and the fix I found didn&#8217;t work with the 64-bit version of Java
I was confused by the actual setup and initialization of awesome as like [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m enjoying the learning process involved with setting up Awesome. Its working for me, though I did encounter quite a few gotchas:</p>
<ul>
<li><a href="http://www.informedcoding.com/blog/2009/07/awesome-wm-java-guis.html">Java apps had problems with awesome (not specifically awesome), and the fix I found didn&#8217;t work with the 64-bit version of Java</a></li>
<li>I was confused by the actual setup and initialization of awesome as like the perl folks say, there is more than one way to do it!</li>
</ul>
<p>Here&#8217;s what I setup:<br/><br />
<b>.xinitrc / .Xsession</b></p>
<pre>
nm-applet &#038;
exec awesome
</pre>
<p>Then I copied the default rc.lua:</p>
<pre>
cp /etc/xdg/awesome/rc.lua ~/.config/awesome/rc.lua
</pre>
<p>I messed around with rc.lua for awhile, but just couldn&#8217;t figure out anything useful. Eventually I&#8217;ll figure it out, but first I have to figure out the tags.<br />
<br/><br/><br />
I&#8217;m glad the config file is written in Lua, as I&#8217;ve been trying to learn more of it lately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docunext.com/blog/2009/07/03/learning-about-the-awesome-window-manager-wm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Awesome Window Manager Crashing</title>
		<link>http://www.docunext.com/blog/2009/07/03/awesome-window-manager-crashing/</link>
		<comments>http://www.docunext.com/blog/2009/07/03/awesome-window-manager-crashing/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 09:33:01 +0000</pubDate>
		<dc:creator>Albert</dc:creator>
		
		<category><![CDATA[Awesome]]></category>

		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.docunext.com/blog/2009/07/03/awesome-window-manager-crashing/</guid>
		<description><![CDATA[Its actually not Awesome, its libxcb-icccm1.
]]></description>
			<content:encoded><![CDATA[<p>Its actually not Awesome, its <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531310">libxcb-icccm1</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docunext.com/blog/2009/07/03/awesome-window-manager-crashing/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
