S3Sync.net
February 02, 2014, 01:31:32 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Problems with undersccores "_" in filenames  (Read 3881 times)
maelcum
Newbie
*
Posts: 43



View Profile
« on: January 26, 2008, 05:08:22 PM »

Hi,

for a very long time (maybe 10 month of continuous use) I have been syncing files day in, day out, without a single retry or error. Since maybe a month, I'm getting retrys, more and more of them, with files that haven't changed for ages. Since they haven't changed, I was ignoring the retries as a matter of network problems for a while. Recently I was able to check on the network (the machine, the load of them, my internet provider, dns or arp caches and the like) and make sure it's *not* the reason.

While debugging the logs, it turns out, the retries only happen with files or directories that have an underscore "_" in them. I know how exotic that sounds, but just to clarify: Could that be a problem?

What are the "delimiter" and "Content-Length" error reasons? What could I investigate?
Running the current version, v1.2.4.
Here's a sample output:
Code:
S3 command failed:
list_bucket max-keys 200 prefix el_GRANDE/Treiber/Sony VAIO VGC-RA104/XP/06 High
 Definition Audio/06b Conexant HDA SoftV92 Data Fax Modem with SmartCP 7.12.05.5
0, 28.04.2004/ delimiter /
With result 500 Internal Server Error
99 retries left


S3 command failed:
put el_GRANDE/console-Tools/vim 7.1.239/_QuickInstall/ftplugin.vim #<S3::S3Objec
t:0x106ba830> Content-Length 971
With result 500 Internal Server Error
98 retries left


S3 command failed:
put el_GRANDE/console-Tools/vim 7.1.239/_QuickInstall/syntax/pinfo.vim #<S3::S3O
bject:0x10530c60> Content-Length 5284
With result 500 Internal Server Error
97 retries left


S3 command failed:
put el_GRANDE/console-Tools/vim 7.1.239/_QuickInstall/syntax/spice.vim #<S3::S3O
bject:0x10568418> Content-Length 2566
With result 500 Internal Server Error
96 retries left


S3 command failed:
list_bucket max-keys 200 prefix el_GRANDE/Mobiles/Palm Treo/_Win/Palm Emulator/S
cripting/Perl/ delimiter /
With result 500 Internal Server Error
99 retries left
Logged
ferrix
Sr. Member
****
Posts: 363


(I am greg13070 on AWS forum)


View Profile
« Reply #1 on: January 26, 2008, 08:02:32 PM »

Delim and CL are not part of the error problem.  They are just part of the request headers of the req that failed.

If there was a problem regarding underscores, it should always occur.  If it works on retry, then it can't be a bug in sync.
Logged
maelcum
Newbie
*
Posts: 43



View Profile
« Reply #2 on: January 27, 2008, 06:13:35 AM »

I didn't say it is a bug in sync. If it were, I'd have had the problem from the very beginning, just as you said. Thats why I ignored it in the first place.
But then, the errors still crop up. I'm trying to find something else to check/investigate. Maybe you could elaborate a little on the delim and cf "messages". What do they mean?

Thanks.
Logged
ferrix
Sr. Member
****
Posts: 363


(I am greg13070 on AWS forum)


View Profile
« Reply #3 on: January 27, 2008, 01:48:57 PM »

Delimiter: /
tells S3 that we want to get a list only up to the next forward slash.  This makes the lists correlate with the local directory listings better.

Content-Length: 971
means that the item it is uploading is 971 bytes.
Logged
maelcum
Newbie
*
Posts: 43



View Profile
« Reply #4 on: January 27, 2008, 03:50:20 PM »

Thanks.
Not exactly inspiring while looking for errors, but then - I'm glad those are just/still network errors.
Thanks again.


Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!