/[BackupPC]/trunk/doc/Search.pod
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/doc/Search.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 198 by dpavlin, Thu Oct 13 19:03:32 2005 UTC revision 255 by dpavlin, Mon Dec 12 16:31:07 2005 UTC
# Line 108  You will also need a few additional cpan Line 108  You will also need a few additional cpan
108  =over 4  =over 4
109    
110  =item File::Pid  =item File::Pid
111    =item File::Which
112    =item File::Path
113    =item File::Slurp
114    
115  =item Spreadsheet::WriteExcel  =item Spreadsheet::WriteExcel
116    
117  =item Term::Menus  =item Term::Menus
118  =item XML::Writer  =item XML::Writer
119    =item Algorithm::Diff
120    =item Archive::Tar::Stream
121    
122  =back  =back
123    
# Line 180  C<BackupPC_burnArchiveCLI> run. Those in Line 185  C<BackupPC_burnArchiveCLI> run. Those in
185    
186  =item mkisofs  =item mkisofs
187    
188    =item cdrecord
189    
190    Or equivavalent utility, on Debian you might want to use C<dvdrecord>.
191    
192    =item eject
193    
194    Please make a symlink from C</dev/cdrom> to you CD/DVD burner.
195    
196    =item split
197    
198  =back  =back
199    
200    =head1 Troubleshoting
201    
202    =head2 md5sum problems on Debian
203    
204    If you are running Debian stable and expiriencing error message like
205    
206     -: No such file or directory
207    
208    your C<md5sum> comes from C<coreutils> (which doesn't know how to handle C<->
209    as input) as opposed to C<md5sum> which comes with C<textutils> (which does).
210    
211    Fix is simple, correct md5sum is allready installed, you just have to do:
212    
213     sudo cp /usr/bin/md5sum.textutils /usr/bin/md5sum
214    
215  =head1 Related projects  =head1 Related projects
216    

Legend:
Removed from v.198  
changed lines
  Added in v.255

  ViewVC Help
Powered by ViewVC 1.1.26