md5sum fix
[BackupPC.git] / doc / Search.pm
index 95bbf71..5c38f4d 100644 (file)
@@ -197,6 +197,20 @@ Please make a symlink from C</dev/cdrom> to you CD/DVD burner.
 
 =back
 
+=head1 Troubleshoting
+
+=head2 md5sum problems on Debian
+
+If you are running Debian stable and expiriencing error message like
+
+ -: No such file or directory
+
+your C<md5sum> comes from C<coreutils> (which doesn't know how to handle C<->
+as input) as opposed to C<md5sum> which comes with C<textutils> (which does).
+
+Fix is simple, correct md5sum is allready installed, you just have to do:
+
+ sudo cp /usr/bin/md5sum.textutils /usr/bin/md5sum
 
 =head1 Related projects