<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Khanun Fodder</title>
	<atom:link href="http://www.torgersens.net/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.torgersens.net/wordpress</link>
	<description>Tips and tricks for IT pros and not so pros....</description>
	<lastBuildDate>Sat, 05 May 2012 14:27:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>vesamenu.c32: Not a COM32R image</title>
		<link>http://www.torgersens.net/wordpress/?p=248</link>
		<comments>http://www.torgersens.net/wordpress/?p=248#comments</comments>
		<pubDate>Sat, 10 Mar 2012 16:57:55 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=248</guid>
		<description><![CDATA[A rather annoying error when attempting to install Linux on a computer for a neighbour: vesamenu.c32: Not a COM32R image boot: The solution was ridiculously simple: Hit the Tab key and enter the command live. Problem solved.]]></description>
			<content:encoded><![CDATA[<p>A rather annoying error when attempting to install Linux on a computer for a neighbour:</p>
<p style="padding-left: 30px;"><code>vesamenu.c32: Not a COM32R image<br />
boot:</code></p>
<p>The solution was ridiculously simple: Hit the <code>Tab</code> key and enter the command <code>live</code>. Problem solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=248</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huawei U8800 boot menu</title>
		<link>http://www.torgersens.net/wordpress/?p=243</link>
		<comments>http://www.torgersens.net/wordpress/?p=243#comments</comments>
		<pubDate>Sun, 04 Mar 2012 12:59:02 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Huawei U8800]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=243</guid>
		<description><![CDATA[To get the boot menu where you can among other things factory reset the Huawei U8800, do the following. If your phone still has the &#8220;old&#8221; 2.1 or 2.2 versions of Android, just power off and then restart. If, on the other hand, you have 2.3 (Gingerbread), you may have to power off the phone, [...]]]></description>
			<content:encoded><![CDATA[<p>To get the boot menu where you can among other things factory reset the Huawei U8800, do the following. If your phone still has the &#8220;old&#8221; 2.1 or 2.2 versions of Android, just power off and then restart. If, on the other hand, you have 2.3 (Gingerbread), you may have to power off the phone, slide off the back cover, take out the battery, wait a few seconds, reassemble and then do the following:</p>
<p>Press and hold the <code>Volume up+Power</code> keys and keep holding them until your phone vibrates. After a few seconds, you should get an exclamation point inside a triangle and a 3D android, followed by the boot menu. Now you can reset to factory default. You do this with the menu item <code>wipe data/factory reset</code>. <strong>Do under no circumstances select wipe cache partition, as this will brick your phone unless you know excactly what you are doing!</strong></p>
<p>Interestingly, all menu items are all lower case, for some reason, with no initial capital letters. To select an option, arrow down with the volume buttons and select using the power button. <strong>Do check you have te correct option before doing this!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=243</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing a service/upgrading MySQL</title>
		<link>http://www.torgersens.net/wordpress/?p=239</link>
		<comments>http://www.torgersens.net/wordpress/?p=239#comments</comments>
		<pubDate>Sat, 14 Jan 2012 18:06:01 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=239</guid>
		<description><![CDATA[I found out I should upgrade my MySQL from 5.1 to 5.5. No big deal, I thought&#8230; But of course the installer did an excellent job of being difficult. First, the installer did not at all mention it found an already existing version of the software, attempting a parallell config, something I of course did [...]]]></description>
			<content:encoded><![CDATA[<p>I found out I should upgrade my MySQL from 5.1 to 5.5. No big deal, I thought&#8230; But of course the installer did an excellent job of being difficult. First, the installer did not at all mention it found an already existing version of the software, attempting a parallell config, something I of course did not detect until it complained about the service port 3306 already being used. Ignore and continue.</p>
<p>Next, it wanted to install a service so MySQL would run on system startup. Great &#8211; do that. No? MySQL already exists as a system service. OK &#8211; cancel install and remove version 5.1, then rerun the config&#8230; No. The config proogram was not visible in the menu and I didn&#8217;t bother looking for it, so I reran the install.</p>
<p>This time I got a maintenance install asking if I wanted to repair or remove, so I removed. Now I essentially had a system with no MySQL at all. So what happened? Complaints about the MySQL service running, of course. So, I had to delete the service. Manually. Great.</p>
<p>I opened the command prompt &#8220;Run as administrator&#8221;, mind you, and ran the following:</p>
<p style="padding-left: 30px;"><code>C:\Program Files\Console&gt;sc delete MySQL<br />
[SC] DeleteService SUCCESS</code></p>
<p>And then I continued the setup. Woohoo&#8230;! MySQL service still running. How great that the installer does not check to see if there are any changes. So I quit the setup and uninstalled/reinstalled once more. This time it worked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=239</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MP3 revisited &#8211; Fedora 15</title>
		<link>http://www.torgersens.net/wordpress/?p=233</link>
		<comments>http://www.torgersens.net/wordpress/?p=233#comments</comments>
		<pubDate>Sun, 06 Nov 2011 21:28:10 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=233</guid>
		<description><![CDATA[New Fedora and &#8211; you guessed it &#8211; new &#8220;denials of service&#8221; regarding MP3 music and other goodies. Turned out that it was &#8220;easy&#8221; getting what I wanted. Do these two: [root@saruman ~]# rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm [root@saruman ~]# rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm followed by: [root@saruman ~]# yum -y install gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-nonfree gstreamer-ffmpeg And &#8211; now [...]]]></description>
			<content:encoded><![CDATA[<p>New Fedora and &#8211; you guessed it &#8211; new &#8220;denials of service&#8221; regarding MP3 music and other goodies. Turned out that it was &#8220;easy&#8221; getting what I wanted. Do these two:</p>
<p style="padding-left: 30px;"><code>[root@saruman ~]# rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm<br />
[root@saruman ~]# rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm</code></p>
<p>followed by:</p>
<p style="padding-left: 30px;"><code>[root@saruman ~]# yum -y install gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-nonfree gstreamer-ffmpeg</code></p>
<p>And &#8211; now it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=233</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No connection to network</title>
		<link>http://www.torgersens.net/wordpress/?p=226</link>
		<comments>http://www.torgersens.net/wordpress/?p=226#comments</comments>
		<pubDate>Sun, 06 Nov 2011 20:56:24 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=226</guid>
		<description><![CDATA[Annoying. My freshly installed Fedora 15 connected just fine to the Internet, but refused to even show my local network. Nothing. Actually, all I got was &#8220;Failed to retrieve share list from server.&#8221; Nice. First thing I tried was adding one of the missing items to /etc/hosts/ &#8211; nothing useful came out of that. So [...]]]></description>
			<content:encoded><![CDATA[<p>Annoying. My freshly installed Fedora 15 connected just fine to the Internet, but refused to even show my local network. Nothing. Actually, all I got was &#8220;Failed to retrieve share list from server.&#8221; Nice.</p>
<p>First thing I tried was adding one of the missing items to <code>/etc/hosts/</code> &#8211; nothing useful came out of that. So I moved on. Next item was checking the Samba installation. One article I found said <strong>not</strong> trusting &#8220;what should be installed to actually being installed&#8221;, so I ran the following command as root:</p>
<p style="padding-left: 30px;"><code>[root@saruman ~]# yum install samba</code></p>
<p>And, of course, still nothing. Boot, then? Since I installed a new package? Nope. OK, what&#8217;s the status of two essential services, then?<code></code></p>
<p style="padding-left: 30px;"><code>[root@saruman ~]# service smb status<br />
smb.service - SYSV: Starts and stops the Samba smbd daemon used to provide SMB network services.<br />
Loaded: loaded (/etc/rc.d/init.d/smb)<br />
Active: inactive (dead)<br />
CGroup: name=systemd:/system/smb.service<br />
[root@saruman ~]# service nmb status<br />
nmb.service - SYSV: Starts and stops the Samba smbd and nmbd daemons used to provide SMB network services.<br />
Loaded: loaded (/etc/rc.d/init.d/nmb)<br />
Active: inactive (dead)<br />
CGroup: name=systemd:/system/nmb.service</code></p>
<p>Oops&#8230;? Let&#8217;s restart them and try again.</p>
<p style="padding-left: 30px;"><code>[root@saruman ~]# service smb restart<br />
Restarting smb (via systemctl): [ OK ]<br />
[root@saruman ~]# service smb status<br />
smb.service - SYSV: Starts and stops the Samba smbd daemon used to provide SMB network services.<br />
Loaded: loaded (/etc/rc.d/init.d/smb)<br />
Active: active (running) since Sun, 06 Nov 2011 15:29:37 +0100; 5s ago<br />
Process: 1811 ExecStart=/etc/rc.d/init.d/smb start (code=exited, status=0/SUCCESS)<br />
Main PID: 1821 (smbd)<br />
CGroup: name=systemd:/system/smb.service<br />
? 1821 smbd -D<br />
? 1823 smbd -D<br />
[root@saruman ~]# service nmb restart<br />
Restarting nmb (via systemctl): [ OK ]<br />
[root@saruman ~]# service nmb status<br />
nmb.service - SYSV: Starts and stops the Samba smbd and nmbd daemons used to provide SMB network services.<br />
Loaded: loaded (/etc/rc.d/init.d/nmb)<br />
Active: active (running) since Sun, 06 Nov 2011 15:29:59 +0100; 3s ago<br />
Process: 1870 ExecStart=/etc/rc.d/init.d/nmb start (code=exited, status=0/SUCCESS)<br />
Main PID: 1879 (nmbd)<br />
CGroup: name=systemd:/system/nmb.service<br />
? 1879 nmbd -D<br />
[root@saruman ~]# service smb status<br />
smb.service - SYSV: Starts and stops the Samba smbd daemon used to provide SMB network services.<br />
Loaded: loaded (/etc/rc.d/init.d/smb)<br />
Active: active (running) since Sun, 06 Nov 2011 15:29:37 +0100; 35s ago<br />
Process: 1811 ExecStart=/etc/rc.d/init.d/smb start (code=exited, status=0/SUCCESS)<br />
Main PID: 1821 (smbd)<br />
CGroup: name=systemd:/system/smb.service<br />
? 1821 smbd -D<br />
? 1823 smbd -D</code></p>
<p>You guessed it. No success so far. BUT&#8230; I did not get an error message. Hmm&#8230; Wonderful. A complex problem. Same basic result, but different causes. Next one out &#8211; the firewall. It turns out that the firewall is set to maximum security, meaning it does not allow certain types of traffic. The following command starts your firewall GUI:</p>
<p style="padding-left: 30px;"><code>[root@saruman ~]# system-config-firewall</code></p>
<p><a href="http://www.torgersens.net/wordpress/wp-content/uploads/2011/11/Screenshot-Firewall-Configuration.png"><img class="alignnone size-full wp-image-227" title="Screenshot-Firewall Configuration" src="http://www.torgersens.net/wordpress/wp-content/uploads/2011/11/Screenshot-Firewall-Configuration.png" alt="" width="752" height="530" /></a><br />
Now, two rather essential services are <strong>not</strong> ticked off: Samba and Samba Client. I enabled them (as in the printscreen above), pressed the <code>Apply</code> button top left and tried again.</p>
<p>Touchdown!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=226</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GUI Font reset</title>
		<link>http://www.torgersens.net/wordpress/?p=224</link>
		<comments>http://www.torgersens.net/wordpress/?p=224#comments</comments>
		<pubDate>Fri, 14 Oct 2011 21:49:04 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=224</guid>
		<description><![CDATA[One of my neighbors rang the doorbell last night, gave me his laptop and asked if I could have a look at it. It wasn&#8217;t very hard to discover what he wanted. All menus and all writing on the screen were total and utter gibberish. At first, I believed he&#8217;d turned on Burmese, but after [...]]]></description>
			<content:encoded><![CDATA[<p>One of my neighbors rang the doorbell last night, gave me his laptop and asked if I could have a look at it. It wasn&#8217;t <strong>very</strong> hard to discover what he wanted. All menus and all writing on the screen were total and utter gibberish. At first, I believed he&#8217;d turned on Burmese, but after a closer look I guessed it had to be a symbol font.</p>
<p>By glancing at the top left symbol, I figured it had to be Ubuntu Linux (with Gnome) of some recent version, meaning I would be able to get into things by figuring out what to press by looking at the icons in the menus, so I opened a command shell and started typing <strong>exactly</strong> the following:</p>
<ul>
<code>gconftool-2 --unset /desktop/gnome/interface/font_name<br />
gconftool-2 --unset /desktop/gnome/interface/document_font_name<br />
gconftool-2 --unset /desktop/gnome/interface/monospace_font_name<br />
gconftool-2 --unset /apps/metacity/general/titlebar_font<br />
gconftool-2 --unset /apps/nautilus/preferences/desktop_font<br />
</code>
</ul>
<p>The gibberish after the <code>--unset</code> switch is <strong>not</strong> a file path you can expand automatically, so just type the first one, hit <code>Enter</code>, and then modify the line as needed for the rest. If using <code>bash</code> or similar shells, arrow up to retrieve the previous command line should work, saving you a lot of typing.</p>
<p>Well, already after the first entry, I was able to read the menus on the desktop again and after #3, even the command line looked way better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=224</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh, NO! I forgot my Windows admin password locally on the PC!</title>
		<link>http://www.torgersens.net/wordpress/?p=219</link>
		<comments>http://www.torgersens.net/wordpress/?p=219#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:31:05 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=219</guid>
		<description><![CDATA[Instead of crying and thrashing your desktop (and eventually reformatting your PC when you sort of calming down), download this utility: http://pogostick.net/~pnh/ntpasswd/ Burn the image to a disk, boot from the CD and follow the instructions.]]></description>
			<content:encoded><![CDATA[<p>Instead of crying and thrashing your desktop (and eventually reformatting your PC when you sort of calming down), download this utility:</p>
<p style="padding-left: 30px;"><code>http://pogostick.net/~pnh/ntpasswd/</code></p>
<p>Burn the image to a disk, boot from the CD and follow the instructions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=219</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling MP3 and other no-nos on Fedora 12</title>
		<link>http://www.torgersens.net/wordpress/?p=111</link>
		<comments>http://www.torgersens.net/wordpress/?p=111#comments</comments>
		<pubDate>Fri, 22 Jul 2011 09:59:46 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=111</guid>
		<description><![CDATA[First, go here: http://rpmfusion.org/Configuration Then, RPM Fusion free for Fedora 10, 11 and 12 Then, yum -y install gstreamer-plugins-good gstreamer-plugins-flumpegdemux gstreamer-tools gstreamer-python gstreamer-ffmpeg gstreamer PackageKit-gstreamer-plugin gstreamer-plugins-ugly gstreamer-plugins-base gstreamer-plugins-bad totem-gstreamer gstreamer-plugins-bad-extras]]></description>
			<content:encoded><![CDATA[<p>First, go here: http://rpmfusion.org/Configuration</p>
<p>Then, RPM Fusion free for Fedora 10, 11 and 12</p>
<p>Then, yum -y install gstreamer-plugins-good gstreamer-plugins-flumpegdemux gstreamer-tools gstreamer-python gstreamer-ffmpeg gstreamer PackageKit-gstreamer-plugin gstreamer-plugins-ugly gstreamer-plugins-base gstreamer-plugins-bad totem-gstreamer gstreamer-plugins-bad-extras</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=111</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple &#8220;reset&#8221; of Notes</title>
		<link>http://www.torgersens.net/wordpress/?p=214</link>
		<comments>http://www.torgersens.net/wordpress/?p=214#comments</comments>
		<pubDate>Fri, 22 Jul 2011 09:18:45 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=214</guid>
		<description><![CDATA[If your Notes is in trouble, you can try and fix it by deleting three files. Close notes if it is running. Locate C:\Program Files\Lotus\Notes\Data\ and remove desktop6.ndk (or desktop8.ndk) bookmark.nsf cache.ndk Alternatively, rename or move the files out of the way. Restart Notes and see if it works. if it didn&#8217;t, see this article.]]></description>
			<content:encoded><![CDATA[<p>If your Notes is in trouble, you can try and fix it by deleting three files. Close notes if it is running. Locate <code>C:\Program Files\Lotus\Notes\Data\</code> and remove</p>
<ul>
<li><code>desktop6.ndk</code> (or <code>desktop8.ndk</code>)</li>
<li><code>bookmark.nsf</code></li>
<li><code>cache.ndk</code></li>
</ul>
<p>Alternatively, <strong>rename</strong> or <strong>move</strong> the files out of the way. Restart Notes and see if it works. if it didn&#8217;t, see <a title="“Reset” Notes so you can reconfigure it" href="http://www.torgersens.net/wordpress/?p=210">this</a> article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=214</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Reset&#8221; Notes so you can reconfigure it</title>
		<link>http://www.torgersens.net/wordpress/?p=210</link>
		<comments>http://www.torgersens.net/wordpress/?p=210#comments</comments>
		<pubDate>Fri, 22 Jul 2011 09:02:25 +0000</pubDate>
		<dc:creator>Knut Torgersen</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.torgersens.net/wordpress/?p=210</guid>
		<description><![CDATA[If Lotus notes goes dead for some reason and it refuses to start og gives off strange error messages, you can reset it and reconfigure the user from scratch as if Notes was recently installed. Do this: Delete these files from C:\Program Files\Lotus\Notes\Data\ bookmark.nsf cache.NDK names.nfs desktop6.ndk (or desktop8.ndk) Find notes.ini in (normally) C:\Program Files\Lotus\Notes\ [...]]]></description>
			<content:encoded><![CDATA[<p>If Lotus notes goes dead for some reason and it refuses to start og gives off strange error messages, you can reset it and reconfigure the user from scratch as if Notes was recently installed. Do this:</p>
<p><strong>Delete</strong> these files from <code>C:\Program Files\Lotus\Notes\Data\</code></p>
<ul>
<li><code>bookmark.nsf</code></li>
<li><code>cache.NDK</code></li>
<li><code>names.nfs</code></li>
<li><code>desktop6.ndk</code> (or <code>desktop8.ndk</code>)</li>
</ul>
<p>Find <code>notes.ini</code> in (normally) <code>C:\Program Files\Lotus\Notes\</code> Find the section <code>timezone</code> and delete this line and the rest of that file. Restart Notes and it should ask you to setup the user again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torgersens.net/wordpress/?feed=rss2&#038;p=210</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

