<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8128281822903897235</id><updated>2011-09-08T09:24:46.887-07:00</updated><category term='latex'/><title type='text'>Solution blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-3829036352415864313</id><published>2010-11-18T08:01:00.000-08:00</published><updated>2010-11-18T08:03:13.502-08:00</updated><title type='text'>Cifs mounting in Linux Kernel</title><content type='html'>If an error 22 is returned by mounting with a DNS name, mount.cifs might be missing which does the dns resolution, which can under Debian be installed by the smbfs package. Also note that smbfs is deprecated and cifs should be used as filesystem driver.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-3829036352415864313?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/3829036352415864313/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=3829036352415864313' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3829036352415864313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3829036352415864313'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2010/11/cifs-mounting-in-linux-kernel.html' title='Cifs mounting in Linux Kernel'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-444469390372314502</id><published>2010-11-18T06:49:00.000-08:00</published><updated>2010-11-18T06:51:10.503-08:00</updated><title type='text'>Reboot after EDD probing message of Kernel</title><content type='html'>Could NOT fix that with an update-initramfs or the creation of a new initramfs. However, the recompilation and reinstallation of the make-kpkg debain package of the kernel made it work for unknown reasons.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-444469390372314502?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/444469390372314502/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=444469390372314502' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/444469390372314502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/444469390372314502'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2010/11/reboot-after-edd-probing-message-of.html' title='Reboot after EDD probing message of Kernel'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-7750785322003306013</id><published>2009-10-21T04:09:00.000-07:00</published><updated>2009-10-21T04:11:44.386-07:00</updated><title type='text'>OpenLDAP Problems</title><content type='html'>I was trying to add an existing backend db to a new OpenLDAP installation, basically by creating a new .LDIF file with the config base on the example at the end of http://www.openldap.org/doc/admin23/slapdconf2.html&lt;br /&gt;&lt;br /&gt;However when adding it with:&lt;br /&gt;&lt;blockquote&gt;ldapadd -c -f configMyDb.ldif -x -D "cn=admin,cn=config" -W&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;I got:&lt;br /&gt;&lt;blockquote&gt;ldap_add: Invalid syntax (21)&lt;br /&gt; additional info: olcSuffix: value #0 invalid per syntax&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Reason being:&lt;br /&gt;olcSuffix: "dc=example,dc=com"&lt;br /&gt;instead of&lt;br /&gt;olcSuffix: dc=example,dc=com&lt;br /&gt;&lt;br /&gt;(Removing the quotes..)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-7750785322003306013?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/7750785322003306013/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=7750785322003306013' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7750785322003306013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7750785322003306013'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2009/10/openldap-problems.html' title='OpenLDAP Problems'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-2400491644247689700</id><published>2009-09-08T03:40:00.001-07:00</published><updated>2009-09-08T03:41:33.209-07:00</updated><title type='text'>DVD Drive problems</title><content type='html'>My Pioneer DVD Drive was not visible in Windows Vista on a P965 chipset Asus board with a JMB363 Controller for the IDE connection. It worked perfectly under Linux. However changing the JMB BIOS setting from IDE to AHCI did the trick.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-2400491644247689700?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/2400491644247689700/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=2400491644247689700' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/2400491644247689700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/2400491644247689700'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2009/09/dvd-drive-problems.html' title='DVD Drive problems'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-3461934677550214739</id><published>2008-10-27T14:18:00.000-07:00</published><updated>2008-10-27T14:27:45.696-07:00</updated><title type='text'>HP Deskjet F380 Problems</title><content type='html'>&lt;span style="font-style:italic;"&gt;Situation:&lt;/span&gt; HP F380 attached locally via USB to a Debian Etch machine with HPLIP for printing&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Problem:&lt;/span&gt; Printing does not start due to "Device communication error" 5012 OR it prints an empty page!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Solution:&lt;/span&gt; Add the current user to the group &lt;span style="font-weight:bold;"&gt;lp&lt;/span&gt; with &lt;span style="font-weight:bold;"&gt;adduser USER lp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Idea taken from: &lt;a href="https://answers.launchpad.net/hplip/+question/37002"&gt;Error 5012&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-3461934677550214739?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/3461934677550214739/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=3461934677550214739' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3461934677550214739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3461934677550214739'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/10/hp-deskjet-f380-problems.html' title='HP Deskjet F380 Problems'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-3823585369876247140</id><published>2008-10-24T06:35:00.000-07:00</published><updated>2008-10-24T06:36:36.447-07:00</updated><title type='text'>Windows Activation (sucks ass)</title><content type='html'>Setup: Windows XP SP2 fresh install&lt;br /&gt;Problem: During Internet activation: Windows activation cannot be completed at this time.&lt;br /&gt;Solution: Download and seperately install Windows XP SP 3&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-3823585369876247140?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/3823585369876247140/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=3823585369876247140' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3823585369876247140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3823585369876247140'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/10/windows-activation-sucks-ass.html' title='Windows Activation (sucks ass)'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-5736296664052435398</id><published>2008-08-15T13:18:00.000-07:00</published><updated>2008-08-15T13:20:50.784-07:00</updated><title type='text'>Tele2 Complete (Student) bandwidth problem</title><content type='html'>Problem: Internet from Tele2 with Complete Student product and a vood Router working in a setup bridged mode. Somehow bandwidth seems capped at 20-30 KBps.&lt;br /&gt;&lt;br /&gt;Reason: They seem to have changed the lines for VOIP and Internet&lt;br /&gt;&lt;br /&gt;Solution: At the router switch to the other channel (pppoe2 instead of pppoe1) for bridged PPPoE.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-5736296664052435398?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/5736296664052435398/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=5736296664052435398' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/5736296664052435398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/5736296664052435398'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/08/tele2-complete-student-bandwidth.html' title='Tele2 Complete (Student) bandwidth problem'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-3684286130838151786</id><published>2008-08-15T13:17:00.001-07:00</published><updated>2008-08-15T13:18:33.255-07:00</updated><title type='text'>Vista immediately rebooting at startup</title><content type='html'>Reason: USB-Stick plugged in&lt;br /&gt;Solution: Boot without it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-3684286130838151786?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/3684286130838151786/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=3684286130838151786' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3684286130838151786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3684286130838151786'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/08/vista-immediately-rebooting-at-startup.html' title='Vista immediately rebooting at startup'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-8175775070405099086</id><published>2008-08-15T13:15:00.000-07:00</published><updated>2008-08-15T13:17:32.490-07:00</updated><title type='text'>Cygwin Emacs</title><content type='html'>Problem: Using Cygwin under Windows Vista with emacs inside and C-x C-c is not working, because it is somehow mapped to C-x C-g&lt;br /&gt;&lt;br /&gt;Reason: Unknown&lt;br /&gt;&lt;br /&gt;Solution: Add 'export CYGWIN=binmode ntsec tty' to .bashrc in the home directory.&lt;br /&gt;&lt;br /&gt;See: http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/a180845843d43295?hl=en&amp;lr=&amp;ie=UTF-8&amp;oe=UTF-8&amp;rnum=5&amp;prev=/groups%3Fas_q%3D%27C-x%2520C-g%27%26safe%3Dimages%26ie%3DUTF-8%26oe%3DUTF-8%26as_ugroup%3D*emacs*%26lr%3D%26as_scoring%3Dd%26hl%3Den&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-8175775070405099086?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/8175775070405099086/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=8175775070405099086' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/8175775070405099086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/8175775070405099086'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/08/cygwin-emacs.html' title='Cygwin Emacs'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-7273372922112842998</id><published>2008-04-13T10:11:00.000-07:00</published><updated>2008-04-13T10:17:39.311-07:00</updated><title type='text'>Emacs: XML Syntax highlighting / Font-lock-mode not working</title><content type='html'>&lt;span style="font-style:italic;"&gt;Problem:&lt;/span&gt; When editing XML Files in emacs on Debian, it won't do any syntax highlighting (named font-lock-mode in emacs) for anything in the file&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Reason:&lt;/span&gt; &lt;span style="font-weight:bold;"&gt;psgml&lt;/span&gt; Package installed, which is a emacs SGML major mode that kicks in when editing XML Files (as XML is a subset of SGML iirc) instead of the normal XML-mode and doesn't seem to have syntax highlighting.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Solution:&lt;/span&gt; Remove the psgml package: &lt;span style="font-weight:bold;"&gt;aptitude remove psgml&lt;/span&gt; to get back normal XML mode&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-7273372922112842998?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/7273372922112842998/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=7273372922112842998' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7273372922112842998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7273372922112842998'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/04/emacs-xml-syntax-highlighting-font-lock.html' title='Emacs: XML Syntax highlighting / Font-lock-mode not working'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-5391250754975937560</id><published>2008-04-11T16:30:00.000-07:00</published><updated>2008-04-11T16:32:59.098-07:00</updated><title type='text'>LaTeX and graphics</title><content type='html'>Situation: Using latex with the graphicx package and the includegraphics command to include a png Image&lt;br /&gt;&lt;br /&gt;Problem:&lt;br /&gt;! LaTeX Error: Cannot determine size of graphic in Hysteresis_sharp_curve.png (&lt;br /&gt;&lt;br /&gt;no BoundingBox).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Solution: Well, pdflatex doesn't complain, so I think the package only works with pdflatex&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-5391250754975937560?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/5391250754975937560/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=5391250754975937560' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/5391250754975937560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/5391250754975937560'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/04/latex-and-graphics.html' title='LaTeX and graphics'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-7322031779372138514</id><published>2008-03-12T11:55:00.000-07:00</published><updated>2008-03-12T11:59:11.722-07:00</updated><title type='text'>ispell with ngerman and Umlaute öäü</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Problem:&lt;/span&gt; My ispell with ngerman package recognizes words with an Umlaut like hin&lt;span style="font-weight:bold;"&gt;ü&lt;/span&gt;ber as two words &lt;span style="font-style:italic;"&gt;hin&lt;/span&gt; and &lt;span style="font-style:italic;"&gt;ber&lt;/span&gt; and doesn't even sense the Umlaut&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Solution:&lt;/span&gt; Check the coding system of the checked file. Ngerman Ispell should work on Files with ISO-8859-15 encoding. (Emacs Command: C-x RET r or M-x revert-buffer-with-coding-system to change the current buffers encoding)&lt;br /&gt;&lt;br /&gt;Thanks to: &lt;a href="http://forums.gentoo.org/viewtopic-p-4175389.html"&gt;Gentoo Forums&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-7322031779372138514?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/7322031779372138514/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=7322031779372138514' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7322031779372138514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7322031779372138514'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/03/ispell-with-ngerman-and-umlaute.html' title='ispell with ngerman and Umlaute öäü'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-712005626896963122</id><published>2008-02-22T05:49:00.000-08:00</published><updated>2008-02-22T05:59:05.886-08:00</updated><title type='text'>CIFS/SMB mount problem on Debian</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Situation:&lt;/span&gt;&lt;blockquote&gt;//10.0.0.1/share      /mnt/sharemount  cifs  rw,noexec,nosuid,password=,username=someusername,nodev&lt;/blockquote&gt; in my &lt;span style="font-style:italic;"&gt;/etc/fstab&lt;/span&gt; for mounting a CIFS network share.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Problem&lt;/span&gt; When trying to mount (with mount command)&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Command lines output:&lt;/span&gt;&lt;blockquote&gt;mount: wrong fs type, bad option, bad superblock on //10.0.0.1/share,&lt;br /&gt;&lt;br /&gt;       missing codepage or helper program, or other error&lt;br /&gt;&lt;br /&gt;       (for several filesystems (e.g. nfs, cifs) you might&lt;br /&gt;&lt;br /&gt;       need a /sbin/mount.&lt;type&gt; helper program)&lt;br /&gt;&lt;br /&gt;       In some cases useful info is found in syslog - try&lt;br /&gt;&lt;br /&gt;       dmesg | tail  or so&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;dmesg output:&lt;/span&gt;&lt;blockquote&gt; CIFS VFS: cifs_mount failed w/return code = -22&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Reason:&lt;/span&gt;Seems like its missing the &lt;span style="font-style:italic;"&gt;mount.cifs&lt;/span&gt; script/binary or somethine else that comes with the &lt;span style="font-style:italic;"&gt;smbfs&lt;/span&gt; package.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Solution:&lt;/span&gt;&lt;blockquote&gt;aptitude install smbfs&lt;/blockquote&gt;&lt;br /&gt;This installs &lt;span style="font-style:italic;"&gt;mount.cifs&lt;/span&gt; and probably more. It resolved it in my case.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-712005626896963122?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/712005626896963122/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=712005626896963122' title='1 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/712005626896963122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/712005626896963122'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/02/cifssmb-mount-problem-on-debian.html' title='CIFS/SMB mount problem on Debian'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-7462971054784519445</id><published>2008-02-11T03:12:00.000-08:00</published><updated>2008-02-11T03:15:57.216-08:00</updated><title type='text'>appletviewer does nothing / exits immediately</title><content type='html'>Problem: When calling &lt;span style="font-weight:bold;"&gt;appletviewer file.html&lt;/span&gt; it exits immediately, does nothing, outputs nothing&lt;br /&gt;&lt;br /&gt;Solution: Use verbose applet tag format:&lt;blockquote&gt; &lt; applet param=value &gt; &lt; /applet&gt; &lt;/blockquote&gt; &lt;span style="font-style:italic;"&gt;instead of&lt;/span&gt; &lt;blockquote&gt; &lt; applet param=value /&gt; &lt;/blockquote&gt;.&lt;br /&gt;&lt;br /&gt;Furthermore this format doesn't even work with XHTML.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-7462971054784519445?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/7462971054784519445/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=7462971054784519445' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7462971054784519445'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7462971054784519445'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/02/appletviewer-does-nothing-exits.html' title='appletviewer does nothing / exits immediately'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-7426670909020092307</id><published>2008-02-02T12:44:00.000-08:00</published><updated>2008-02-02T12:47:12.031-08:00</updated><title type='text'>LaTeX tabular</title><content type='html'>Problem: &lt;blockquote&gt;! Missing # inserted in alignment preamble.&lt;/blockquote&gt; during LaTeX document compilation.&lt;br /&gt;&lt;br /&gt;Reason: Missing alignment fields in a tabular environment: &lt;blockquote&gt;before: \begin{tabular}{|||} &lt;br/&gt;after: \begin{tabular}{|c|c|}&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-7426670909020092307?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/7426670909020092307/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=7426670909020092307' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7426670909020092307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7426670909020092307'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/02/latex-tabular.html' title='LaTeX tabular'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-9068846785749585628</id><published>2008-01-06T09:14:00.000-08:00</published><updated>2008-01-06T09:50:19.575-08:00</updated><title type='text'>Auto luksOpen and lvm mounting</title><content type='html'>It won't ask for the LUKS passphrase during startup and have some problems with mounting the LVM volumes afterwards correctly, though I had setup /etc/crypttab correctly.&lt;br /&gt;&lt;br /&gt;Adding this:&lt;br /&gt;&lt;br /&gt;/etc/initramfs-tools/conf.d/cryptroot:&lt;br /&gt;target=LUKSVOLUME,source=/dev/sda2,lvm=MYVOLGROUP-ROOT&lt;br /&gt;&lt;br /&gt;with the correct UPPERCASE values and copying those scripts:&lt;br /&gt;&lt;br /&gt;cp /usr/share/initramfs-tools/hooks/cryptroot /etc/initramfs-tools/hooks/cryptroot&lt;br /&gt;cp /usr/share/initramfs-tools/scripts/local-top/cryptroot /etc/initramfs-tools/scripts/local-top/cryptroot&lt;br /&gt;&lt;br /&gt;and regenerating the initramfs with update-initramfs did the thing finally!&lt;br /&gt;&lt;br /&gt;So my LVM on top of luks is now working on the laptop too, yeeha.&lt;br /&gt;&lt;br /&gt;Thanks to this &lt;a href="https://help.ubuntu.com/community/FeistyEncryptedRootWithInstaller"&gt;guide&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-9068846785749585628?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/9068846785749585628/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=9068846785749585628' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/9068846785749585628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/9068846785749585628'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2008/01/auto-luksopen-and-lvm-mounting.html' title='Auto luksOpen and lvm mounting'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-9091688825545803501</id><published>2007-12-08T04:18:00.000-08:00</published><updated>2007-12-08T05:56:06.238-08:00</updated><title type='text'>bash: ELF: command not found</title><content type='html'>Problem: &lt;br /&gt;&lt;pre&gt; [methos@methos ../mjc/svn/trunk]$ . env &lt;br /&gt;bash: ELF: command not found&lt;/pre&gt;&lt;br /&gt;So source'ing a correct file (even with the #!/bin/sh shebang entry on top) doesn't work. Note the space between the dot and the env filename - thats equivalent to calling the file as argument to the source command.&lt;br /&gt;&lt;br /&gt;Solution: explicitly specifying the current file to be in the current directory:&lt;br /&gt;&lt;pre&gt; [methos@methos ../mjc/svn/trunk]$ . ./env &lt;br /&gt; [methos@methos ../mjc/svn/trunk]$&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Real solution&lt;/span&gt;: Thou should know, that env is a programs name and thus name lookup rules resolve the &lt;span style="font-style:italic;"&gt;env&lt;/span&gt; to the env binary file. Therefrom comes the ELF - the unix executable format - string in the error, as bash tries to "execute" the binary, but in a line-wise bash manner.&lt;br /&gt;&lt;br /&gt;Thus: Don't use command names as file names or make sure to use the ./ prefix to securely refer to the current directory.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-9091688825545803501?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/9091688825545803501/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=9091688825545803501' title='1 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/9091688825545803501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/9091688825545803501'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2007/12/bash-elf-command-not-found.html' title='bash: ELF: command not found'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-1836180275044278914</id><published>2007-11-18T07:14:00.000-08:00</published><updated>2007-11-18T07:50:15.045-08:00</updated><title type='text'>Grub Error 17</title><content type='html'>Interestingly 0x17=23 hehe, but let's leave that aside. If you follow those guidelines, make sure to have at least backup copies of all changed files. Note that I use initramfs and a crypted partition with a containing lvm and therein root and swap.&lt;br /&gt;&lt;br /&gt;Problem:&lt;br /&gt;Even before the GRUB boot menu is displayed: Grub error 17&lt;br /&gt;What I did was using the Windows built-in repartitioning tool to merge the second into the first partition, like here:&lt;br /&gt;&lt;br /&gt;Previous Setup: 4 partitions:&lt;br /&gt;1 - Vista&lt;br /&gt;2 - Encrypted&lt;br /&gt;3 - /boot&lt;br /&gt;4 - encrypted lvm root and swap&lt;br /&gt;&lt;br /&gt;Current Setup: (Changed with Vista) 3 partitions:&lt;br /&gt;1 - Vista (merged purged Encrypted)&lt;br /&gt;2 - /boot&lt;br /&gt;3 - encrypted lvm root and swap&lt;br /&gt;&lt;br /&gt;Okay, I booted from Debian Install/Rescue CD, mounted &lt;span style="font-weight:bold;"&gt;/boot&lt;/span&gt; and changed the &lt;span style="font-weight:bold;"&gt;device.map&lt;/span&gt;'s root entry to match the now second instead of third partition. But that didn't do anything. (But should be done anyways)&lt;br /&gt;&lt;br /&gt;My suspicion is that Windows Vista somehow messed up the MBR or the partition table. So I mounted all my partitions and chrooted into my system to have the grub command available. Then started &lt;span style="font-weight:bold;"&gt;grub&lt;/span&gt; and ran &lt;span style="font-weight:bold;"&gt;root (hd0,2)&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;setup (hd0)&lt;/span&gt; to reinstall grub into the MBR.&lt;br /&gt;&lt;br /&gt;That gave me my boot menu back (and Windows Vista, but haven't tested it yet). Still I couldn't boot, due to other references to the previous partitions 3 and 4. So again in my chrooted system, I adapted the &lt;span style="font-weight:bold;"&gt;/etc/crypttab&lt;/span&gt; entry to refer to sda3 instead of sda4 and the &lt;span style="font-weight:bold;"&gt;fstab&lt;/span&gt; to refer to sda2 for &lt;span style="font-weight:bold;"&gt;/boot&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;So the root system was setup to work, but the initrd files (I use initramfs) still contained the old settings. That was done with &lt;span style="font-weight:bold;"&gt;update-initramfs -k 2.6.23.1methos -u -t&lt;/span&gt;. I had to specify the kernel because I was still running from the rescue cd, so the version of the currently running kernel was not the one I wanted to create an initrd for (my normal current kernel). -u means update, change/replace the initrd. And -t means with force :) as it told me &lt;span style="font-weight:bold;"&gt;image altered, cannot update&lt;/span&gt; due to some reason.&lt;br /&gt;&lt;br /&gt;So with the new initrd and reinstalled grub everything is working again. Wonderful!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-1836180275044278914?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/1836180275044278914/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=1836180275044278914' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/1836180275044278914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/1836180275044278914'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2007/11/grub-error-17.html' title='Grub Error 17'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-8499859438487758447</id><published>2007-11-17T12:51:00.000-08:00</published><updated>2007-11-17T12:59:54.247-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='latex'/><title type='text'></title><content type='html'>LaTeX can be quite nasty, yes it can. Todays feature:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;! Package textcomp Error: Symbol \textcurrency not provided by&lt;br /&gt;(textcomp)                font family ptm in TS1 encoding.&lt;br /&gt;(textcomp)                Default family used instead.&lt;br /&gt;&lt;br /&gt;l.16 ...ment --- wikipedia{,} die freie enzyklopä&lt;br /&gt;                                                  die,&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Basically boils down to using the German Umlaut ae=ä in the bibliography file. As soon as I'll find a better solution than removing it, I will post it here to. For now: remove it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-8499859438487758447?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/8499859438487758447/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=8499859438487758447' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/8499859438487758447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/8499859438487758447'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2007/11/latex-can-be-quite-nasty-yes-it-can.html' title=''/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-7229581523074234773</id><published>2007-11-06T15:14:00.000-08:00</published><updated>2007-11-06T15:22:24.117-08:00</updated><title type='text'>Windows share mounting fails</title><content type='html'>After upgrading from kernel 2.6.22.9 to 2.6.23.1 without any config changes and CIFS support and all, suddenly when trying to mount the shares fails with (dmesg):&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;CIFS VFS: cifs_mount failed w/return code = -22&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I suspect some kernel changes, probably related to my fstab style, where I had to add password=, though it seemed senseless to make it work in the first place:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;//host/share /mnt/mountpoint cifs rw,username=guest,password=,auto,user 0 0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Anyways, &lt;span style="font-weight:bold;"&gt;aptitude install smbfs&lt;/span&gt; solves the problem immediately. Thats weird, as I am sure, that it was previously working without that package..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-7229581523074234773?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/7229581523074234773/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=7229581523074234773' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7229581523074234773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/7229581523074234773'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2007/11/windows-share-mounting-fails.html' title='Windows share mounting fails'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-3223663523892877809</id><published>2007-11-02T16:08:00.000-07:00</published><updated>2007-11-02T16:24:02.624-07:00</updated><title type='text'>SSHFS mysteries</title><content type='html'>Problem:&lt;br /&gt;'read: Connection reset by peer'&lt;br /&gt;..when trying to establish an sshfs mount.&lt;br /&gt;&lt;br /&gt;The solution becomes obvious when you try to manually connect with ssh:&lt;br /&gt;&lt;br /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @&lt;br /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!&lt;br /&gt;&lt;br /&gt;the fingerprint sent from the host is different from the stored one. In my case due to an reinstallation on the host. In your case probably due to an Man-in-the-middle attach.&lt;br /&gt;&lt;br /&gt;So go check the fingerprint of the public key on the host with the ssh-keygen -l -f YOUR_KEY_FILE command, delete the wrong entry from your known_hosts file and reconnect with ssh, then compare the fringerprint sent by the host with the one on the host and accept it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-3223663523892877809?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/3223663523892877809/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=3223663523892877809' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3223663523892877809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/3223663523892877809'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2007/11/sshfs-mysteries.html' title='SSHFS mysteries'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8128281822903897235.post-22970808550635303</id><published>2007-11-02T15:59:00.000-07:00</published><updated>2007-11-02T16:06:34.120-07:00</updated><title type='text'>First! first!</title><content type='html'>Not to confuse with the German &lt;a href="http://de.wikipedia.org/wiki/Dachfirst"&gt;First&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;So what's this blog about? Getting the tech talk error-solution pair posts out of &lt;a href="http://sothim.blogspot.com"&gt;my main blog&lt;/a&gt;! The pedantic nature that I am, I can't help myself to document a personal problem solution, so if've outsourced that to here. Hopefully Google saves some guys some time by finding some solutions here.&lt;br /&gt;&lt;br /&gt;So far, congratulations to myself :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8128281822903897235-22970808550635303?l=thats-not-working.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thats-not-working.blogspot.com/feeds/22970808550635303/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8128281822903897235&amp;postID=22970808550635303' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/22970808550635303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8128281822903897235/posts/default/22970808550635303'/><link rel='alternate' type='text/html' href='http://thats-not-working.blogspot.com/2007/11/first-first.html' title='First! first!'/><author><name>sothim</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://static.flickr.com/56/167344348_dfb7391112_m.jpg'/></author><thr:total>0</thr:total></entry></feed>
