<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Error on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/error/</link>
    <description>Recent content in Error on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 30 Sep 2014 13:33:30 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/error/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>HHVM on Ubuntu 14.4 LTS fix</title>
      <link>https://janikvonrotz.ch/2014/09/30/hhvm-on-ubuntu-14-4-lts-fix/</link>
      <pubDate>Tue, 30 Sep 2014 13:33:30 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/09/30/hhvm-on-ubuntu-14-4-lts-fix/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ll get this nasty error:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;/usr/bin/hhvm: error while loading shared libraries: libgmp.so.10: cannot open shared object file: No such file or directory&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Simply run the following command:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo apt-get install libgmp10&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;</description>
    </item>
    <item>
      <title>Office365 ADFS Chrome Login fails</title>
      <link>https://janikvonrotz.ch/2013/09/10/office365-adfs-chrome-login-fails/</link>
      <pubDate>Tue, 10 Sep 2013 13:49:40 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/09/10/office365-adfs-chrome-login-fails/</guid>
      <description>&lt;p&gt;Today I experienced an exotic behaviour, a client couldn&amp;rsquo;t access his Office365 page due he wasn&amp;rsquo;t able to login on the ADFS authentication prompt.&lt;/p&gt;&#xA;&lt;p&gt;After googling and binging (just kidding, &lt;!-- raw HTML omitted --&gt;NERD&lt;!-- raw HTML omitted --&gt;) I found a simple &lt;!-- raw HTML omitted --&gt;solution&lt;!-- raw HTML omitted --&gt;.&lt;/p&gt;&#xA;&lt;p&gt;[caption id=&amp;ldquo;attachment_498&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;714&amp;rdquo;]&lt;!-- raw HTML omitted --&gt;&lt;img src=&#34;https://janikvonrotz.ch/wp-content/uploads/2013/09/2013-09-10-13_24_09-Default-vblw2k12adfs1-Remotedesktopverbindung.png&#34; alt=&#34;adfs disable extended protection&#34;&gt;&lt;!-- raw HTML omitted --&gt; To turn Extended Protection off, on the AD FS server, launch IIS Manager, then, on the left side tree view, access Sites -&amp;gt; Default Web Site -&amp;gt; adfs -&amp;gt; ls. Once you’ve selected the &amp;ldquo;/adfs/ls&amp;rdquo; folder, double-click the Authentication icon, then right-click Windows Authentication and select Advanced Settings… On the Advanced Settings dialog, choose Off for Extended Protection.[/caption]&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p&gt;Disabling the extended windows authentication protection solved this issue, but I have to admit I&amp;rsquo;m not quite sure about services depending on this settings, maybe you&amp;rsquo;ll experience some other errors related to the ADFS service.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Exchange Update Offline Address Book</title>
      <link>https://janikvonrotz.ch/2013/08/27/exchange-update-offline-adress-book/</link>
      <pubDate>Tue, 27 Aug 2013 10:54:43 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/08/27/exchange-update-offline-adress-book/</guid>
      <description>&lt;p&gt;Since Exchange 2010 the graphical console doesn&amp;rsquo;t support the same functionality as the PowerShell Exchange console, it&amp;rsquo;s possible that there occur some exotic errors or a lack of functionality while working with the graphical console. I recommend to use only the Exchange PowerShell console for administrative work.&lt;/p&gt;&#xA;&lt;p&gt;For example: I had to update the offline address book, I&amp;rsquo;ve deleted some distribution groups, updated the address list and the offline book, all with the graphical console. Result the address book still wasn&amp;rsquo;t up to date in the Outlook client after downloading the offline address book.&lt;/p&gt;&#xA;&lt;p&gt;So I did the same thing with PowerShell:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Get-OfflineAddressbook | Update-OfflineAddressbook&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Get-ClientAccessServer | Update-FileDistributionService&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And hurray everything worked.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>bin/bash^M: bad interpreter</title>
      <link>https://janikvonrotz.ch/2013/08/14/binbashm-bad-interpreter/</link>
      <pubDate>Wed, 14 Aug 2013 08:00:19 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/08/14/binbashm-bad-interpreter/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re using windows and linux/unix and your also a system administrator who likes to script. The chances are high that you&amp;rsquo;ll get this error when executing a script on a linux/unix machine that has been made on a windows machine: &lt;code&gt;bin/bash^M: bad interpreter: No such file or directoy&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;The &lt;code&gt;^M&lt;/code&gt; character is a windows line break, which linux/unix can&amp;rsquo;t interpret. The solution is easy, use &lt;code&gt;dos2unix [filename]&lt;/code&gt; and everything should work fine.&lt;/p&gt;&#xA;</description>
    </item>
  </channel>
</rss>
