Hello,

I'd like to take another look at this problem, if you don't mind...

I'm getting the error:

WARNING: 1 non-printable characters replaced in:
mypath/mediaplayer/^Hmediaplayer.swf
WARNING: 1 non-printable characters replaced in:
mypath/mediaplayer/._^Hmediaplayer.swf
ERROR: reference to invalid character number: line 2, column 258083
ERROR: Parameter problem: Bucket contains invalid filenames. Please run:
s3cmd fixbucket s3://your-bucket/


But I'm having a hard time finding what is on line 2 column 258083 that
is causing this. With the --debug option set there is extra stuff
printed that is creating confusion for me in trying to figure out what
is at this location and how exactly the debug output should be stripped
so that what I'm left with coincides with the line/column I'm looking for.

I'm been experimenting with a script to search for the unreadable
characters on my host, such as:

find . -type f | while read line;do echo $line | grep -e
'[^A-Za-z0-9_,/.~]';done


However, this isn't excluding enough and I'm having some difficulty
finding a regular expression that will come up with the invalid
characters such as ^H and ^M, although I'm not even sure if these sorts
of characters are what is causing my problems since I'm flying blind here.

Do any of you have any suggestions as to what I can try to find what is
at this location in the XML that is triggering this problem? Is there a
patch or something I can try applying to the s3cmd source code that
might help me in dealing with this problem?

Thanks in advance for your help!


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to