<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<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>Kerpau!</title>
	<link>http://kerpau.net</link>
	<description>Practical system administration...</description>
	<pubDate>Mon, 26 Nov 2007 03:44:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>Installing mtr on FreeBSD Without a GUI</title>
		<link>http://kerpau.net/installing-mtr-on-freebsd-without-a-gui/</link>
		<comments>http://kerpau.net/installing-mtr-on-freebsd-without-a-gui/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 03:44:34 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>Utilities</category>

		<guid isPermaLink="false">http://kerpau.net/installing-mtr-on-freebsd-without-a-gui/</guid>
		<description><![CDATA[So  you need to install mtr on FreeBSD but it tries to install X11, Gnome and a bunch of other stuff that doesn&#8217;t need to go on your Web server? Use these steps to compile mtr on FreeBSD without X windows.

cd /usr/ports/net/mtr
make clean
make -DWITHOUT_X11
make install
/usr/local/sbin/mtr &#8211;help

Alternatively, you could edit /etc/make.conf to include &#8220;WITHOUT_X11=yes&#8221; to [...]]]></description>
			<content:encoded><![CDATA[<p>So  you need to install <a href="http://www.bitwizard.nl/mtr/">mtr</a> on <a href="http://www.freebsd.org/">FreeBSD</a> but it tries to install X11, Gnome and a bunch of other stuff that doesn&#8217;t need to go on your Web server? Use these steps to compile mtr on FreeBSD without X windows.</p>
<blockquote><p>
cd /usr/ports/net/mtr<br />
make clean<br />
make -DWITHOUT_X11<br />
make install<br />
/usr/local/sbin/mtr &#8211;help
</p></blockquote>
<p>Alternatively, you could edit /etc/make.conf to include &#8220;WITHOUT_X11=yes&#8221; to get the same result without using the -DWITHOUT_X11 command line option.
</p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/installing-mtr-on-freebsd-without-a-gui/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Right-click to Copy a File Path in Windows Vista</title>
		<link>http://kerpau.net/right-click-to-copy-a-path-in-windows-vista/</link>
		<comments>http://kerpau.net/right-click-to-copy-a-path-in-windows-vista/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 04:07:23 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>Windows</category>

		<guid isPermaLink="false">http://kerpau.net/right-click-to-copy-a-path-in-windows-vista/</guid>
		<description><![CDATA[In Windows Explorer, hold down the shift key and right-click a file or folder. Select Copy as Path to send the full path name as text to the clipboard. It also works with multiple selects. That is, if you select multiple files/folders by holding down the control or shift key, selecting the Copy as Path [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows Explorer, hold down the shift key and right-click a file or folder. Select <strong>Copy as Path </strong>to send the full path name as text to the clipboard. It also works with multiple selects. That is, if you select multiple files/folders by holding down the control or shift key, selecting the <strong>Copy as Path</strong> menu item will send all of the items&#8217; names to the clipboard - one item per line. Nice! As a tech who is constantly sending and receiving information about files, shares and folders, this is reason enough to upgrade to Vista.
</p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/right-click-to-copy-a-path-in-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Running Nmap on Windows Vista</title>
		<link>http://kerpau.net/running-nmap-on-windows-vista/</link>
		<comments>http://kerpau.net/running-nmap-on-windows-vista/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 02:58:21 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>Windows</category>

		<guid isPermaLink="false">http://kerpau.net/running-nmap-on-windows-vista/</guid>
		<description><![CDATA[The standard install from Insecure.org won&#8217;t run on Windows Vista. However, if you install WinPcap 4.0.1 it runs successfully.

]]></description>
			<content:encoded><![CDATA[<p>The standard install from <a href="http://insecure.org">Insecure.org</a> won&#8217;t run on Windows Vista. However, if you install <a href="http://www.winpcap.org">WinPcap 4.0.1</a> it runs successfully.
</p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/running-nmap-on-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Which Devices are Using USB 2.0?</title>
		<link>http://kerpau.net/which-devices-are-using-usb-20/</link>
		<comments>http://kerpau.net/which-devices-are-using-usb-20/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 01:57:03 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>Windows</category>

		<guid isPermaLink="false">http://kerpau.net/which-devices-are-using-usb-20/</guid>
		<description><![CDATA[Here is how to tell which USB devices are using USB 1.1 and which USB devices are using USB 2.0. In Computer Management, go to Device Manager. Right-click on Device Manager and select View > Devices by connection. Then expand the USB device nodes until you see one that says Enhanced Host Controller. Devices listed [...]]]></description>
			<content:encoded><![CDATA[<p>Here is how to tell which USB devices are using USB 1.1 and which USB devices are using USB 2.0. In <strong>Computer Management</strong>, go to <strong>Device Manager</strong>. Right-click on <strong>Device Manager</strong> and select <strong>View </strong>> <strong>Devices by connection</strong>. Then expand the USB device nodes until you see one that says <strong>Enhanced Host Controller</strong>. Devices listed under this node are using USB 2.0. Devices listed under other USB nodes are using USB 1.1.
</p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/which-devices-are-using-usb-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Authentication attempt has failed with error 0&#215;52e</title>
		<link>http://kerpau.net/authentication-attempt-has-failed-with-error-0x52e/</link>
		<comments>http://kerpau.net/authentication-attempt-has-failed-with-error-0x52e/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 15:48:23 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>Windows</category>

		<guid isPermaLink="false">http://kerpau.net/authentication-attempt-has-failed-with-error-0x52e/</guid>
		<description><![CDATA[Configuring an application to retrieve messages from an Exchange Server 2003 using POP3, I kept getting failures. I enabled POP3 authentication diagnostic logging and this event started popping (bad pun) up in the application logs. 
Event Type : Error
Event Source : POP3SVC
Event Category : Authentication
Event ID : 1011
Description : Authentication attempt from  to User [...]]]></description>
			<content:encoded><![CDATA[<p>Configuring an application to retrieve messages from an Exchange Server 2003 using POP3, I kept getting failures. I enabled POP3 authentication diagnostic logging and this event started popping (bad pun) up in the application logs. </p>
<blockquote><p>Event Type : Error<br />
Event Source : POP3SVC<br />
Event Category : Authentication<br />
Event ID : 1011<br />
Description : Authentication attempt from <IP Address of Client Machine> to User Logon Name has failed with error 0&#215;52e</p></blockquote>
<p>That event lead me to the following Microsoft KB article which contained the information necessary to resolve the issue. </p>
<p><a href="http://support.microsoft.com/kb/296387">Users Cannot Log On Using POP3 and the Error 0&#215;80040920 Is Logged</a></p>
<p>Essentially, it says to use the &#8220;DomainName\LogonName\MailboxAlias&#8221; format for the user name. It fixed the issue immediately in my case. </p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/authentication-attempt-has-failed-with-error-0x52e/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;No Transfer Timeout: closing control connection&#8221; Error</title>
		<link>http://kerpau.net/no-transfer-timeout-closing-control-connection-error/</link>
		<comments>http://kerpau.net/no-transfer-timeout-closing-control-connection-error/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 01:26:29 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>Linux</category>

		<guid isPermaLink="false">http://kerpau.net/no-transfer-timeout-closing-control-connection-error/</guid>
		<description><![CDATA[To get around this ProFTPD error: 
421 No Transfer Timeout (300 seconds): closing control connection.
Set the TimeoutNoTransfer directive to &#8220;0&#8243; (disabled).
]]></description>
			<content:encoded><![CDATA[<p>To get around this <a href="http://www.proftpd.org/">ProFTPD </a>error: </p>
<blockquote><p>421 No Transfer Timeout (300 seconds): closing control connection.</p></blockquote>
<p>Set the <a href="http://www.proftpd.org/docs/directives/linked/config_ref_TimeoutNoTransfer.html">TimeoutNoTransfer</a> directive to &#8220;0&#8243; (disabled).</p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/no-transfer-timeout-closing-control-connection-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy SysAdmin Day!</title>
		<link>http://kerpau.net/happy-sysadmin-day/</link>
		<comments>http://kerpau.net/happy-sysadmin-day/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 02:19:44 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>System Administration</category>

		<guid isPermaLink="false">http://kerpau.net/happy-sysadmin-day/</guid>
		<description><![CDATA[This particular sysadmin is wrapping up a 70+ hour work week. Ugh! I hope you all had a more relaxing week than I did. Happy SysAdmin day!


]]></description>
			<content:encoded><![CDATA[<p>This particular sysadmin is wrapping up a 70+ hour work week. Ugh! I hope you all had a more relaxing week than I did. <a href="http://www.sysadminday.com/">Happy SysAdmin day!<br />
</a><center><a href="http://www.sysadminday.com"><br />
<img src="http://www.sysadminday.com/images/thank-468x60.gif"  ALT="SysAdminDay"></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/happy-sysadmin-day/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bugcheck String: 0&#215;00000077 - Causes and Possible Resolutions</title>
		<link>http://kerpau.net/bugcheck-string-0x00000077-causes-and-possible-resolutions/</link>
		<comments>http://kerpau.net/bugcheck-string-0x00000077-causes-and-possible-resolutions/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 05:19:20 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>Windows</category>

		<guid isPermaLink="false">http://kerpau.net/bugcheck-string-0x00000077-causes-and-possible-resolutions/</guid>
		<description><![CDATA[The stop error 0&#215;00000077 is a KERNEL_STACK_INPAGE_ERROR and means that a page of kernel data could not be read into memory from the paging file. Additionally, the parameter 0xC000009D is a STATUS_DEVICE_NOT_CONNECTED error and is the result of the controller not seeing the hard disk drive. 
Some causes of this condition are: 

Outdated or faulty [...]]]></description>
			<content:encoded><![CDATA[<p>The stop error 0&#215;00000077 is a KERNEL_STACK_INPAGE_ERROR and means that a page of kernel data could not be read into memory from the paging file. Additionally, the parameter 0xC000009D is a STATUS_DEVICE_NOT_CONNECTED error and is the result of the controller not seeing the hard disk drive. </p>
<p>Some causes of this condition are: </p>
<ul>
<li>Outdated or faulty disk controller firmware </li>
<li>Outdated or faulty disk controller driver</li>
<li>Bad disk block in the paging file</li>
<li>Improper SCSI termination</li>
<li>Loose or bad cabling between the disk(s) and disk controller</li>
<li>A disk controller error</li>
<li>Lack of non-paged pool resources</li>
</ul>
<p>Some possible resolutions to this condition are:</p>
<ul>
<li>Update disk controller firmware</li>
<li>Update disk controller drivers</li>
<li>Verify cabling between disk(s) and controller</li>
<li>Verify proper SCSI termination</li>
</ul>
<p>In all cases you should run a &#8220;CHKDSK X: /F /R&#8221; to repair any file system errors on the disk. If you have an additional disk on the machine you may want to <a href="http://kerpau.net/rebuilding-the-paging-file/">rebuild the paging file</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/bugcheck-string-0x00000077-causes-and-possible-resolutions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rebuilding the Paging File on a Windows System</title>
		<link>http://kerpau.net/rebuilding-the-paging-file/</link>
		<comments>http://kerpau.net/rebuilding-the-paging-file/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 05:16:19 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>Windows</category>

		<guid isPermaLink="false">http://kerpau.net/rebuilding-the-paging-file/</guid>
		<description><![CDATA[Go to System Properties > Advanced > Performance > Settings > Advanced > Virtual Memory > Change and configure No paging file for the existing drive. Select one of the other drives and configure System managed size. This effectively removes the paging file from one disk and creates it on another disk. You may get [...]]]></description>
			<content:encoded><![CDATA[<p>Go to <strong>System Properties</strong> > <strong>Advanced </strong>> <strong>Performance </strong>> <strong>Settings </strong>> <strong>Advanced </strong>> <strong>Virtual Memory</strong> > <strong>Change </strong>and configure <strong>No paging file</strong> for the existing drive. Select one of the other drives and configure <strong>System managed size</strong>. This effectively removes the paging file from one disk and creates it on another disk. You may get some warnings regarding the inability to create a dump file when doing this. Just click past them and finish the configuration. Reboot the server when prompted. When the system finishes rebooting, run the <strong>CHKDSK X: /F /R</strong> command and reboot again when prompted. When the system finishes the CHKDSK process, check the application log for the <a href="http://kerpau.net/chkdsk-log-file-where-is-it/">CHKDSK results </a> and then move the paging file back to the original drive using the previous steps. A successful completion of these steps results in a fresh paging file on a known good file system.
</p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/rebuilding-the-paging-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CHKDSK Log File - Where is it?</title>
		<link>http://kerpau.net/chkdsk-log-file-where-is-it/</link>
		<comments>http://kerpau.net/chkdsk-log-file-where-is-it/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 03:43:49 +0000</pubDate>
		<dc:creator>Kerpau!</dc:creator>
		
		<category>Windows</category>

		<guid isPermaLink="false">http://kerpau.net/chkdsk-log-file-where-is-it/</guid>
		<description><![CDATA[CHKDSK doesn&#8217;t create a log file but it does write an entry to the Windows application log. 
Event Type:	Information
Event Source:	Winlogon
Event Category:	None
Event ID:	1001
You would think the system log would be more appropriate. That&#8217;s where I looked first. But there I go again&#8230;expecting things to make sense. What was I thinking!

]]></description>
			<content:encoded><![CDATA[<p>CHKDSK doesn&#8217;t create a log file but it does write an entry to the Windows application log. </p>
<blockquote><p>Event Type:	Information<br />
Event Source:	Winlogon<br />
Event Category:	None<br />
Event ID:	1001</p></blockquote>
<p>You would think the system log would be more appropriate. That&#8217;s where I looked first. But there I go again&#8230;expecting things to make sense. What was I thinking!
</p>
]]></content:encoded>
			<wfw:commentRss>http://kerpau.net/chkdsk-log-file-where-is-it/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
