<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for berend</title>
    <link>http://www.advogato.org/person/berend/</link>
    <description>Advogato blog for berend</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Sat, 18 May 2013 12:00:33 GMT</pubDate>
    <item>
      <pubDate>Tue, 14 May 2013 23:43:52 GMT</pubDate>
      <title>14 May 2013</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=389</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=389</guid>
      <description>Typing &lt;tt&gt;gem&lt;/tt&gt; on windows:&lt;br/&gt;
&lt;br/&gt;
&lt;code&gt;PS D:\Users\berend.deboer&gt; gem&lt;br/&gt;
The term 'gem' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spellin&lt;br/&gt;
g of the name, or if a path was included, verify that the path is correct and try again.&lt;br/&gt;
At line:1 char:4&lt;br/&gt;
+ gem &lt;&lt;&lt;&lt;&lt;br/&gt;
    + CategoryInfo          : ObjectNotFound: (gem:String) [], CommandNotFoundException&lt;br/&gt;
    + FullyQualifiedErrorId : CommandNotFoundException&lt;/code&gt;&lt;br/&gt;
&lt;br/&gt;
Same on Ubuntu:&lt;br/&gt;
&lt;br/&gt;
&lt;code&gt;# gem&lt;br/&gt;
The program 'gem' can be found in the following packages:&lt;br/&gt;
 * rubygems1.8&lt;br/&gt;
 * rubygems1.9.1&lt;br/&gt;
Try: apt-get install &amp;lt;selected package&gt;&lt;/code&gt;&lt;br/&gt;
&lt;br/&gt;
Really, Windows just feels like an abandoned house, does anyone do any kind of development on this OS? Maybe all using Visual Studio, never leaving it?</description>
    </item>
    <item>
      <pubDate>Tue, 15 Jan 2013 02:36:21 GMT</pubDate>
      <title>15 Jan 2013</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=388</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=388</guid>
      <description>Lot of pain to get Skype working properly after I switched from an increasingly complex ipfw firewall to a pf based one. Skype consistently gave me "UDP status: local: BAD". I believe that happens when Skype tries to use peers for udp traffic, instead of talking to the caller directly.&lt;br/&gt;
&lt;br/&gt;
The solution was to use static ports for nat. My default rule in &lt;tt&gt;pf.conf&lt;/tt&gt; was this:&lt;br/&gt;
&lt;br/&gt;
&lt;code&gt;nat on egress from any to any -&gt; (egress) round-robin sticky-address&lt;/code&gt;&lt;br/&gt;
&lt;br/&gt;
It is now:&lt;br/&gt;
&lt;br/&gt;
&lt;code&gt;nat on egress from 192.168.1.10 port 12345 to any -&gt; (egress) static-port&lt;br/&gt;
nat on egress from any to any -&gt; (egress) round-robin sticky-address&lt;/code&gt;&lt;br/&gt;
&lt;br/&gt;
Skype now has UDP status local good, finally sigh.</description>
    </item>
    <item>
      <pubDate>Thu, 20 Sep 2012 22:27:44 GMT</pubDate>
      <title>20 Sep 2012</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=387</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=387</guid>
      <description>One of Logitech's best wireless products was their Logitech ClearChat. From an audio quality perspective that it. It's manufacturing quality was disastrous, and the internet is filled with people complaining about issues with their microphone (turning silent, not turning on, turning off when you move year head).&lt;br/&gt;
&lt;br/&gt;
Just very annoying to use when the microphone breaks down.&lt;br/&gt;
&lt;br/&gt;
Got a different product today the Logitech H600 (there don't seem to be many manufacturers of wireless headsets). Didn't work straight out the box with Ubuntu. I.e. it turned up immediately, but there was no sound. This appeared to be a communication problem with the wireless receiver and the headset.&lt;br/&gt;
&lt;br/&gt;
&lt;a href="http://ubuntuforums.org/archive/index.php/t-1912450.html" &gt;bhankins&lt;/a&gt; found a solution that works for me too. &lt;a href="ttp://logitech-en-amr.custhelp.com/app/answers/detail/a_id/26661/section/troubleshoot/crid/438/lt_product_id/8391/tabs/1,3,2,4,5/cl/us,en" &gt;Download the pairing utility&lt;/a&gt; and that fixes the problems. Unfortunately the pairing utility only works on Windows (or perhaps wine, didn't try that).&lt;br/&gt;
&lt;br/&gt;
Hopefully my microphone problems are now solved. But sound quality is definitely much lower than the ClearChat, but won't matter for Skype/phone calls I'm guessing.</description>
    </item>
    <item>
      <pubDate>Thu, 28 Jun 2012 23:59:31 GMT</pubDate>
      <title>28 Jun 2012</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=386</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=386</guid>
      <description>Bad day yesterday. Lot's of fighting with &lt;a href="http://releases.ubuntu.com/precise/" &gt;Ubuntu Precise&lt;/a&gt;. Upgraded from Oneiric, but X would freeze regularly. Could still ping/ssh in.&lt;br/&gt;
&lt;br/&gt;
I think it was an issue with the application switcher. I wasn't using the Unity one. There were other issues too. As the system was so unstable, I decided not to take any changes with conflicts, so simply wiped my &lt;tt&gt;~/.config&lt;/tt&gt; and started over (but copied back settings from apps I wanted to keep). Pretty stable now. The only issue is that I'm using the Unity switcher and I don't like the "Show desktop" option, which you can't remove. Unless you recompile the source I suppose.</description>
    </item>
    <item>
      <pubDate>Wed, 20 Jun 2012 22:55:54 GMT</pubDate>
      <title>20 Jun 2012</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=385</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=385</guid>
      <description>The ten day sale: &lt;a href="http://weaponstore.amnesty.org.nz" &gt;assault rifles now at a 50% discount&lt;/a&gt;, get them while stock lasts!</description>
    </item>
    <item>
      <pubDate>Fri, 27 Apr 2012 06:53:01 GMT</pubDate>
      <title>27 Apr 2012</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=384</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=384</guid>
      <description>Had an absolutely weird case where FireFox and Chrome wait spin for over a minute, when all the data had already been received.&lt;br/&gt;
&lt;br/&gt;
Narrowed it down to this only happening when accessing over https, and it also didn't happen when I turned off gzip compression. I compress most of my output automatically using Apache's deflate module.&lt;br/&gt;
&lt;br/&gt;
In the end it appeared that my Eiffel FastCGI program send a Content-Length for the uncompressed content. And that was returned to the browser. The solution was not to put in a Content-Length, so the web server will put one in for the compressed size.&lt;br/&gt;
&lt;br/&gt;
PS: the reason why this worked in http mode might be because I was accessing the app through a Squid 3 proxy, and that might actually be doing the right thing. Too lazy to test this now.</description>
    </item>
    <item>
      <pubDate>Tue, 20 Mar 2012 23:41:58 GMT</pubDate>
      <title>20 Mar 2012</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=383</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=383</guid>
      <description>Replaced my RTA1320E with a &lt;a href="http://www.draytek.co.uk/products/vigor120.html" &gt;Draytek Vigor 120&lt;/a&gt;. The RTA1320 are nice modems because you can put them in half-bridge mode, but they just keep locking up for me. And I got a bit sick of replacing them every 6 months or. They used to be really reliable for me, but somehow are no longer. Perhaps it's a bit warmer in our home now we've installed an HRV system?&lt;br/&gt;
&lt;br/&gt;
The modem is setup with protocol PPPoA with PPPoE Pass-through checked. I can now configure my ppp on FreeBSD with this:&lt;br/&gt;
&lt;pre&gt;&lt;br/&gt;
vodafone:&lt;br/&gt;
  set device PPPoE:fxp0&lt;br/&gt;
  set server 30001 mypassword&lt;br/&gt;
  set authname isp_login&lt;br/&gt;
  set authkey isp_password&lt;br/&gt;
  set dial&lt;br/&gt;
  set login&lt;br/&gt;
  add default HISADDR&lt;br/&gt;
  disable ipv6cp&lt;br/&gt;
  disable mppe&lt;br/&gt;
  enable lqr echo&lt;br/&gt;
  accept lqr&lt;br/&gt;
  deny mppe&lt;br/&gt;
  set log +lqm&lt;br/&gt;
&lt;/pre&gt;&lt;br/&gt;
&lt;br/&gt;
and use &lt;tt&gt;-ddial&lt;/tt&gt; mode to have it connected. Still need to test if lqr works fine, so link is brought up after some failure.&lt;br/&gt;
&lt;br/&gt;
I've made a change to my firewall script as well: now using built-in nat with ipfw, so goodby nat daemon. Was actually trivial to do, should have done that earlier.</description>
    </item>
    <item>
      <pubDate>Fri, 3 Feb 2012 22:16:34 GMT</pubDate>
      <title>3 Feb 2012</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=382</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=382</guid>
      <description>Another Zalmon ZM460 bites the dust. This one probably because the load on the server is more than 460 watts I expect. Put in a Cooler Master Silent PRO 800. And it is silent. Probably will stick with Cooler Masters for now.</description>
    </item>
    <item>
      <pubDate>Mon, 30 Jan 2012 20:35:33 GMT</pubDate>
      <title>30 Jan 2012</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=381</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=381</guid>
      <description>Frequently get this:&lt;br/&gt;
&lt;pre&gt;&lt;br/&gt;
$ evince&lt;br/&gt;
Maximum number of clients reachedCannot parse arguments: Cannot open display:&lt;br/&gt;
&lt;/pre&gt;&lt;br/&gt;
Why does Google not have an answer?</description>
    </item>
    <item>
      <pubDate>Wed, 11 Jan 2012 09:19:16 GMT</pubDate>
      <title>11 Jan 2012</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=380</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=380</guid>
      <description>Flew to Melbourne today, for a few holidays + the Drupal Down Under. Had a problem with my K3805-Z stick, wasn't recognised anymore on this machine. Perhaps the Oneiric upgrade? According to syslog usb-modeswitch crashed when inserting the stick. The solution was to get &lt;a href="http://www.draisberghof.de/usb_modeswitch/" &gt;the 1.21 usb_modeswitch&lt;/a&gt;, compile and install it, and that fixed the problem.&lt;br/&gt;
&lt;br/&gt;
Good for performance as the always reliable K3565 Vodem worked, but is feeling a bit slow these days.&lt;br/&gt;
&lt;br/&gt;
The only problem I still have is that Ubuntu itself doesn't pickup on the USB sticks anymore. It used to that, perhaps my playing around a year ago to get the K3805-Z working killed things. So need the latest &lt;tt&gt;vodafone-mobile-connect-card-driver-for-linux&lt;/tt&gt; to connect me.</description>
    </item>
  </channel>
</rss>
