Changes between Initial Version and Version 1 of Ticket #4561, comment 8


Ignore:
Timestamp:
07/16/24 20:34:10 (5 months ago)
Author:
cieply
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4561, comment 8

    initial v1  
    1 Can confirm it doesn't crash any more. 
     1Can confirm it doesn't crash any more. There is a caveat though. Path length is 253 bytes and file name 248 bytes which is below 255 max file length for ext3/4 and 4096 max path but it still says: ```Cannot create target directory "/root/tmp/test/~xxxxxxxxxxxxxx"  
     2                    File name too long (36)                      
     3``` 
     4It's not too long actually. 
    25 
     6 
     7 
     8-- 
    39Also, for sake of simplicity, the tar file used as example should be compressed. It wouldn't change the outcome but would decrease attachment 40 times.