<?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"
	>

<channel>
	<title>The Martin Rakhmanov Blog</title>
	<atom:link href="http://jimmers.info/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimmers.info/wordpress</link>
	<description>Notes for the future reference</description>
	<pubDate>Thu, 06 Aug 2009 06:32:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>svn: Error resolving case of: how to fix it</title>
		<link>http://jimmers.info/wordpress/2009/08/05/104/</link>
		<comments>http://jimmers.info/wordpress/2009/08/05/104/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 16:55:06 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[Misc]]></category>

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

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

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

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

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=104</guid>
		<description><![CDATA[Today I got cryptic message svn: Error resolving case of from command:
svn revert C:\Users\james\src\ksod\main.c
How to fix it: it turned out to be a permissions issue: make sure that each part of the path is accessible to the account used to run svn client. For instance, in my case it was a problem with C:\Users directory: [...]]]></description>
			<content:encoded><![CDATA[<p>Today I got cryptic message <code>svn: Error resolving case of</code> from command:</p>
<p><code>svn revert C:\Users\james\src\ksod\main.c</code></p>
<p>How to fix it: it turned out to be a permissions issue: make sure that <em>each</em> part of the path is accessible to the account used to run svn client. For instance, in my case it was a problem with <code>C:\Users</code> directory: <code>dir C:\Users</code> returned access denied even though the full path was readable.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2009/08/05/104/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to get Mac OS X build number in Terminal</title>
		<link>http://jimmers.info/wordpress/2009/08/03/100/</link>
		<comments>http://jimmers.info/wordpress/2009/08/03/100/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 19:05:57 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

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

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=100</guid>
		<description><![CDATA[Type in:
sw_vers -buildVersion
]]></description>
			<content:encoded><![CDATA[<p>Type in:</p>
<p><code>sw_vers -buildVersion</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2009/08/03/100/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to force VMware Workstation 6.5.2 to use system-provided freetype library</title>
		<link>http://jimmers.info/wordpress/2009/07/31/94/</link>
		<comments>http://jimmers.info/wordpress/2009/07/31/94/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 10:08:24 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[Fedora]]></category>

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

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=94</guid>
		<description><![CDATA[VMware Workstation 6.5.2 build-156735 ships with its own freetype library which gets installed under /usr/lib/vmware/lib/libfreetype.so.6/
If your system has a custom built freetype library with the bytecode interpreter turned on then fonts in VMware GUI will not look like fonts in other applications. To fix this create a symbolic link to system-provided freetype library:
# cd /usr/lib/vmware/lib/libfreetype.so.6/
# [...]]]></description>
			<content:encoded><![CDATA[<p>VMware Workstation 6.5.2 build-156735 ships with its own freetype library which gets installed under <code>/usr/lib/vmware/lib/libfreetype.so.6/</code></p>
<p>If your system has a custom built freetype library with the bytecode interpreter turned on then fonts in VMware GUI will not look like fonts in other applications. To fix this create a symbolic link to system-provided freetype library:</p>
<p><code># cd /usr/lib/vmware/lib/libfreetype.so.6/<br />
# mv libfreetype.so.6 libfreetype.so.6.orig<br />
# ln -s /usr/lib/libfreetype.so.6 libfreetype.so.6</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2009/07/31/94/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rick Rashid: Leading Microsoft into the Future with Research</title>
		<link>http://jimmers.info/wordpress/2009/06/21/92/</link>
		<comments>http://jimmers.info/wordpress/2009/06/21/92/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:22:17 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[Misc]]></category>

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

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=92</guid>
		<description><![CDATA[Rick Rashid: Leading Microsoft into the Future with Research
Rick Rashid is one of the Mach kernel creators in the past.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://channel9.msdn.com/posts/Charles/Rick-Rashid-Leading-Microsoft-into-the-Future-with-Research/">Rick Rashid: Leading Microsoft into the Future with Research</a></p>
<p>Rick Rashid is one of the Mach kernel creators in the past.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2009/06/21/92/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create system stored procedure in SQL Server 2005</title>
		<link>http://jimmers.info/wordpress/2009/05/28/87/</link>
		<comments>http://jimmers.info/wordpress/2009/05/28/87/#comments</comments>
		<pubDate>Fri, 29 May 2009 06:48:14 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[mssql system stored procedure]]></category>

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=87</guid>
		<description><![CDATA[In other words how to create a procedure visible in any user database.
1. Start the server in single user mode:
   sqlservr.exe -m -s SQLEXPRESS
2. Make mssqlsystemresource writable:
   alter database [mssqlsystemresource] set read_write
3. Create the procedure:
   create proc sys.sp_demo
  as
  return 9
   NOTE: The procedure name must start with sp_ to make create statement [...]]]></description>
			<content:encoded><![CDATA[<p>In other words how to create a procedure visible in any user database.</p>
<p>1. Start the server in single user mode:</p>
<p>   <code>sqlservr.exe -m -s SQLEXPRESS</code></p>
<p>2. Make mssqlsystemresource writable:</p>
<p>   <code>alter database [mssqlsystemresource] set read_write</code></p>
<p>3. Create the procedure:</p>
<p>   <code>create proc sys.sp_demo<br />
  as<br />
  return 9</code></p>
<p>   NOTE: The procedure name must start with <em>sp_</em> to make create statement succeed.</p>
<p>4. Mark the procedure as &#8217;system&#8217;:</p>
<p>   <code>execute mssqlsystemresource.sys.sp_SetPublicInterfaceObject 'sp_demo'</code></p>
<p>5. Revert mssqlsystemresource mode:</p>
<p>   <code>alter database [mssqlsystemresource] set read_only</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2009/05/28/87/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wireshark Version 1.0.7 (SVN Rev 28014) on Mac OS X 10.5.6</title>
		<link>http://jimmers.info/wordpress/2009/05/03/80/</link>
		<comments>http://jimmers.info/wordpress/2009/05/03/80/#comments</comments>
		<pubDate>Mon, 04 May 2009 03:58:56 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=80</guid>
		<description><![CDATA[After installing Wireshark on my iMac I was getting the following errors:
The following errors were found while loading the MIBS:
-:0 1 module-not-found failed to locate MIB module `IP-MIB&#8217;
-:0 1 module-not-found failed to locate MIB module `IF-MIB&#8217;
-:0 1 module-not-found failed to locate MIB module `TCP-MIB&#8217;
-:0 1 module-not-found failed to locate MIB module `UDP-MIB&#8217;
-:0 1 module-not-found failed [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Wireshark on my iMac I was getting the following errors:</p>
<p><em>The following errors were found while loading the MIBS:<br />
-:0 1 module-not-found failed to locate MIB module `IP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `IF-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `TCP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `UDP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMPv2-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `RFC1213-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `IPV6-ICMP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `IPV6-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-COMMUNITY-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-FRAMEWORK-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-MPD-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-NOTIFICATION-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-PROXY-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-TARGET-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-USER-BASED-SM-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-USM-DH-OBJECTS-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-VIEW-BASED-ACM-MIB&#8217;</p>
<p>The Current Path is: /usr/local/share/mibs/ietf:/usr/local/share/mibs/iana:/usr/local/share/mibs/irtf:/usr/local/share/mibs/site:/usr/local/share/mibs/tubs:/usr/local/share/pibs/ietf:/usr/local/share/pibs/site:/usr/local/share/pibs/tubs</em></p>
<p>FIX: Edit-&gt;Preferences-&gt;Name Resolution-&gt;SMI (MIB and PIB) paths: add <code>/usr/share/snmp/mibs</code></p>
<p>To set up BPF permissions the following directory structure should be created:</p>
<p><code>[martin:imac ~]$ ls -lR /Library/StartupItems<br />
total 0<br />
drwxr-xr-x  4 root  wheel  136 May  4 07:44 ChmodBPF</code></p>
<p><code>/Library/StartupItems/ChmodBPF:<br />
total 16<br />
-rwxr-xr-x@ 1 root  wheel  954 Apr  9 02:58 ChmodBPF<br />
-rw-r--r--  1 root  wheel  126 Apr  9 02:58 StartupParameters.plist</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2009/05/03/80/feed/</wfw:commentRss>
		</item>
		<item>
		<title>dkms</title>
		<link>http://jimmers.info/wordpress/2009/02/05/78/</link>
		<comments>http://jimmers.info/wordpress/2009/02/05/78/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:12:37 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=78</guid>
		<description><![CDATA[From /var/log/yum.log:
Feb 05 19:26:31 Installed: dkms-2.0.19.1-1.fc10.noarch
Посмотрим, обещает разрешить проблемы с перекомпиляцией модулей ядра после очередного обновления оного&#8230;
Нашёл через Sun VirtualBox.
]]></description>
			<content:encoded><![CDATA[<p>From <code>/var/log/yum.log</code>:</p>
<p><code>Feb 05 19:26:31 Installed: dkms-2.0.19.1-1.fc10.noarch</code></p>
<p>Посмотрим, обещает разрешить проблемы с перекомпиляцией модулей ядра после очередного обновления оного&#8230;<br />
Нашёл через Sun VirtualBox.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2009/02/05/78/feed/</wfw:commentRss>
		</item>
		<item>
		<title>APC Back UPS ES350 BF350-GR: кабель</title>
		<link>http://jimmers.info/wordpress/2009/02/03/74/</link>
		<comments>http://jimmers.info/wordpress/2009/02/03/74/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:10:23 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[Fedora]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=74</guid>
		<description><![CDATA[Как известно, конторы часто наживаются на пользователях и после приобретения железок. Примером является APC, которя берёт по 900 рублей за кусок кабеля с разъёмом RJ50 с одной стороны и USB с другой.
http://en.wikipedia.org/wiki/10P10C
http://pinouts.ru/DevicesCables/apc_usb_cable.shtml
http://www.apcupsd.org/
Вот какой сочный отчёт выдает apcupsd:
APC      : 001,044,1067
DATE     : Tue Feb 03 22:49:24 MSK 2009
HOSTNAME : rome
RELEASE  : 3.14.5
VERSION  : 3.14.5 (10 January 2009) [...]]]></description>
			<content:encoded><![CDATA[<p>Как известно, конторы часто наживаются на пользователях и после приобретения железок. Примером является APC, которя берёт по 900 рублей за кусок кабеля с разъёмом RJ50 с одной стороны и USB с другой.</p>
<p><a title="10P10P распиновка" href="http://en.wikipedia.org/wiki/10P10C" target="_self">http://en.wikipedia.org/wiki/10P10C</a></p>
<p><a title="Снова распиновка" href="http://pinouts.ru/DevicesCables/apc_usb_cable.shtml" target="_self">http://pinouts.ru/DevicesCables/apc_usb_cable.shtml</a></p>
<p><a title="Демон для мониторинга Back UPS" href="http://www.apcupsd.org/" target="_self">http://www.apcupsd.org/</a></p>
<p>Вот какой сочный отчёт выдает apcupsd:</p>
<p><code>APC      : 001,044,1067<br />
DATE     : Tue Feb 03 22:49:24 MSK 2009<br />
HOSTNAME : rome<br />
RELEASE  : 3.14.5<br />
VERSION  : 3.14.5 (10 January 2009) redhat<br />
UPSNAME  : rome<br />
CABLE    : USB Cable<br />
MODEL    : Back-UPS BF350<br />
UPSMODE  : Stand Alone<br />
STARTTIME: Tue Feb 03 17:01:29 MSK 2009<br />
STATUS   : ONLINE<br />
LINEV    : 228.0 Volts<br />
LOADPCT  :  20.0 Percent Load Capacity<br />
BCHARGE  : 100.0 Percent<br />
TIMELEFT :  35.6 Minutes<br />
MBATTCHG : 5 Percent<br />
MINTIMEL : 3 Minutes<br />
MAXTIME  : 0 Seconds<br />
OUTPUTV  : 230.0 Volts<br />
SENSE    : High<br />
DWAKE    : 000 Seconds<br />
DSHUTD   : 000 Seconds<br />
LOTRANS  : 196.0 Volts<br />
HITRANS  : 256.0 Volts<br />
RETPCT   : 000.0 Percent<br />
ITEMP    : 29.2 C Internal<br />
ALARMDEL : Always<br />
BATTV    : 13.5 Volts<br />
LINEFREQ : 50.0 Hz<br />
LASTXFER : No transfers since turnon<br />
NUMXFERS : 0<br />
TONBATT  : 0 seconds<br />
CUMONBATT: 0 seconds<br />
XOFFBATT : N/A<br />
SELFTEST : NO<br />
STATFLAG : 0x07000008 Status Flag<br />
SERIALNO : AB0537144047<br />
BATTDATE : 2001-09-25<br />
NOMOUTV  : 230 Volts<br />
NOMINV   : 230 Volts<br />
NOMBATTV :  12.0 Volts<br />
NOMPOWER : 225 Watts<br />
FIRMWARE : 813.s3.I  USB FW:s3<br />
APCMODEL : Back-UPS BF350<br />
END APC  : Tue Feb 03 22:49:24 MSK 2009<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2009/02/03/74/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Чиним клавиатурную раскладку в VMware 6.5 после перехода на Fedora 10</title>
		<link>http://jimmers.info/wordpress/2008/12/03/66/</link>
		<comments>http://jimmers.info/wordpress/2008/12/03/66/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:59:17 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[Fedora]]></category>

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

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

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=66</guid>
		<description><![CDATA[В ~/.vmware/config добавить:
xkeymap.keycode.108 = 0x138 # Alt_R
xkeymap.keycode.106 = 0x135 # KP_Divide
xkeymap.keycode.104 = 0x11c # KP_Enter
xkeymap.keycode.111 = 0x148 # Up
xkeymap.keycode.116 = 0x150 # Down
xkeymap.keycode.113 = 0x14b # Left
xkeymap.keycode.114 = 0x14d # Right
xkeymap.keycode.105 = 0x11d # Control_R
xkeymap.keycode.118 = 0x152 # Insert
xkeymap.keycode.119 = 0x153 # Delete
xkeymap.keycode.110 = 0x147 # Home
xkeymap.keycode.115 = 0x14f # End
xkeymap.keycode.112 = 0x149 # Prior
xkeymap.keycode.117 [...]]]></description>
			<content:encoded><![CDATA[<p>В <code>~/.vmware/config</code> добавить:</p>
<p><code>xkeymap.keycode.108 = 0x138 # Alt_R<br />
xkeymap.keycode.106 = 0x135 # KP_Divide<br />
xkeymap.keycode.104 = 0x11c # KP_Enter<br />
xkeymap.keycode.111 = 0x148 # Up<br />
xkeymap.keycode.116 = 0x150 # Down<br />
xkeymap.keycode.113 = 0x14b # Left<br />
xkeymap.keycode.114 = 0x14d # Right<br />
xkeymap.keycode.105 = 0x11d # Control_R<br />
xkeymap.keycode.118 = 0x152 # Insert<br />
xkeymap.keycode.119 = 0x153 # Delete<br />
xkeymap.keycode.110 = 0x147 # Home<br />
xkeymap.keycode.115 = 0x14f # End<br />
xkeymap.keycode.112 = 0x149 # Prior<br />
xkeymap.keycode.117 = 0x151 # Next<br />
xkeymap.keycode.78 = 0x46 # Scroll_Lock<br />
xkeymap.keycode.127 = 0x100 # Pause<br />
xkeymap.keycode.133 = 0x15b # Meta_L<br />
xkeymap.keycode.134 = 0x15c # Meta_R<br />
xkeymap.keycode.135 = 0x15d # Menu</code></p>
<p>Ещё вариант: <a href="http://kb.vmware.com/selfservice/search.do?cmd=displayKC&#038;docType=kc&#038;externalId=1007439&#038;sliceId=1&#038;docTypeID=DT_KB_1_1&#038;dialogID=7756906&#038;stateId=1%200%207754511">Linux Hosts That Use the evdev Driver for Keyboards Do Not Map Keys Correctly in Any Guest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2008/12/03/66/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fedora 10 upgrade</title>
		<link>http://jimmers.info/wordpress/2008/11/26/62/</link>
		<comments>http://jimmers.info/wordpress/2008/11/26/62/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 11:38:35 +0000</pubDate>
		<dc:creator>Мартин</dc:creator>
		
		<category><![CDATA[Fedora]]></category>

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

		<category><![CDATA[Fedora 10]]></category>

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

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

		<guid isPermaLink="false">http://jimmers.info/wordpress/?p=62</guid>
		<description><![CDATA[Обновление прошло гладко.
Как всегда, есть нюансы. freetype слетел, разумеется, попытка переустановить как ранее завершилась неудачей. Дело в том, что теперь rpm распаковывает src пакет в ~/rpmbuild вместо /ust/src.
Переключение между консольным логином и X сессией почему-то стало через Ctrl+Alt+F1 (всю жизнь было Ctrl+Alt+F8).
]]></description>
			<content:encoded><![CDATA[<p>Обновление прошло гладко.</p>
<p>Как всегда, есть нюансы. freetype слетел, разумеется, попытка переустановить как ранее завершилась неудачей. Дело в том, что теперь rpm распаковывает src пакет в <code>~/rpmbuild</code> вместо <code>/ust/src</code>.</p>
<p>Переключение между консольным логином и <code>X</code> сессией почему-то стало через <code>Ctrl+Alt+F1</code> (всю жизнь было <code>Ctrl+Alt+F8</code>).</p>
]]></content:encoded>
			<wfw:commentRss>http://jimmers.info/wordpress/2008/11/26/62/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
