<?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>Quite a Bright Light &#187; Linux</title>
	<atom:link href="http://www.quitebrightlight.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quitebrightlight.com</link>
	<description></description>
	<lastBuildDate>Mon, 10 May 2010 19:40:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Vpnc under Ubuntu: Connection established, but not being used</title>
		<link>http://www.quitebrightlight.com/2009/12/vpnc-under-ubuntu-connection-established-but-not-being-used/</link>
		<comments>http://www.quitebrightlight.com/2009/12/vpnc-under-ubuntu-connection-established-but-not-being-used/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 13:38:28 +0000</pubDate>
		<dc:creator>jefke</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vpnc]]></category>

		<guid isPermaLink="false">http://www.quitebrightlight.com/?p=52</guid>
		<description><![CDATA[Working from home, the need for a proper vpn connection with my university got quite important to me. I had installed and configured vpnc earlier, but I couldn&#8217;t get any further then establishing a connection. Once the connection was made, I still couldn&#8217;t get on university-only sites or make use of certain services. So I [...]]]></description>
			<content:encoded><![CDATA[<p>Working from home, the need for a proper vpn connection with my university got quite important to me. I had installed and configured vpnc earlier, but I couldn&#8217;t get any further then establishing a connection. Once the connection was made, I still couldn&#8217;t get on university-only sites or make use of certain services. So I thought I&#8217;d try to find out what was wrong. Turns out that there&#8217;s a <a href="https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/268567" onclick="pageTracker._trackPageview('/outgoing/bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/268567?referer=');">standard setting that makes the VPN not being used for all network traffic</a>. You can turn it of by going to the VPN settings (&#8220;configure VPN&#8221; and select the VPN connection, click &#8220;edit&#8221;), go the &#8220;IPv4 settings&#8221; tab, click on &#8220;Routes&#8230;&#8221; and uncheck &#8220;Use this connection only for resources on its network&#8221;. That trick did it for me. </p>
<p>Don&#8217;t really know whether it&#8217;s vpnc or network-manager-vpnc that is to be blamed for the standard settings.<br />
My versions: Ununtu 9.10, vpnc 0.5.3-1 and network- manager-vpnc 0.8~a~git.20091008(&#8230;)-0ubuntu1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quitebrightlight.com/2009/12/vpnc-under-ubuntu-connection-established-but-not-being-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sage on Ubuntu: the error message is: (&#8216;EOF in multi-line statement&#8217;, (805, 0))</title>
		<link>http://www.quitebrightlight.com/2009/12/sage-on-ubuntu-he-error-message-is-eof-in-multi-line-statement-805-0/</link>
		<comments>http://www.quitebrightlight.com/2009/12/sage-on-ubuntu-he-error-message-is-eof-in-multi-line-statement-805-0/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 13:09:06 +0000</pubDate>
		<dc:creator>jefke</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sage]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.quitebrightlight.com/?p=43</guid>
		<description><![CDATA[Installed sage under Ubuntu yesterday. Just for trying out. (Well, actually I tried it out a little bit already on their fantastic webservice)
The first thing I tried, however, gave me an error message!

ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (805, [...]]]></description>
			<content:encoded><![CDATA[<p>Installed sage under Ubuntu yesterday. Just for trying out. (Well, actually I tried it out a little bit already on <a href="http://www.sagenb.org/" onclick="pageTracker._trackPageview('/outgoing/www.sagenb.org/?referer=');">their fantastic webservice</a>)<br />
The first thing I tried, however, gave me an error message!</p>
<p><code><br />
ERROR: An unexpected error occurred while tokenizing input<br />
The following traceback may be corrupted or invalid<br />
The error message is: ('EOF in multi-line statement', (805, 0))<br />
</code><br />
<code><br />
ERROR: An unexpected error occurred while tokenizing input<br />
The following traceback may be corrupted or invalid<br />
The error message is: ('EOF in multi-line statement', (785, 0))<br />
</code> </p>
<p>And then more blabla. Not very nice, I would say. Apparently, it is a <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514648" onclick="pageTracker._trackPageview('/outgoing/bugs.debian.org/cgi-bin/bugreport.cgi?bug=514648&amp;referer=');">conflict between certain versions of Sage and Maxima</a>. </p>
<p>My solution: building Sage myself from <a href="http://www.sagemath.org/download-source.html" onclick="pageTracker._trackPageview('/outgoing/www.sagemath.org/download-source.html?referer=');">source</a>. <a href="http://www.sagemath.org/mirror/src/README.txt" onclick="pageTracker._trackPageview('/outgoing/www.sagemath.org/mirror/src/README.txt?referer=');">Not hard to do</a>, and you get the latest version fully installed. Disadvantage: it takes a couple of hours of compiling!<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.quitebrightlight.com/2009/12/sage-on-ubuntu-he-error-message-is-eof-in-multi-line-statement-805-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arch Linux: bash: /etc/init.d/vboxdrv: No such file or directory</title>
		<link>http://www.quitebrightlight.com/2009/09/arch-linux-bash-etcinit-dvboxdrv-no-such-file-or-directory/</link>
		<comments>http://www.quitebrightlight.com/2009/09/arch-linux-bash-etcinit-dvboxdrv-no-such-file-or-directory/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:02:54 +0000</pubDate>
		<dc:creator>jefke</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virtualbox]]></category>

		<guid isPermaLink="false">http://www.quitebrightlight.com/?p=34</guid>
		<description><![CDATA[


After a kernel upgrade, Virtualbox instructs you to run &#8220;/etc/init.d/vboxdrv setup&#8221; as root. When you try this on Arch, you get an error message, however: 
bash: /etc/init.d/vboxdrv: No such file or directory
Turns out that on Arch, there&#8217;s a different path to follow. As root, do: 

/usr/bin/vbox_build_module

Followed by:

modprobe -r vboxdrv

And you should be set! Still, if [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-0445421940264769";
google_ad_slot = "7713378196";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
After a kernel upgrade, Virtualbox instructs you to run &#8220;/etc/init.d/vboxdrv setup&#8221; as root. When you try this on Arch, you get an error message, however: </p>
<div class="konsole">bash: /etc/init.d/vboxdrv: No such file or directory</div>
<p>Turns out that on Arch, there&#8217;s a different path to follow. As root, do: </p>
<div class="konsole">
/usr/bin/vbox_build_module
</div>
<p>Followed by:</p>
<div class="konsole">
modprobe -r vboxdrv
</div>
<p>And you should be set! Still, if you&#8217;re not, please don&#8217;t hold me responsible. Everything you do as root is your own responsibility!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quitebrightlight.com/2009/09/arch-linux-bash-etcinit-dvboxdrv-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Opensuse: kmymoney: symbol lookup error: kmymoney: undefined symbol</title>
		<link>http://www.quitebrightlight.com/2009/08/opensuse-kmymoney-symbol-lookup-error-kmymoney-undefined-symbol/</link>
		<comments>http://www.quitebrightlight.com/2009/08/opensuse-kmymoney-symbol-lookup-error-kmymoney-undefined-symbol/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 13:29:06 +0000</pubDate>
		<dc:creator>jefke</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://www.quitebrightlight.com/?p=27</guid>
		<description><![CDATA[Had an error message when opening KMyMoney in opensuse:

kmymoney: symbol lookup error: kmymoney: undefined symbol: _ZN14KMyMoneyPlugin14ImporterPlugin16staticMetaObjectEv 
Solution: updating KMyMoney! 
Something I miss in comparison with Arch, or even Ubuntu: the constant (rolling) updating of your total system. I know selecting all possible updates is possible somehow in Yast, but still&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Had an error message when opening KMyMoney in opensuse:</p>
<div class="insertcode">
kmymoney: symbol lookup error: kmymoney: undefined symbol: _ZN14KMyMoneyPlugin14ImporterPlugin16staticMetaObjectEv </div>
<p>Solution: updating KMyMoney! </p>
<p>Something I miss in comparison with Arch, or even Ubuntu: the constant (rolling) updating of your total system. I know selecting all possible updates is possible somehow in Yast, but still&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quitebrightlight.com/2009/08/opensuse-kmymoney-symbol-lookup-error-kmymoney-undefined-symbol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox: WinXP guest from Ubuntu crashing and rebooting in openSUSE</title>
		<link>http://www.quitebrightlight.com/2009/05/virtualbox-winxp-guest-from-ubuntu-crashing-and-rebooting-in-opensuse/</link>
		<comments>http://www.quitebrightlight.com/2009/05/virtualbox-winxp-guest-from-ubuntu-crashing-and-rebooting-in-opensuse/#comments</comments>
		<pubDate>Tue, 19 May 2009 10:16:53 +0000</pubDate>
		<dc:creator>jefke</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://www.quitebrightlight.com/?p=24</guid>
		<description><![CDATA[At work, I sometimes need Windows for legacy programs, or for not messing up the layout of protected Word documents. For all these little things, VirtualBox (non OSE for me) works like a charm. Since my switch from Ubuntu to openSUSE, however, I was unable to use the virtual windows disk (vdi file) I created [...]]]></description>
			<content:encoded><![CDATA[<p>At work, I sometimes need Windows for legacy programs, or for not messing up the layout of protected Word documents. For all these little things, <a href="http://www.virtualbox.org/wiki/Linux_Downloads" onclick="pageTracker._trackPageview('/outgoing/www.virtualbox.org/wiki/Linux_Downloads?referer=');">VirtualBox</a> (non OSE for me) works like a charm. Since my switch from Ubuntu to openSUSE, however, I was unable to use the virtual windows disk (vdi file) I created under Ubuntu: right after booting up Windows, I would get a glimpse of a BSOD (blue screen), and Windows would reboot (not even leaving me time to study the BSOD). Booting into safe mode wouldn&#8217;t help.<br />
Not wanting to create yet another virtual disk, I set out on an epic quest: a veritable search-and-destroy-the-cause mission. What finally fixed the whole thing, was setting the <strong>IDE Controller Type</strong> (Settings &#8211; General &#8211; Advanced) to <strong>PIX3 instead of PIX4</strong>. Apparently, the default setings are different between different distro&#8217;s. </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0445421940264769";
google_ad_slot = "7713378196";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quitebrightlight.com/2009/05/virtualbox-winxp-guest-from-ubuntu-crashing-and-rebooting-in-opensuse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pentax K20D firmware update under Linux</title>
		<link>http://www.quitebrightlight.com/2009/04/pentax-k20d-firmware-update-under-linux/</link>
		<comments>http://www.quitebrightlight.com/2009/04/pentax-k20d-firmware-update-under-linux/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 21:55:25 +0000</pubDate>
		<dc:creator>jefke</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[Pentax K20D]]></category>

		<guid isPermaLink="false">http://www.quitebrightlight.com/?p=21</guid>
		<description><![CDATA[Pentax has recently issued a new firmware update (1.03) for their current top DSLR, the K20D. Linux users might be suprised to see that only Windows and Mac users are supposed to download the firmware, as there&#8217;s only a download link for those two. A closer look to the accompanying text, however, shows that the [...]]]></description>
			<content:encoded><![CDATA[<p>Pentax has recently issued a <a href="ttp://www.pentax.jp/english/support/digital/k20d_s.html">new firmware update</a> (1.03) for their current top DSLR, the K20D. Linux users might be suprised to see that only Windows and Mac users are supposed to download the firmware, as there&#8217;s only a download link for those two. A closer look to the accompanying text, however, shows that the Mac download is actually an ordinary zip file. I have yet to see a Linux distro that doesn&#8217;t support extraction of zip-files, and this particular zip-file extracts to the bin-file you need to update the camera. Even under Linux (or BSD or&#8230;)</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0445421940264769";
google_ad_slot = "7713378196";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quitebrightlight.com/2009/04/pentax-k20d-firmware-update-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensuse 11.1: Connection was not provided by any settings service</title>
		<link>http://www.quitebrightlight.com/2009/01/opensuse-111-connection-was-not-provided-by-any-settings-service/</link>
		<comments>http://www.quitebrightlight.com/2009/01/opensuse-111-connection-was-not-provided-by-any-settings-service/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 21:09:28 +0000</pubDate>
		<dc:creator>jefke</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://www.quitebrightlight.com/?p=16</guid>
		<description><![CDATA[Recently, I put openSUSE on my laptop, with the kde4 windows manager, and it was (kind of) love at first sight. A couple of days ago, however, I played around with some vpn related packages to login to my work&#8217;s vpn. Using Yast, I installed a couple of packages and Yast automatically installed some dependencies [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I put openSUSE on my laptop, with the kde4 windows manager, and it was (kind of) love at first sight. A couple of days ago, however, I played around with some vpn related packages to login to my work&#8217;s vpn. Using Yast, I installed a couple of packages and Yast automatically installed some dependencies with them (of course). Little did I know, that I was breaking my wifi&#8230;</p>
<p>After I was done, I noticed that while knetworkmanager still showed the available wireless networks, I couldn&#8217;t connect to any of them. Clicking on a connection that had been set up before, didn&#8217;t seem to do anything. Never underestimate the power of Linux, however. (OK, it shouldn&#8217;t have broken in the first place, but well&#8230;) What did I find in /var/log/NetworkManager? This:</p>
<div class="konsole">NetworkManager:  &lt;WARN&gt; wait_for_connection_expired(): Connection (2) /org/freedesktop/NetworkManagerSettings/Connection/0 failed to activate (timeout): (0) Connection was not provided by any settings service &#8220;</div>
<p>Not being a Linux-guru myself, this didn&#8217;t mean a whole lot to me, but it provided me with the necessary seeds to sow in the google-field, and true enough, after a couple of minutes, google bore a nice ripe peace of fruit: <a title="the answer" onclick="pageTracker._trackPageview('/outgoing/www.mail-archive.com/networkmanager-list_gnome.org/msg10610.html?referer=');pageTracker._trackPageview('/outgoing/www.mail-archive.com/networkmanager-list_gnome.org/msg10610.html?referer=http://www.quitebrightlight.com/wp-admin/post.php?action=edit&amp;post=16');pageTracker._trackPageview('/outgoing/www.mail-archive.com/networkmanager-list_gnome.org/msg10610.html?referer=http://www.quitebrightlight.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.mail-archive.com/networkmanager-list_gnome.org/msg10610.html?referer=http://www.quitebrightlight.com/wp-admin/post-new.php');" href="http://www.mail-archive.com/networkmanager-list@gnome.org/msg10610.html" target="_blank">the answer</a>. A short synopsis for the not so adventurous: I had to remove the (inadvertently installed) package &#8220;NetworkManager-kde4&#8243;, which worked perfectly.</p>
<p>Now openSUSE and I are on friendly terms again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quitebrightlight.com/2009/01/opensuse-111-connection-was-not-provided-by-any-settings-service/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
