[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2019-06-04 Thread Ettore Atalan
https://bugs.kde.org/show_bug.cgi?id=162211 Ettore Atalan changed: What|Removed |Added CC||atalantt...@googlemail.com -- You are

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-18 Thread i . Dark_Templar
https://bugs.kde.org/show_bug.cgi?id=162211 i.Dark_Templar changed: What|Removed |Added CC||idarktemp...@mail.ru -- You are receiving

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #138 from bluescreenaven...@gmail.com --- I opened https://bugs.kde.org/show_bug.cgi?id=402298 If I set LANG differently, I DO get error prompts though. and I get more files copied. I'm not running kioclient5 headless, but in a case where

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #137 from David Edmundson --- LANG definitely can make a difference to the way things run. Filesystems don't have a concept of UTF-8 or anything else just a concept of a raw bytestream. We then put that into a QUrl which obviously follows

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #136 from David Edmundson --- Please make a new bug for a specific issue that we're trying to track. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-18 Thread JonnyRobbie
https://bugs.kde.org/show_bug.cgi?id=162211 JonnyRobbie changed: What|Removed |Added CC||marc...@seznam.cz -- You are receiving this

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread Oleg
https://bugs.kde.org/show_bug.cgi?id=162211 Oleg changed: What|Removed |Added CC|s...@0leg.net | -- You are receiving this mail because: You are

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #135 from bluescreenaven...@gmail.com --- I have the full logs, and listings in the mentioned attachment, however the 3 bytes seem to be EF BF BD between the valid lower case 'g' and the '.' -- You are receiving this mail because: You are

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #134 from Christoph Feck --- You copied the replacement character, not the invalid raw byte that caused it. You might want to write the list of filenames from your script to a file, and inspect that with Okteta. It might be easier if you

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #133 from bluescreenaven...@gmail.com --- (In reply to Christoph Feck from comment #132) > EDIT: ... need to see the raw bytes ... That should be in my "Archive containing the logs, and the tree, and the Seed.txt file to pass to the

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #132 from Christoph Feck --- EDIT: ... need to see the raw bytes ... -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #131 from Christoph Feck --- That character is just the replacement character for a non-UTF-8 sequence when converting to UTF-16 (which is what QString uses internally). You would need to raw bytes before that conversion. -- You are

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #130 from bluescreenaven...@gmail.com --- (In reply to Christoph Feck from comment #128) > The filename limit is 255 bytes, not 255 characters. In UTF-8, any non-ASCII > character needs more than 1 byte. Additionally, the last character

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #129 from bluescreenaven...@gmail.com --- ALSO, for what it's worth, if I leave the two LC_ALL=C LANG=C variables set when running kioclient5, instead of setting them back with the script I get... -17 directories, 413 files +8

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #128 from Christoph Feck --- The filename limit is 255 bytes, not 255 characters. In UTF-8, any non-ASCII character needs more than 1 byte. Additionally, the last character looks cropped, causing an illegal UTF-8 name, which Qt does not

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #127 from bluescreenaven...@gmail.com --- Created attachment 116981 --> https://bugs.kde.org/attachment.cgi?id=116981=edit Bash script of which to use to recreate the file tree that failed to copy. Pass the path to the Seed.txt to it. --

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #126 from bluescreenaven...@gmail.com --- Created attachment 116980 --> https://bugs.kde.org/attachment.cgi?id=116980=edit Archive containing the logs, and the tree, and the Seed.txt file to pass to the kiocopy script -- You are

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #125 from bluescreenaven...@gmail.com --- I THINK I JUST REPLICATED IT! I should have been MUCH more aggressive with the File Sizes, but I was was worried about off-by-1 errors causing my Script to attempt to create invalid files, and

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=162211 David Edmundson changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=162211 David Edmundson changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 wg9rffujwz8y2...@airmail.cc changed: What|Removed |Added CC||wg9rffujwz8y2...@airmail.cc ---

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #122 from bluescreenaven...@gmail.com --- (In reply to David Edmundson from comment #121) > I like how you've ended up going down the same paths and patterns as I did ! > > Running stat on a directory is pretty FS independent, it's 0 bytes

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-07 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=162211 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk --- Comment #121

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #120 from bluescreenaven...@gmail.com --- Cool. I will also add that ran a second test with my large tree generating script script to check all the files have all the correct sizes. At first I saw some differences, but then I realized that

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #119 from David Edmundson --- Your correct in your analysis of how KIO works. I did KIO speedups last week that should somewhat reduce the CPU and memory on the file.so slave for many files. >I wonder if any of the reports are because of

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #118 from David Edmundson --- *** Bug 352761 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #117 from bluescreenaven...@gmail.com --- One odd thing I notice during the test, is that the kioslaves have the high CPU usage, kioclient5 has the high memory usage. I assume that means kioclient5 stores the list of files to copy, and then

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-12-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 --- Comment #116 from bluescreenaven...@gmail.com --- I made a script that makes 1,000,000 randomly placed files, with random names, with various sizes from 1kb to 1gb, into 1,000,000 randomly placed folders, with random names. It selects 3 random other

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-11-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 taocris...@hotmail.com changed: What|Removed |Added CC||taocris...@hotmail.com -- You are

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-11-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=162211 alex...@gmx.net changed: What|Removed |Added CC||alex...@gmx.net -- You are receiving this

[frameworks-kio] [Bug 162211] Copying to an external causes lots of missing files

2018-11-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=162211 Julian Schraner changed: What|Removed |Added Assignee|kdelibs-b...@kde.org|fa...@kde.org Component|general