G Guillermo Verified User Joined May 20, 2006 Messages 95 Location The Netherlands Jun 3, 2006 #1 I get this error when i do a system backup: Archiving /usr/: Could not perform md5 checksum, aborting... How do i fix that?
I get this error when i do a system backup: Archiving /usr/: Could not perform md5 checksum, aborting... How do i fix that?
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,033 Location California Jun 4, 2006 #2 Does md5sum work on your server? Jeff
G Guillermo Verified User Joined May 20, 2006 Messages 95 Location The Netherlands Jun 4, 2006 #3 I don't know. How can i check that?
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,033 Location California Jun 4, 2006 #4 Log in through a shell. Then before changing directories run: md5sum <filename> replacing <filename> with the name of any file in that directory. Do you get a checksum or an error? Jeff
Log in through a shell. Then before changing directories run: md5sum <filename> replacing <filename> with the name of any file in that directory. Do you get a checksum or an error? Jeff
G Guillermo Verified User Joined May 20, 2006 Messages 95 Location The Netherlands Jun 4, 2006 #5 This is what i get: # md5sum test.txt test1.txt 5b490901156dd56406e1ccbe3400dc95 test.txt 94544234542a7a8fa01cdfab68f07458 test1.txt
This is what i get: # md5sum test.txt test1.txt 5b490901156dd56406e1ccbe3400dc95 test.txt 94544234542a7a8fa01cdfab68f07458 test1.txt
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,033 Location California Jun 4, 2006 #6 It works, and I don't know the rest of the answer . Perhaps someone else will chime in. Jeff
G Guillermo Verified User Joined May 20, 2006 Messages 95 Location The Netherlands Jun 4, 2006 #7 Ok, i hope so. Thanks Jeff