<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Output of xdpyinfo, working (after logout/login):
    <a class="moz-txt-link-freetext" href="http://pastebin.com/L0WXefdD">http://pastebin.com/L0WXefdD</a><br>
    Strace of xdypyinfo, working (after logout/login):
    <a class="moz-txt-link-freetext" href="http://pastebin.com/DZrEzYEB">http://pastebin.com/DZrEzYEB</a><br>
    Strace of xdpyinfo, broken (before logout):
    <a class="moz-txt-link-freetext" href="http://pastebin.com/kQbVYsaV">http://pastebin.com/kQbVYsaV</a><br>
    <br>
    I am trying to decipher the strace output, as I am not exactly an
    expert in the internals of Xorg, this is hard. I think what this is
    trying to do is read a "Magic Cookie" from
    /var/opt/thinlinc/sessions/germ/1/Xauthority , and use it to
    authenticate against Xorg.<br>
    It seems to succeed in reading the cookie, but it then fails to use
    it to authenticate somehow.<br>
    <br>
    If I read the xinit log, symlinked from ~/.thinlinc, I read:<br>
    xauth:  file /var/opt/thinlinc/sessions/germ/1/Xauthority does not
    exist<br>
    xauth: (argv):1:  bad display name "sts012:1" in "add" command<br>
    xauth:  file /var/opt/thinlinc/sessions/germ/1/Xauthority does not
    exist<br>
    <br>
    The maybe interesting part here is the hostname. I noticed our DHCP
    server (MS Active Directory DHCP thing) giving me one of four
    different hostnames. Can this be the cause?<br>
    <br>
    I could fix this by configuring the DHCP so that it ignores the
    hostnames it receives by DHCP, but I think the thinlinc software
    should also not break on it.<br>
    <br>
    <div class="moz-cite-prefix">Op 27-02-13 15:20, Peter Astrand
      schreef:<br>
    </div>
    <blockquote cite="mid:alpine.LRH.2.03.1302271513240.28974@cendio.se"
      type="cite">
      <br>
      I see. Besides /tmp/.X11-unix/X1, you could verify that
      $XAUTHORITY still points to the correct authority file, and that
      it is readable.
      <br>
      <br>
      It could also be a problem with AppArmor. You could try to disable
      it and see if that solves the problem. And of course, you can also
      create a debug log by installing and running, say, "strace
      xdpyinfo &>log".
      <br>
      <br>
      Regards,
      <br>
      Peter
      <br>
      <br>
      <br>
      <blockquote type="cite">/tmp/.X11-unix/X1 still exists (created at
        my login time). I have read and
        <br>
        investigated the bug you mentioned and I don't think I am
        affected with it.
        <br>
        I also don't really understand the problem they are trying to
        solve with
        <br>
        systemd-tmpfiles, but that is another topic..
        <br>
        Strange thing is I can create new windows for running
        applications, I am now
        <br>
        writing this mail in a new Thunderbird window. Also the problem
        does not occur
        <br>
        when I work directly on the system itself.
        <br>
        <br>
        I am running Suse 12.2, I was mistaken. It doesn't have a
        systemd-tmpfiles
        <br>
        package, but my systemd version is 44-10.8.1. The "44" is a
        number assigned by
        <br>
        Suse, and the 'upstream' version is 10.8.1, if I remember RPM
        packaging
        <br>
        correctly.
        <br>
        <br>
        Regards,
        <br>
        Gerben
        <br>
        <br>
      </blockquote>
      Op 27-02-13 14:00, Peter Astrand schreef:
      <br>
      <br>
            We haven't heard of this problem before. However, my guess
      is that
      <br>
            something removes /tmp/.X11-unix/Xn (where n is the session
      number)
      <br>
            after some time. As I understand it, OpenSuse 12.1 uses
      "systemd",
      <br>
            which is known to cause compatibility problems. I found this
      bug
      <br>
            report:
      <br>
      <br>
            <a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=674194">https://bugzilla.redhat.com/show_bug.cgi?id=674194</a>
      <br>
      <br>
            It seems that you need to use systemd-tmpfiles v18 or later
      to avoid
      <br>
            this problem. Or, use a Linux distribution without "systemd"
      :-)
      <br>
      <br>
            Rgds,
      <br>
            Peter
      <br>
      <br>
            On Wed, 27 Feb 2013, Germ van Eck wrote:
      <br>
      <br>
                  For the last year, and after several
      (re-)installations
      <br>
                  I keep having the issue that I can't start new X
      <br>
                  applications after some time. When I try to do this
      from
      <br>
                  the terminal, I get the error "Cannot open display".
      <br>
      <br>
                  myusername@mypc:~/sbin> echo $DISPLAY
      <br>
                  :1.0
      <br>
                  myusername@mypc:~/sbin> w
      <br>
                  13:18:14 up 8 days,  1:13,  3 users,  load average:
      <br>
                  0,77, 0,63, 0,60
      <br>
                  USER     TTY      FROM             LOGIN@   IDLE  
      <br>
                  JCPU   PCPU WHAT
      <br>
                  myusername     thinlinc :1               10:06   
      0.00s 
      <br>
                  0.00s 0.00s tl-session: myusername
      <br>
                  myusername     pts/1    :1.0             11:09   
      0.00s 
      <br>
                  0.09s 0.00s w
      <br>
                  myusername@mypc:~/sbin> gedit
      <br>
                  No protocol specified
      <br>
                  Cannot open display:
      <br>
      <br>
                  Both the client and server systems are running
      Opensuse
      <br>
                  12.1. The server hardware is an Apple iMac (ATI using
      <br>
                  binary driver), the client is a HP Laptop.
      <br>
      <br>
                  I use Virtualbox with Win7. The thinlinc-vnc-server
      <br>
                  version is 3.4.0-3513, X.Org is at 7.6_1-3.2.1.
      <br>
      <br>
                  Both a fix and a workaround would be appreciated, I
      now
      <br>
                  solve this by logging out/in, but this becomes very
      <br>
                  annoying.
      <br>
      <br>
      <br>
      <br>
      <br>
      <br>
            ---
      <br>
            Peter Astrand        ThinLinc Chief Developer
      <br>
            Cendio AB        <a class="moz-txt-link-freetext" href="http://cendio.com">http://cendio.com</a>
      <br>
            Teknikringen 8        <a class="moz-txt-link-freetext" href="http://twitter.com/ThinLinc">http://twitter.com/ThinLinc</a>
      <br>
            583 30 Linkoping    <a class="moz-txt-link-freetext" href="http://facebook.com/ThinLinc">http://facebook.com/ThinLinc</a>
      <br>
            Phone: +46-13-214600   
      <a class="moz-txt-link-freetext" href="http://plus.google.com/112509906846170010689">http://plus.google.com/112509906846170010689</a>
      <br>
      <br>
      <br>
      --
      <br>
      <br>
      Met vriendelijke groet,
      <br>
      <br>
       
      <br>
      <br>
       
      <br>
      <br>
      Germ van Ek
      <br>
      <br>
      Software Engineer
      <br>
      <br>
      <br>
      Beschrijving: Station to Station
      <br>
      Station to Station B.V.
      <br>
      Pompmolenlaan 26
      <br>
      3447GK Woerden
      <br>
      Mob: +31(0)6-2480 7537
      <br>
      Tel: +31(0)348-446963
      <br>
      Fax: +31(0)348-446936
      <br>
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:g.vanek@stationtostation.nl">g.vanek@stationtostation.nl</a>
      <br>
      <br>
      Website: <a class="moz-txt-link-abbreviated" href="http://www.stationtostation.nl">www.stationtostation.nl</a>
      <br>
      <br>
       
      <br>
      <br>
      P  Denk aan het milieu, alvorens te besluiten deze mail te
      printen.
      <br>
      <br>
       
      <br>
      <br>
       
      <br>
      <br>
      <br>
      <br>
      <br>
          [ Part 1.2, Image/JPEG (Name: "sts-onderwijs-ervaren.jpg") 3.5
      KB. ]
      <br>
          [ Unable to print this part. ]
      <br>
      <br>
      <br>
          [ Part 2, Text/X-VCARD (Name: "g_vanek.vcf") 14 lines. ]
      <br>
          [ Unable to print this part. ]
      <br>
      <br>
      <br>
      <br>
      ---
      <br>
      Peter Åstrand        ThinLinc Chief Developer
      <br>
      Cendio AB        <a class="moz-txt-link-freetext" href="http://cendio.com">http://cendio.com</a>
      <br>
      Teknikringen 8        <a class="moz-txt-link-freetext" href="http://twitter.com/ThinLinc">http://twitter.com/ThinLinc</a>
      <br>
      583 30 Linköping    <a class="moz-txt-link-freetext" href="http://facebook.com/ThinLinc">http://facebook.com/ThinLinc</a>
      <br>
      Phone: +46-13-214600   
      <a class="moz-txt-link-freetext" href="http://plus.google.com/112509906846170010689">http://plus.google.com/112509906846170010689</a><br>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="ProgId" content="Word.Document">
      <meta name="Generator" content="Microsoft Word 14">
      <meta name="Originator" content="Microsoft Word 14">
      <link rel="File-List"
        href="sts-handtekening_bestanden/filelist.xml">
      <link rel="Edit-Time-Data"
        href="sts-handtekening_bestanden/editdata.mso">
      <!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
      <title>Station to Station handtekening</title>
      <!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>o.figueiredo</o:Author>
  <o:Template>Normal</o:Template>
  <o:LastAuthor>Milan van Amstel</o:LastAuthor>
  <o:Revision>8</o:Revision>
  <o:TotalTime>17</o:TotalTime>
  <o:Created>2011-03-09T14:08:00Z</o:Created>
  <o:LastSaved>2012-03-27T12:32:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>136</o:Words>
  <o:Characters>752</o:Characters>
  <o:Company>sts</o:Company>
  <o:Lines>6</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>887</o:CharactersWithSpaces>
  <o:Version>14.00</o:Version>
 </o:DocumentProperties>
</xml><![endif]-->
      <link rel="themeData"
        href="sts-handtekening_bestanden/themedata.thmx">
      <link rel="colorSchemeMapping"
        href="sts-handtekening_bestanden/colorschememapping.xml">
      <!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:TrackMoves>false</w:TrackMoves>
  <w:TrackFormatting/>
  <w:HyphenationZone>21</w:HyphenationZone>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:DoNotPromoteQF/>
  <w:LidThemeOther>NL</w:LidThemeOther>
  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SplitPgBreakAndParaMark/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
  <m:mathPr>
   <m:mathFont m:val="Cambria Math"/>
   <m:brkBin m:val="before"/>
   <m:brkBinSub m:val="--"/>
   <m:smallFrac m:val="off"/>
   <m:dispDef/>
   <m:lMargin m:val="0"/>
   <m:rMargin m:val="0"/>
   <m:defJc m:val="centerGroup"/>
   <m:wrapIndent m:val="1440"/>
   <m:intLim m:val="subSup"/>
   <m:naryLim m:val="undOvr"/>
  </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"
  DefSemiHidden="false" DefQFormat="false" LatentStyleCount="267">
  <w:LsdException Locked="false" QFormat="true" Name="Normal"/>
  <w:LsdException Locked="false" QFormat="true" Name="heading 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 5"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 6"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 7"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 8"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 9"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="caption"/>
  <w:LsdException Locked="false" QFormat="true" Name="Title"/>
  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
  <w:LsdException Locked="false" QFormat="true" Name="Subtitle"/>
  <w:LsdException Locked="false" QFormat="true" Name="Strong"/>
  <w:LsdException Locked="false" QFormat="true" Name="Emphasis"/>
  <w:LsdException Locked="false" Priority="99" Name="No List"/>
  <w:LsdException Locked="false" Priority="99" SemiHidden="true"
   Name="Placeholder Text"/>
  <w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="99" SemiHidden="true" Name="Revision"/>
  <w:LsdException Locked="false" Priority="34" QFormat="true"
   Name="List Paragraph"/>
  <w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/>
  <w:LsdException Locked="false" Priority="30" QFormat="true"
   Name="Intense Quote"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="19" QFormat="true"
   Name="Subtle Emphasis"/>
  <w:LsdException Locked="false" Priority="21" QFormat="true"
   Name="Intense Emphasis"/>
  <w:LsdException Locked="false" Priority="31" QFormat="true"
   Name="Subtle Reference"/>
  <w:LsdException Locked="false" Priority="32" QFormat="true"
   Name="Intense Reference"/>
  <w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>
  <w:LsdException Locked="false" Priority="37" SemiHidden="true"
   UnhideWhenUsed="true" Name="Bibliography"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/>
 </w:LatentStyles>
</xml><![endif]-->
      <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-520092929 1073786111 9 0 415 0;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-520081665 -1073717157 41 0 66047 0;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-1593833729 1073750107 16 0 415 0;}
@font-face
        {font-family:Webdings;
        panose-1:5 3 1 2 1 5 9 6 7 3;
        mso-font-charset:2;
        mso-generic-font-family:roman;
        mso-font-pitch:variable;
        mso-font-signature:0 268435456 0 0 -2147483648 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {mso-style-unhide:no;
        color:blue;
        text-decoration:underline;
        text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-unhide:no;
        color:blue;
        text-decoration:underline;
        text-underline:single;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-unhide:no;
        mso-style-link:"Ballontekst Char";
        margin:0cm;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-font-family:"Times New Roman";}
span.e-mailstijl17
        {mso-style-name:e-mailstijl17;
        mso-style-noshow:yes;
        mso-style-unhide:no;
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;
        font-family:"Arial","sans-serif";
        mso-ascii-font-family:Arial;
        mso-hansi-font-family:Arial;
        mso-bidi-font-family:Arial;
        color:windowtext;}
span.BallontekstChar
        {mso-style-name:"Ballontekst Char";
        mso-style-unhide:no;
        mso-style-locked:yes;
        mso-style-link:Ballontekst;
        mso-ansi-font-size:8.0pt;
        mso-bidi-font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-ascii-font-family:Tahoma;
        mso-hansi-font-family:Tahoma;
        mso-bidi-font-family:Tahoma;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-default-props:yes;
        font-size:10.0pt;
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;}
@page WordSection1
        {size:595.3pt 841.9pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;
        mso-header-margin:35.4pt;
        mso-footer-margin:35.4pt;
        mso-paper-source:0;}
div.WordSection1
        {page:WordSection1;}
-->
</style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
        {mso-style-name:Standaardtabel;
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-priority:99;
        mso-style-parent:"";
        mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
        mso-para-margin:0cm;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman","serif";}
</style>
<![endif]--><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif"">Met
vriendelijke
            groet,<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif""><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif""><o:p> </o:p></span></p>
        <p class="MsoNormal"><b style="mso-bidi-font-weight:normal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif"">Germ
              van Ek<o:p></o:p></span></b></p>
        <p class="MsoNormal"><i style="mso-bidi-font-style:normal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif"">Software
              Engineer<o:p></o:p></span></i></p>
        <p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif""><br>
          </span><a href="www.stationtostation.nl"><span
              style="font-size:9.0pt;
font-family:"Verdana","sans-serif";mso-no-proof:yes;text-decoration:none;
              text-underline:none"><img id="_x0000_i1025"
                src="cid:part1.01060703.04050507@stationtostation.nl"
                alt="Beschrijving: Station to Station" border="0"
                height="59" width="156"></span></a><span
            style="font-size:9.0pt;
font-family:"Verdana","sans-serif";mso-no-proof:yes"><br>
            <b>Station to Station B.V. </b><br>
            Pompmolenlaan 26 <br>
            3447GK Woerden <br>
            Mob: +31(0)6-2480 7537 <br>
            Tel: +31(0)348-446963 <br>
            Fax: +31(0)348-446936 </span><span style="mso-no-proof:yes"><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif";mso-no-proof:yes"><a class="moz-txt-link-abbreviated" href="mailto:g.vanek@stationtostation.nl">g.vanek@stationtostation.nl</a>
          </span><span style="mso-no-proof:yes"><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:8.5pt;font-family:"Verdana","sans-serif";mso-no-proof:yes">Website:
            <a href="http://www.stationtostation.nl/"
              title="http://www.stationtostation.nl/">www.stationtostation.nl</a><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif";mso-no-proof:yes"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
            style="font-size:8.0pt;font-family:Webdings;
            color:#99CC00;mso-no-proof:yes">P<b> </b></span><b><span
              style="font-size:8.0pt;
font-family:"Calibri","sans-serif";color:#99CC00;mso-no-proof:yes"> </span></b><span
style="font-size:8.0pt;font-family:"Verdana","sans-serif";color:#99CC00;
            mso-no-proof:yes">Denk aan het milieu, alvorens te besluiten
            deze mail te
            printen.</span><span
style="font-size:8.0pt;font-family:"Calibri","sans-serif";color:#99CC00;mso-no-proof:yes"><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif""><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:9.0pt;font-family:"Verdana","sans-serif""><o:p> </o:p></span></p>
      </div>
    </div>
  </body>
</html>